Blame view

member-miniapp/unpackage/dist/dev/mp-weixin/packageMall/main/main.wxss 10.6 KB
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
  @charset "UTF-8";
  /* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
  /* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */
  .mall-header.data-v-c2a5b348 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28rpx;
  }
  .mall-title.data-v-c2a5b348 {
    display: block;
    font-size: 44rpx;
    font-weight: 700;
  }
  .mall-subtitle.data-v-c2a5b348 {
    display: block;
    margin-top: 10rpx;
    font-size: 24rpx;
    color: #5f6d65;
    line-height: 1.7;
  }
  .feature-card.data-v-c2a5b348 {
    position: relative;
    overflow: hidden;
    min-height: 260rpx;
    margin-bottom: 28rpx;
    padding: 34rpx;
  }
  .feature-card.data-v-c2a5b348::after {
    content: "";
    position: absolute;
    right: -82rpx;
    top: -10rpx;
    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 ...
39
40
    -webkit-animation: lfFloatSoft 11.8s ease-in-out infinite;
            animation: lfFloatSoft 11.8s ease-in-out infinite;
5c34676a   “wangming”   对会员端进行了设计
41
42
43
44
45
46
47
48
49
50
51
  }
  .feature-card.data-v-c2a5b348::before {
    content: "";
    position: absolute;
    right: 6rpx;
    top: 60rpx;
    width: 220rpx;
    height: 220rpx;
    border-radius: 50%;
    border: 2rpx solid rgba(100, 140, 118, 0.035);
    z-index: 1;
d8035736   “wangming”   Refactor project ...
52
53
    -webkit-animation: lfPulseSoft 8.6s ease-in-out infinite;
            animation: lfPulseSoft 8.6s ease-in-out infinite;
5c34676a   “wangming”   对会员端进行了设计
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
  }
  .feature-copy.data-v-c2a5b348 {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding-right: 36rpx;
  }
  .feature-tag.data-v-c2a5b348 {
    display: inline-block;
    font-size: 20rpx;
    letter-spacing: 3rpx;
    color: #648c76;
  }
  .feature-title.data-v-c2a5b348 {
    display: block;
    margin: 16rpx 0 12rpx;
    font-size: 40rpx;
    font-weight: 700;
    line-height: 1.35;
  }
  .feature-desc.data-v-c2a5b348 {
    display: block;
    font-size: 24rpx;
    color: #5f6d65;
    line-height: 1.8;
  }
  .feature-art-wrap.data-v-c2a5b348 {
    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 ...
91
92
    -webkit-animation: lfFloatSoft 13.2s ease-in-out infinite 0.6s;
            animation: lfFloatSoft 13.2s ease-in-out infinite 0.6s;
5c34676a   “wangming”   对会员端进行了设计
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
  }
  .feature-art-wrap.data-v-c2a5b348::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));
  }
  .feature-art.data-v-c2a5b348 {
    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);
  }
  .search-card.data-v-c2a5b348 {
    background: rgba(253, 255, 252, 0.92);
    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;
    align-items: center;
    min-height: 92rpx;
    margin-bottom: 24rpx;
    padding: 0 26rpx;
d8035736   “wangming”   Refactor project ...
121
122
123
124
125
126
127
    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);
  }
  .search-card.data-v-c2a5b348:active {
    -webkit-transform: translateY(-3rpx);
            transform: translateY(-3rpx);
5c34676a   “wangming”   对会员端进行了设计
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
  }
  .search-icon.data-v-c2a5b348 {
    position: relative;
    width: 36rpx;
    height: 36rpx;
    margin-right: 18rpx;
    border: 3rpx solid rgba(182, 142, 154, 0.42);
    border-radius: 50%;
  }
  .search-icon.data-v-c2a5b348::after {
    content: "";
    position: absolute;
    width: 16rpx;
    height: 3rpx;
    right: -8rpx;
    bottom: 0;
    background: rgba(182, 142, 154, 0.42);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 999rpx;
  }
  .search-input.data-v-c2a5b348 {
    flex: 1;
    height: 92rpx;
    font-size: 26rpx;
    color: #1f2c28;
  }
  .search-placeholder.data-v-c2a5b348 {
    color: #8d9992;
  }
  .category-row.data-v-c2a5b348 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28rpx;
  }
  .category-chip.data-v-c2a5b348 {
    padding: 16rpx 28rpx;
    margin: 0 16rpx 16rpx 0;
    border-radius: 999rpx;
    font-size: 24rpx;
    color: #5f6d65;
    background: rgba(255, 255, 255, 0.8);
    border: 1rpx solid rgba(210, 191, 156, 0.14);
d8035736   “wangming”   Refactor project ...
171
172
173
174
175
176
177
    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;
  }
  .category-chip.data-v-c2a5b348:active {
    -webkit-transform: translateY(-2rpx) scale(0.98);
            transform: translateY(-2rpx) scale(0.98);
5c34676a   “wangming”   对会员端进行了设计
178
179
180
181
182
183
184
  }
  .category-chip.active.data-v-c2a5b348 {
    color: #fff;
    background: #244a3d;
    border-color: rgba(210, 191, 156, 0.22);
    box-shadow: 0 10rpx 24rpx rgba(82, 101, 90, 0.08);
  }
e1dcb3a0   “wangming”   1
185
186
187
  .sort-row.data-v-c2a5b348 {
    margin-top: -8rpx;
  }
5c34676a   “wangming”   对会员端进行了设计
188
189
190
  .product-head.data-v-c2a5b348 {
    margin-bottom: 18rpx;
  }
e1dcb3a0   “wangming”   1
191
192
193
194
195
196
  .list-tip.data-v-c2a5b348 {
    margin: 16rpx 0 8rpx;
    text-align: center;
    font-size: 22rpx;
    color: #8d9992;
  }
5c34676a   “wangming”   对会员端进行了设计
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
  .waterfall.data-v-c2a5b348 {
    display: flex;
    justify-content: space-between;
  }
  .waterfall-col.data-v-c2a5b348 {
    width: calc((100% - 18rpx) / 2);
  }
  .product-card.data-v-c2a5b348 {
    background: rgba(253, 255, 252, 0.92);
    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);
    overflow: hidden;
    margin-bottom: 20rpx;
    padding: 0;
d8035736   “wangming”   Refactor project ...
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
    transition: box-shadow 340ms ease, -webkit-transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 340ms ease;
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 340ms ease, -webkit-transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
    -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;
  }
  .waterfall-col:nth-child(1) .product-card.data-v-c2a5b348:nth-child(1),
  .waterfall-col:nth-child(2) .product-card.data-v-c2a5b348:nth-child(1) {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s;
  }
  .waterfall-col:nth-child(1) .product-card.data-v-c2a5b348:nth-child(2),
  .waterfall-col:nth-child(2) .product-card.data-v-c2a5b348:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .waterfall-col:nth-child(1) .product-card.data-v-c2a5b348:nth-child(3),
  .waterfall-col:nth-child(2) .product-card.data-v-c2a5b348:nth-child(3) {
    -webkit-animation-delay: 0.28s;
            animation-delay: 0.28s;
  }
  .waterfall-col:nth-child(1) .product-card.data-v-c2a5b348:nth-child(4),
  .waterfall-col:nth-child(2) .product-card.data-v-c2a5b348:nth-child(4) {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s;
  }
  .product-card.data-v-c2a5b348:active {
    -webkit-transform: translateY(-6rpx);
            transform: translateY(-6rpx);
    box-shadow: 0 22rpx 44rpx rgba(54, 77, 64, 0.1);
5c34676a   “wangming”   对会员端进行了设计
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
  }
  .product-cover.data-v-c2a5b348 {
    position: relative;
    padding: 24rpx;
    color: #fff;
  }
  .product-photo.data-v-c2a5b348,
  .product-cover-mask.data-v-c2a5b348 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .product-cover-mask.data-v-c2a5b348 {
    background: linear-gradient(180deg, rgba(32, 53, 45, 0.02), rgba(32, 53, 45, 0.08) 56%, rgba(32, 53, 45, 0.36) 100%);
  }
d8035736   “wangming”   Refactor project ...
260
261
262
263
264
265
266
267
268
  .product-photo.data-v-c2a5b348 {
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  .product-card:active .product-photo.data-v-c2a5b348 {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
5c34676a   “wangming”   对会员端进行了设计
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
  .product-badge.data-v-c2a5b348 {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10rpx 20rpx;
    border-radius: 999rpx;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    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(255, 255, 255, 0.22);
  }
  .product-cover-title.data-v-c2a5b348 {
    position: absolute;
    left: 24rpx;
    right: 24rpx;
    bottom: 24rpx;
    z-index: 2;
    font-size: 34rpx;
    line-height: 1.35;
    font-weight: 700;
  }
  .product-body.data-v-c2a5b348 {
    padding: 24rpx;
  }
  .product-name.data-v-c2a5b348 {
    display: block;
    font-size: 30rpx;
    line-height: 1.45;
    font-weight: 700;
  }
  .product-tags.data-v-c2a5b348 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16rpx;
  }
  .product-tag.data-v-c2a5b348 {
    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 12rpx 12rpx 0;
    font-size: 20rpx;
    padding: 8rpx 16rpx;
d8035736   “wangming”   Refactor project ...
323
324
325
    transition: -webkit-transform 240ms ease;
    transition: transform 240ms ease;
    transition: transform 240ms ease, -webkit-transform 240ms ease;
5c34676a   “wangming”   对会员端进行了设计
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
  }
  .product-tag.data-v-c2a5b348: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);
  }
  .product-footer.data-v-c2a5b348 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 12rpx;
  }
  .price-symbol.data-v-c2a5b348,
  .product-price.data-v-c2a5b348 {
    color: #244a3d;
    font-weight: 700;
  }
  .price-symbol.data-v-c2a5b348 {
    font-size: 22rpx;
    color: #d2bf9c;
  }
  .product-sales.data-v-c2a5b348 {
    color: #b68e9a;
  }
  .product-price.data-v-c2a5b348 {
    font-size: 38rpx;
  }
  .product-sales.data-v-c2a5b348 {
    font-size: 22rpx;
    color: #8d9992;
  }
  .empty-card.data-v-c2a5b348 {
    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);
    padding: 40rpx 32rpx;
    text-align: center;
  }
  .empty-title.data-v-c2a5b348 {
    display: block;
    font-size: 30rpx;
    font-weight: 700;
    color: #1f2c28;
  }
  .empty-desc.data-v-c2a5b348 {
    display: block;
    margin-top: 12rpx;
    font-size: 24rpx;
    color: #5f6d65;
  }