5c34676a
“wangming”
对会员端进行了设计
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@charset "UTF-8";
/* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
/* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
.profile-header.data-v-60cb334c {
display: flex;
align-items: center;
margin-bottom: 28rpx;
}
.profile-title.data-v-60cb334c {
font-size: 44rpx;
font-weight: 700;
}
.user-card.data-v-60cb334c,
.orders-card.data-v-60cb334c,
.menu-card.data-v-60cb334c {
padding: 34rpx;
}
.user-card.data-v-60cb334c {
position: relative;
overflow: hidden;
margin-bottom: 28rpx;
|
d8035736
“wangming”
Refactor project ...
|
22
23
24
25
26
27
28
|
transition: box-shadow 360ms ease, -webkit-transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 360ms ease;
transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 360ms ease, -webkit-transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}
.user-card.data-v-60cb334c:active {
-webkit-transform: translateY(-4rpx);
transform: translateY(-4rpx);
|
5c34676a
“wangming”
对会员端进行了设计
|
29
30
31
32
33
34
35
36
37
|
}
.user-art.data-v-60cb334c,
.user-overlay.data-v-60cb334c {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
|
d8035736
“wangming”
Refactor project ...
|
38
39
40
41
42
43
44
45
|
.user-art.data-v-60cb334c {
left: -24rpx;
top: -24rpx;
width: calc(100% + 48rpx);
height: calc(100% + 48rpx);
-webkit-animation: profileArtBreath-data-v-60cb334c 13.8s ease-in-out infinite;
animation: profileArtBreath-data-v-60cb334c 13.8s ease-in-out infinite;
}
|
5c34676a
“wangming”
对会员端进行了设计
|
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
.user-overlay.data-v-60cb334c {
background: linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(36, 74, 61, 0.14));
}
.user-row.data-v-60cb334c,
.user-name-row.data-v-60cb334c,
.menu-left.data-v-60cb334c,
.menu-item.data-v-60cb334c {
display: flex;
align-items: center;
}
.user-row.data-v-60cb334c {
position: relative;
z-index: 2;
}
.avatar.data-v-60cb334c {
position: relative;
width: 112rpx;
height: 112rpx;
border-radius: 50%;
background: rgba(255, 255, 255, 0.24);
border: 2rpx solid rgba(255, 255, 255, 0.32);
|
d8035736
“wangming”
Refactor project ...
|
67
68
|
-webkit-animation: lfPulseSoft 5.8s ease-in-out infinite;
animation: lfPulseSoft 5.8s ease-in-out infinite;
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.avatar.data-v-60cb334c::before,
.avatar.data-v-60cb334c::after {
content: "";
position: absolute;
left: 50%;
background: rgba(255, 255, 255, 0.86);
}
.avatar.data-v-60cb334c::before {
top: 24rpx;
width: 30rpx;
height: 30rpx;
margin-left: -15rpx;
border-radius: 50%;
}
.avatar.data-v-60cb334c::after {
bottom: 20rpx;
width: 56rpx;
height: 30rpx;
margin-left: -28rpx;
border-radius: 28rpx 28rpx 20rpx 20rpx;
}
.avatar-core.data-v-60cb334c {
position: absolute;
inset: 10rpx;
border-radius: 50%;
border: 2rpx solid rgba(255, 255, 255, 0.28);
}
|
e1dcb3a0
“wangming”
1
|
97
98
99
100
101
102
103
|
.avatar-img.data-v-60cb334c {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border-radius: 50%;
}
|
5c34676a
“wangming”
对会员端进行了设计
|
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
.user-info.data-v-60cb334c {
flex: 1;
margin-left: 24rpx;
}
.user-name.data-v-60cb334c {
font-size: 36rpx;
font-weight: 700;
color: #fff;
}
.level-badge.data-v-60cb334c {
margin-left: 16rpx;
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);
font-weight: 600;
|
d8035736
“wangming”
Refactor project ...
|
127
128
|
-webkit-animation: lfPulseSoft 4.8s ease-in-out infinite 0.8s;
animation: lfPulseSoft 4.8s ease-in-out infinite 0.8s;
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
}
.user-phone.data-v-60cb334c,
.user-desc.data-v-60cb334c,
.order-title.data-v-60cb334c,
.menu-arrow.data-v-60cb334c {
color: #5f6d65;
}
.user-phone.data-v-60cb334c {
display: block;
margin-top: 12rpx;
font-size: 26rpx;
color: rgba(255, 255, 255, 0.88);
}
.user-desc.data-v-60cb334c {
display: block;
margin-top: 10rpx;
font-size: 24rpx;
line-height: 1.6;
color: rgba(255, 255, 255, 0.82);
}
.section-block.data-v-60cb334c {
margin-bottom: 28rpx;
}
.orders-card.data-v-60cb334c {
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);
display: flex;
justify-content: space-between;
}
.order-item.data-v-60cb334c {
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
|
d8035736
“wangming”
Refactor project ...
|
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
|
transition: opacity 260ms ease, -webkit-transform 260ms ease;
transition: transform 260ms ease, opacity 260ms ease;
transition: transform 260ms ease, opacity 260ms ease, -webkit-transform 260ms ease;
-webkit-animation: lfRevealUp 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
animation: lfRevealUp 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.order-item.data-v-60cb334c:nth-child(1) {
-webkit-animation-delay: 0.12s;
animation-delay: 0.12s;
}
.order-item.data-v-60cb334c:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.order-item.data-v-60cb334c:nth-child(3) {
-webkit-animation-delay: 0.28s;
animation-delay: 0.28s;
}
.order-item.data-v-60cb334c:nth-child(4) {
-webkit-animation-delay: 0.36s;
animation-delay: 0.36s;
}
.order-item.data-v-60cb334c:active {
-webkit-transform: translateY(-4rpx) scale(1.01);
transform: translateY(-4rpx) scale(1.01);
|
5c34676a
“wangming”
对会员端进行了设计
|
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
}
.order-icon.data-v-60cb334c,
.menu-icon.data-v-60cb334c {
width: 72rpx;
height: 72rpx;
}
.menu-icon.data-v-60cb334c {
-webkit-filter: sepia(0.28) saturate(0.78) hue-rotate(286deg) brightness(0.96);
filter: sepia(0.28) saturate(0.78) hue-rotate(286deg) brightness(0.96);
}
.order-title.data-v-60cb334c {
margin-top: 16rpx;
font-size: 24rpx;
color: #1f2c28;
}
.menu-item.data-v-60cb334c {
justify-content: space-between;
padding: 22rpx 0;
border-bottom: 1rpx solid rgba(100, 140, 118, 0.08);
|
d8035736
“wangming”
Refactor project ...
|
210
211
212
213
214
|
transition: padding-left 260ms ease, opacity 260ms ease, -webkit-transform 260ms ease;
transition: transform 260ms ease, padding-left 260ms ease, opacity 260ms ease;
transition: transform 260ms ease, padding-left 260ms ease, opacity 260ms ease, -webkit-transform 260ms ease;
-webkit-animation: lfRevealUp 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
animation: lfRevealUp 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
|
5c34676a
“wangming”
对会员端进行了设计
|
215
216
217
218
219
|
}
.menu-item.data-v-60cb334c:last-child {
border-bottom: 0;
padding-bottom: 0;
}
|
d8035736
“wangming”
Refactor project ...
|
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
|
.menu-item.data-v-60cb334c:nth-child(1) {
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
}
.menu-item.data-v-60cb334c:nth-child(2) {
-webkit-animation-delay: 0.22s;
animation-delay: 0.22s;
}
.menu-item.data-v-60cb334c:nth-child(3) {
-webkit-animation-delay: 0.28s;
animation-delay: 0.28s;
}
.menu-item.data-v-60cb334c:nth-child(4) {
-webkit-animation-delay: 0.34s;
animation-delay: 0.34s;
}
.menu-item.data-v-60cb334c:nth-child(5) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.menu-item.data-v-60cb334c:active {
-webkit-transform: translateX(6rpx);
transform: translateX(6rpx);
}
|
5c34676a
“wangming”
对会员端进行了设计
|
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
|
.menu-title.data-v-60cb334c {
margin-left: 18rpx;
font-size: 28rpx;
color: #1f2c28;
}
.menu-card.data-v-60cb334c {
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);
}
.menu-arrow.data-v-60cb334c {
font-size: 36rpx;
}
.logout-button.data-v-60cb334c {
display: inline-flex;
align-items: center;
justify-content: center;
height: 92rpx;
padding: 0 38rpx;
border-radius: 44rpx;
color: #fff;
font-size: 28rpx;
font-weight: 600;
letter-spacing: 3rpx;
background: #244a3d;
border: 1rpx solid rgba(210, 191, 156, 0.26);
box-shadow: 0 22rpx 48rpx rgba(36, 74, 61, 0.18);
width: 100%;
|
d8035736
“wangming”
Refactor project ...
|
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
|
-webkit-animation: lfRevealUp 820ms cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
animation: lfRevealUp 820ms cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}
@-webkit-keyframes profileArtBreath-data-v-60cb334c {
0%, 100% {
-webkit-transform: scale(1.02) translate3d(0, 0, 0);
transform: scale(1.02) translate3d(0, 0, 0);
}
50% {
-webkit-transform: scale(1.08) translate3d(0, -10rpx, 0);
transform: scale(1.08) translate3d(0, -10rpx, 0);
}
}
@keyframes profileArtBreath-data-v-60cb334c {
0%, 100% {
-webkit-transform: scale(1.02) translate3d(0, 0, 0);
transform: scale(1.02) translate3d(0, 0, 0);
}
50% {
-webkit-transform: scale(1.08) translate3d(0, -10rpx, 0);
transform: scale(1.08) translate3d(0, -10rpx, 0);
}
|
5c34676a
“wangming”
对会员端进行了设计
|
296
|
}
|