mine_collect.wxss
2.0 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
/* pages/mine_collect/mine_collect.wxss */
page {
background: #f9f9f9;
}
.layer_star {
display: flex;
justify-content: flex-start;
align-items: center;
}
.layer_between {
display: flex;
justify-content: space-between;
align-items: center;
}
.box {
padding: 0 32rpx;
box-sizing: border-box;
}
.one {
margin-top: 24rpx;
}
.img {
width: 100%;
height: 368rpx;
position: relative;
}
.img image {
width: 100%;
height: 100%;
border-radius: 16rpx 16rpx 0 0;
}
.address_bg {
width: 292rpx;
height: 52rpx;
background: rgba(0, 0, 0, 1);
opacity: 0.3;
border-radius: 28rpx;
position: absolute;
bottom: 24rpx;
left: 24rpx;
}
.address_box {
position: absolute;
bottom: 24rpx;
left: 24rpx;
padding: 10rpx 20rpx;
box-sizing: border-box;
}
.address_icon {
width: 20rpx;
height: 24rpx;
font-size: 0;
}
.address_icon image {
width: 100%;
height: 100%;
}
.address_word {
font-size: 24rpx;
font-weight: 400;
color: rgba(255, 255, 255, 1);
margin-left: 16rpx;
}
.one_box {
background: #fff;
padding: 14rpx 28rpx 24rpx 24rpx;
box-sizing: border-box;
}
.title {
margin-top: 14rpx;
font-size: 32rpx;
font-weight: bold;
color: rgba(6, 18, 30, 1);
}
.word {
margin-top: 14rpx;
font-size: 24rpx;
font-weight: 400;
color: rgba(140, 145, 152, 1);
}
.label {
margin-top: 20rpx;
}
.label_one {
background: #fff6f5;
font-size: 24rpx;
font-weight: 400;
color: rgba(255, 90, 78, 1);
margin-right: 12rpx;
padding: 2rpx 8rpx;
box-sizing: border-box;
}
.price {
background: rgba(255, 114, 113, 1);
border-radius: 15rpx;
padding: 10rpx 18rpx;
box-sizing: border-box;
}
.num {
font-size: 24rpx;
font-weight: 200;
color: rgba(255, 255, 255, 1);
text-decoration: line-through;
}
.price_btn {
margin-left: 14rpx;
font-size: 24rpx;
font-weight: bold;
color: rgba(255, 255, 255, 1);
}