groupProductCell.wxss
1.8 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.groupproduct {
display: flex;
flex-direction: column;
align-items: center;
}
.groupproductImage {
display: block;
}
.groupproduct .newTips {
width: 148rpx;
height: 40rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position:absolute;
margin-top: 20rpx;
right: 52.5%;
background: rgba(0,0,0,0.60);
border-bottom-left-radius: 25rpx;
border-top-left-radius: 25rpx;
}
.groupproduct .newTips .newTipsText {
color: #FFFFFF;
font-family: PingFang SC;
font-size: 20rpx;
line-height: 20rpx;
margin-left: 10rpx;
}
.headerIcon {
width: 40rpx;
height: 40rpx;
border-radius: 20rpx;
background: white;
margin-left: -18rpx;
}
.groupproductTitle {
margin-top: 21rpx;
margin-bottom: 1rpx;
color: #444444;
font-family: PingFang SC;
font-size: 24rpx;
line-height: 30rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 60rpx;
text-align: center;
}
.grouppriceContainer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 14rpx;
height: 34rpx;
}
.grouppriceContainer .grouppriceicon {
width: 26rpx;
height: 26rpx;
}
.grouppriceContainer .groupprice1 {
font-size: 24rpx;
color:#D0021B;
margin-left: 14rpx;
}
.grouppriceContainer .groupprice2 {
margin-left: 12rpx;
font-size: 18rpx;
color: #b0b0b0;
text-decoration: line-through;
}
.buybutton{
width: 160rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
margin-top: 28rpx;
}
.buybutton .buybuttonText{
width: 160rpx;
height: 60rpx;
font-size: 24rpx;
color: #FFFFFF;
text-align: center;
background: #D0021B;
line-height: 60rpx;
border-radius: 30rpx;
}
.buySpace {
height: 20rpx;
width:100%;
}