5c34676a
“wangming”
对会员端进行了设计
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@charset "UTF-8";
/* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
/* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
.login-content.data-v-b237504c {
min-height: calc(100vh - 25px - env(safe-area-inset-bottom));
display: flex;
align-items: center;
justify-content: center;
padding-top: calc(25px + 28rpx);
padding-bottom: calc(28rpx + env(safe-area-inset-bottom));
}
.login-main.data-v-b237504c {
width: 100%;
-webkit-transform: translateY(-52rpx);
transform: translateY(-52rpx);
|
d8035736
“wangming”
Refactor project ...
|
16
17
|
-webkit-animation: lfRevealUp 860ms cubic-bezier(0.22, 1, 0.36, 1) both;
animation: lfRevealUp 860ms cubic-bezier(0.22, 1, 0.36, 1) both;
|
5c34676a
“wangming”
对会员端进行了设计
|
18
19
20
21
22
23
24
25
26
27
|
}
.safe-bottom-space.data-v-b237504c {
display: none;
}
.auth-card.data-v-b237504c {
position: relative;
overflow: hidden;
margin-bottom: 28rpx;
border-color: rgba(210, 191, 156, 0.24);
box-shadow: 0 30rpx 78rpx rgba(40, 63, 52, 0.12);
|
d8035736
“wangming”
Refactor project ...
|
28
29
30
31
32
33
34
35
|
transition: box-shadow 380ms ease, -webkit-transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease;
transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease, -webkit-transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}
.auth-card.data-v-b237504c:active {
-webkit-transform: translateY(-4rpx);
transform: translateY(-4rpx);
box-shadow: 0 36rpx 88rpx rgba(40, 63, 52, 0.14);
|
5c34676a
“wangming”
对会员端进行了设计
|
36
37
38
39
40
|
}
.welcome-block.data-v-b237504c {
position: relative;
min-height: 110rpx;
margin-bottom: 14rpx;
|
d8035736
“wangming”
Refactor project ...
|
41
42
|
-webkit-animation: lfRevealUp 820ms cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
animation: lfRevealUp 820ms cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
|
5c34676a
“wangming”
对会员端进行了设计
|
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
}
.welcome-ornament.data-v-b237504c {
position: absolute;
left: 0;
top: 22rpx;
width: 28rpx;
display: flex;
flex-direction: column;
align-items: center;
z-index: 2;
}
.ornament-dot.data-v-b237504c {
width: 8rpx;
height: 8rpx;
border-radius: 50%;
background: rgba(210, 191, 156, 0.92);
box-shadow: 0 0 0 10rpx rgba(210, 191, 156, 0.08);
|
d8035736
“wangming”
Refactor project ...
|
60
61
|
-webkit-animation: lfPulseSoft 4.6s ease-in-out infinite;
animation: lfPulseSoft 4.6s ease-in-out infinite;
|
5c34676a
“wangming”
对会员端进行了设计
|
62
63
64
65
66
67
68
|
}
.ornament-line.data-v-b237504c {
width: 2rpx;
height: 52rpx;
margin-top: 14rpx;
border-radius: 999rpx;
background: rgba(182, 142, 154, 0.22);
|
d8035736
“wangming”
Refactor project ...
|
69
70
|
-webkit-animation: lfAtmosphereShift 6.8s ease-in-out infinite alternate;
animation: lfAtmosphereShift 6.8s ease-in-out infinite alternate;
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.welcome-copy.data-v-b237504c,
.auth-head.data-v-b237504c,
.field-list.data-v-b237504c,
.agreement-row.data-v-b237504c,
.login-button.data-v-b237504c,
.secondary-actions.data-v-b237504c {
position: relative;
z-index: 2;
}
.welcome-copy.data-v-b237504c {
position: relative;
z-index: 2;
padding: 8rpx 0 0 38rpx;
}
.welcome-title.data-v-b237504c {
display: block;
font-size: 36rpx;
line-height: 1.34;
font-weight: 700;
color: #1f2c28;
letter-spacing: 1rpx;
text-shadow: 0 10rpx 24rpx rgba(36, 74, 61, 0.05);
white-space: nowrap;
}
.welcome-subline.data-v-b237504c {
display: flex;
align-items: center;
margin-top: 10rpx;
}
.welcome-subtitle.data-v-b237504c {
font-size: 24rpx;
line-height: 1.6;
color: rgba(95, 109, 101, 0.8);
letter-spacing: 10rpx;
}
.subline-stroke.data-v-b237504c {
width: 44rpx;
height: 2rpx;
margin-right: 16rpx;
border-radius: 999rpx;
background: rgba(210, 191, 156, 0.72);
}
.subline-dot.data-v-b237504c {
width: 6rpx;
height: 6rpx;
margin-left: 14rpx;
border-radius: 50%;
background: rgba(182, 142, 154, 0.48);
}
.auth-card.data-v-b237504c {
padding: 48rpx 36rpx 40rpx;
background: rgba(253, 255, 252, 0.94);
}
.auth-card.data-v-b237504c::before {
content: "";
position: absolute;
right: -80rpx;
bottom: -70rpx;
width: 260rpx;
height: 260rpx;
border-radius: 50%;
background: rgba(100, 140, 118, 0.045);
|
d8035736
“wangming”
Refactor project ...
|
134
135
|
-webkit-animation: lfFloatSoft 12s ease-in-out infinite;
animation: lfFloatSoft 12s ease-in-out infinite;
|
5c34676a
“wangming”
对会员端进行了设计
|
136
137
138
139
140
141
142
143
144
|
}
.auth-card.data-v-b237504c::after {
content: "";
position: absolute;
left: 26rpx;
right: 26rpx;
top: 18rpx;
height: 1rpx;
background: rgba(255, 255, 255, 0.82);
|
d8035736
“wangming”
Refactor project ...
|
145
146
|
-webkit-animation: lfAtmosphereGlow 8.6s ease-in-out infinite alternate;
animation: lfAtmosphereGlow 8.6s ease-in-out infinite alternate;
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.auth-kicker.data-v-b237504c {
display: inline-block;
margin-bottom: 16rpx;
font-size: 20rpx;
font-weight: 600;
letter-spacing: 5rpx;
color: rgba(143, 118, 86, 0.82);
}
.auth-title.data-v-b237504c {
display: block;
font-size: 40rpx;
font-weight: 700;
color: #1f2c28;
letter-spacing: 1.5rpx;
}
.auth-subtitle.data-v-b237504c {
display: block;
margin-top: 16rpx;
font-size: 23rpx;
line-height: 1.8;
color: rgba(95, 109, 101, 0.78);
letter-spacing: 1rpx;
}
.field-list.data-v-b237504c {
margin-top: 38rpx;
}
.field-stack + .field-stack.data-v-b237504c {
margin-top: 18rpx;
}
.field-item.data-v-b237504c {
display: flex;
align-items: center;
min-height: 108rpx;
padding: 0 26rpx;
border-radius: 32rpx;
background: rgba(255, 255, 255, 0.92);
border: 1rpx solid rgba(210, 191, 156, 0.2);
box-shadow: 0 18rpx 40rpx rgba(54, 77, 64, 0.06);
|
d8035736
“wangming”
Refactor project ...
|
186
187
188
189
190
191
192
193
194
|
transition: box-shadow 280ms ease, border-color 280ms ease, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease, border-color 280ms ease;
transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease, border-color 280ms ease, -webkit-transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.field-item.data-v-b237504c:active {
-webkit-transform: translateY(-3rpx);
transform: translateY(-3rpx);
border-color: rgba(210, 191, 156, 0.3);
box-shadow: 0 22rpx 46rpx rgba(54, 77, 64, 0.08);
|
5c34676a
“wangming”
对会员端进行了设计
|
195
196
197
198
199
200
201
202
203
204
205
206
|
}
.field-main.data-v-b237504c {
flex: 1;
display: flex;
align-items: center;
}
.field-icon.data-v-b237504c {
position: relative;
width: 62rpx;
height: 62rpx;
border-radius: 22rpx;
margin-right: 20rpx;
|
d8035736
“wangming”
Refactor project ...
|
207
208
209
|
transition: -webkit-transform 260ms ease;
transition: transform 260ms ease;
transition: transform 260ms ease, -webkit-transform 260ms ease;
|
5c34676a
“wangming”
对会员端进行了设计
|
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
|
}
.phone-icon.data-v-b237504c {
background: rgba(100, 140, 118, 0.12);
box-shadow: inset 0 1rpx 0 rgba(255, 255, 255, 0.4);
}
.code-icon.data-v-b237504c {
background: rgba(210, 191, 156, 0.16);
box-shadow: inset 0 1rpx 0 rgba(255, 255, 255, 0.4);
}
.phone-core.data-v-b237504c {
position: absolute;
left: 20rpx;
top: 12rpx;
width: 24rpx;
height: 38rpx;
border: 3rpx solid #244a3d;
border-radius: 10rpx;
|
d8035736
“wangming”
Refactor project ...
|
227
228
|
-webkit-animation: lfPulseSoft 5.2s ease-in-out infinite;
animation: lfPulseSoft 5.2s ease-in-out infinite;
|
5c34676a
“wangming”
对会员端进行了设计
|
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
|
}
.phone-core.data-v-b237504c::after {
content: "";
position: absolute;
left: 50%;
bottom: 4rpx;
width: 8rpx;
height: 8rpx;
margin-left: -4rpx;
border-radius: 50%;
background: #244a3d;
}
.code-core.data-v-b237504c {
position: absolute;
left: 16rpx;
top: 18rpx;
width: 32rpx;
height: 24rpx;
border-radius: 8rpx;
border: 3rpx solid #8f7656;
|
d8035736
“wangming”
Refactor project ...
|
249
250
251
252
253
254
|
-webkit-animation: lfPulseSoft 5.6s ease-in-out infinite 0.4s;
animation: lfPulseSoft 5.6s ease-in-out infinite 0.4s;
}
.field-item:active .field-icon.data-v-b237504c {
-webkit-transform: scale(1.06) rotate(-4deg);
transform: scale(1.06) rotate(-4deg);
|
5c34676a
“wangming”
对会员端进行了设计
|
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
|
}
.code-core.data-v-b237504c::before,
.code-core.data-v-b237504c::after {
content: "";
position: absolute;
top: 50%;
width: 6rpx;
height: 6rpx;
margin-top: -3rpx;
border-radius: 50%;
background: #8f7656;
}
.code-core.data-v-b237504c::before {
left: 6rpx;
box-shadow: 10rpx 0 0 #8f7656, 20rpx 0 0 #8f7656;
}
.field-input.data-v-b237504c {
flex: 1;
height: 108rpx;
font-size: 28rpx;
font-weight: 500;
letter-spacing: 1rpx;
color: #1f2c28;
}
.field-placeholder.data-v-b237504c {
color: rgba(141, 153, 146, 0.88);
}
.code-item.data-v-b237504c {
justify-content: space-between;
}
.code-button.data-v-b237504c {
min-width: 156rpx;
height: 70rpx;
padding: 0 22rpx;
border-radius: 999rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 24rpx;
font-weight: 600;
color: #33594b;
background: rgba(100, 140, 118, 0.1);
border: 1rpx solid rgba(210, 191, 156, 0.18);
box-shadow: inset 0 1rpx 0 rgba(255, 255, 255, 0.4);
|
d8035736
“wangming”
Refactor project ...
|
299
300
301
302
303
304
305
306
|
transition: box-shadow 240ms ease, background 240ms ease, -webkit-transform 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, -webkit-transform 240ms ease;
}
.code-button.data-v-b237504c:active {
-webkit-transform: scale(0.97);
transform: scale(0.97);
box-shadow: 0 10rpx 20rpx rgba(54, 77, 64, 0.08);
|
5c34676a
“wangming”
对会员端进行了设计
|
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
|
}
.code-button.disabled.data-v-b237504c {
color: #8d9992;
background: rgba(145, 166, 154, 0.12);
}
.agreement-row.data-v-b237504c {
display: flex;
align-items: center;
margin-top: 30rpx;
}
.agree-box.data-v-b237504c {
width: 34rpx;
height: 34rpx;
border-radius: 12rpx;
border: 1rpx solid rgba(210, 191, 156, 0.32);
background: rgba(210, 191, 156, 0.08);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
|
d8035736
“wangming”
Refactor project ...
|
327
328
329
330
331
332
333
|
transition: background 220ms ease, border-color 220ms ease, -webkit-transform 220ms ease;
transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, -webkit-transform 220ms ease;
}
.agree-box.data-v-b237504c:active {
-webkit-transform: scale(0.94);
transform: scale(0.94);
|
5c34676a
“wangming”
对会员端进行了设计
|
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
|
}
.agree-box.active.data-v-b237504c {
border-color: rgba(100, 140, 118, 0.42);
background: rgba(100, 140, 118, 0.16);
}
.agree-mark.data-v-b237504c {
font-size: 22rpx;
color: #244a3d;
line-height: 1;
}
.agreement-text.data-v-b237504c {
margin-left: 14rpx;
font-size: 23rpx;
line-height: 1.8;
color: rgba(95, 109, 101, 0.76);
}
.login-button.data-v-b237504c {
width: 100%;
margin-top: 34rpx;
height: 96rpx;
letter-spacing: 6rpx;
border-color: rgba(210, 191, 156, 0.22);
box-shadow: 0 28rpx 58rpx rgba(36, 74, 61, 0.18);
|
d8035736
“wangming”
Refactor project ...
|
357
358
|
-webkit-animation: lfRevealUp 820ms cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
animation: lfRevealUp 820ms cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.login-button.disabled.data-v-b237504c {
opacity: 0.5;
box-shadow: none;
}
.secondary-actions.data-v-b237504c {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 22rpx;
}
.secondary-ghost.data-v-b237504c {
display: inline-flex;
align-items: center;
justify-content: center;
height: 84rpx;
padding: 0 30rpx;
border-radius: 42rpx;
color: #244a3d;
font-size: 26rpx;
font-weight: 600;
letter-spacing: 2rpx;
background: rgba(255, 255, 255, 0.9);
border: 1rpx solid rgba(210, 191, 156, 0.22);
box-shadow: 0 14rpx 30rpx rgba(54, 77, 64, 0.08);
width: 100%;
height: 88rpx;
padding: 0 30rpx;
border-color: rgba(210, 191, 156, 0.26);
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 16rpx 34rpx rgba(54, 77, 64, 0.06);
|
d8035736
“wangming”
Refactor project ...
|
390
391
392
393
394
395
396
397
|
transition: box-shadow 260ms ease, -webkit-transform 260ms ease;
transition: transform 260ms ease, box-shadow 260ms ease;
transition: transform 260ms ease, box-shadow 260ms ease, -webkit-transform 260ms ease;
}
.secondary-ghost.data-v-b237504c:active {
-webkit-transform: translateY(-3rpx);
transform: translateY(-3rpx);
box-shadow: 0 18rpx 36rpx rgba(54, 77, 64, 0.08);
|
5c34676a
“wangming”
对会员端进行了设计
|
398
399
400
401
402
403
404
405
406
407
408
409
410
411
|
}
.secondary-ghost-text.data-v-b237504c {
margin-left: 14rpx;
letter-spacing: 3rpx;
}
.wechat-icon.data-v-b237504c {
position: relative;
width: 44rpx;
height: 34rpx;
}
.wechat-bubble.data-v-b237504c {
position: absolute;
border-radius: 50%;
background: #5b8f74;
|
d8035736
“wangming”
Refactor project ...
|
412
413
|
-webkit-animation: lfPulseSoft 4.8s ease-in-out infinite;
animation: lfPulseSoft 4.8s ease-in-out infinite;
|
5c34676a
“wangming”
对会员端进行了设计
|
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
|
}
.wechat-bubble.data-v-b237504c::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
}
.bubble-main.data-v-b237504c {
left: 0;
top: 2rpx;
width: 28rpx;
height: 24rpx;
}
.bubble-main.data-v-b237504c::after {
left: 6rpx;
bottom: -5rpx;
border-width: 6rpx 6rpx 0 2rpx;
border-color: #5b8f74 transparent transparent transparent;
}
.bubble-sub.data-v-b237504c {
right: 0;
top: 0;
width: 24rpx;
height: 20rpx;
background: #7ca38f;
|
d8035736
“wangming”
Refactor project ...
|
440
441
|
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
|
5c34676a
“wangming”
对会员端进行了设计
|
442
443
444
445
446
447
448
449
450
451
452
453
|
}
.bubble-sub.data-v-b237504c::after {
right: 4rpx;
bottom: -5rpx;
border-width: 6rpx 2rpx 0 6rpx;
border-color: #7ca38f transparent transparent transparent;
}
.secondary-text.data-v-b237504c {
margin-top: 26rpx;
font-size: 23rpx;
color: rgba(95, 109, 101, 0.72);
letter-spacing: 3rpx;
|
d8035736
“wangming”
Refactor project ...
|
454
455
456
457
458
459
460
461
|
transition: opacity 220ms ease, -webkit-transform 220ms ease;
transition: transform 220ms ease, opacity 220ms ease;
transition: transform 220ms ease, opacity 220ms ease, -webkit-transform 220ms ease;
}
.secondary-text.data-v-b237504c:active {
-webkit-transform: translateY(-2rpx);
transform: translateY(-2rpx);
opacity: 0.7;
|
5c34676a
“wangming”
对会员端进行了设计
|
462
463
464
465
466
467
468
469
470
471
|
}
.login-footer.data-v-b237504c {
padding: 10rpx 10rpx 0 38rpx;
}
.footer-text.data-v-b237504c {
font-size: 21rpx;
color: rgba(141, 153, 146, 0.82);
line-height: 1.9;
letter-spacing: 2rpx;
}
|