5c34676a
“wangming”
对会员端进行了设计
|
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
|
@charset "UTF-8";
/* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
/* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
.booking-content.data-v-54bc03ba {
padding-bottom: calc(260rpx + env(safe-area-inset-bottom));
}
.booking-nav.data-v-54bc03ba {
display: flex;
align-items: center;
margin-bottom: 28rpx;
}
.nav-title.data-v-54bc03ba {
display: block;
font-size: 44rpx;
font-weight: 700;
}
.nav-subtitle.data-v-54bc03ba {
display: block;
margin-top: 10rpx;
color: #5f6d65;
font-size: 24rpx;
}
.summary-card.data-v-54bc03ba,
.info-card.data-v-54bc03ba,
.notice-card.data-v-54bc03ba {
padding: 36rpx;
}
.summary-card.data-v-54bc03ba {
position: relative;
overflow: hidden;
margin-bottom: 28rpx;
min-height: 288rpx;
}
.summary-card.data-v-54bc03ba::after {
content: "";
position: absolute;
right: -78rpx;
top: -8rpx;
width: 380rpx;
height: 380rpx;
border-radius: 50%;
background: radial-gradient(circle, rgba(100, 140, 118, 0.04), rgba(100, 140, 118, 0));
z-index: 0;
|
d8035736
“wangming”
Refactor project ...
|
44
45
|
-webkit-animation: lfFloatSoft 11.6s ease-in-out infinite;
animation: lfFloatSoft 11.6s ease-in-out infinite;
|
5c34676a
“wangming”
对会员端进行了设计
|
46
47
48
49
50
51
52
53
54
55
56
|
}
.summary-card.data-v-54bc03ba::before {
content: "";
position: absolute;
right: 10rpx;
top: 64rpx;
width: 220rpx;
height: 220rpx;
border-radius: 50%;
border: 2rpx solid rgba(100, 140, 118, 0.035);
z-index: 1;
|
d8035736
“wangming”
Refactor project ...
|
57
58
|
-webkit-animation: lfPulseSoft 8.6s ease-in-out infinite;
animation: lfPulseSoft 8.6s ease-in-out infinite;
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.summary-copy.data-v-54bc03ba {
position: relative;
z-index: 3;
max-width: 100%;
padding-right: 36rpx;
}
.summary-tag.data-v-54bc03ba {
display: inline-block;
font-size: 20rpx;
letter-spacing: 3rpx;
color: #648c76;
}
.summary-title.data-v-54bc03ba {
display: block;
margin: 18rpx 0 14rpx;
font-size: 40rpx;
line-height: 1.35;
font-weight: 700;
white-space: nowrap;
}
.summary-store.data-v-54bc03ba {
display: block;
font-size: 25rpx;
color: #5f6d65;
line-height: 1.7;
}
.summary-art-wrap.data-v-54bc03ba {
position: absolute;
right: -118rpx;
top: -34rpx;
z-index: 1;
width: 420rpx;
height: 420rpx;
border-radius: 50%;
overflow: hidden;
opacity: 0.08;
pointer-events: none;
|
d8035736
“wangming”
Refactor project ...
|
97
98
|
-webkit-animation: lfFloatSoft 13s ease-in-out infinite 0.5s;
animation: lfFloatSoft 13s ease-in-out infinite 0.5s;
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.summary-art-wrap.data-v-54bc03ba::after {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 34% 40%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.12) 44%, rgba(255, 255, 255, 0));
}
.summary-art.data-v-54bc03ba {
width: 480rpx;
height: 480rpx;
margin-left: -38rpx;
margin-top: -28rpx;
-webkit-transform: rotate(-10deg) scale(1.04);
transform: rotate(-10deg) scale(1.04);
-webkit-filter: saturate(0.72) brightness(1.04);
filter: saturate(0.72) brightness(1.04);
}
.summary-pills.data-v-54bc03ba {
display: flex;
flex-wrap: wrap;
margin-top: 26rpx;
}
.summary-pill.data-v-54bc03ba {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10rpx 20rpx;
border-radius: 999rpx;
background: rgba(210, 191, 156, 0.16);
color: #244a3d;
font-size: 22rpx;
border: 1rpx solid rgba(255, 255, 255, 0.2);
box-shadow: 0 10rpx 24rpx rgba(82, 101, 90, 0.08);
border-color: rgba(210, 191, 156, 0.14);
margin: 0 16rpx 16rpx 0;
|
d8035736
“wangming”
Refactor project ...
|
134
135
136
137
138
139
140
|
transition: box-shadow 240ms ease, -webkit-transform 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease, -webkit-transform 240ms ease;
}
.summary-pill.data-v-54bc03ba:active {
-webkit-transform: scale(0.97);
transform: scale(0.97);
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.summary-pill.data-v-54bc03ba:nth-child(2) {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10rpx 20rpx;
border-radius: 999rpx;
background: rgba(182, 142, 154, 0.16);
color: #244a3d;
font-size: 22rpx;
border: 1rpx solid rgba(255, 255, 255, 0.2);
box-shadow: 0 10rpx 24rpx rgba(82, 101, 90, 0.08);
border-color: rgba(182, 142, 154, 0.14);
}
.summary-pill.data-v-54bc03ba:nth-child(3) {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10rpx 20rpx;
border-radius: 999rpx;
background: rgba(210, 191, 156, 0.16);
color: #244a3d;
font-size: 22rpx;
border: 1rpx solid rgba(255, 255, 255, 0.2);
box-shadow: 0 10rpx 24rpx rgba(82, 101, 90, 0.08);
border-color: rgba(210, 191, 156, 0.14);
}
.selector-section.data-v-54bc03ba {
margin-bottom: 28rpx;
}
.date-scroll.data-v-54bc03ba {
white-space: nowrap;
}
.date-row.data-v-54bc03ba {
display: inline-flex;
padding-bottom: 8rpx;
}
.date-chip.data-v-54bc03ba {
border-radius: 24rpx;
background: rgba(255, 255, 255, 0.82);
border: 1rpx solid rgba(210, 191, 156, 0.16);
box-shadow: 0 18rpx 44rpx rgba(54, 77, 64, 0.08);
width: 148rpx;
padding: 24rpx 0;
margin-right: 18rpx;
text-align: center;
border-radius: 30rpx;
|
d8035736
“wangming”
Refactor project ...
|
188
189
190
191
192
193
194
|
transition: box-shadow 240ms ease, background 240ms ease, color 240ms ease, -webkit-transform 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease, -webkit-transform 240ms ease;
}
.date-chip.data-v-54bc03ba:active {
-webkit-transform: translateY(-2rpx) scale(0.98);
transform: translateY(-2rpx) scale(0.98);
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.date-week.data-v-54bc03ba,
.date-day.data-v-54bc03ba {
display: block;
}
.date-week.data-v-54bc03ba {
font-size: 24rpx;
color: #5f6d65;
}
.date-day.data-v-54bc03ba {
margin-top: 12rpx;
font-size: 34rpx;
font-weight: 700;
}
.date-chip.active.data-v-54bc03ba,
.time-chip.active.data-v-54bc03ba {
color: #fff;
background: #244a3d;
border: 1rpx solid rgba(210, 191, 156, 0.24);
box-shadow: 0 18rpx 40rpx rgba(100, 140, 118, 0.22);
}
.date-chip.active .date-week.data-v-54bc03ba,
.time-chip.active .date-week.data-v-54bc03ba {
color: rgba(255, 255, 255, 0.88);
}
.time-panel.data-v-54bc03ba {
background: rgba(253, 255, 252, 0.9);
border: 1rpx solid rgba(255, 255, 255, 0.8);
border-radius: 36rpx;
box-shadow: 0 24rpx 64rpx rgba(54, 77, 64, 0.1);
border-color: rgba(210, 191, 156, 0.16);
padding: 28rpx 24rpx 18rpx;
}
.time-helper.data-v-54bc03ba {
display: block;
margin-bottom: 18rpx;
font-size: 22rpx;
color: #8d9992;
}
.time-grid.data-v-54bc03ba {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.time-chip.data-v-54bc03ba {
border-radius: 24rpx;
background: rgba(255, 255, 255, 0.82);
border: 1rpx solid rgba(210, 191, 156, 0.16);
box-shadow: 0 18rpx 44rpx rgba(54, 77, 64, 0.08);
width: calc((100% - 30rpx) / 4);
height: 82rpx;
margin-bottom: 16rpx;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 26rpx;
font-weight: 600;
|
d8035736
“wangming”
Refactor project ...
|
253
254
255
256
257
258
259
|
transition: box-shadow 240ms ease, background 240ms ease, color 240ms ease, -webkit-transform 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease, -webkit-transform 240ms ease;
}
.time-chip.data-v-54bc03ba:active {
-webkit-transform: translateY(-2rpx) scale(0.98);
transform: translateY(-2rpx) scale(0.98);
|
5c34676a
“wangming”
对会员端进行了设计
|
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
|
}
.info-row.data-v-54bc03ba {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 18rpx 0;
border-bottom: 1rpx solid rgba(100, 140, 118, 0.08);
}
.info-row.data-v-54bc03ba:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.notice-card.data-v-54bc03ba {
background: rgba(253, 255, 252, 0.9);
border: 1rpx solid rgba(255, 255, 255, 0.8);
border-radius: 36rpx;
box-shadow: 0 24rpx 64rpx rgba(54, 77, 64, 0.1);
border-color: rgba(210, 191, 156, 0.16);
|
d8035736
“wangming”
Refactor project ...
|
278
279
280
281
282
283
284
|
transition: box-shadow 320ms ease, -webkit-transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease, -webkit-transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.notice-card.data-v-54bc03ba:active {
-webkit-transform: translateY(-3rpx);
transform: translateY(-3rpx);
|
5c34676a
“wangming”
对会员端进行了设计
|
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
|
}
.notice-item.data-v-54bc03ba {
display: flex;
align-items: flex-start;
margin-bottom: 18rpx;
}
.notice-item.data-v-54bc03ba:last-child {
margin-bottom: 0;
}
.notice-dot.data-v-54bc03ba {
width: 12rpx;
height: 12rpx;
margin: 12rpx 14rpx 0 0;
border-radius: 50%;
background: #d2bf9c;
flex-shrink: 0;
}
.notice-text.data-v-54bc03ba {
font-size: 24rpx;
line-height: 1.8;
color: #5f6d65;
}
.info-label.data-v-54bc03ba {
font-size: 26rpx;
color: #5f6d65;
}
.info-value.data-v-54bc03ba {
width: 70%;
font-size: 26rpx;
line-height: 1.6;
text-align: right;
color: #1f2c28;
}
|
e1dcb3a0
“wangming”
1
|
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
.store-list.data-v-54bc03ba {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
}
.store-chip.data-v-54bc03ba {
flex: 1;
min-width: 44%;
padding: 20rpx 22rpx;
border-radius: 24rpx;
background: rgba(255, 255, 255, 0.82);
border: 1rpx solid rgba(210, 191, 156, 0.16);
transition: background 240ms ease, border-color 240ms ease, -webkit-transform 240ms ease;
transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
transition: transform 240ms ease, background 240ms ease, border-color 240ms ease, -webkit-transform 240ms ease;
}
.store-chip.active.data-v-54bc03ba {
background: rgba(100, 140, 118, 0.12);
border-color: rgba(100, 140, 118, 0.4);
}
.store-chip-name.data-v-54bc03ba {
display: block;
font-size: 26rpx;
font-weight: 600;
color: #1f2c28;
}
.store-chip-addr.data-v-54bc03ba {
display: block;
margin-top: 8rpx;
font-size: 22rpx;
color: #5f6d65;
}
.store-empty.data-v-54bc03ba {
width: 100%;
padding: 24rpx 0;
text-align: center;
font-size: 24rpx;
color: #8d9992;
}
.form-card.data-v-54bc03ba {
display: flex;
flex-direction: column;
}
.form-item.data-v-54bc03ba {
padding: 18rpx 0;
border-bottom: 1rpx solid rgba(100, 140, 118, 0.08);
}
.form-item.no-border.data-v-54bc03ba {
border-bottom: 0;
padding-bottom: 0;
}
.form-label.data-v-54bc03ba {
display: block;
margin-bottom: 12rpx;
font-size: 24rpx;
color: #5f6d65;
}
.form-input.data-v-54bc03ba {
width: 100%;
height: 60rpx;
font-size: 28rpx;
color: #1f2c28;
}
.form-textarea.data-v-54bc03ba {
width: 100%;
min-height: 96rpx;
font-size: 28rpx;
line-height: 1.6;
color: #1f2c28;
}
.form-placeholder.data-v-54bc03ba {
color: #8d9992;
}
|
5c34676a
“wangming”
对会员端进行了设计
|
391
392
393
394
395
396
397
398
399
|
.booking-submit.data-v-54bc03ba {
background: rgba(253, 255, 252, 0.94);
border: 1rpx solid rgba(255, 255, 255, 0.8);
border-radius: 36rpx;
box-shadow: 0 24rpx 64rpx rgba(54, 77, 64, 0.1);
border-color: rgba(210, 191, 156, 0.16);
margin-top: 8rpx;
padding: 28rpx 24rpx 24rpx;
border-radius: 32rpx;
|
d8035736
“wangming”
Refactor project ...
|
400
401
402
403
404
405
406
|
transition: box-shadow 320ms ease, -webkit-transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease, -webkit-transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.booking-submit.data-v-54bc03ba:active {
-webkit-transform: translateY(-3rpx);
transform: translateY(-3rpx);
|
5c34676a
“wangming”
对会员端进行了设计
|
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
|
}
.bar-copy.data-v-54bc03ba {
margin-bottom: 22rpx;
}
.bar-label.data-v-54bc03ba {
display: block;
font-size: 22rpx;
color: #8d9992;
}
.bar-value.data-v-54bc03ba {
display: block;
margin-top: 10rpx;
font-size: 28rpx;
font-weight: 700;
color: #244a3d;
line-height: 1.5;
}
.booking-submit-button.data-v-54bc03ba {
width: 100%;
height: 86rpx;
}
|