shoppingCartInvalidProductCell.ttss
1.05 KB
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
.invalidBtn {
width: 32px;
height: 15px;
margin-left: 9px;
}
.cleanInvalidContainer{
height: 60px;
width: 100%;
align-items: center;
line-height: 60px;
text-align: center;
}
.cleanInvalidText{
width: 82px;
height: 13.5px;
font-family: STHeitiSC;
font-size: 14px;
font-weight: 300;
line-height: 0.93;
color: #444444;
border-radius: 2px;
border: solid 1px #b0b0b0;
padding-left: 16px;
padding-right: 16.5px;
padding-top: 7.5px;
padding-bottom: 9px;
}
.cellDeleteBtn {
position: absolute;
display: flex;
right: -140rpx;
top: 0rpx;
height: 240rpx;
line-height: 240rpx;
width: 140rpx;
background-color: #d0021b;
align-items: center;
justify-content: center;
}
.cellDeleteText{
font-family: PingFang SC;
font-size: 32rpx;
text-align: center;
color: #ffffff;
}
.bottonGray {
width: 100%;
height: 15rpx;
background-color: #f0f0f0;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}