myCollection.wxss
1.8 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
/* pages/my/myCollection/myCollection.wxss */
page {
background-color: #fafafa;
}
.select_list {
height: 75rpx;
display: flex;
justify-content: space-between;
font-size: 28rpx;
color: #888;
padding: 24rpx 48rpx;
background-color: #fff;
border-bottom: 1rpx solid #f2f2f2;
}
.content_item {
background-color: #fff;
padding: 0 25rpx;
}
.item_list {
border-bottom: 1rpx solid #f2f2f2;
padding: 65rpx 0;
}
.content_img {
width: 180rpx;
height: 180rpx;
margin-left: 27rpx;
}
.content_img image {
width: 100%;
height: 100%;
}
.item_list {
display: flex;
align-items: center;
}
.icon-xuanzhong {
font-size: 38rpx;
color: #ffda44;
}
.content_information {
margin-left: 25rpx;
}
.content_title {
font-size: 30rpx;
color: #222;
}
.content_hint {
font-size: 28rpx;
color: #888;
}
.price_box {
margin-top: 45rpx;
}
.money_icon {
font-size: 22rpx;
color: #222;
}
.present_price {
font-size: 26rpx;
font-weight: bold;
color: #222;
}
.original_price {
font-size: 22rpx;
color: #888;
text-decoration: line-through;
}
.special_offer_box {
display: flex;
align-items: center;
}
.money_icon1 {
font-size: 22rpx;
color: #ff5757;
}
.special_offer {
font-size: 34rpx;
font-weight: bold;
color: #ff5757;
}
.members_only {
font-size: 18rpx;
color: #fff;
background-color: #ff5757;
margin-left: 5rpx;
}
.bottom_btn {
display: flex;
background-color: #fff;
position: fixed;
bottom: 0;
}
.all_btn {
width: 514rpx;
display: flex;
align-items: center;
font-size: 26rpx;
color: #888;
padding-left: 25rpx;
}
.all{
margin-left: 24rpx;
}
.delete_btn {
width: 236rpx;
height: 100rpx;
font-size: 26rpx;
color: #333;
background: linear-gradient(to left, #ffda44, #ffc444);
display: flex;
align-items: center;
justify-content: center;
}