s-material-react 2.2.48 → 2.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,644 +1,644 @@
1
- $padding: 16px;
2
-
3
- .goodsDetail-topInfo {
4
- display: flex;
5
- border-radius: 8px 8px 0 0;
6
- // background: linear-gradient(180deg, #ff9b2a 0%, #fba038 100%);
7
- background-image: url('https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/price_27.png');
8
- background-repeat: no-repeat;
9
- background-position: top;
10
- background-size: 100% 100px;
11
- .lPart {
12
- flex: 1;
13
-
14
- .price-container {
15
- padding: 20px 20px 15px 20px;
16
- color: #fff;
17
- background-image: url('https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/icon1.png');
18
- background-repeat: no-repeat;
19
- background-position: right center;
20
- background-size: contain;
21
-
22
- .price-content {
23
- display: flex;
24
- align-items: center;
25
- margin-top: 5px;
26
- font-size: 12px;
27
- gap: 20px;
28
- }
29
-
30
- .price-value {
31
- font-size: 20px;
32
- font-weight: 600;
33
- line-height: 28px;
34
- }
35
-
36
- .sale-price {
37
- color: #ff2d1e;
38
- background: #fff;
39
- background: linear-gradient(180deg, #ffefe3 0%, #ffffff 100%);
40
- border-radius: 8px;
41
- font-size: 14px;
42
- font-weight: 600;
43
- line-height: 28px;
44
- padding: 0 15px;
45
-
46
- .price-value {
47
- font-size: 16px;
48
- font-weight: 600;
49
- line-height: 28px;
50
- }
51
- }
52
- }
53
-
54
- .name {
55
- font-size: 18px;
56
- color: #000000;
57
- line-height: 25px;
58
- display: block;
59
- padding-right: 10px;
60
- border-radius: $padding $padding 0 0;
61
- padding: 20px $padding 0 $padding;
62
- background: #fff;
63
- }
64
-
65
- .price {
66
- font-size: 14px;
67
- font-weight: 600;
68
- line-height: 28px;
69
- }
70
- }
71
-
72
- .rPart {
73
- display: flex;
74
- justify-content: center;
75
- align-items: center;
76
- flex-direction: column;
77
- border-left: 1px solid #ededed;
78
- padding-left: 10px;
79
- width: 54px;
80
-
81
- .icon {
82
- cursor: pointer;
83
- width: 21px;
84
- height: 21px;
85
- display: block;
86
- margin: 0 auto 7px;
87
- }
88
-
89
- .txt {
90
- font-size: 12px;
91
- }
92
- }
93
-
94
- .pre-sale {
95
- padding: 0 4px;
96
- border: solid 1px #52c41a;
97
- border-radius: 4px;
98
- margin-right: 10px;
99
- font-size: 12px;
100
- color: #52c41a;
101
- background: #f6ffed;
102
- }
103
- }
104
-
105
- .GoodsDetailWrap {
106
- //overflow: scroll;
107
- background-color: #f6f6f6;
108
-
109
- //padding-top: 12px;
110
- //padding-bottom: 12px;
111
- .topSlider {
112
- margin-bottom: 10px;
113
- }
114
- }
115
-
116
- .goodsDetail-promotion {
117
- margin-top: 12px;
118
- background-color: #fff;
119
- padding: $padding;
120
- display: grid;
121
- grid-template-columns: 60px 1fr;
122
- border-bottom: 1px solid #f0f0f0;
123
- padding-bottom: 15px;
124
-
125
- .label {
126
- font-size: 14px;
127
- }
128
-
129
- .group {
130
- display: flex;
131
- gap: 10px;
132
- flex-wrap: wrap;
133
-
134
- .noPromotion {
135
- line-height: 1;
136
- color: #999;
137
- padding-top: 6px;
138
- }
139
-
140
- .item {
141
- font-size: 12px;
142
- padding: 2px 10px;
143
- background-color: #f3f3f3;
144
- display: inline-block;
145
- border-radius: 20px;
146
- }
147
- }
148
- }
149
-
150
- .blod {
151
- color: #000;
152
- }
153
-
154
- .font-14 {
155
- font-size: 14px;
156
- }
157
-
158
- .letter-spacing-1 {
159
- letter-spacing: 1em;
160
- }
161
-
162
- .goodsDetail-coupon,
163
- .goodsDetail-size {
164
- background-color: #fff;
165
- font-size: 14px;
166
- padding: $padding;
167
- color: #999;
168
-
169
- .goods-supplynum {
170
- border-bottom: 1px solid #f0f0f0;
171
- padding-bottom: 15px;
172
- margin-bottom: 15px;
173
- }
174
-
175
- .info {
176
- display: flex;
177
- justify-content: space-between;
178
- align-items: center;
179
-
180
- .label {
181
- color: #999;
182
- }
183
-
184
- .icon {
185
- cursor: pointer;
186
- width: 18px;
187
- height: 18px;
188
- transform: rotate(180deg);
189
- margin: unset;
190
- opacity: 0.5;
191
- }
192
- }
193
- }
194
-
195
- .goodsDetailHandleBar {
196
- width: 100%;
197
- // height: 54px;
198
- background-color: #ffffff;
199
- position: fixed;
200
- bottom: 0;
201
- left: 0;
202
- z-index: 100;
203
- //top: 0;
204
- box-sizing: border-box;
205
- padding: 7px 20px;
206
- padding-bottom: calc(15px + env(safe-area-inset-bottom));
207
- //display: grid;
208
- //grid-template-columns: 30px 40px 1fr;
209
- //gap: 20px;
210
- display: flex;
211
-
212
- .txt {
213
- font-size: 12px;
214
- margin-top: 2px;
215
- }
216
-
217
- .server {
218
- width: 30px;
219
- margin-right: 20px;
220
- }
221
-
222
- .cart {
223
- width: 40px;
224
- margin-right: 20px;
225
- background-color: #ffffff;
226
- }
227
-
228
- .linkGroup {
229
- text-align: center;
230
- }
231
- }
232
-
233
- .popup-buy-button {
234
- padding: 20px 10px max(0px, env(safe-area-inset-bottom));
235
- height: 40px;
236
- }
237
-
238
- .goods-detail-btn-group {
239
- display: flex;
240
- flex: 1;
241
-
242
- .btn {
243
- flex: 1;
244
- display: flex;
245
- justify-content: center;
246
- align-items: center;
247
- font-size: 14px;
248
-
249
- &.addCart {
250
- background-color: #959595;
251
- color: #ffffff;
252
- border-top-left-radius: 8px !important;
253
- border-bottom-left-radius: 8px !important;
254
- }
255
-
256
- &.buy {
257
- background-color: #34c0bc !important;
258
- color: #ffffff;
259
- border-top-right-radius: 8px !important;
260
- border-bottom-right-radius: 8px !important;
261
- }
262
- }
263
-
264
- .offShelf {
265
- border-radius: 20px;
266
- }
267
- }
268
-
269
- .goodsDetailTab {
270
- background-color: #ffffff;
271
- margin-top: 12px;
272
- // border-radius: 16px;
273
- overflow: hidden;
274
-
275
- .tabs {
276
- width: 100%;
277
- height: 50px;
278
- line-height: 50px;
279
- text-align: center;
280
- margin-bottom: 10px;
281
- display: flex;
282
-
283
- .tabsItem {
284
- flex: 1;
285
- display: inline-block;
286
- font-size: 16px;
287
- position: relative;
288
-
289
- &.active {
290
- .line {
291
- display: block;
292
- }
293
- }
294
-
295
- .line {
296
- width: 60px;
297
- height: 2px;
298
- background-color: #34c0bc;
299
- position: absolute;
300
- bottom: 0;
301
- left: 50%;
302
- transform: translateX(-50%);
303
- display: none;
304
- }
305
- }
306
- }
307
- }
308
-
309
- .goodsDetail-info {
310
- padding: 0 10px;
311
- .mystyle {
312
- width: 100% !important;
313
- height: auto;
314
- display: block;
315
- background-size: cover !important;
316
- }
317
-
318
- // width: 100%;
319
- background-color: #ffffff;
320
-
321
- .ssd-module-wrap {
322
- width: 100%;
323
-
324
- .ssd-module {
325
- width: 100%;
326
- background-size: cover;
327
- }
328
- }
329
- }
330
-
331
- .goodsDetailEvaluate {
332
- padding: 0 13px;
333
-
334
- .topInfo {
335
- font-size: 14px;
336
- }
337
- }
338
-
339
- .ver-line {
340
- display: flex;
341
- align-items: center;
342
- }
343
-
344
- .goodsDetail-coupon-popup {
345
- overflow: auto;
346
- padding: 14px;
347
-
348
- .place-footer {
349
- display: flex;
350
- justify-content: space-between;
351
- align-items: flex-end;
352
-
353
- .operate {
354
- background: #1677ff;
355
- color: #fff;
356
- font-size: 14px;
357
- width: 150px;
358
- }
359
-
360
- .reset {
361
- background: #fff;
362
- border: solid 1px #1677ff;
363
- color: #1677ff;
364
- }
365
- }
366
- .payList-radio-item {
367
- radio {
368
- margin-right: 10px;
369
- }
370
- }
371
- .stamp {
372
- width: 100%;
373
- display: inline-block;
374
- padding: 10px;
375
- position: relative;
376
- background: radial-gradient(transparent 0px, transparent 4px, #1a1922 4px, #1a1922) -10px -10px;
377
- background-size: 20px 20px;
378
- margin-bottom: 14px;
379
-
380
- &:after {
381
- content: '';
382
- position: absolute;
383
- left: 5px;
384
- top: 5px;
385
- right: 5px;
386
- bottom: 5px;
387
- //box-shadow: 0 0 20px 1px rgba(0, 0, 0, 1);
388
- z-index: -1;
389
- }
390
-
391
- .stamp-content {
392
- height: 120px;
393
- width: 100%;
394
- background: #1a1922;
395
- display: grid;
396
- grid-template-columns: 108px 1fr;
397
- position: relative;
398
-
399
- .choose {
400
- position: absolute;
401
- top: 10px;
402
- right: 10px;
403
- background: #fff;
404
- border-radius: 100%;
405
- overflow: hidden;
406
- }
407
-
408
- .price {
409
- border-right: 1px dashed #fff;
410
- text-align: center;
411
- line-height: 120px;
412
-
413
- .symbol {
414
- font-size: 23px;
415
- color: #fff;
416
- }
417
-
418
- .num {
419
- font-size: 33px;
420
- color: #fff;
421
- text-align: left;
422
- }
423
- }
424
-
425
- .info {
426
- display: flex;
427
- justify-content: center;
428
- align-items: center;
429
- flex-direction: column;
430
-
431
- .title {
432
- margin-bottom: 12px;
433
- font-size: 16px;
434
- color: #fff;
435
- line-height: 22px;
436
- }
437
-
438
- .date {
439
- color: rgba(255, 255, 255, 0.45);
440
- }
441
- }
442
- }
443
- }
444
-
445
- .NoDataImg {
446
- display: flex;
447
- justify-content: center;
448
- align-items: center;
449
- flex-direction: column;
450
-
451
- .btn {
452
- width: 100%;
453
- height: 40px;
454
- margin: 20px;
455
- line-height: 40px;
456
- text-align: center;
457
- background-color: #34c0bc;
458
- color: #ffffff;
459
- border-radius: 50px;
460
- }
461
-
462
- .img {
463
- width: 250px;
464
- height: 200px;
465
- display: block;
466
- }
467
- }
468
-
469
- .confirm {
470
- width: 100%;
471
- height: 40px;
472
- line-height: 40px;
473
- text-align: center;
474
- background-color: #000;
475
- color: #fff;
476
- border-radius: 30px;
477
- }
478
- }
479
-
480
- .goodsDetail-size-popup {
481
- background: #fff;
482
- display: grid;
483
- //grid-template-rows: calc(50vh - 110px) 88px;
484
-
485
- .content {
486
- //overflow-y: scroll;
487
-
488
- .goodsInfo {
489
- width: 100%;
490
- border-bottom: 1px solid #e2e2e2;
491
- padding: 14px 12px 20px;
492
- display: grid;
493
- grid-template-columns: 72px 1fr;
494
- gap: 10px;
495
- box-sizing: border-box;
496
-
497
- .lPart {
498
- .goodsImg {
499
- width: 70px;
500
- height: 70px;
501
- border: 1px solid #ccc;
502
- }
503
- }
504
-
505
- .rPart {
506
- .name {
507
- font-size: 13px;
508
- width: 98%;
509
- margin-bottom: 6px;
510
- }
511
-
512
- .price {
513
- font-size: 14px;
514
- margin-bottom: 4px;
515
- }
516
-
517
- .chosen {
518
- color: #a7a7a7;
519
- font-size: 14px;
520
- }
521
- }
522
- }
523
-
524
- .sizeArr {
525
- padding: 20px 0 10px;
526
- border-bottom: 1px solid #e2e2e2;
527
-
528
- .title {
529
- display: block;
530
- font-size: 13px;
531
- color: #000000;
532
- margin-bottom: 10px;
533
- padding: 5px 12px 0;
534
- }
535
-
536
- .sizeArrItemWrap {
537
- padding: 0 12px;
538
-
539
- .sizeItem {
540
- padding: 10px 27px;
541
- margin-right: 10px;
542
- display: inline-block;
543
- border-radius: 8px;
544
- color: #333333;
545
- margin-bottom: 10px;
546
- background: #f5f8fb;
547
- border: 1px solid #f5f8fb;
548
-
549
- &.active {
550
- background: #eafaf9;
551
- color: #34c0bc;
552
- border: 1px solid #34c0bc;
553
- }
554
-
555
- &.offShelf {
556
- background: #999;
557
- color: #fff;
558
- border-color: #e1e1e1;
559
- }
560
- }
561
- }
562
- }
563
-
564
- .countWrap {
565
- padding: 16px 12px;
566
- display: flex;
567
- justify-content: space-between;
568
-
569
- .label {
570
- font-size: 13px;
571
- }
572
- }
573
- }
574
-
575
- .btnWrap {
576
- min-height: 60px;
577
- box-sizing: border-box;
578
- padding: 0 12px;
579
- padding-bottom: calc(0px + env(safe-area-inset-bottom));
580
- display: flex;
581
- justify-content: center;
582
- align-items: center;
583
-
584
- .btn {
585
- width: 100%;
586
- height: 40px;
587
- line-height: 40px;
588
- background-color: #34c0bc;
589
- display: block;
590
- border-radius: 20px;
591
- text-align: center;
592
- color: #ffffff;
593
- }
594
-
595
- &.offShelf .btn {
596
- background: #999;
597
- }
598
- }
599
- }
600
-
601
- .goodDetail-container .goodsDetail-size-popup {
602
- border-radius: 16px 16px 0 0;
603
- .goodsDetail-size-popup .content .goodsInfo {
604
- grid-template-columns: 100px 1fr;
605
- .lPart .goodsImg {
606
- border-radius: 8px;
607
- border: unset;
608
- height: 100px;
609
- width: 100px;
610
- }
611
-
612
- .price {
613
- color: #ff2d1e;
614
- font-size: 18px;
615
- }
616
- }
617
-
618
- .countWrap {
619
- padding: 0;
620
- margin-top: 30px;
621
- .adm-stepper-minus .h5-svg {
622
- &::after {
623
- content: '-';
624
- display: block;
625
- width: 100%;
626
- height: 100%;
627
- color: #6a6c6d;
628
- position: relative;
629
- top: -4px;
630
- }
631
- }
632
- .adm-stepper-plus .h5-svg {
633
- &::after {
634
- content: '+';
635
- display: block;
636
- width: 100%;
637
- height: 100%;
638
- color: #6a6c6d;
639
- position: relative;
640
- top: -4px;
641
- }
642
- }
643
- }
644
- }
1
+ $padding: 16px;
2
+
3
+ .goodsDetail-topInfo {
4
+ display: flex;
5
+ border-radius: 8px 8px 0 0;
6
+ // background: linear-gradient(180deg, #ff9b2a 0%, #fba038 100%);
7
+ background-image: url('https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/price_27.png');
8
+ background-repeat: no-repeat;
9
+ background-position: top;
10
+ background-size: 100% 100px;
11
+ .lPart {
12
+ flex: 1;
13
+
14
+ .price-container {
15
+ padding: 20px 20px 15px 20px;
16
+ color: #fff;
17
+ background-image: url('https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/icon1.png');
18
+ background-repeat: no-repeat;
19
+ background-position: right center;
20
+ background-size: contain;
21
+
22
+ .price-content {
23
+ display: flex;
24
+ align-items: center;
25
+ margin-top: 5px;
26
+ font-size: 12px;
27
+ gap: 20px;
28
+ }
29
+
30
+ .price-value {
31
+ font-size: 20px;
32
+ font-weight: 600;
33
+ line-height: 28px;
34
+ }
35
+
36
+ .sale-price {
37
+ color: #ff2d1e;
38
+ background: #fff;
39
+ background: linear-gradient(180deg, #ffefe3 0%, #ffffff 100%);
40
+ border-radius: 8px;
41
+ font-size: 14px;
42
+ font-weight: 600;
43
+ line-height: 28px;
44
+ padding: 0 15px;
45
+
46
+ .price-value {
47
+ font-size: 16px;
48
+ font-weight: 600;
49
+ line-height: 28px;
50
+ }
51
+ }
52
+ }
53
+
54
+ .name {
55
+ font-size: 18px;
56
+ color: #000000;
57
+ line-height: 25px;
58
+ display: block;
59
+ padding-right: 10px;
60
+ border-radius: $padding $padding 0 0;
61
+ padding: 20px $padding 0 $padding;
62
+ background: #fff;
63
+ }
64
+
65
+ .price {
66
+ font-size: 14px;
67
+ font-weight: 600;
68
+ line-height: 28px;
69
+ }
70
+ }
71
+
72
+ .rPart {
73
+ display: flex;
74
+ justify-content: center;
75
+ align-items: center;
76
+ flex-direction: column;
77
+ border-left: 1px solid #ededed;
78
+ padding-left: 10px;
79
+ width: 54px;
80
+
81
+ .icon {
82
+ cursor: pointer;
83
+ width: 21px;
84
+ height: 21px;
85
+ display: block;
86
+ margin: 0 auto 7px;
87
+ }
88
+
89
+ .txt {
90
+ font-size: 12px;
91
+ }
92
+ }
93
+
94
+ .pre-sale {
95
+ padding: 0 4px;
96
+ border: solid 1px #52c41a;
97
+ border-radius: 4px;
98
+ margin-right: 10px;
99
+ font-size: 12px;
100
+ color: #52c41a;
101
+ background: #f6ffed;
102
+ }
103
+ }
104
+
105
+ .GoodsDetailWrap {
106
+ //overflow: scroll;
107
+ background-color: #f6f6f6;
108
+
109
+ //padding-top: 12px;
110
+ //padding-bottom: 12px;
111
+ .topSlider {
112
+ margin-bottom: 10px;
113
+ }
114
+ }
115
+
116
+ .goodsDetail-promotion {
117
+ margin-top: 12px;
118
+ background-color: #fff;
119
+ padding: $padding;
120
+ display: grid;
121
+ grid-template-columns: 60px 1fr;
122
+ border-bottom: 1px solid #f0f0f0;
123
+ padding-bottom: 15px;
124
+
125
+ .label {
126
+ font-size: 14px;
127
+ }
128
+
129
+ .group {
130
+ display: flex;
131
+ gap: 10px;
132
+ flex-wrap: wrap;
133
+
134
+ .noPromotion {
135
+ line-height: 1;
136
+ color: #999;
137
+ padding-top: 6px;
138
+ }
139
+
140
+ .item {
141
+ font-size: 12px;
142
+ padding: 2px 10px;
143
+ background-color: #f3f3f3;
144
+ display: inline-block;
145
+ border-radius: 20px;
146
+ }
147
+ }
148
+ }
149
+
150
+ .blod {
151
+ color: #000;
152
+ }
153
+
154
+ .font-14 {
155
+ font-size: 14px;
156
+ }
157
+
158
+ .letter-spacing-1 {
159
+ letter-spacing: 1em;
160
+ }
161
+
162
+ .goodsDetail-coupon,
163
+ .goodsDetail-size {
164
+ background-color: #fff;
165
+ font-size: 14px;
166
+ padding: $padding;
167
+ color: #999;
168
+
169
+ .goods-supplynum {
170
+ border-bottom: 1px solid #f0f0f0;
171
+ padding-bottom: 15px;
172
+ margin-bottom: 15px;
173
+ }
174
+
175
+ .info {
176
+ display: flex;
177
+ justify-content: space-between;
178
+ align-items: center;
179
+
180
+ .label {
181
+ color: #999;
182
+ }
183
+
184
+ .icon {
185
+ cursor: pointer;
186
+ width: 18px;
187
+ height: 18px;
188
+ transform: rotate(180deg);
189
+ margin: unset;
190
+ opacity: 0.5;
191
+ }
192
+ }
193
+ }
194
+
195
+ .goodsDetailHandleBar {
196
+ width: 100%;
197
+ // height: 54px;
198
+ background-color: #ffffff;
199
+ position: fixed;
200
+ bottom: 0;
201
+ left: 0;
202
+ z-index: 100;
203
+ //top: 0;
204
+ box-sizing: border-box;
205
+ padding: 7px 20px;
206
+ padding-bottom: calc(15px + env(safe-area-inset-bottom));
207
+ //display: grid;
208
+ //grid-template-columns: 30px 40px 1fr;
209
+ //gap: 20px;
210
+ display: flex;
211
+
212
+ .txt {
213
+ font-size: 12px;
214
+ margin-top: 2px;
215
+ }
216
+
217
+ .server {
218
+ width: 30px;
219
+ margin-right: 20px;
220
+ }
221
+
222
+ .cart {
223
+ width: 40px;
224
+ margin-right: 20px;
225
+ background-color: #ffffff;
226
+ }
227
+
228
+ .linkGroup {
229
+ text-align: center;
230
+ }
231
+ }
232
+
233
+ .popup-buy-button {
234
+ padding: 20px 10px max(0px, env(safe-area-inset-bottom));
235
+ height: 40px;
236
+ }
237
+
238
+ .goods-detail-btn-group {
239
+ display: flex;
240
+ flex: 1;
241
+
242
+ .btn {
243
+ flex: 1;
244
+ display: flex;
245
+ justify-content: center;
246
+ align-items: center;
247
+ font-size: 14px;
248
+
249
+ &.addCart {
250
+ background-color: #959595;
251
+ color: #ffffff;
252
+ border-top-left-radius: 8px !important;
253
+ border-bottom-left-radius: 8px !important;
254
+ }
255
+
256
+ &.buy {
257
+ background-color: #34c0bc !important;
258
+ color: #ffffff;
259
+ border-top-right-radius: 8px !important;
260
+ border-bottom-right-radius: 8px !important;
261
+ }
262
+ }
263
+
264
+ .offShelf {
265
+ border-radius: 20px;
266
+ }
267
+ }
268
+
269
+ .goodsDetailTab {
270
+ background-color: #ffffff;
271
+ margin-top: 12px;
272
+ // border-radius: 16px;
273
+ overflow: hidden;
274
+
275
+ .tabs {
276
+ width: 100%;
277
+ height: 50px;
278
+ line-height: 50px;
279
+ text-align: center;
280
+ margin-bottom: 10px;
281
+ display: flex;
282
+
283
+ .tabsItem {
284
+ flex: 1;
285
+ display: inline-block;
286
+ font-size: 16px;
287
+ position: relative;
288
+
289
+ &.active {
290
+ .line {
291
+ display: block;
292
+ }
293
+ }
294
+
295
+ .line {
296
+ width: 60px;
297
+ height: 2px;
298
+ background-color: #34c0bc;
299
+ position: absolute;
300
+ bottom: 0;
301
+ left: 50%;
302
+ transform: translateX(-50%);
303
+ display: none;
304
+ }
305
+ }
306
+ }
307
+ }
308
+
309
+ .goodsDetail-info {
310
+ padding: 0 10px;
311
+ .mystyle {
312
+ width: 100% !important;
313
+ height: auto;
314
+ display: block;
315
+ background-size: cover !important;
316
+ }
317
+
318
+ // width: 100%;
319
+ background-color: #ffffff;
320
+
321
+ .ssd-module-wrap {
322
+ width: 100%;
323
+
324
+ .ssd-module {
325
+ width: 100%;
326
+ background-size: cover;
327
+ }
328
+ }
329
+ }
330
+
331
+ .goodsDetailEvaluate {
332
+ padding: 0 13px;
333
+
334
+ .topInfo {
335
+ font-size: 14px;
336
+ }
337
+ }
338
+
339
+ .ver-line {
340
+ display: flex;
341
+ align-items: center;
342
+ }
343
+
344
+ .goodsDetail-coupon-popup {
345
+ overflow: auto;
346
+ padding: 14px;
347
+
348
+ .place-footer {
349
+ display: flex;
350
+ justify-content: space-between;
351
+ align-items: flex-end;
352
+
353
+ .operate {
354
+ background: #1677ff;
355
+ color: #fff;
356
+ font-size: 14px;
357
+ width: 150px;
358
+ }
359
+
360
+ .reset {
361
+ background: #fff;
362
+ border: solid 1px #1677ff;
363
+ color: #1677ff;
364
+ }
365
+ }
366
+ .payList-radio-item {
367
+ radio {
368
+ margin-right: 10px;
369
+ }
370
+ }
371
+ .stamp {
372
+ width: 100%;
373
+ display: inline-block;
374
+ padding: 10px;
375
+ position: relative;
376
+ background: radial-gradient(transparent 0px, transparent 4px, #1a1922 4px, #1a1922) -10px -10px;
377
+ background-size: 20px 20px;
378
+ margin-bottom: 14px;
379
+
380
+ &:after {
381
+ content: '';
382
+ position: absolute;
383
+ left: 5px;
384
+ top: 5px;
385
+ right: 5px;
386
+ bottom: 5px;
387
+ //box-shadow: 0 0 20px 1px rgba(0, 0, 0, 1);
388
+ z-index: -1;
389
+ }
390
+
391
+ .stamp-content {
392
+ height: 120px;
393
+ width: 100%;
394
+ background: #1a1922;
395
+ display: grid;
396
+ grid-template-columns: 108px 1fr;
397
+ position: relative;
398
+
399
+ .choose {
400
+ position: absolute;
401
+ top: 10px;
402
+ right: 10px;
403
+ background: #fff;
404
+ border-radius: 100%;
405
+ overflow: hidden;
406
+ }
407
+
408
+ .price {
409
+ border-right: 1px dashed #fff;
410
+ text-align: center;
411
+ line-height: 120px;
412
+
413
+ .symbol {
414
+ font-size: 23px;
415
+ color: #fff;
416
+ }
417
+
418
+ .num {
419
+ font-size: 33px;
420
+ color: #fff;
421
+ text-align: left;
422
+ }
423
+ }
424
+
425
+ .info {
426
+ display: flex;
427
+ justify-content: center;
428
+ align-items: center;
429
+ flex-direction: column;
430
+
431
+ .title {
432
+ margin-bottom: 12px;
433
+ font-size: 16px;
434
+ color: #fff;
435
+ line-height: 22px;
436
+ }
437
+
438
+ .date {
439
+ color: rgba(255, 255, 255, 0.45);
440
+ }
441
+ }
442
+ }
443
+ }
444
+
445
+ .NoDataImg {
446
+ display: flex;
447
+ justify-content: center;
448
+ align-items: center;
449
+ flex-direction: column;
450
+
451
+ .btn {
452
+ width: 100%;
453
+ height: 40px;
454
+ margin: 20px;
455
+ line-height: 40px;
456
+ text-align: center;
457
+ background-color: #34c0bc;
458
+ color: #ffffff;
459
+ border-radius: 50px;
460
+ }
461
+
462
+ .img {
463
+ width: 250px;
464
+ height: 200px;
465
+ display: block;
466
+ }
467
+ }
468
+
469
+ .confirm {
470
+ width: 100%;
471
+ height: 40px;
472
+ line-height: 40px;
473
+ text-align: center;
474
+ background-color: #000;
475
+ color: #fff;
476
+ border-radius: 30px;
477
+ }
478
+ }
479
+
480
+ .goodsDetail-size-popup {
481
+ background: #fff;
482
+ display: grid;
483
+ //grid-template-rows: calc(50vh - 110px) 88px;
484
+
485
+ .content {
486
+ //overflow-y: scroll;
487
+
488
+ .goodsInfo {
489
+ width: 100%;
490
+ border-bottom: 1px solid #e2e2e2;
491
+ padding: 14px 12px 20px;
492
+ display: grid;
493
+ grid-template-columns: 72px 1fr;
494
+ gap: 10px;
495
+ box-sizing: border-box;
496
+
497
+ .lPart {
498
+ .goodsImg {
499
+ width: 70px;
500
+ height: 70px;
501
+ border: 1px solid #ccc;
502
+ }
503
+ }
504
+
505
+ .rPart {
506
+ .name {
507
+ font-size: 13px;
508
+ width: 98%;
509
+ margin-bottom: 6px;
510
+ }
511
+
512
+ .price {
513
+ font-size: 14px;
514
+ margin-bottom: 4px;
515
+ }
516
+
517
+ .chosen {
518
+ color: #a7a7a7;
519
+ font-size: 14px;
520
+ }
521
+ }
522
+ }
523
+
524
+ .sizeArr {
525
+ padding: 20px 0 10px;
526
+ border-bottom: 1px solid #e2e2e2;
527
+
528
+ .title {
529
+ display: block;
530
+ font-size: 13px;
531
+ color: #000000;
532
+ margin-bottom: 10px;
533
+ padding: 5px 12px 0;
534
+ }
535
+
536
+ .sizeArrItemWrap {
537
+ padding: 0 12px;
538
+
539
+ .sizeItem {
540
+ padding: 10px 27px;
541
+ margin-right: 10px;
542
+ display: inline-block;
543
+ border-radius: 8px;
544
+ color: #333333;
545
+ margin-bottom: 10px;
546
+ background: #f5f8fb;
547
+ border: 1px solid #f5f8fb;
548
+
549
+ &.active {
550
+ background: #eafaf9;
551
+ color: #34c0bc;
552
+ border: 1px solid #34c0bc;
553
+ }
554
+
555
+ &.offShelf {
556
+ background: #999;
557
+ color: #fff;
558
+ border-color: #e1e1e1;
559
+ }
560
+ }
561
+ }
562
+ }
563
+
564
+ .countWrap {
565
+ padding: 16px 12px;
566
+ display: flex;
567
+ justify-content: space-between;
568
+
569
+ .label {
570
+ font-size: 13px;
571
+ }
572
+ }
573
+ }
574
+
575
+ .btnWrap {
576
+ min-height: 60px;
577
+ box-sizing: border-box;
578
+ padding: 0 12px;
579
+ padding-bottom: calc(0px + env(safe-area-inset-bottom));
580
+ display: flex;
581
+ justify-content: center;
582
+ align-items: center;
583
+
584
+ .btn {
585
+ width: 100%;
586
+ height: 40px;
587
+ line-height: 40px;
588
+ background-color: #34c0bc;
589
+ display: block;
590
+ border-radius: 20px;
591
+ text-align: center;
592
+ color: #ffffff;
593
+ }
594
+
595
+ &.offShelf .btn {
596
+ background: #999;
597
+ }
598
+ }
599
+ }
600
+
601
+ .goodDetail-container .goodsDetail-size-popup {
602
+ border-radius: 16px 16px 0 0;
603
+ .goodsDetail-size-popup .content .goodsInfo {
604
+ grid-template-columns: 100px 1fr;
605
+ .lPart .goodsImg {
606
+ border-radius: 8px;
607
+ border: unset;
608
+ height: 100px;
609
+ width: 100px;
610
+ }
611
+
612
+ .price {
613
+ color: #ff2d1e;
614
+ font-size: 18px;
615
+ }
616
+ }
617
+
618
+ .countWrap {
619
+ padding: 0;
620
+ margin-top: 30px;
621
+ .adm-stepper-minus .h5-svg {
622
+ &::after {
623
+ content: '-';
624
+ display: block;
625
+ width: 100%;
626
+ height: 100%;
627
+ color: #6a6c6d;
628
+ position: relative;
629
+ top: -4px;
630
+ }
631
+ }
632
+ .adm-stepper-plus .h5-svg {
633
+ &::after {
634
+ content: '+';
635
+ display: block;
636
+ width: 100%;
637
+ height: 100%;
638
+ color: #6a6c6d;
639
+ position: relative;
640
+ top: -4px;
641
+ }
642
+ }
643
+ }
644
+ }