product-detail-header.wxss
1.27 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
.product_image {
width: 750rpx;
height: 470rpx;
}
.product_name {
display: inline-block;
margin-top: 30rpx;
width: 570rpx;
font-size: 36rpx;
font-weight: bold;
word-break:break-all;
color: #444444;
}
.product_price {
color: #B0B0B0;
font-size: 36rpx;
font-weight: bold;
margin-top: 26rpx;
}
.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: 40rpx;
margin-bottom: 40rpx;
}
.countdown_label {
width: 60rpx;
height: 56rpx;
font-family: PingFang-SC-Regular;
font-size: 20rpx;
color: #222222;
letter-spacing: -0.36rpx;
text-align: center;
display: inline-block;
margin-right: 16rpx;
}
.countdown_labeltext {
display: block;
}
.avatars {
display: inline-block;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 38rpx;
}