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
.com-list {
padding: 62rpx 32rpx 84rpx;
}
.com-list-item:nth-child(1) {
margin-top: 0;
}
.com-list-item {
display: flex;
margin-top: 52rpx;
line-height: 46rpx;
}
.com-list-item>.iconfont {
width: 46rpx;
color: #1B263D;
font-size: 40rpx;
vertical-align: middle;
margin-right: 26rpx;
}
.com-list-item-text {
line-height: 46rpx;
font-size: 34rpx;
}
.com-list .com-list-item-selectStaus {
margin-left: auto;
color: #ffffff;
font-size: 40rpx;
}
.com-list .com-list-item-select {
color: #3070F2;
}
.com-list-item-image>image {
width: 46rpx;
height: 46rpx;
vertical-align: top;
margin-right: 34rpx;
}
.compelete {
position: absolute;
color: rgb(10, 10, 10);
font-size: 32rpx;
right: 32rpx;
top: 32rpx;
}