select-view.ttss
1.13 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
.select-view-root {
height: 80rpx;
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: 80rpx;
width: calc(100% - 60rpx);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #444444;
font-family: PingFang SC;
font-size: 30rpx;
text-align: left;
margin-left: 30rpx;
}
.select-item-checkbox {
transform: scale(0.6,0.6);
}