product-detail-header.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
108
109
110
111
112
113
114
115
116
.product_image {
width: 750rpx;
height: 470rpx;
}
.product_name {
display: inline-block;
margin-top: 30rpx;
letter-spacing: -0.34px;
width: 686rpx;
font-size: 28rpx;
font-weight: bold;
word-break:break-all;
color: #444444;
}
.product_lucky_bg {
display: flex;
flex-direction: row;
align-items: baseline;
justify-content: center;
margin-left: 32rpx;
margin-right: 32rpx;
}
.product_price {
color: #B0B0B0;
font-size: 36rpx;
font-weight: bold;
margin-left: 20rpx;
text-decoration: line-through;
}
.product_time {
color: #B0B0B0;
font-size: 24rpx;
margin-top: 16rpx;
}
.product_time:before {
display: inline-block;
content: '';
width: 6rpx;
height: 6rpx;
background-color: #D8D8D8;
margin-right: 20rpx;
vertical-align: 6rpx
}
.product_time:after {
display: inline-block;
content: '';
width: 6rpx;
height: 6rpx;
background-color: #D8D8D8;
margin-left: 20rpx;
vertical-align: 6rpx
}
.product_margin {
margin-bottom: 40rpx;
}
.product_countdown {
display: inline-block;
height: 92rpx;
margin-top: 44rpx;
margin-bottom: 36rpx;
}
.countdown_label {
width: 60rpx;
font-family: PingFang-SC-Regular;
font-size: 20rpx;
color: #222222;
letter-spacing: -0.36rpx;
text-align: center;
display: inline-block;
margin-right: 16rpx;
vertical-align: text-top;
position: relative;
top: -2rpx;
}
.countdown_labeltext {
display: block;
}
.avatars {
display: inline-block;
text-align: center;
margin-left: auto;
margin-right: auto;
left: calc(50% - 180rpx);
top: 36rpx;
position: absolute;
}
.avatarcontainer {
position: relative;
}
.product_lucky {
color: #D0021B;
font-size: 24rpx;
font-family: PingFangSC-Semibold;
display: flex;
flex-direction: row;
align-items: baseline;
}
.lucky {
font-size: 52rpx;
}