BirthdayGift.css
4.37 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
@charset "UTF-8";
/* Author XGQ
* 2019-10-27
*/
page {
background-color: #9be0e5;
}
.image_box {
justify-content: center;
}
.image_box image {
width: 100%;
height: 690upx;
}
.top {
margin: -20upx 28upx 45upx 28upx;
padding: 10upx 10upx 70upx 10upx;
background-color: #FFFFFF;
border-radius: 0upx 0upx 15upx 15upx;
}
.top_box {
display: flex;
text-align: center;
justify-content: center;
}
.top_box_text {
justify-content: center;
margin: 50upx 15upx 20upx 15upx;
}
.top_box_text text {
color: #54cad4;
font-size: 40upx;
}
.top_item {
display: flex;
width: 100%;
margin: 60upx 0 0 0;
}
.top_item_img {
float: left;
width: 28%;
margin: 0upx 10upx 0upx 20upx;
}
.top_item_img image {
width: 150upx;
height: 150upx;
border-radius: 50%;
border: #F96865 solid 3upx;
}
.top_item_center {
float: left;
width: 50%;
}
.top_item_center_title {
font-size: 35upx;
color: #54cad4;
justify-content: flex-start;
padding: 0 10upx 15upx 0upx;
}
.top_item_center_ramke {
font-size: 25upx;
justify-content: flex-start;
line-height: 35upx;
letter-spacing: 0.5upx;
}
.top_item_button {
float: right;
width: 22%;
padding: 65upx 20upx 0 1upx;
}
.top_item_button button {
font-size: 25upx;
background: #54cad4;
color: #FFFFFF;
border-radius: 50upx;
height: 45upx;
line-height: 45upx;
}
.top_card {
width: calc(50% - 30upx);
display: inline-block;
margin: 15upx;
}
.top_card_box {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 20upx;
height: 290upx;
margin: 5upx;
}
.img1{
background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/card01.jpg);
}
.img2{
background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/card02.jpg);
}
.img3{
background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/card03.jpg);
}
.img4{
background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/kong.png);
}
.top_card_tite_box {
width: 100%;
display: flex;
justify-content: flex-end;
}
.top_card_tite_a {
padding: 5upx 25upx 5upx 25upx;
line-height: 29upx;
font-size: 25upx;
color: #FFFFFF;
background: #ffa7c0;
border-radius: 0upx 20upx 0upx 6upx;
}
.top_card_tite_b {
padding: 5upx 25upx 5upx 25upx;
line-height: 29upx;
font-size: 25upx;
color: #FFFFFF;
background: #50dfdb;
border-radius: 0upx 20upx 0upx 6upx;
}
.top_card_tite_c {
padding: 5upx 25upx 5upx 25upx;
line-height: 29upx;
font-size: 25upx;
color: #FFFFFF;
background: #92cbff;
border-radius: 0upx 20upx 0upx 6upx;
}
.top_card_tite_d {
padding: 5upx 25upx 5upx 25upx;
line-height: 29upx;
font-size: 25upx;
color: #FFFFFF;
border-radius: 0upx 20upx 0upx 6upx;
}
.top_card_counte {
padding: 20upx 20upx 0 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
color: #FFFFFF;
font-size: 40upx;
}
.top_card_remak {
padding: 20upx 0 40upx 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 20upx;
color: #FFFFFF;
}
.top_card_button_a button {
margin: 0 85upx;
background: #ffa6bc;
border-radius: 50upx;
line-height: 40upx;
height: 40upx;
color: white;
font-size: 25upx;
}
.top_card_button_b button {
margin: 0 85upx;
background: #50dfdb;
border-radius: 50upx;
line-height: 40upx;
height: 40upx;
color: white;
font-size: 25upx;
}
.top_card_button_c button {
margin: 0 85upx;
background: #75bcfc;
border-radius: 50upx;
line-height: 40upx;
height: 40upx;
color: white;
font-size: 25upx;
}
.top_card_button_d button {
margin: 0 85upx;
border-radius: 50upx;
line-height: 40upx;
height: 40upx;
color: white;
font-size: 25upx;
}
.top_box_image {
padding: 20upx 20upx 20upx 20upx;
}
.top_box_image image {
height: 216upx;
width: 100%;
}
.top_box_image button {
margin: 15upx 95upx 0upx 95upx;
background: #61d3dd;
border-radius: 50upx;
line-height: 60upx;
height: 60upx;
color: white;
font-size: 30upx;
}
.foot_box {
margin: 0 50upx 40upx 50upx;
}
.foot_box_title {
font-size: 43upx;
color: #FFFFFF;
margin-bottom: 20upx;
}
.foot_box_text {
font-size: 30upx;
color: #FFFFFF;
line-height: 48upx;
}
.button_box {
margin: 50upx 50upx 130upx 50upx;
text-align: center;
}
.button {
margin: 0 30upx;
background: #54cad4;
border-radius: 50upx;
line-height: 80upx;
height: 80upx;
color: white;
font-size: 35upx;
}
.button_text {
padding-top: 20upx;
font-size: 20upx;
color: white;
height: 100upx;
}