shoppingCartGiftOrPriceCell.wxss
967 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
.piftOrPriceContainer {
display:flex;
width: 100%;
flex-direction: column;
background-color: white;
}
.piftOrPriceCell {
width: 100%;
display: flex;
flex-direction:row;
height: 90rpx;
align-items: center;
align-content: center;
position: relative;
justify-content: space-between;
}
.piftOrPriceCell .cellContainer {
display: flex;
align-content: center;
align-items: center;
}
.giftOrPriceIcon{
width: 44rpx;
height: 44rpx;
margin-left: 30rpx;
}
.giftOrPriceTitle{
font-family: PingFangSC;
font-size: 32rpx;
color: #444444;
margin-left: 30rpx;
}
.giftOrPriceStatusString {
margin-right: 16rpx;
font-family: PingFangSC;
font-size: 28rpx;
color: #ff575c;
}
.giftOrPriceInvalidStatusString {
margin-right: 63rpx;
font-family: PingFangSC;
font-size: 28rpx;
color: #b0b0b0;
}
.giftOrPriceRightArrow {
margin-right: 30rpx;
width: 30rpx;
height: 30rpx;
}