collectlist.wxss
1.9 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
133
134
135
136
137
.colecttop {
width: 750rpx;
height: 100rpx;
background: #fff;
padding: 0 162rpx;
box-sizing: border-box;
}
.collectitem {
color: #06121e;
font-size: 28rpx;
}
.collectactive {
color: #fdaa2a;
font-size: 32rpx;
position: relative;
}
.collectactive::after {
display: block;
content: '';
width: 160rpx;
height: 1rpx;
background: #fdaa2a;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -20rpx;
}
page {
background: #fbf8fb;
}
.shouprice {
color: #06121e;
font-size: 28rpx;
font-weight: bold;
margin-left: 4rpx;
}
.colectbitem {
width: 686rpx;
background: rgba(255, 255, 255, 1);
opacity: 1;
border-radius: 8rpx;
padding: 24rpx 28rpx;
box-sizing: border-box;
margin: 0 auto 16rpx;
}
.collectbitemleft {
width: 122rpx;
height: 122rpx;
font-size: 0;
}
.collectbtitemr {
width:420rpx;
margin-left: 28rpx;
}
.goodname {
color: #06121e;
font-size: 28rpx;
font-weight: bold;
}
.starbox {
margin-top: 6rpx;
}
.addressbox {
margin-top: 10rpx;
}
.asddressitem {
color: #8c9198;
font-size: 22rpx;
margin-right: 12rpx;
}
.userimg {
width: 48rpx;
height: 48rpx;
font-size: 0;
}
.username {
color: #06121e;
font-size: 24rpx;
margin-left: 10rpx;
}
.userlevel {
width: 58rpx;
height: 30rpx;
background: rgba(253, 170, 42, 1);
opacity: 1;
border-radius: 12rpx;
color:#fff;
font-size: 16rpx;
text-align: center;
line-height: 30rpx;
margin-left:22rpx;
}
.goodtext{
margin-top:16rpx;
}
.order-item {
height: 240rpx;
width: 100%;
display: flex;
position: relative;
}
.remove{
width: 160rpx;
height: 95%;
background:rgba(189,196,206,1);
color: white;
position: absolute;
top: 0;
right: -160rpx;
display: flex;
justify-content: center;
align-items: center;
}
.delimg{
width:36rpx;
height:36rpx;
font-size: 0
}