index.wxss
1.25 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
.resource-collage-buy-prd-list {
width: 100%;
height: 440rpx;
padding-top: 20rpx;
white-space: nowrap;
box-sizing: border-box;
}
.resource-collage-buy-prd-list .product-item {
display: inline-block;
margin-left: 30rpx;
font-size: 0;
width: 188rpx;
}
.resource-collage-buy-prd-list .product-item:last-child {
margin-right: 30rpx;
}
.resource-collage-buy-prd-list .product-name {
text-align: center;
font-size: 24rpx;
padding-bottom: 20rpx;
padding-top: 20rpx;
overflow: hidden;
text-overflow: ellipsis;
}
.resource-collage-buy-prd-list .product-price-wrap {
text-align: center;
}
.resource-collage-buy-prd-list .product-price {
font-family: PingFang-SC-Medium, sans-serif;
font-size: 24rpx;
color: #D0021B;
letter-spacing: 0;
font-weight: 500;
}
.resource-collage-buy-prd-list .product-market-price {
font-family: PingFang-SC-Medium, sans-serif;
font-size: 18rpx;
color: #B0B0B0;
letter-spacing: 0;
margin-left: 10rpx;
text-decoration: line-through;
}
.resource-collage-buy-prd-list .product-joinnum {
font-family: PingFang-SC-Medium, sans-serif;
font-size: 18rpx;
color: #B0B0B0;
letter-spacing: 0;
margin-top: 16rpx;
text-align: center;
}