select-view.ttss
1.35 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
.select-view-root {
height: 100rpx;
width: calc(100% - 60rpx);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-left: 30rpx;
}
.select-item-title-view {
/* width: 50%; */
display: flex;
flex-direction: row;
align-items: center;
}
.select-item-image {
width: 25rpx;
height: 14rpx;
margin-left: 20rpx;
}
.select-item-title {
color: #444444;
font-family: PingFang SC;
font-size: 30rpx;
background-color: white;
text-align: left;
display: flex;
align-items: center;
/* margin-right:10rpx; */
}
.select-item-subtitle {
/* flex-grow: 1; */
color: #444444;
font-family: PingFang SC;
font-size: 28rpx;
background-color: white;
text-align: right;
}
.select-item-checkbox-view {
height: 100rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #444444;
font-family: PingFang SC;
font-size: 30rpx;
text-align: left;
padding-left: 30rpx;
padding-right: 30rpx;
border-top: solid 1px #e0e0e0;
border-bottom-style: solid;
border-bottom-width: 1rpx;
border-bottom-color: #f0f0f0;
background-color: #e0e0e0;
}
.select-item-checkbox-view .singleSelectCellButton {
width: 28rpx;
height: 28rpx;
padding-right: 20rpx;
}