product-item-header.wxss
764 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
.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;
margin-bottom: 40rpx;
}
.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
}