question.wxss
2.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.questop {
width: 750rpx;
height: 106rpx;
background: rgba(0, 191, 175, 1);
box-shadow: 1px 2px 29px 0px rgba(50, 57, 61, 0.24);
color: #fff;
font-size: 36rpx;
text-align: center;
line-height: 106rpx;
position: relative;
}
.topnum {
color: #fff;
font-size: 36rpx;
position: absolute;
right: 31rpx;
top: 0;
}
.quesname {
/* width: 690rpx; */
color: #1b1b1b;
font-size: 28rpx;
border-bottom: 1rpx solid #d2d2d2;
margin: 55rpx auto 0;
padding-bottom: 33rpx;
box-sizing: border-box;
font-weight: bold;
line-height: 1.5;
}
.quesfoot {
display: flex;
align-items: center;
position: fixed;
bottom: 0;
left: 0;
}
.quesfootleft {
width: 375rpx;
height: 81rpx;
background: rgba(255, 255, 255, 1);
color: #959595;
font-size: 30rpx;
text-align: center;
line-height: 81rpx;
border-top:1rpx solid #DCDCDC;
}
.quesfootright {
width: 375rpx;
height: 81rpx;
background: #00BFAF;
color:#fff;
font-size: 30rpx;
text-align: center;
line-height: 81rpx;
border-top:1rpx solid #00BFAF
}
.kactive{
background: #00BFAF;
color:#fff;
}
.quesbox{
padding: 0 45rpx;
box-sizing: border-box;
margin-top:48rpx;
}
.quesboxitem{
display:flex;
align-items: center;
padding: 20rpx 10rpx;
box-sizing: border-box;
border:2rpx solid #fff;
/* margin-bottom:61rpx; */
}
.quesboxitemleft{
width:42rpx;
height:42rpx;
font-size: 0
}
image{
width:100%;
height:100%;
}
.quesboxitemright{
color:#535353;
font-size: 28rpx;
margin-left:34rpx;
}
.quesactive{
border:2rpx solid rgba(0,191,175,1);
}
.nametive{
color:#00BFAF;
}
.lef{
border-right:1rpx solid #DCDCDC;
}
.quesboxpage{
padding-bottom:150rpx;
}
.quesboxlist{
margin-top:20rpx;
}
.redtitle{
color:#FF5A5F;
font-size: 28rpx;
font-weight: bold;
}
.supply{
color:#1B1B1B;
font-size: 35rpx;
font-weight: bold;
margin-top:20rpx;
}
.quesimg{
width:672rpx;
height:342rpx;
font-size: 0;
margin:20rpx auto 0;
}