godeclare.wxss
557 Bytes
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
.text_gray_30 {
font-size: 30rpx;
color: #6C7596 ;
font-weight: bold;
}
.text_black_30 {
font-size: 30rpx;
color: #000;
line-height: 90rpx;
}
.arrow_img_wrap {
width: 40rpx;
height: 40rpx;
align-items: center;
float: right;
margin-top:24rpx;
}
.multi-selection{
position: relative;
height: 80rpx;
align-items: center
}
.multi-img{
width: 40rpx;
height: 40rpx;
}
.single-img{
width: 30rpx;
height: 30rpx;
}
.select_blue_28{
font-size: 28rpx;
color: #1890FF;
}
.select_666_28{
font-size: 28rpx;
color: #666666;
}