goods_list.wxss
1.88 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
.collects {
margin-top: 40rpx;
}
.ib{
display: inline-block;
}
.fs24{
font-size: 24rpx;
}
.flex-center{
display:flex;
justify-content:center;
align-items:center;
}
.xc-wc{
color: #d60021;
}
.fs22{
font-size: 22rpx;
}
.xc-ash{
color: #b9b9b9;
}
.choice_box .choice_list .choice_footer .price {
color: #f23030; height: 10px
}
.fs35{
font-size:35rpx;
}
.flex{display: flex}
.ellipsis-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.goods_name{
height: 62rpx;
margin-top: 6rpx;
line-height: 30rpx
}
.hang {
width: 100%;
margin: auto;
padding-left: 21rpx;
}
.hang .collect {
width: 347rpx;
height: 571rpx;
border-radius: 25rpx;
border: 1rpx solid rgb(214, 214, 214);
overflow: hidden;
margin-right: 14rpx;
margin-bottom: 5rpx;
}
.collect .bottom {
padding: 0rpx 20rpx;
}
.collect .sp {
width: 100%;
height: 326rpx;
}
.collect .money {
margin-top: 60rpx;
margin-bottom: 18rpx;
line-height: 28rpx;
align-items: baseline;
}
.collect .money view{
line-height: 28rpx;
}
.collect .money .flex {
font-weight: bold;
}
.collect .money .flex .fs24{
padding-top: 5rpx;
}
.collect .Discount {
width: 156rpx;
height: 28rpx;
border-radius: 20rpx;
background-color: rgb(56, 56, 56);
font-size: 18rpx;
color: rgb(255, 255, 255);
}
.collect .Discount image {
height: 18rpx;
width: 18rpx;
line-height: 28rpx;
margin-right: 3rpx;
}
.collect.ml20 {
margin-left: 13rpx;
}
.fs24.dollar {
padding: 0rpx;
}
.money .price {
margin-left: 12rpx;
text-decoration: line-through;
line-height: 23rpx;
}
.province {
line-height: 26rpx;
}
.nothing {
height: 75rpx;
width: 100%;
}
.nothing .no_content {
margin: 0rpx 11rpx;
color: rgb(138, 138, 138);
}
.nothing .Foil {
width: 80rpx;
height: 2rpx;
background-color: rgb(138, 138, 138);
}