categoryList.wxss
560 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
page {
display: block;
min-height: 100%;
background-color: #fff;
}
.item {
display: flex;
flex-direction: row;
padding: 0rpx 40rpx;
height: 88rpx;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #e0e0e0;
}
.name {
font-family: PingFangSC;
font-size: 32rpx;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.72;
letter-spacing: -0.3px;
text-align: left;
color: #444;
}
.checked {
width: 40rpx;
height: 40rpx;
}
.expend {
width: 25rpx;
height: 14rpx;
}