swichItem.ttss
1.06 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
.swich-item-root {
display: flex;
flex-direction: row;
justify-content: space-between;
width: calc(100% - 60rpx);
margin-left: 30rpx;
align-items: center;
height: 80rpx;
}
.swich-item-title-view {
/* width: 50%; */
display: flex;
flex-direction: row;
align-items: center;
}
.swich-item-title-text {
/* width: 50%; */
color: #444444;
font-family: PingFang SC;
font-size: 30rpx;
text-align: left;
/* margin-left: 30rpx; */
}
.swich-item-subtitle-text {
color: #b0b0b0;
font-family: PingFang SC;
font-size: 22rpx;
background-color: white;
text-align: left;
}
.swich-item-hlep-image {
width: 20rpx;
height: 20rpx;
}
.swich-item-item-info-view-root {
width: 30rpx;
height: 30rpx;
}
.swich-item-next-image {
width: 30rpx;
height: 30rpx;
}
.swich-item-view {
/* width: 30rpx; */
/* height: 30rpx; */
zoom:60%;
}
.swich-item-info-text {
color: #444444;
font-family: PingFang SC;
font-size: 34rpx;
background-color: white;
text-align: left;
}