priceCell.wxss
809 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
.priceCellContainer {
padding-top: 30rpx;
padding-bottom: 30rpx;
border-bottom: 2rpx solid #EEEEEE;
}
.priceItem {
margin-bottom: 20rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.priceLeft {
/* width: 140rpx; */
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #000000;
letter-spacing: 0;
}
.priceRight {
font-family: SFProText-Regular;
font-size: 28rpx;
color: #000000;
letter-spacing: 0;
text-align: right;
}
.priceRightTwo {
font-family: DINAlternate-Bold;
font-weight: 500;
font-size: 36rpx;
color: #D0021B;
letter-spacing: 0;
text-align: right;
max-width: 400rpx;
}
.priceInfo {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
}
.des-store{
background: #F0F0F0;
padding:20rpx;
}