select.wxss
667 字节
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
page{
}
.container{
display: flex;
flex-flow: column;
}
.select{
margin-top: 14rpx;
display: flex;
justify-content: space-between;
padding: 28rpx 54rpx;
background: #fff;
}
.select_list{
display: flex;
align-items: center;
margin-left: 9rpx;
font-size:26rpx;
font-family:PingFang-SC-Regular;
font-weight:400;
color:rgba(26,26,26,1);
}
.select_list_pic{
margin-left: 9rpx;
width: 12rpx;
height: 8rpx;
display: flex;
}
.select_list_pic image{
width: 100%;
height: 100%;
}
.select_list_pic_big{
margin-left: 8rpx;
width:18rpx;
height:18rpx;
display: flex;
}
.select_list_pic_big image{
width: 100%;
height: 100%;
}