showPickerBg.wxss
869 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
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
/* component/showPikerBg/showPikerBg.wxss */
.margin-left {
margin-left: 20rpx;
}
.margin-bottom {
margin-bottom: 20rpx;
}
.margin-right {
margin-right: 20rpx;
}
.margin-top {
margin-top: 20rpx;
}
.large-margin-left {
margin-left: 32rpx;
}
.light-gray {
color: #B0B0B0;
}
.pingfangsc-regular {
font-family: PingFangSC-Regular;
}
.refund-way {
background-color: white;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.border-bottom {
border-bottom: 1rpx solid #E0E0E0;
}
.cell-title {
font-size: 28rpx;
font-family: PingFangSC-Semibold;
color: #222222;
letter-spacing: -0.29rpx;
width: 110rpx;
}
.select-way {
display: flex;
flex-direction: row;
align-items: center;
font-size:28rpx;
justify-content: flex-end;
}
.select-way-arrow {
width: 22rpx;
height: 36rpx;
}