unika-components 1.0.409 → 1.0.411

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.
@@ -49,6 +49,170 @@
49
49
  transform: scale(1);
50
50
  }
51
51
  }
52
+
53
+ .count-down .drag-point {
54
+ cursor: default!important
55
+ }
56
+
57
+ .count-down .ani-wrap {
58
+ width: 100%;
59
+ height: 100%
60
+ }
61
+
62
+ .count-down .count-text,.count-down .finish-cont {
63
+ display: -webkit-box;
64
+ display: -ms-flexbox;
65
+ display: flex;
66
+ height: 100%;
67
+ -webkit-box-align: center;
68
+ -ms-flex-align: center;
69
+ align-items: center;
70
+ -webkit-box-pack: center;
71
+ -ms-flex-pack: center;
72
+ justify-content: center
73
+ }
74
+
75
+ .count-down .finish-cont {
76
+ width: 100%
77
+ }
78
+
79
+ .count-down .count-flip {
80
+ display: -webkit-box;
81
+ display: -ms-flexbox;
82
+ display: flex;
83
+ height: 100%;
84
+ -webkit-box-align: center;
85
+ -ms-flex-align: center;
86
+ align-items: center;
87
+ -webkit-box-pack: center;
88
+ -ms-flex-pack: center;
89
+ justify-content: center
90
+ }
91
+
92
+ .count-down .count-flip .numscroll {
93
+ -webkit-animation: numscroll .4s ease-in-out;
94
+ animation: numscroll .4s ease-in-out;
95
+ -webkit-animation-fill-mode: both;
96
+ animation-fill-mode: both
97
+ }
98
+
99
+ .count-down .count-flip .numscroll .curr-num {
100
+ -webkit-transition: all .3s ease-in-out;
101
+ transition: all .3s ease-in-out;
102
+ opacity: .6;
103
+ -webkit-transform: scale(.5)!important;
104
+ transform: scale(.5)!important
105
+ }
106
+
107
+ @-webkit-keyframes numscroll {
108
+ 0% {
109
+ -webkit-transform: translateZ(0);
110
+ transform: translateZ(0)
111
+ }
112
+
113
+ to {
114
+ -webkit-transform: translate3d(0,100%,0);
115
+ transform: translate3d(0,100%,0)
116
+ }
117
+ }
118
+
119
+ @keyframes numscroll {
120
+ 0% {
121
+ -webkit-transform: translateZ(0);
122
+ transform: translateZ(0)
123
+ }
124
+
125
+ to {
126
+ -webkit-transform: translate3d(0,100%,0);
127
+ transform: translate3d(0,100%,0)
128
+ }
129
+ }
130
+
131
+ .count-down .count-flip .c-com {
132
+ min-width: 50px;
133
+ height: auto;
134
+ margin: 6px;
135
+ padding: 5px 0 6px;
136
+ background-color: #111
137
+ }
138
+
139
+ .count-down .count-flip .c-com .flex-wrap {
140
+ display: -webkit-box;
141
+ display: -ms-flexbox;
142
+ display: flex;
143
+ position: relative;
144
+ width: 100%;
145
+ height: 100%;
146
+ -webkit-box-align: center;
147
+ -ms-flex-align: center;
148
+ align-items: center
149
+ }
150
+
151
+ .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
152
+ line-height: 27px
153
+ }
154
+
155
+ .count-down .count-flip .c-com .flex-wrap .next-num {
156
+ position: absolute;
157
+ top: -100%
158
+ }
159
+
160
+ .count-down .count-flip .c-com .flex-wrap .curr-num {
161
+ -webkit-transform: scale(1);
162
+ transform: scale(1)
163
+ }
164
+
165
+ .count-down .bottom-center,.count-down .left-bottom,.count-down .left-center,.count-down .left-top,.count-down .right-bottom,.count-down .right-center,.count-down .right-top,.count-down .top-center {
166
+ display: none!important
167
+ }
168
+
169
+ .c-wrap {
170
+ width: 100%;
171
+ height: 100%;
172
+ overflow: hidden;
173
+ font-size: 0
174
+ }
175
+
176
+ .c-wrap.c-day-wrap {
177
+ text-align: center
178
+ }
179
+
180
+ .c-wrap.c-day-wrap .c-num {
181
+ width: auto
182
+ }
183
+
184
+ .c-wrap .c-num {
185
+ display: inline-block;
186
+ width: 50%;
187
+ overflow: hidden;
188
+ font-size: 20px;
189
+ color: #999
190
+ }
191
+
192
+ .c-wrap .c-left .flex-wrap {
193
+ display: -webkit-box;
194
+ display: -ms-flexbox;
195
+ display: flex;
196
+ -webkit-box-pack: end;
197
+ -ms-flex-pack: end;
198
+ justify-content: flex-end
199
+ }
200
+
201
+ .c-wrap .c-text {
202
+ display: -webkit-box;
203
+ display: -ms-flexbox;
204
+ display: flex;
205
+ width: 100%;
206
+ font-size: 12px;
207
+ -webkit-box-pack: center;
208
+ -ms-flex-pack: center;
209
+ justify-content: center;
210
+ -webkit-box-align: center;
211
+ -ms-flex-align: center;
212
+ align-items: center;
213
+ white-space: nowrap
214
+ }
215
+
52
216
 
53
217
  .ele-text {
54
218
  position: relative;
@@ -190,127 +354,72 @@
190
354
  background: #fff;
191
355
  }
192
356
 
193
- .ele-lottie .ele-lotwrap {
194
- overflow: hidden;
357
+ .effect-container {
358
+ will-change: transform;
195
359
  }
196
360
 
197
- .ele-effect .effect-wrap {
361
+ .particles-wrapper {
198
362
  position: relative;
199
- overflow: hidden;
200
363
  width: 100%;
201
364
  height: 100%;
202
365
  }
203
366
 
204
- .ele-effect .e-small {
367
+ .particle {
205
368
  position: absolute;
206
- width: 24px;
207
- height: 24px;
208
- background-image: url(http://cdn.h5ds.com/static/images/snow.png);
209
- background-size: cover;
210
369
  background-repeat: no-repeat;
211
- transform-origin: center;
212
- animation: snow 5s linear infinite;
370
+ background-size: contain;
371
+ animation-name: falling;
372
+ animation-timing-function: linear;
373
+ animation-iteration-count: infinite;
374
+ will-change: transform;
213
375
  }
214
376
 
215
- @keyframes snow {
377
+ @keyframes falling {
216
378
  0% {
217
379
  transform: translateY(0) rotate(0deg);
218
380
  opacity: 1;
219
381
  }
382
+ 80% {
383
+ opacity: 0.8;
384
+ }
220
385
  100% {
221
386
  transform: translateY(100vh) rotate(360deg);
222
387
  opacity: 0;
223
388
  }
224
389
  }
225
-
226
- .ele-shape {
227
- position: absolute;
228
- overflow: hidden;
229
- }
230
-
231
- .ani-wrap {
232
- width: 100%;
233
- height: 100%;
234
- box-sizing: border-box;
235
- }
236
-
237
- .e-shape {
238
- width: 100%;
239
- height: 100%;
240
- }
241
-
242
- .svg-container :deep(svg) {
243
- width: 100%;
244
- height: 100%;
245
- display: block;
246
- }
247
-
248
- .svg-loading,
249
- .svg-error {
250
- display: flex;
251
- align-items: center;
252
- justify-content: center;
253
- width: 100%;
254
- height: 100%;
255
- background: rgba(0,0,0,0.05);
256
- }
390
+ .ele-lottie .ele-lotwrap {
391
+ overflow: hidden
392
+ }
257
393
 
258
- .element-video {
259
- position: absolute;
260
- overflow: hidden;
261
- background-color: #000;
394
+ .ele-effect .effect-wrap {
395
+ position: relative;
396
+ overflow: hidden;
397
+ width: 100%;
398
+ height: 100%
262
399
  }
263
400
 
264
- .element-video .ani-wrap, .element-video img {
265
- display: block;
401
+ .ele-effect .e-small {
402
+ position: absolute;
403
+ width: 24px;
404
+ height: 24px;
405
+ background-image: url(http://cdn.h5ds.com/static/images/snow.png);
406
+ background-size: cover;
407
+ background-repeat: no-repeat;
408
+ -webkit-transform-origin: center;
409
+ transform-origin: center;
410
+ -webkit-animation: snow 5s linear infinite;
411
+ animation: snow 5s linear infinite
412
+ }
413
+
414
+ .element-ditu .ani-wrap {
266
415
  width: 100%;
267
416
  height: 100%;
417
+ overflow: hidden
268
418
  }
269
419
 
270
- .video-container {
271
- width: 100%;
272
- height: 100%;
273
- }
274
-
275
- .video-container iframe {
276
- width: 100%;
277
- height: 100%;
278
- border: none;
279
- }
280
-
281
- .video-cover {
282
- position: relative;
283
- width: 100%;
284
- height: 100%;
285
- background-size: cover;
286
- background-position: center;
287
- cursor: pointer;
288
- }
289
-
290
- .video-cover .play-btn {
291
- position: absolute;
292
- left: 50%;
293
- top: 50%;
294
- transform: translate(-50%, -50%);
295
- width: 50px;
296
- height: 50px;
297
- opacity: 0.8;
298
- transition: opacity 0.2s;
299
- }
300
-
301
- .video-cover:hover .play-btn {
302
- opacity: 1;
303
- }
304
-
305
- .element-ditu .ani-wrap {
306
- width: 100%;
307
- height: 100%;
308
- overflow: hidden
309
- }
310
-
311
- .element-ditu .map {
312
- width: 100%;
313
- height: 100%
420
+ .element-ditu .map {
421
+ width: 100%;
422
+ height: 100%
314
423
  }
315
424
 
316
425
  .element-ditu .map .el-button {
@@ -370,1468 +479,1298 @@
370
479
  color: #333;
371
480
  }
372
481
 
373
- /* 设计稿尺寸(如375px下20px的按钮) */
374
- .btn {
375
- width: 20px; /* 直接写设计稿px */
376
- height: 10px;
377
- font-size: 14px;
482
+ .ele-lottie .ele-lotwrap {
483
+ overflow: hidden;
484
+ }
485
+
486
+ .ele-effect .effect-wrap {
487
+ position: relative;
488
+ overflow: hidden;
489
+ width: 100%;
490
+ height: 100%;
491
+ }
492
+
493
+ .ele-effect .e-small {
494
+ position: absolute;
495
+ width: 24px;
496
+ height: 24px;
497
+ background-image: url(http://cdn.h5ds.com/static/images/snow.png);
498
+ background-size: cover;
499
+ background-repeat: no-repeat;
500
+ transform-origin: center;
501
+ animation: snow 5s linear infinite;
502
+ }
503
+
504
+ @keyframes snow {
505
+ 0% {
506
+ transform: translateY(0) rotate(0deg);
507
+ opacity: 1;
508
+ }
509
+ 100% {
510
+ transform: translateY(100vh) rotate(360deg);
511
+ opacity: 0;
512
+ }
378
513
  }
379
514
 
380
- .uni-svg-component {
381
- display: inline-block;
382
- }
383
-
384
- .form-input {
515
+ .ele-shape {
385
516
  position: absolute;
517
+ overflow: hidden;
386
518
  }
387
519
 
388
- .input-wrapper {
389
- display: flex;
390
- align-items: center;
520
+ .ani-wrap {
391
521
  width: 100%;
392
522
  height: 100%;
393
- padding: 0 10px;
394
523
  box-sizing: border-box;
395
- position: relative;
396
- transition: border-color 0.3s;
397
524
  }
398
525
 
399
- .required-marker {
400
- font-size: 12px;
401
- padding: 0 5px 0 0;
402
- color: red;
403
- vertical-align: middle;
526
+ .e-shape {
527
+ width: 100%;
528
+ height: 100%;
404
529
  }
405
530
 
406
- input {
407
- flex: 1;
408
- border: none;
409
- outline: none;
410
- background: transparent;
531
+ .svg-container :deep(svg) {
532
+ width: 100%;
411
533
  height: 100%;
412
- padding: 0;
413
- margin: 0;
534
+ display: block;
414
535
  }
415
- /*
416
- input::placeholder {
417
- color: #ccc;
418
- opacity: 1;
419
- } */
420
536
 
421
- .dynamic-placeholder-input::placeholder {
422
- color: var(--placeholder-color, #999);
423
- opacity: 1;
424
- }
425
- .dynamic-placeholder-input::-webkit-input-placeholder {
426
- color: var(--placeholder-color, #999);
427
- }
428
- .dynamic-placeholder-input::-moz-placeholder {
429
- color: var(--placeholder-color, #999);
430
- opacity: 1;
431
- }
432
- .dynamic-placeholder-input:-ms-input-placeholder {
433
- color: var(--placeholder-color, #999);
537
+ .svg-loading,
538
+ .svg-error {
539
+ display: flex;
540
+ align-items: center;
541
+ justify-content: center;
542
+ width: 100%;
543
+ height: 100%;
544
+ background: rgba(0,0,0,0.05);
434
545
  }
435
546
 
436
- /* Iconfont definition */
437
- .icon-danmuliebiao1:before {
438
- content: "\E68A";
439
- }
440
-
441
- .icon-cuowu2:before {
442
- content: "\E65E";
443
- }
444
-
445
- i {
446
- font-style: normal;
547
+ .element-video {
548
+ position: absolute;
549
+ overflow: hidden;
550
+ background-color: #000;
447
551
  }
448
552
 
449
- .v-modal {
450
- position: fixed;
451
- left: 0;
452
- top: 0;
553
+ .element-video .ani-wrap, .element-video img {
554
+ display: block;
453
555
  width: 100%;
454
556
  height: 100%;
455
- opacity: .5;
456
- background: #000;
457
- }
458
- /* 底部工具栏样式 */
459
- #toolbarNew {
460
- position: fixed;
461
- left: 0;
462
- bottom: 0;
463
- width: 100%;
464
- padding: 12px 0;
465
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
466
- z-index: 100;
467
557
  }
468
558
 
469
- .toolbar {
470
- display: flex;
471
- align-items: center;
472
- padding: 0 10px;
473
- }
474
-
475
- .bar-left {
476
- position: relative;
477
- flex: 1;
559
+ .video-container {
560
+ width: 100%;
561
+ height: 100%;
478
562
  }
479
563
 
480
- .bar-mess {
564
+ .video-container iframe {
481
565
  width: 100%;
482
- height: 36px;
483
- line-height: 36px;
484
- font-size: 14px;
485
- color: #ccc;
486
- padding: 0 8px;
487
- border-radius: 18px;
566
+ height: 100%;
488
567
  border: none;
489
- -webkit-appearance: none;
490
- background-color: rgba(0, 0, 0, 0.28);
491
- }
492
-
493
- .bar-mess::placeholder {
494
- color: rgba(255, 255, 255, 0.7);
495
568
  }
496
569
 
497
- .bar-left .iconfont {
498
- position: absolute;
499
- right: 10px;
500
- top: 50%;
501
- transform: translateY(-50%);
502
- color: #f2f2f2;
503
- font-size: 16px;
570
+ .video-cover {
571
+ position: relative;
572
+ width: 100%;
573
+ height: 100%;
574
+ background-size: cover;
575
+ background-position: center;
504
576
  cursor: pointer;
505
- z-index: 2;
506
- padding: 5px;
507
577
  }
508
578
 
509
- /* 关闭弹幕按钮样式 */
510
- .toolbar-close {
579
+ .video-cover .play-btn {
511
580
  position: absolute;
512
- left: 10px;
513
- transform: translateY(-50%);
514
- display: flex;
515
- align-items: center;
516
- cursor: pointer;
517
- z-index: 2;
518
- }
519
-
520
- .toolbar-close img {
521
- display: block;
522
- width: 36px;
523
- height: 36px;
524
- cursor: pointer;
581
+ left: 50%;
582
+ top: 50%;
583
+ transform: translate(-50%, -50%);
584
+ width: 50px;
585
+ height: 50px;
586
+ opacity: 0.8;
587
+ transition: opacity 0.2s;
525
588
  }
526
589
 
527
- /* 弹幕容器样式 */
528
- .bullet-container {
529
- position: fixed;
530
- left: 10px;
531
- right: 10px;
532
- height: v-bind(bulletContainerHeightPx);
533
- overflow: hidden;
534
- z-index: 99;
590
+ .video-cover:hover .play-btn {
591
+ opacity: 1;
535
592
  }
536
593
 
537
- .bullet-item {
538
- position: absolute;
539
- left: 0;
540
- bottom: 0;
541
- padding: 5px 10px;
542
- border-radius: 15px;
594
+ .ant-input-number {
595
+ box-sizing: border-box;
596
+ margin: 0;
597
+ padding: 0;
598
+ color: rgba(0, 0, 0, 0.88);
543
599
  font-size: 14px;
544
- white-space: nowrap;
545
- animation: bulletMove linear;
546
- animation-fill-mode: forwards;
547
- will-change: transform;
548
- display: inline-block;
549
- max-width: 90%;
550
- }
551
-
552
- @keyframes bulletMove {
553
- 0% {
554
- transform: translateY(0);
555
- opacity: 1;
556
- }
557
- 100% {
558
- transform: translateY(calc(-1 * v-bind(bulletTransformOffsetPx)));
559
- opacity: 0;
560
- }
561
- }
562
-
563
- /* 弹幕输入弹窗样式 */
564
- .popup-overlay {
565
- position: fixed;
566
- top: 0;
567
- left: 0;
568
- right: 0;
569
- bottom: 0;
570
- background: rgba(0, 0, 0, 0.5);
571
- display: flex;
572
- justify-content: center;
573
- align-items: flex-end;
574
- z-index: 200;
575
- }
576
-
577
- #index .mint-popup {
578
- background-color: transparent;
579
- }
580
-
581
- .mint-popup {
582
- position: fixed;
583
- background: #fff;
584
- top: 50%;
585
- left: 50%;
586
- transform: translate3d(-50%, -50%, 0);
587
- -webkit-backface-visibility: hidden;
588
- backface-visibility: hidden;
589
- transition: .2s ease-out;
590
- }
591
-
592
- .bar-messwin {
593
- width: 309px;
594
- height: 341px;
595
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
596
- background-size: 100% 100%;
600
+ line-height: 1.5714285714285714;
601
+ list-style: none;
602
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
597
603
  position: relative;
598
- display: flex;
599
- flex-direction: column;
600
- align-items: center;
601
- margin-bottom: 20px;
602
- }
603
-
604
- .bar-messwin .mess-logo {
605
- width: 171px;
606
- height: 110px;
607
- margin-top: -64px;
608
- margin-left: 11px;
609
- }
610
-
611
- .bar-messwin .mess-title {
612
- margin-top: 12px;
613
- font-weight: 600;
614
- font-size: 21px;
615
- color: #333;
616
- }
617
-
618
- .bar-messwin .mess-input {
619
- width: 267px;
620
- height: 43px;
621
- background: #fff;
622
- border-radius: 9px;
623
- border: 1px solid rgba(237,85,102,0.4);
624
- margin-top: 12px;
625
- display: flex;
626
- align-items: center;
627
- justify-content: center;
628
- padding: 0 13px;
629
- }
630
-
631
- .bar-messwin .mess-input input {
604
+ display: inline-block;
632
605
  width: 100%;
633
- font-size: 17px;
634
- font-family: PingFang SC;
635
- font-weight: 400;
636
- color: #333;
637
- border: none;
638
- outline: none;
639
- background: transparent;
640
- }
641
-
642
- .bar-messwin .mess-input input::-webkit-input-placeholder {
643
- color: #999;
644
- }
645
-
646
- .bar-messwin .mess-input input::-ms-input-placeholder {
647
- color: #999;
648
- }
649
-
650
- .bar-messwin .mess-input input::placeholder {
651
- color: #999;
652
- }
653
-
654
- .bar-messwin .mess-textarea {
655
- width: 267px;
656
- height: 85px;
657
- background: #fff;
658
- border-radius: 9px;
659
- border: 1px solid rgba(237,85,102,0.4);
660
- display: flex;
661
- padding: 9px 13px;
662
- justify-content: space-between;
663
- margin-top: 12px;
664
- position: relative;
665
- }
666
-
667
- .bar-messwin .mess-textarea textarea {
668
- width: 203px;
669
- height: 68px;
670
- font-size: 17px;
671
- resize: none;
672
- outline: none;
673
- border: none;
674
- background: transparent;
675
- color: #333;
676
- font-family: PingFang SC;
677
- }
678
-
679
- .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
680
- color: #999;
681
- }
682
-
683
- .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
684
- color: #999;
685
- }
686
-
687
- .bar-messwin .mess-textarea textarea::placeholder {
688
- color: #999;
689
- }
690
-
691
- .bar-messwin .mess-textarea img {
692
- width: 26px;
693
- height: 26px;
694
- cursor: pointer;
695
- }
696
-
697
- .bar-messwin .mess-textarea .wish-dropdown {
698
- position: absolute;
699
- top: 43px;
700
- right: 0;
701
- width: 267px;
702
- background: #fff;
703
- border-radius: 9px;
704
- box-shadow: 0 2px 10px rgba(0,0,0,0.1);
705
- z-index: 10;
706
- max-height: 213px;
707
- overflow-y: auto;
708
- border: 1px solid rgba(237,85,102,0.2);
709
- padding: 0 13px;
710
- }
711
-
712
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
713
- width: 3px;
714
- background-color: transparent;
715
- display: block;
716
- }
717
-
718
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
719
- background-color: #ccc;
720
- border-radius: 9px;
721
- min-height: 32px;
722
- }
723
-
724
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
725
- background-color: transparent;
726
- border-radius: 3px;
727
- margin: 4px 0;
728
- }
729
-
730
- .bar-messwin .mess-textarea .wish-dropdown .wish-item {
731
- padding: 11px 0;
732
- display: flex;
733
- align-items: flex-start;
734
- cursor: pointer;
735
- transition: background-color 0.2s;
736
- border-bottom: 1px solid rgba(0,0,0,0.05);
737
- }
738
-
739
- .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
740
- border-bottom: none;
741
- }
742
-
743
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
744
- color: #ff4874;
745
- margin-right: 5px;
746
- font-size: 11px;
747
- line-height: 21px;
606
+ min-width: 0;
607
+ background-color: #ffffff;
608
+ background-image: none;
609
+ border-width: 1px;
610
+ border-style: solid;
611
+ border-color: #d9d9d9;
612
+ border-radius: 6px;
613
+ transition: all 0.2s;
614
+ border: 1px solid #d9d9d9;
748
615
  }
749
-
750
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
751
- font-size: 15px;
752
- color: #333;
753
- line-height: 21px;
754
- text-align: left;
616
+ .ant-form-item {
617
+ box-sizing: border-box;
618
+ margin: 0;
619
+ padding: 0;
620
+ color: rgba(0, 0, 0, 0.88);
621
+ font-size: 14px;
622
+ line-height: 1.5714285714285714;
623
+ list-style: none;
624
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
625
+ margin-bottom: 0px;
626
+ vertical-align: top;
755
627
  }
628
+
629
+ .uni-svg-component {
630
+ display: inline-block;
631
+ }
756
632
 
757
- .bar-messwin .bar-m-sub {
758
- width: 267px;
759
- height: 43px;
760
- background: linear-gradient(270deg,#ff4874,#ff9061);
761
- border-radius: 68px;
762
- font-size: 17px;
763
- font-family: PingFang SC;
764
- font-weight: 400;
765
- color: #fff;
766
- margin-top: 26px;
767
- border: none;
768
- outline: none;
769
- cursor: pointer;
770
- display: flex;
771
- align-items: center;
772
- justify-content: center;
773
- }
774
-
775
- .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
776
- position: absolute;
777
- bottom: -60px;
778
- right: 50%;
779
- transform: translateX(50%);
780
- font-size: 28px;
781
- color: #fff;
782
- cursor: pointer;
783
- }
784
-
785
- /* 提示弹窗样式 */
786
- .mint-msgbox-wrapper {
787
- position: fixed;
788
- top: 0;
789
- left: 0;
790
- right: 0;
791
- bottom: 0;
792
- background-color: rgba(0,0,0,0.5);
793
- z-index: 2005;
794
- display: flex;
795
- justify-content: center;
796
- align-items: center;
797
- }
798
-
799
- .mint-msgbox {
800
- position: relative;
801
- background-color: #fff;
802
- width: 85%;
803
- border-radius: 3px;
804
- font-size: 17px;
805
- overflow: hidden;
806
- }
807
-
808
- .mint-msgbox-header {
809
- padding: 16px 0 0;
810
- }
811
-
812
- .mint-msgbox-content {
813
- padding: 11px 21px 16px;
814
- border-bottom: 1px solid #ddd;
815
- min-height: 38px;
816
- position: relative;
817
- }
818
-
819
- .mint-msgbox-title {
820
- text-align: center;
821
- padding-left: 0;
822
- margin-bottom: 0;
823
- font-size: 17px;
824
- font-weight: 700;
825
- color: #333;
826
- }
827
-
828
- .mint-msgbox-message {
829
- color: #999;
830
- margin: 0;
831
- text-align: center;
832
- line-height: 38px;
833
- }
834
-
835
- .mint-msgbox-btns {
836
- display: flex;
837
- height: 43px;
838
- line-height: 43px;
839
- }
840
-
841
- .mint-msgbox-btn {
842
- line-height: 37px;
843
- display: block;
844
- background-color: #fff;
845
- flex: 1;
846
- margin: 0;
847
- border: 0;
848
- }
849
-
850
- .mint-msgbox-confirm {
851
- color: #26a2ff;
852
- width: 100%;
853
- }
854
- /* 右侧按钮区域样式 */
855
- #toolbarNew .toolbar .bar-right {
856
- margin-left: 7px;
857
- font-size: 0;
858
- display: flex;
859
- align-items: center;
633
+ /* 设计稿尺寸(如375px下20px的按钮) */
634
+ .btn {
635
+ width: 20px; /* 直接写设计稿px */
636
+ height: 10px;
637
+ font-size: 14px;
860
638
  }
639
+
640
+ .form-submit {
641
+ cursor: pointer;
642
+ transition: all 0.2s;
643
+ outline: none;
644
+ border: none;
645
+ }
646
+
647
+ .form-submit:hover {
648
+ opacity: 0.9;
649
+ transform: translateY(-1px);
650
+ }
651
+
652
+ .form-submit:active {
653
+ opacity: 0.8;
654
+ transform: translateY(0);
655
+ }
656
+
657
+ .form-submit:disabled {
658
+ opacity: 0.6;
659
+ cursor: not-allowed;
660
+ transform: none !important;
661
+ }
662
+
663
+ /* 统一错误提示样式 */
664
+ .tip-cover {
665
+ position: fixed;
666
+ left: 0;
667
+ top: 0;
668
+ width: 100%;
669
+ height: 100%;
670
+ display: flex;
671
+ align-items: center;
672
+ justify-content: center;
673
+ z-index: 999;
674
+ background-color: rgba(0,0,0,.7);
675
+ }
676
+
677
+ .tip {
678
+ width: 80%;
679
+ max-width: 250px;
680
+ padding: 10px;
681
+ border-radius: 5px;
682
+ background-color: #fff;
683
+ }
684
+
685
+ .tip-btn {
686
+ display: block;
687
+ margin: 25px auto;
688
+ width: 120px;
689
+ height: 30px;
690
+ color: #fff;
691
+ border-radius: 4px;
692
+ text-align: center;
693
+ font-size: 14px;
694
+ line-height: 30px;
695
+ background: #ed5566;
696
+ cursor: pointer;
697
+ }
698
+
699
+ .tip-content {
700
+ font-size: 14px;
701
+ padding-top: 30px;
702
+ text-align: center;
703
+ }
704
+
705
+ .ele-form {
706
+ position: absolute;
707
+ user-select: none;
708
+ }
709
+
710
+ .f-select {
711
+ cursor: pointer;
712
+ }
713
+
714
+ .ani-wrap {
715
+ position: relative;
716
+ }
717
+
718
+ .fs-tit {
719
+ position: relative;
720
+ display: flex;
721
+ padding: 0 5px;
722
+ height: 35px;
723
+ line-height: 35px;
724
+ align-items: center;
725
+ }
726
+
727
+ .require {
728
+ padding: 0 5px 0 0;
729
+ color: red;
730
+ vertical-align: middle;
731
+ }
732
+
733
+ .fs-cont {
734
+ padding-right: 15px;
735
+ white-space: nowrap;
736
+ overflow: hidden;
737
+ text-overflow: ellipsis;
738
+ flex-grow: 1;
739
+ }
740
+
741
+ .icon-bofang1 {
742
+ font-size: 12px;
743
+ transition: transform 0.2s ease;
744
+ }
745
+
746
+ .rotate-180 {
747
+ transform: rotate(180deg) !important;
748
+ }
749
+
750
+ .f-real {
751
+ position: absolute;
752
+ left: 0;
753
+ top: 0;
754
+ width: 100%;
755
+ height: 100%;
756
+ z-index: 1;
757
+ opacity: 0;
758
+ cursor: pointer;
759
+ }
760
+
761
+ .dropdown-menu {
762
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
763
+ }
764
+
765
+ .dropdown-item {
766
+ padding: 8px 10px;
767
+ cursor: pointer;
768
+ transition: background-color 0.2s;
769
+ }
770
+
771
+ .dropdown-item:hover {
772
+ background-color: #f5f5f5;
773
+ }
774
+
775
+ .dropdown-item.selected {
776
+ background-color: #e6f7ff;
777
+ color: #1890ff;
778
+ }
779
+
780
+ .f-select .fs-tit .icon-bofang1 {
781
+ position: absolute;
782
+ right: 10px;
783
+ font-size: 12px;
784
+ display: inline-block;
785
+ transform: rotate(90deg);
786
+ }
787
+
788
+ @font-face {
789
+ font-family: iconfont;
790
+ src: url(https://h5static.hunbei.com/preview/static/fonts/iconfont.f1262e4.woff2) format("woff2"),
791
+ url(https://h5static.hunbei.com/preview/static/fonts/iconfont.788d827.woff) format("woff"),
792
+ url(https://h5static.hunbei.com/preview/static/fonts/iconfont.9541e59.ttf) format("truetype");
793
+ }
794
+
795
+ .iconfont {
796
+ font-family: iconfont !important;
797
+ font-size: 14px;
798
+ font-style: normal;
799
+ -webkit-font-smoothing: antialiased;
800
+ -moz-osx-font-smoothing: grayscale;
801
+ }
802
+
803
+ .icon-bofang1:before {
804
+ content: "\E6CF";
805
+ }
806
+
807
+ .has-error {
808
+ border-color: #ff4d4f !important;
809
+ }
810
+
811
+ .error-tip {
812
+ position: fixed;
813
+ left: 0;
814
+ top: 0;
815
+ width: 100%;
816
+ height: 100%;
817
+ z-index: 1000;
818
+ }
819
+
820
+ .form-input {
821
+ position: absolute;
822
+ }
823
+
824
+ .input-wrapper {
825
+ display: flex;
826
+ align-items: center;
827
+ width: 100%;
828
+ height: 100%;
829
+ padding: 0 10px;
830
+ box-sizing: border-box;
831
+ position: relative;
832
+ transition: border-color 0.3s;
833
+ }
834
+
835
+ .required-marker {
836
+ font-size: 12px;
837
+ padding: 0 5px 0 0;
838
+ color: red;
839
+ vertical-align: middle;
840
+ }
841
+
842
+ input {
843
+ flex: 1;
844
+ border: none;
845
+ outline: none;
846
+ background: transparent;
847
+ height: 100%;
848
+ padding: 0;
849
+ margin: 0;
850
+ }
851
+ /*
852
+ input::placeholder {
853
+ color: #ccc;
854
+ opacity: 1;
855
+ } */
856
+
857
+ .dynamic-placeholder-input::placeholder {
858
+ color: var(--placeholder-color, #999);
859
+ opacity: 1;
860
+ }
861
+ .dynamic-placeholder-input::-webkit-input-placeholder {
862
+ color: var(--placeholder-color, #999);
863
+ }
864
+ .dynamic-placeholder-input::-moz-placeholder {
865
+ color: var(--placeholder-color, #999);
866
+ opacity: 1;
867
+ }
868
+ .dynamic-placeholder-input:-ms-input-placeholder {
869
+ color: var(--placeholder-color, #999);
870
+ }
861
871
 
862
- #toolbarNew .toolbar .bar-right.move-left {
863
- right: 64px;
872
+ /* Iconfont definition */
873
+ .icon-danmuliebiao1:before {
874
+ content: "\E68A";
864
875
  }
865
876
 
866
- #toolbarNew .toolbar .bar-right .bar-r-com,
867
- #toolbarNew .toolbar .bar-right>img {
868
- display: inline-block;
869
- vertical-align: middle;
877
+ .icon-cuowu2:before {
878
+ content: "\E65E";
870
879
  }
871
880
 
872
- #toolbarNew .toolbar .bar-right .bar-r-com {
873
- margin-left: 8px;
874
- cursor: pointer;
881
+ i {
882
+ font-style: normal;
875
883
  }
876
884
 
877
- #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
878
- width: 36px;
879
- height: 36px;
880
- transform-origin: center bottom;
881
- animation: giftJump 3s ease infinite;
885
+ .v-modal {
886
+ position: fixed;
887
+ left: 0;
888
+ top: 0;
889
+ width: 100%;
890
+ height: 100%;
891
+ opacity: .5;
892
+ background: #000;
882
893
  }
883
-
884
- @keyframes giftJump {
885
- 0%, 24%, 48%, to {
886
- transform: translateZ(0);
887
- }
888
- 12% {
889
- transform: translate3d(0, -10px, 0);
890
- }
891
- 36% {
892
- transform: translate3d(0, -10px, 0);
893
- }
894
+ /* 底部工具栏样式 */
895
+ #toolbarNew {
896
+ position: fixed;
897
+ left: 0;
898
+ bottom: 0;
899
+ width: 100%;
900
+ padding: 12px 0;
901
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
902
+ z-index: 100;
894
903
  }
895
904
 
896
- #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
897
- margin-left: 0;
905
+ .toolbar {
906
+ display: flex;
907
+ align-items: center;
908
+ padding: 0 10px;
898
909
  }
899
910
 
900
- #toolbarNew .toolbar .bar-right>img {
911
+ .bar-left {
901
912
  position: relative;
902
- z-index: 1;
903
- width: 26px;
904
- height: 26px;
913
+ flex: 1;
905
914
  }
906
915
 
907
- #toolbarNew .toolbar .bar-right .bar-heart {
908
- position: relative;
909
- width: 36px;
916
+ .bar-mess {
917
+ width: 100%;
910
918
  height: 36px;
911
- text-align: center;
919
+ line-height: 36px;
920
+ font-size: 14px;
921
+ color: #ccc;
922
+ padding: 0 8px;
923
+ border-radius: 18px;
924
+ border: none;
925
+ -webkit-appearance: none;
926
+ background-color: rgba(0, 0, 0, 0.28);
912
927
  }
913
928
 
914
- #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
915
- position: absolute;
916
- max-width: 36px;
917
- height: 15px;
918
- line-height: 15px;
919
- right: 0;
920
- top: 0;
921
- z-index: 3;
922
- font-size: 10px;
923
- color: #fff;
924
- border-radius: 6px;
925
- padding: 0 4px;
926
- box-sizing: border-box;
927
- white-space: nowrap;
928
- background-color: #f38200;
929
- transform: translateX(40%);
929
+ .bar-mess::placeholder {
930
+ color: rgba(255, 255, 255, 0.7);
930
931
  }
931
932
 
932
- #toolbarNew .toolbar .bar-right .bar-zan {
933
- position: relative;
933
+ .bar-left .iconfont {
934
+ position: absolute;
935
+ right: 10px;
936
+ top: 50%;
937
+ transform: translateY(-50%);
938
+ color: #f2f2f2;
939
+ font-size: 16px;
940
+ cursor: pointer;
934
941
  z-index: 2;
935
- height: 33px;
936
- width: 33px;
937
- box-sizing: border-box;
942
+ padding: 5px;
938
943
  }
939
944
 
940
- #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
945
+ /* 关闭弹幕按钮样式 */
946
+ .toolbar-close {
941
947
  position: absolute;
942
- top: 0;
943
948
  left: 10px;
944
- opacity: 0;
945
- font-size: 15px;
946
- color: #f07a87;
947
- }
948
-
949
- #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
950
- position: absolute;
951
- left: 0;
952
- right: 0;
953
- bottom: 0;
954
- top: 0;
955
- z-index: 1;
949
+ transform: translateY(-50%);
950
+ display: flex;
951
+ align-items: center;
952
+ cursor: pointer;
953
+ z-index: 2;
956
954
  }
957
955
 
958
- #toolbarNew .toolbar .bar-right .bar-zan img {
956
+ .toolbar-close img {
957
+ display: block;
959
958
  width: 36px;
960
959
  height: 36px;
960
+ cursor: pointer;
961
961
  }
962
962
 
963
- #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
964
- z-index: 2;
965
- animation: praise 1.2s;
966
- animation-fill-mode: both;
963
+ /* 弹幕容器样式 */
964
+ .bullet-container {
965
+ position: fixed;
966
+ left: 10px;
967
+ right: 10px;
968
+ height: v-bind(bulletContainerHeightPx);
969
+ overflow: hidden;
970
+ z-index: 99;
967
971
  }
968
972
 
969
- @keyframes praise {
973
+ .bullet-item {
974
+ position: absolute;
975
+ left: 0;
976
+ bottom: 0;
977
+ padding: 5px 10px;
978
+ border-radius: 15px;
979
+ font-size: 14px;
980
+ white-space: nowrap;
981
+ animation: bulletMove linear;
982
+ animation-fill-mode: forwards;
983
+ will-change: transform;
984
+ display: inline-block;
985
+ max-width: 90%;
986
+ }
987
+
988
+ @keyframes bulletMove {
970
989
  0% {
990
+ transform: translateY(0);
971
991
  opacity: 1;
972
992
  }
973
- 50% {
974
- opacity: 1;
975
- transform: translate3d(0, -35px, 0);
976
- }
977
- to {
993
+ 100% {
994
+ transform: translateY(calc(-1 * v-bind(bulletTransformOffsetPx)));
978
995
  opacity: 0;
979
- transform: translate3d(0, -35px, 0);
980
996
  }
981
997
  }
982
998
 
983
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
984
- transform: scale(0.85);
985
- }
986
-
987
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
988
- animation: jump .6s ease-out;
989
- }
990
-
991
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
992
- animation: jump2 .6s ease-out;
993
- }
994
-
995
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
996
- animation: jump3 .6s ease-out;
997
- }
998
-
999
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
1000
- animation: jump4 .6s ease-out;
999
+ /* 弹幕输入弹窗样式 */
1000
+ .popup-overlay {
1001
+ position: fixed;
1002
+ top: 0;
1003
+ left: 0;
1004
+ right: 0;
1005
+ bottom: 0;
1006
+ background: rgba(0, 0, 0, 0.5);
1007
+ display: flex;
1008
+ justify-content: center;
1009
+ align-items: flex-end;
1010
+ z-index: 200;
1001
1011
  }
1002
1012
 
1003
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
1004
- animation: jump5 .6s ease-out;
1013
+ #index .mint-popup {
1014
+ background-color: transparent;
1005
1015
  }
1006
1016
 
1007
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
1008
- animation: jump6 .6s ease-out;
1017
+ .mint-popup {
1018
+ position: fixed;
1019
+ background: #fff;
1020
+ top: 50%;
1021
+ left: 50%;
1022
+ transform: translate3d(-50%, -50%, 0);
1023
+ -webkit-backface-visibility: hidden;
1024
+ backface-visibility: hidden;
1025
+ transition: .2s ease-out;
1009
1026
  }
1010
1027
 
1011
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
1012
- animation: jump7 .6s ease-out;
1028
+ .bar-messwin {
1029
+ width: 309px;
1030
+ height: 341px;
1031
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
1032
+ background-size: 100% 100%;
1033
+ position: relative;
1034
+ display: flex;
1035
+ flex-direction: column;
1036
+ align-items: center;
1037
+ margin-bottom: 20px;
1013
1038
  }
1014
1039
 
1015
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
1016
- animation: jump8 .6s ease-out;
1040
+ .bar-messwin .mess-logo {
1041
+ width: 171px;
1042
+ height: 110px;
1043
+ margin-top: -64px;
1044
+ margin-left: 11px;
1017
1045
  }
1018
1046
 
1019
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
1020
- position: absolute;
1021
- left: 0;
1022
- top: 0;
1023
- right: 0;
1024
- bottom: 0;
1025
- pointer-events: none;
1026
- overflow: visible;
1047
+ .bar-messwin .mess-title {
1048
+ margin-top: 12px;
1049
+ font-weight: 600;
1050
+ font-size: 21px;
1051
+ color: #333;
1027
1052
  }
1028
1053
 
1029
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
1030
- position: absolute;
1031
- width: 6px;
1032
- height: 6px;
1033
- border-radius: 50%;
1034
- opacity: 0;
1054
+ .bar-messwin .mess-input {
1055
+ width: 267px;
1056
+ height: 43px;
1057
+ background: #fff;
1058
+ border-radius: 9px;
1059
+ border: 1px solid rgba(237,85,102,0.4);
1060
+ margin-top: 12px;
1061
+ display: flex;
1062
+ align-items: center;
1063
+ justify-content: center;
1064
+ padding: 0 13px;
1035
1065
  }
1036
1066
 
1037
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
1038
- left: 50%;
1039
- top: -8px;
1040
- transform: translate3d(-50%, 0, 0);
1041
- background-color: #b3e5c8;
1067
+ .bar-messwin .mess-input input {
1068
+ width: 100%;
1069
+ font-size: 17px;
1070
+ font-family: PingFang SC;
1071
+ font-weight: 400;
1072
+ color: #333;
1073
+ border: none;
1074
+ outline: none;
1075
+ background: transparent;
1042
1076
  }
1043
1077
 
1044
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
1045
- left: -8px;
1046
- top: 50%;
1047
- transform: translate3d(0, -50%, 0);
1048
- background-color: #f4ba31;
1078
+ .bar-messwin .mess-input input::-webkit-input-placeholder {
1079
+ color: #999;
1049
1080
  }
1050
1081
 
1051
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
1052
- left: 50%;
1053
- bottom: -8px;
1054
- transform: translate3d(-50%, 0, 0);
1055
- background-color: #339fef;
1082
+ .bar-messwin .mess-input input::-ms-input-placeholder {
1083
+ color: #999;
1056
1084
  }
1057
1085
 
1058
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
1059
- top: 50%;
1060
- right: -8px;
1061
- transform: translate3d(0, -50%, 0);
1062
- background-color: #e2264d;
1086
+ .bar-messwin .mess-input input::placeholder {
1087
+ color: #999;
1063
1088
  }
1064
1089
 
1065
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
1066
- left: -5px;
1067
- top: 0;
1068
- transform: translate3d(0, -50%, 0);
1069
- background-color: #a08880;
1090
+ .bar-messwin .mess-textarea {
1091
+ width: 267px;
1092
+ height: 85px;
1093
+ background: #fff;
1094
+ border-radius: 9px;
1095
+ border: 1px solid rgba(237,85,102,0.4);
1096
+ display: flex;
1097
+ padding: 9px 13px;
1098
+ justify-content: space-between;
1099
+ margin-top: 12px;
1100
+ position: relative;
1070
1101
  }
1071
1102
 
1072
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
1073
- left: -5px;
1074
- bottom: 0;
1075
- transform: translate3d(0, 50%, 0);
1076
- background-color: #43c1b5;
1103
+ .bar-messwin .mess-textarea textarea {
1104
+ width: 203px;
1105
+ height: 68px;
1106
+ font-size: 17px;
1107
+ resize: none;
1108
+ outline: none;
1109
+ border: none;
1110
+ background: transparent;
1111
+ color: #333;
1112
+ font-family: PingFang SC;
1077
1113
  }
1078
1114
 
1079
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
1080
- right: -5px;
1081
- bottom: 0;
1082
- transform: translate3d(0, 50%, 0);
1083
- background-color: #f5be3b;
1115
+ .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
1116
+ color: #999;
1084
1117
  }
1085
1118
 
1086
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
1087
- right: -5px;
1088
- top: 0;
1089
- transform: translate3d(0, -50%, 0);
1090
- background-color: coral;
1119
+ .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
1120
+ color: #999;
1091
1121
  }
1092
1122
 
1093
- @keyframes jump {
1094
- 0% {
1095
- opacity: 1;
1096
- transform: translate3d(-50%, 0, 0) scale(1);
1097
- }
1098
- 40% {
1099
- transform: translate3d(-50%, -100%, 0) scale(0.7);
1100
- }
1101
- to {
1102
- opacity: 1;
1103
- transform: translate3d(-50%, -150%, 0) scale(0);
1104
- }
1123
+ .bar-messwin .mess-textarea textarea::placeholder {
1124
+ color: #999;
1105
1125
  }
1106
1126
 
1107
- @keyframes jump2 {
1108
- 0% {
1109
- opacity: 1;
1110
- transform: translate3d(0, -50%, 0) scale(1);
1111
- }
1112
- 40% {
1113
- transform: translate3d(-100%, -50%, 0) scale(0.7);
1114
- }
1115
- to {
1116
- opacity: 1;
1117
- transform: translate3d(-150%, -50%, 0) scale(0);
1118
- }
1127
+ .bar-messwin .mess-textarea img {
1128
+ width: 26px;
1129
+ height: 26px;
1130
+ cursor: pointer;
1119
1131
  }
1120
1132
 
1121
- @keyframes jump3 {
1122
- 0% {
1123
- opacity: 1;
1124
- transform: translate3d(-50%, 0, 0) scale(1);
1125
- }
1126
- 40% {
1127
- transform: translate3d(-50%, 100%, 0) scale(0.7);
1128
- }
1129
- to {
1130
- opacity: 1;
1131
- transform: translate3d(-50%, 150%, 0) scale(0);
1132
- }
1133
+ .bar-messwin .mess-textarea .wish-dropdown {
1134
+ position: absolute;
1135
+ top: 43px;
1136
+ right: 0;
1137
+ width: 267px;
1138
+ background: #fff;
1139
+ border-radius: 9px;
1140
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
1141
+ z-index: 10;
1142
+ max-height: 213px;
1143
+ overflow-y: auto;
1144
+ border: 1px solid rgba(237,85,102,0.2);
1145
+ padding: 0 13px;
1133
1146
  }
1134
1147
 
1135
- @keyframes jump4 {
1136
- 0% {
1137
- opacity: 1;
1138
- transform: translate3d(0, -50%, 0) scale(1);
1139
- }
1140
- 40% {
1141
- transform: translate3d(100%, -50%, 0) scale(0.7);
1142
- }
1143
- to {
1144
- opacity: 1;
1145
- transform: translate3d(150%, -50%, 0) scale(0);
1146
- }
1148
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
1149
+ width: 3px;
1150
+ background-color: transparent;
1151
+ display: block;
1147
1152
  }
1148
1153
 
1149
- @keyframes jump5 {
1150
- 0% {
1151
- opacity: 1;
1152
- transform: translate3d(0, -50%, 0) scale(1);
1153
- }
1154
- 40% {
1155
- transform: translate3d(-80%, -80%, 0) scale(0.7);
1156
- }
1157
- to {
1158
- opacity: 1;
1159
- transform: translate3d(-130%, -130%, 0) scale(0);
1160
- }
1154
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
1155
+ background-color: #ccc;
1156
+ border-radius: 9px;
1157
+ min-height: 32px;
1161
1158
  }
1162
1159
 
1163
- @keyframes jump6 {
1164
- 0% {
1165
- opacity: 1;
1166
- transform: translate3d(0, 50%, 0) scale(1);
1167
- }
1168
- 40% {
1169
- transform: translate3d(-80%, 80%, 0) scale(0.7);
1170
- }
1171
- to {
1172
- opacity: 1;
1173
- transform: translate3d(-130%, 130%, 0) scale(0);
1174
- }
1160
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
1161
+ background-color: transparent;
1162
+ border-radius: 3px;
1163
+ margin: 4px 0;
1175
1164
  }
1176
1165
 
1177
- @keyframes jump7 {
1178
- 0% {
1179
- opacity: 1;
1180
- transform: translate3d(0, 50%, 0) scale(1);
1181
- }
1182
- 40% {
1183
- transform: translate3d(80%, 80%, 0) scale(0.7);
1184
- }
1185
- to {
1186
- opacity: 1;
1187
- transform: translate3d(130%, 130%, 0) scale(0);
1188
- }
1166
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item {
1167
+ padding: 11px 0;
1168
+ display: flex;
1169
+ align-items: flex-start;
1170
+ cursor: pointer;
1171
+ transition: background-color 0.2s;
1172
+ border-bottom: 1px solid rgba(0,0,0,0.05);
1189
1173
  }
1190
1174
 
1191
- @keyframes jump8 {
1192
- 0% {
1193
- opacity: 1;
1194
- transform: translate3d(0, 50%, 0) scale(1);
1195
- }
1196
- 40% {
1197
- transform: translate3d(80%, -80%, 0) scale(0.7);
1198
- }
1199
- to {
1200
- opacity: 1;
1201
- transform: translate3d(130%, -130%, 0) scale(0);
1202
- }
1175
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
1176
+ border-bottom: none;
1203
1177
  }
1204
1178
 
1205
- /* 礼物弹窗样式 */
1206
- .give-gift {
1207
- position: fixed;
1208
- top: 50%;
1209
- left: 50%;
1210
- transform: translate(-50%, -50%);
1211
- z-index: 2004;
1212
- background: white;
1213
- padding: 20px;
1214
- border-radius: 10px;
1215
- text-align: center;
1179
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
1180
+ color: #ff4874;
1181
+ margin-right: 5px;
1182
+ font-size: 11px;
1183
+ line-height: 21px;
1184
+ }
1185
+
1186
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
1187
+ font-size: 15px;
1188
+ color: #333;
1189
+ line-height: 21px;
1190
+ text-align: left;
1216
1191
  }
1217
1192
 
1218
- .give-gift .back {
1219
- position: absolute;
1220
- top: 10px;
1221
- left: 10px;
1193
+ .bar-messwin .bar-m-sub {
1194
+ width: 267px;
1195
+ height: 43px;
1196
+ background: linear-gradient(270deg,#ff4874,#ff9061);
1197
+ border-radius: 68px;
1198
+ font-size: 17px;
1199
+ font-family: PingFang SC;
1200
+ font-weight: 400;
1201
+ color: #fff;
1202
+ margin-top: 26px;
1203
+ border: none;
1204
+ outline: none;
1222
1205
  cursor: pointer;
1206
+ display: flex;
1207
+ align-items: center;
1208
+ justify-content: center;
1223
1209
  }
1224
1210
 
1225
- .give-gift img {
1226
- max-width: 300px;
1227
- max-height: 300px;
1228
- margin-top: 20px;
1211
+ .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
1212
+ position: absolute;
1213
+ bottom: -60px;
1214
+ right: 50%;
1215
+ transform: translateX(50%);
1216
+ font-size: 28px;
1217
+ color: #fff;
1218
+ cursor: pointer;
1229
1219
  }
1230
1220
 
1231
- /* 留言成功弹窗样式 */
1232
- .mess-success-popup {
1221
+ /* 提示弹窗样式 */
1222
+ .mint-msgbox-wrapper {
1233
1223
  position: fixed;
1234
1224
  top: 0;
1235
1225
  left: 0;
1236
1226
  right: 0;
1237
1227
  bottom: 0;
1238
- background-color: rgba(0, 0, 0, 0.5);
1239
- z-index: 2003;
1228
+ background-color: rgba(0,0,0,0.5);
1229
+ z-index: 2005;
1240
1230
  display: flex;
1241
1231
  justify-content: center;
1242
1232
  align-items: center;
1243
1233
  }
1244
1234
 
1245
- .mess-success-popup .gift-popup {
1246
- width: 300px;
1247
- height: 200px;
1248
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
1249
- border-radius: 10px;
1250
- padding: 20px;
1251
- text-align: center;
1235
+ .mint-msgbox {
1252
1236
  position: relative;
1237
+ background-color: #fff;
1238
+ width: 85%;
1239
+ border-radius: 3px;
1240
+ font-size: 17px;
1241
+ overflow: hidden;
1253
1242
  }
1254
1243
 
1255
- .mess-success-popup .gift-popup .icon-cuowu2 {
1256
- position: absolute;
1257
- top: 10px;
1258
- right: 10px;
1259
- cursor: pointer;
1244
+ .mint-msgbox-header {
1245
+ padding: 16px 0 0;
1260
1246
  }
1261
1247
 
1262
- .mess-success-popup .gift-popup .toast {
1248
+ .mint-msgbox-content {
1249
+ padding: 11px 21px 16px;
1250
+ border-bottom: 1px solid #ddd;
1251
+ min-height: 38px;
1252
+ position: relative;
1253
+ }
1254
+
1255
+ .mint-msgbox-title {
1256
+ text-align: center;
1257
+ padding-left: 0;
1258
+ margin-bottom: 0;
1259
+ font-size: 17px;
1260
+ font-weight: 700;
1261
+ color: #333;
1262
+ }
1263
+
1264
+ .mint-msgbox-message {
1265
+ color: #999;
1266
+ margin: 0;
1267
+ text-align: center;
1268
+ line-height: 38px;
1269
+ }
1270
+
1271
+ .mint-msgbox-btns {
1272
+ display: flex;
1273
+ height: 43px;
1274
+ line-height: 43px;
1275
+ }
1276
+
1277
+ .mint-msgbox-btn {
1278
+ line-height: 37px;
1279
+ display: block;
1280
+ background-color: #fff;
1281
+ flex: 1;
1282
+ margin: 0;
1283
+ border: 0;
1284
+ }
1285
+
1286
+ .mint-msgbox-confirm {
1287
+ color: #26a2ff;
1288
+ width: 100%;
1289
+ }
1290
+ /* 右侧按钮区域样式 */
1291
+ #toolbarNew .toolbar .bar-right {
1292
+ margin-left: 7px;
1293
+ font-size: 0;
1263
1294
  display: flex;
1264
1295
  align-items: center;
1265
- justify-content: center;
1266
- margin: 10px 0;
1267
1296
  }
1268
1297
 
1269
- .mess-success-popup .gift-popup .toast img {
1270
- width: 20px;
1271
- height: 15px;
1272
- margin: 0 5px;
1298
+ #toolbarNew .toolbar .bar-right.move-left {
1299
+ right: 64px;
1273
1300
  }
1274
1301
 
1275
- .mess-success-popup .gift-popup .title {
1276
- margin: 15px 0;
1277
- font-size: 16px;
1278
- color: #333;
1302
+ #toolbarNew .toolbar .bar-right .bar-r-com,
1303
+ #toolbarNew .toolbar .bar-right>img {
1304
+ display: inline-block;
1305
+ vertical-align: middle;
1279
1306
  }
1280
1307
 
1281
- .mess-success-popup .gift-popup .btn {
1282
- background: linear-gradient(270deg, #ff4874, #ff9061);
1283
- color: white;
1284
- border: none;
1285
- padding: 10px 20px;
1286
- border-radius: 20px;
1287
- margin-top: 15px;
1308
+ #toolbarNew .toolbar .bar-right .bar-r-com {
1309
+ margin-left: 8px;
1288
1310
  cursor: pointer;
1289
1311
  }
1290
1312
 
1291
- /* 新增图片加载动画样式 */
1292
- .gift-image-container {
1313
+ #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
1314
+ width: 36px;
1315
+ height: 36px;
1316
+ transform-origin: center bottom;
1317
+ animation: giftJump 3s ease infinite;
1318
+ }
1319
+
1320
+ @keyframes giftJump {
1321
+ 0%, 24%, 48%, to {
1322
+ transform: translateZ(0);
1323
+ }
1324
+ 12% {
1325
+ transform: translate3d(0, -10px, 0);
1326
+ }
1327
+ 36% {
1328
+ transform: translate3d(0, -10px, 0);
1329
+ }
1330
+ }
1331
+
1332
+ #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
1333
+ margin-left: 0;
1334
+ }
1335
+
1336
+ #toolbarNew .toolbar .bar-right>img {
1293
1337
  position: relative;
1294
- width: 300px;
1295
- height: 300px;
1296
- margin: 20px 0;
1297
- overflow: hidden;
1338
+ z-index: 1;
1339
+ width: 26px;
1340
+ height: 26px;
1298
1341
  }
1299
1342
 
1300
- .gift-image-container img {
1301
- width: 100%;
1302
- height: 100%;
1303
- object-fit: contain;
1304
- opacity: 0;
1305
- transition: opacity 0.5s ease-in-out;
1343
+ #toolbarNew .toolbar .bar-right .bar-heart {
1344
+ position: relative;
1345
+ width: 36px;
1346
+ height: 36px;
1347
+ text-align: center;
1306
1348
  }
1307
1349
 
1308
- .gift-image-container img.loaded {
1309
- opacity: 1;
1350
+ #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
1351
+ position: absolute;
1352
+ max-width: 36px;
1353
+ height: 15px;
1354
+ line-height: 15px;
1355
+ right: 0;
1356
+ top: 0;
1357
+ z-index: 3;
1358
+ font-size: 10px;
1359
+ color: #fff;
1360
+ border-radius: 6px;
1361
+ padding: 0 4px;
1362
+ box-sizing: border-box;
1363
+ white-space: nowrap;
1364
+ background-color: #f38200;
1365
+ transform: translateX(40%);
1310
1366
  }
1311
1367
 
1312
- .image-loading {
1368
+ #toolbarNew .toolbar .bar-right .bar-zan {
1369
+ position: relative;
1370
+ z-index: 2;
1371
+ height: 33px;
1372
+ width: 33px;
1373
+ box-sizing: border-box;
1374
+ }
1375
+
1376
+ #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
1313
1377
  position: absolute;
1314
1378
  top: 0;
1379
+ left: 10px;
1380
+ opacity: 0;
1381
+ font-size: 15px;
1382
+ color: #f07a87;
1383
+ }
1384
+
1385
+ #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
1386
+ position: absolute;
1315
1387
  left: 0;
1316
- width: 100%;
1317
- height: 100%;
1318
- display: flex;
1319
- justify-content: center;
1320
- align-items: center;
1321
- background: rgba(255, 255, 255, 0.8);
1388
+ right: 0;
1389
+ bottom: 0;
1390
+ top: 0;
1391
+ z-index: 1;
1322
1392
  }
1323
1393
 
1324
- .loading-spinner {
1325
- width: 40px;
1326
- height: 40px;
1327
- border: 4px solid #f3f3f3;
1328
- border-top: 4px solid #ed5566;
1329
- border-radius: 50%;
1330
- animation: spin 1s linear infinite;
1394
+ #toolbarNew .toolbar .bar-right .bar-zan img {
1395
+ width: 36px;
1396
+ height: 36px;
1397
+ }
1398
+
1399
+ #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
1400
+ z-index: 2;
1401
+ animation: praise 1.2s;
1402
+ animation-fill-mode: both;
1403
+ }
1404
+
1405
+ @keyframes praise {
1406
+ 0% {
1407
+ opacity: 1;
1408
+ }
1409
+ 50% {
1410
+ opacity: 1;
1411
+ transform: translate3d(0, -35px, 0);
1412
+ }
1413
+ to {
1414
+ opacity: 0;
1415
+ transform: translate3d(0, -35px, 0);
1416
+ }
1417
+ }
1418
+
1419
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
1420
+ transform: scale(0.85);
1331
1421
  }
1332
1422
 
1333
- @keyframes spin {
1334
- 0% { transform: rotate(0deg); }
1335
- 100% { transform: rotate(360deg); }
1423
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
1424
+ animation: jump .6s ease-out;
1336
1425
  }
1337
1426
 
1427
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
1428
+ animation: jump2 .6s ease-out;
1429
+ }
1338
1430
 
1339
- .effect-container {
1340
- will-change: transform;
1431
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
1432
+ animation: jump3 .6s ease-out;
1341
1433
  }
1342
1434
 
1343
- .particles-wrapper {
1344
- position: relative;
1345
- width: 100%;
1346
- height: 100%;
1435
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
1436
+ animation: jump4 .6s ease-out;
1347
1437
  }
1348
1438
 
1349
- .particle {
1350
- position: absolute;
1351
- background-repeat: no-repeat;
1352
- background-size: contain;
1353
- animation-name: falling;
1354
- animation-timing-function: linear;
1355
- animation-iteration-count: infinite;
1356
- will-change: transform;
1439
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
1440
+ animation: jump5 .6s ease-out;
1357
1441
  }
1358
1442
 
1359
- @keyframes falling {
1360
- 0% {
1361
- transform: translateY(0) rotate(0deg);
1362
- opacity: 1;
1363
- }
1364
- 80% {
1365
- opacity: 0.8;
1366
- }
1367
- 100% {
1368
- transform: translateY(100vh) rotate(360deg);
1369
- opacity: 0;
1370
- }
1443
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
1444
+ animation: jump6 .6s ease-out;
1371
1445
  }
1372
- .ele-lottie .ele-lotwrap {
1373
- overflow: hidden
1446
+
1447
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
1448
+ animation: jump7 .6s ease-out;
1374
1449
  }
1375
1450
 
1376
- .ele-effect .effect-wrap {
1377
- position: relative;
1378
- overflow: hidden;
1379
- width: 100%;
1380
- height: 100%
1451
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
1452
+ animation: jump8 .6s ease-out;
1381
1453
  }
1382
1454
 
1383
- .ele-effect .e-small {
1384
- position: absolute;
1385
- width: 24px;
1386
- height: 24px;
1387
- background-image: url(http://cdn.h5ds.com/static/images/snow.png);
1388
- background-size: cover;
1389
- background-repeat: no-repeat;
1390
- -webkit-transform-origin: center;
1391
- transform-origin: center;
1392
- -webkit-animation: snow 5s linear infinite;
1393
- animation: snow 5s linear infinite
1455
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
1456
+ position: absolute;
1457
+ left: 0;
1458
+ top: 0;
1459
+ right: 0;
1460
+ bottom: 0;
1461
+ pointer-events: none;
1462
+ overflow: visible;
1463
+ }
1464
+
1465
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
1466
+ position: absolute;
1467
+ width: 6px;
1468
+ height: 6px;
1469
+ border-radius: 50%;
1470
+ opacity: 0;
1394
1471
  }
1395
-
1396
- .ele-form {
1397
- position: absolute;
1398
- user-select: none;
1399
- }
1400
-
1401
- .f-select {
1402
- cursor: pointer;
1403
- }
1404
-
1405
- .ani-wrap {
1406
- position: relative;
1407
- }
1408
-
1409
- .fs-tit {
1410
- position: relative;
1411
- display: flex;
1412
- padding: 0 5px;
1413
- height: 35px;
1414
- line-height: 35px;
1415
- align-items: center;
1416
- }
1417
-
1418
- .require {
1419
- padding: 0 5px 0 0;
1420
- color: red;
1421
- vertical-align: middle;
1422
- }
1423
-
1424
- .fs-cont {
1425
- padding-right: 15px;
1426
- white-space: nowrap;
1427
- overflow: hidden;
1428
- text-overflow: ellipsis;
1429
- flex-grow: 1;
1430
- }
1431
-
1432
- .icon-bofang1 {
1433
- font-size: 12px;
1434
- transition: transform 0.2s ease;
1435
- }
1436
-
1437
- .rotate-180 {
1438
- transform: rotate(180deg) !important;
1439
- }
1440
-
1441
- .f-real {
1442
- position: absolute;
1443
- left: 0;
1444
- top: 0;
1445
- width: 100%;
1446
- height: 100%;
1447
- z-index: 1;
1448
- opacity: 0;
1449
- cursor: pointer;
1450
- }
1451
-
1452
- .dropdown-menu {
1453
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
1454
- }
1455
-
1456
- .dropdown-item {
1457
- padding: 8px 10px;
1458
- cursor: pointer;
1459
- transition: background-color 0.2s;
1460
- }
1461
-
1462
- .dropdown-item:hover {
1463
- background-color: #f5f5f5;
1464
- }
1465
-
1466
- .dropdown-item.selected {
1467
- background-color: #e6f7ff;
1468
- color: #1890ff;
1469
- }
1470
-
1471
- .f-select .fs-tit .icon-bofang1 {
1472
- position: absolute;
1473
- right: 10px;
1474
- font-size: 12px;
1475
- display: inline-block;
1476
- transform: rotate(90deg);
1477
- }
1478
-
1479
- @font-face {
1480
- font-family: iconfont;
1481
- src: url(https://h5static.hunbei.com/preview/static/fonts/iconfont.f1262e4.woff2) format("woff2"),
1482
- url(https://h5static.hunbei.com/preview/static/fonts/iconfont.788d827.woff) format("woff"),
1483
- url(https://h5static.hunbei.com/preview/static/fonts/iconfont.9541e59.ttf) format("truetype");
1484
- }
1485
-
1486
- .iconfont {
1487
- font-family: iconfont !important;
1488
- font-size: 14px;
1489
- font-style: normal;
1490
- -webkit-font-smoothing: antialiased;
1491
- -moz-osx-font-smoothing: grayscale;
1492
- }
1493
-
1494
- .icon-bofang1:before {
1495
- content: "\E6CF";
1496
- }
1497
-
1498
- .has-error {
1499
- border-color: #ff4d4f !important;
1500
- }
1501
-
1502
- .error-tip {
1503
- position: fixed;
1504
- left: 0;
1505
- top: 0;
1506
- width: 100%;
1507
- height: 100%;
1508
- z-index: 1000;
1509
- }
1510
-
1511
- .form-submit {
1512
- cursor: pointer;
1513
- transition: all 0.2s;
1514
- outline: none;
1515
- border: none;
1516
- }
1517
-
1518
- .form-submit:hover {
1519
- opacity: 0.9;
1520
- transform: translateY(-1px);
1521
- }
1522
-
1523
- .form-submit:active {
1524
- opacity: 0.8;
1525
- transform: translateY(0);
1526
- }
1527
-
1528
- .form-submit:disabled {
1529
- opacity: 0.6;
1530
- cursor: not-allowed;
1531
- transform: none !important;
1532
- }
1533
-
1534
- /* 统一错误提示样式 */
1535
- .tip-cover {
1536
- position: fixed;
1537
- left: 0;
1538
- top: 0;
1539
- width: 100%;
1540
- height: 100%;
1541
- display: flex;
1542
- align-items: center;
1543
- justify-content: center;
1544
- z-index: 999;
1545
- background-color: rgba(0,0,0,.7);
1546
- }
1547
-
1548
- .tip {
1549
- width: 80%;
1550
- max-width: 250px;
1551
- padding: 10px;
1552
- border-radius: 5px;
1553
- background-color: #fff;
1554
- }
1555
-
1556
- .tip-btn {
1557
- display: block;
1558
- margin: 25px auto;
1559
- width: 120px;
1560
- height: 30px;
1561
- color: #fff;
1562
- border-radius: 4px;
1563
- text-align: center;
1564
- font-size: 14px;
1565
- line-height: 30px;
1566
- background: #ed5566;
1567
- cursor: pointer;
1568
- }
1569
-
1570
- .tip-content {
1571
- font-size: 14px;
1572
- padding-top: 30px;
1573
- text-align: center;
1574
- }
1575
1472
 
1576
- .count-down .drag-point {
1577
- cursor: default!important
1473
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
1474
+ left: 50%;
1475
+ top: -8px;
1476
+ transform: translate3d(-50%, 0, 0);
1477
+ background-color: #b3e5c8;
1578
1478
  }
1579
1479
 
1580
- .count-down .ani-wrap {
1581
- width: 100%;
1582
- height: 100%
1480
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
1481
+ left: -8px;
1482
+ top: 50%;
1483
+ transform: translate3d(0, -50%, 0);
1484
+ background-color: #f4ba31;
1583
1485
  }
1584
1486
 
1585
- .count-down .count-text,.count-down .finish-cont {
1586
- display: -webkit-box;
1587
- display: -ms-flexbox;
1588
- display: flex;
1589
- height: 100%;
1590
- -webkit-box-align: center;
1591
- -ms-flex-align: center;
1592
- align-items: center;
1593
- -webkit-box-pack: center;
1594
- -ms-flex-pack: center;
1595
- justify-content: center
1487
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
1488
+ left: 50%;
1489
+ bottom: -8px;
1490
+ transform: translate3d(-50%, 0, 0);
1491
+ background-color: #339fef;
1596
1492
  }
1597
1493
 
1598
- .count-down .finish-cont {
1599
- width: 100%
1494
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
1495
+ top: 50%;
1496
+ right: -8px;
1497
+ transform: translate3d(0, -50%, 0);
1498
+ background-color: #e2264d;
1600
1499
  }
1601
1500
 
1602
- .count-down .count-flip {
1603
- display: -webkit-box;
1604
- display: -ms-flexbox;
1605
- display: flex;
1606
- height: 100%;
1607
- -webkit-box-align: center;
1608
- -ms-flex-align: center;
1609
- align-items: center;
1610
- -webkit-box-pack: center;
1611
- -ms-flex-pack: center;
1612
- justify-content: center
1501
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
1502
+ left: -5px;
1503
+ top: 0;
1504
+ transform: translate3d(0, -50%, 0);
1505
+ background-color: #a08880;
1613
1506
  }
1614
1507
 
1615
- .count-down .count-flip .numscroll {
1616
- -webkit-animation: numscroll .4s ease-in-out;
1617
- animation: numscroll .4s ease-in-out;
1618
- -webkit-animation-fill-mode: both;
1619
- animation-fill-mode: both
1508
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
1509
+ left: -5px;
1510
+ bottom: 0;
1511
+ transform: translate3d(0, 50%, 0);
1512
+ background-color: #43c1b5;
1620
1513
  }
1621
1514
 
1622
- .count-down .count-flip .numscroll .curr-num {
1623
- -webkit-transition: all .3s ease-in-out;
1624
- transition: all .3s ease-in-out;
1625
- opacity: .6;
1626
- -webkit-transform: scale(.5)!important;
1627
- transform: scale(.5)!important
1515
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
1516
+ right: -5px;
1517
+ bottom: 0;
1518
+ transform: translate3d(0, 50%, 0);
1519
+ background-color: #f5be3b;
1628
1520
  }
1629
1521
 
1630
- @-webkit-keyframes numscroll {
1631
- 0% {
1632
- -webkit-transform: translateZ(0);
1633
- transform: translateZ(0)
1634
- }
1522
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
1523
+ right: -5px;
1524
+ top: 0;
1525
+ transform: translate3d(0, -50%, 0);
1526
+ background-color: coral;
1527
+ }
1635
1528
 
1636
- to {
1637
- -webkit-transform: translate3d(0,100%,0);
1638
- transform: translate3d(0,100%,0)
1639
- }
1529
+ @keyframes jump {
1530
+ 0% {
1531
+ opacity: 1;
1532
+ transform: translate3d(-50%, 0, 0) scale(1);
1533
+ }
1534
+ 40% {
1535
+ transform: translate3d(-50%, -100%, 0) scale(0.7);
1536
+ }
1537
+ to {
1538
+ opacity: 1;
1539
+ transform: translate3d(-50%, -150%, 0) scale(0);
1540
+ }
1640
1541
  }
1641
1542
 
1642
- @keyframes numscroll {
1643
- 0% {
1644
- -webkit-transform: translateZ(0);
1645
- transform: translateZ(0)
1646
- }
1543
+ @keyframes jump2 {
1544
+ 0% {
1545
+ opacity: 1;
1546
+ transform: translate3d(0, -50%, 0) scale(1);
1547
+ }
1548
+ 40% {
1549
+ transform: translate3d(-100%, -50%, 0) scale(0.7);
1550
+ }
1551
+ to {
1552
+ opacity: 1;
1553
+ transform: translate3d(-150%, -50%, 0) scale(0);
1554
+ }
1555
+ }
1647
1556
 
1648
- to {
1649
- -webkit-transform: translate3d(0,100%,0);
1650
- transform: translate3d(0,100%,0)
1651
- }
1557
+ @keyframes jump3 {
1558
+ 0% {
1559
+ opacity: 1;
1560
+ transform: translate3d(-50%, 0, 0) scale(1);
1561
+ }
1562
+ 40% {
1563
+ transform: translate3d(-50%, 100%, 0) scale(0.7);
1564
+ }
1565
+ to {
1566
+ opacity: 1;
1567
+ transform: translate3d(-50%, 150%, 0) scale(0);
1568
+ }
1652
1569
  }
1653
1570
 
1654
- .count-down .count-flip .c-com {
1655
- min-width: 50px;
1656
- height: auto;
1657
- margin: 6px;
1658
- padding: 5px 0 6px;
1659
- background-color: #111
1571
+ @keyframes jump4 {
1572
+ 0% {
1573
+ opacity: 1;
1574
+ transform: translate3d(0, -50%, 0) scale(1);
1575
+ }
1576
+ 40% {
1577
+ transform: translate3d(100%, -50%, 0) scale(0.7);
1578
+ }
1579
+ to {
1580
+ opacity: 1;
1581
+ transform: translate3d(150%, -50%, 0) scale(0);
1582
+ }
1583
+ }
1584
+
1585
+ @keyframes jump5 {
1586
+ 0% {
1587
+ opacity: 1;
1588
+ transform: translate3d(0, -50%, 0) scale(1);
1589
+ }
1590
+ 40% {
1591
+ transform: translate3d(-80%, -80%, 0) scale(0.7);
1592
+ }
1593
+ to {
1594
+ opacity: 1;
1595
+ transform: translate3d(-130%, -130%, 0) scale(0);
1596
+ }
1597
+ }
1598
+
1599
+ @keyframes jump6 {
1600
+ 0% {
1601
+ opacity: 1;
1602
+ transform: translate3d(0, 50%, 0) scale(1);
1603
+ }
1604
+ 40% {
1605
+ transform: translate3d(-80%, 80%, 0) scale(0.7);
1606
+ }
1607
+ to {
1608
+ opacity: 1;
1609
+ transform: translate3d(-130%, 130%, 0) scale(0);
1610
+ }
1611
+ }
1612
+
1613
+ @keyframes jump7 {
1614
+ 0% {
1615
+ opacity: 1;
1616
+ transform: translate3d(0, 50%, 0) scale(1);
1617
+ }
1618
+ 40% {
1619
+ transform: translate3d(80%, 80%, 0) scale(0.7);
1620
+ }
1621
+ to {
1622
+ opacity: 1;
1623
+ transform: translate3d(130%, 130%, 0) scale(0);
1624
+ }
1625
+ }
1626
+
1627
+ @keyframes jump8 {
1628
+ 0% {
1629
+ opacity: 1;
1630
+ transform: translate3d(0, 50%, 0) scale(1);
1631
+ }
1632
+ 40% {
1633
+ transform: translate3d(80%, -80%, 0) scale(0.7);
1634
+ }
1635
+ to {
1636
+ opacity: 1;
1637
+ transform: translate3d(130%, -130%, 0) scale(0);
1638
+ }
1639
+ }
1640
+
1641
+ /* 礼物弹窗样式 */
1642
+ .give-gift {
1643
+ position: fixed;
1644
+ top: 50%;
1645
+ left: 50%;
1646
+ transform: translate(-50%, -50%);
1647
+ z-index: 2004;
1648
+ background: white;
1649
+ padding: 20px;
1650
+ border-radius: 10px;
1651
+ text-align: center;
1652
+ }
1653
+
1654
+ .give-gift .back {
1655
+ position: absolute;
1656
+ top: 10px;
1657
+ left: 10px;
1658
+ cursor: pointer;
1659
+ }
1660
+
1661
+ .give-gift img {
1662
+ max-width: 300px;
1663
+ max-height: 300px;
1664
+ margin-top: 20px;
1665
+ }
1666
+
1667
+ /* 留言成功弹窗样式 */
1668
+ .mess-success-popup {
1669
+ position: fixed;
1670
+ top: 0;
1671
+ left: 0;
1672
+ right: 0;
1673
+ bottom: 0;
1674
+ background-color: rgba(0, 0, 0, 0.5);
1675
+ z-index: 2003;
1676
+ display: flex;
1677
+ justify-content: center;
1678
+ align-items: center;
1660
1679
  }
1661
1680
 
1662
- .count-down .count-flip .c-com .flex-wrap {
1663
- display: -webkit-box;
1664
- display: -ms-flexbox;
1665
- display: flex;
1666
- position: relative;
1667
- width: 100%;
1668
- height: 100%;
1669
- -webkit-box-align: center;
1670
- -ms-flex-align: center;
1671
- align-items: center
1681
+ .mess-success-popup .gift-popup {
1682
+ width: 300px;
1683
+ height: 200px;
1684
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
1685
+ border-radius: 10px;
1686
+ padding: 20px;
1687
+ text-align: center;
1688
+ position: relative;
1672
1689
  }
1673
1690
 
1674
- .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
1675
- line-height: 27px
1691
+ .mess-success-popup .gift-popup .icon-cuowu2 {
1692
+ position: absolute;
1693
+ top: 10px;
1694
+ right: 10px;
1695
+ cursor: pointer;
1676
1696
  }
1677
1697
 
1678
- .count-down .count-flip .c-com .flex-wrap .next-num {
1679
- position: absolute;
1680
- top: -100%
1698
+ .mess-success-popup .gift-popup .toast {
1699
+ display: flex;
1700
+ align-items: center;
1701
+ justify-content: center;
1702
+ margin: 10px 0;
1681
1703
  }
1682
1704
 
1683
- .count-down .count-flip .c-com .flex-wrap .curr-num {
1684
- -webkit-transform: scale(1);
1685
- transform: scale(1)
1705
+ .mess-success-popup .gift-popup .toast img {
1706
+ width: 20px;
1707
+ height: 15px;
1708
+ margin: 0 5px;
1686
1709
  }
1687
1710
 
1688
- .count-down .bottom-center,.count-down .left-bottom,.count-down .left-center,.count-down .left-top,.count-down .right-bottom,.count-down .right-center,.count-down .right-top,.count-down .top-center {
1689
- display: none!important
1711
+ .mess-success-popup .gift-popup .title {
1712
+ margin: 15px 0;
1713
+ font-size: 16px;
1714
+ color: #333;
1690
1715
  }
1691
1716
 
1692
- .c-wrap {
1693
- width: 100%;
1694
- height: 100%;
1695
- overflow: hidden;
1696
- font-size: 0
1717
+ .mess-success-popup .gift-popup .btn {
1718
+ background: linear-gradient(270deg, #ff4874, #ff9061);
1719
+ color: white;
1720
+ border: none;
1721
+ padding: 10px 20px;
1722
+ border-radius: 20px;
1723
+ margin-top: 15px;
1724
+ cursor: pointer;
1697
1725
  }
1698
1726
 
1699
- .c-wrap.c-day-wrap {
1700
- text-align: center
1727
+ /* 新增图片加载动画样式 */
1728
+ .gift-image-container {
1729
+ position: relative;
1730
+ width: 300px;
1731
+ height: 300px;
1732
+ margin: 20px 0;
1733
+ overflow: hidden;
1701
1734
  }
1702
1735
 
1703
- .c-wrap.c-day-wrap .c-num {
1704
- width: auto
1736
+ .gift-image-container img {
1737
+ width: 100%;
1738
+ height: 100%;
1739
+ object-fit: contain;
1740
+ opacity: 0;
1741
+ transition: opacity 0.5s ease-in-out;
1705
1742
  }
1706
1743
 
1707
- .c-wrap .c-num {
1708
- display: inline-block;
1709
- width: 50%;
1710
- overflow: hidden;
1711
- font-size: 20px;
1712
- color: #999
1744
+ .gift-image-container img.loaded {
1745
+ opacity: 1;
1713
1746
  }
1714
1747
 
1715
- .c-wrap .c-left .flex-wrap {
1716
- display: -webkit-box;
1717
- display: -ms-flexbox;
1718
- display: flex;
1719
- -webkit-box-pack: end;
1720
- -ms-flex-pack: end;
1721
- justify-content: flex-end
1748
+ .image-loading {
1749
+ position: absolute;
1750
+ top: 0;
1751
+ left: 0;
1752
+ width: 100%;
1753
+ height: 100%;
1754
+ display: flex;
1755
+ justify-content: center;
1756
+ align-items: center;
1757
+ background: rgba(255, 255, 255, 0.8);
1722
1758
  }
1723
1759
 
1724
- .c-wrap .c-text {
1725
- display: -webkit-box;
1726
- display: -ms-flexbox;
1727
- display: flex;
1728
- width: 100%;
1729
- font-size: 12px;
1730
- -webkit-box-pack: center;
1731
- -ms-flex-pack: center;
1732
- justify-content: center;
1733
- -webkit-box-align: center;
1734
- -ms-flex-align: center;
1735
- align-items: center;
1736
- white-space: nowrap
1760
+ .loading-spinner {
1761
+ width: 40px;
1762
+ height: 40px;
1763
+ border: 4px solid #f3f3f3;
1764
+ border-top: 4px solid #ed5566;
1765
+ border-radius: 50%;
1766
+ animation: spin 1s linear infinite;
1767
+ }
1768
+
1769
+ @keyframes spin {
1770
+ 0% { transform: rotate(0deg); }
1771
+ 100% { transform: rotate(360deg); }
1737
1772
  }
1738
1773
 
1739
-
1740
- .ele-form {
1741
- position: absolute;
1742
- user-select: none;
1743
- }
1744
-
1745
- .f-single {
1746
- cursor: pointer;
1747
- }
1748
-
1749
- .ani-wrap {
1750
- position: relative;
1751
- }
1752
-
1753
- .fs-tit {
1754
- display: flex;
1755
- padding: 0 5px;
1756
- height: 40px;
1757
- align-items: center;
1758
- white-space: nowrap;
1759
- overflow: hidden;
1760
- text-overflow: ellipsis;
1761
- border-bottom: 1px solid rgba(153, 153, 153, 1);
1762
- }
1763
-
1764
- .require {
1765
- padding: 0 5px 0 0;
1766
- color: red;
1767
- vertical-align: middle;
1768
- }
1769
-
1770
- .f-single ul {
1771
- padding: 15px;
1772
- margin: 0;
1773
- list-style: none;
1774
- }
1775
-
1776
- .f-single ul li {
1777
- display: flex;
1778
- align-items: center;
1779
- margin-top: 12px;
1780
- font-size: 0;
1781
- }
1782
-
1783
- .f-single ul li:first-child {
1784
- margin-top: 0;
1785
- }
1786
-
1787
- .fs-circle {
1788
- display: inline-block;
1789
- width: 16px;
1790
- height: 16px;
1791
- border-radius: 50%;
1792
- position: relative;
1793
- transition: all 0.2s;
1794
- }
1795
-
1796
- .fs-circle.selected {
1797
- background-color: #2687f1;
1798
- border-color: #2687f1 !important;
1799
- }
1800
-
1801
- .fs-circle.selected::after {
1802
- content: "";
1803
- position: absolute;
1804
- top: 3px;
1805
- left: 3px;
1806
- width: 8px;
1807
- height: 8px;
1808
- border-radius: 50%;
1809
- background-color: white;
1810
- }
1811
-
1812
- .fs-txt {
1813
- display: inline-block;
1814
- width: calc(100% - 16px);
1815
- padding-left: 8px;
1816
- vertical-align: top;
1817
- word-break: break-all;
1818
- font-size: 14px;
1819
- line-height: 1.2;
1820
- }
1821
-
1822
- .has-error .fs-tit {
1823
- border-bottom-color: #ff4d4f;
1824
- }
1825
-
1826
- /* 错误提示样式 */
1827
- .error-tip {
1828
- position: fixed;
1829
- left: 0;
1830
- top: 0;
1831
- width: 100%;
1832
- height: 100%;
1833
- z-index: 1000;
1834
- }
1835
1774
 
1836
1775
  .ele-form {
1837
1776
  position: absolute;
@@ -1906,39 +1845,20 @@ i {
1906
1845
  background-color: white;
1907
1846
  }
1908
1847
 
1909
- .fs-txt {
1910
- display: inline-block;
1911
- width: calc(100% - 16px);
1912
- padding-left: 8px;
1913
- vertical-align: top;
1914
- word-break: break-all;
1915
- font-size: 14px;
1916
- line-height: 1.2;
1917
- }
1918
-
1919
- .has-error .fs-tit {
1920
- border-bottom-color: #ff4d4f;
1921
- }
1922
-
1923
- .form-container {
1924
- position: relative;
1925
- width: 100%;
1926
- height: 100%;
1927
- }
1928
-
1929
- .global.tel {
1930
- width: 35px;
1931
- height: 55px;
1932
- border-radius: 50%;
1933
- text-align: center;
1934
- margin-bottom: 15px;
1935
- border: 2px solid #fff;
1936
- cursor: pointer;
1937
- }
1938
- .icon-dianhua:before { content: "\E60E"; }
1939
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
1940
- .global.tel > span { font-size: 12px; line-height: 20px; display: block;}
1941
-
1848
+ .fs-txt {
1849
+ display: inline-block;
1850
+ width: calc(100% - 16px);
1851
+ padding-left: 8px;
1852
+ vertical-align: top;
1853
+ word-break: break-all;
1854
+ font-size: 14px;
1855
+ line-height: 1.2;
1856
+ }
1857
+
1858
+ .has-error .fs-tit {
1859
+ border-bottom-color: #ff4d4f;
1860
+ }
1861
+
1942
1862
  /* 字体定义 */
1943
1863
  @font-face {
1944
1864
  font-family: iconfont;
@@ -2351,19 +2271,121 @@ i {
2351
2271
  }
2352
2272
 
2353
2273
 
2354
- .global.map {
2274
+ .global.tel {
2355
2275
  width: 35px;
2356
2276
  height: 55px;
2357
2277
  border-radius: 50%;
2358
2278
  text-align: center;
2359
- margin-bottom: 5px;
2279
+ margin-bottom: 15px;
2360
2280
  border: 2px solid #fff;
2361
2281
  cursor: pointer;
2362
2282
  }
2363
- .icon-daohang1:before { content: "\E612"; }
2283
+ .icon-dianhua:before { content: "\E60E"; }
2364
2284
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
2365
- .global.map > span { font-size: 12px; line-height: 20px; display: block;}
2285
+ .global.tel > span { font-size: 12px; line-height: 20px; display: block;}
2366
2286
 
2287
+ .ele-form {
2288
+ position: absolute;
2289
+ user-select: none;
2290
+ }
2291
+
2292
+ .f-single {
2293
+ cursor: pointer;
2294
+ }
2295
+
2296
+ .ani-wrap {
2297
+ position: relative;
2298
+ }
2299
+
2300
+ .fs-tit {
2301
+ display: flex;
2302
+ padding: 0 5px;
2303
+ height: 40px;
2304
+ align-items: center;
2305
+ white-space: nowrap;
2306
+ overflow: hidden;
2307
+ text-overflow: ellipsis;
2308
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
2309
+ }
2310
+
2311
+ .require {
2312
+ padding: 0 5px 0 0;
2313
+ color: red;
2314
+ vertical-align: middle;
2315
+ }
2316
+
2317
+ .f-single ul {
2318
+ padding: 15px;
2319
+ margin: 0;
2320
+ list-style: none;
2321
+ }
2322
+
2323
+ .f-single ul li {
2324
+ display: flex;
2325
+ align-items: center;
2326
+ margin-top: 12px;
2327
+ font-size: 0;
2328
+ }
2329
+
2330
+ .f-single ul li:first-child {
2331
+ margin-top: 0;
2332
+ }
2333
+
2334
+ .fs-circle {
2335
+ display: inline-block;
2336
+ width: 16px;
2337
+ height: 16px;
2338
+ border-radius: 50%;
2339
+ position: relative;
2340
+ transition: all 0.2s;
2341
+ }
2342
+
2343
+ .fs-circle.selected {
2344
+ background-color: #2687f1;
2345
+ border-color: #2687f1 !important;
2346
+ }
2347
+
2348
+ .fs-circle.selected::after {
2349
+ content: "";
2350
+ position: absolute;
2351
+ top: 3px;
2352
+ left: 3px;
2353
+ width: 8px;
2354
+ height: 8px;
2355
+ border-radius: 50%;
2356
+ background-color: white;
2357
+ }
2358
+
2359
+ .fs-txt {
2360
+ display: inline-block;
2361
+ width: calc(100% - 16px);
2362
+ padding-left: 8px;
2363
+ vertical-align: top;
2364
+ word-break: break-all;
2365
+ font-size: 14px;
2366
+ line-height: 1.2;
2367
+ }
2368
+
2369
+ .has-error .fs-tit {
2370
+ border-bottom-color: #ff4d4f;
2371
+ }
2372
+
2373
+ /* 错误提示样式 */
2374
+ .error-tip {
2375
+ position: fixed;
2376
+ left: 0;
2377
+ top: 0;
2378
+ width: 100%;
2379
+ height: 100%;
2380
+ z-index: 1000;
2381
+ }
2382
+
2383
+ .form-container {
2384
+ position: relative;
2385
+ width: 100%;
2386
+ height: 100%;
2387
+ }
2388
+
2367
2389
  .global.video {
2368
2390
  width: 35px;
2369
2391
  height: 55px;
@@ -2377,41 +2399,6 @@ i {
2377
2399
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
2378
2400
  .global.video > span { font-size: 12px; line-height: 20px; display: block; position: relative; top: -4px;}
2379
2401
 
2380
- .ant-input-number {
2381
- box-sizing: border-box;
2382
- margin: 0;
2383
- padding: 0;
2384
- color: rgba(0, 0, 0, 0.88);
2385
- font-size: 14px;
2386
- line-height: 1.5714285714285714;
2387
- list-style: none;
2388
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
2389
- position: relative;
2390
- display: inline-block;
2391
- width: 100%;
2392
- min-width: 0;
2393
- background-color: #ffffff;
2394
- background-image: none;
2395
- border-width: 1px;
2396
- border-style: solid;
2397
- border-color: #d9d9d9;
2398
- border-radius: 6px;
2399
- transition: all 0.2s;
2400
- border: 1px solid #d9d9d9;
2401
- }
2402
- .ant-form-item {
2403
- box-sizing: border-box;
2404
- margin: 0;
2405
- padding: 0;
2406
- color: rgba(0, 0, 0, 0.88);
2407
- font-size: 14px;
2408
- line-height: 1.5714285714285714;
2409
- list-style: none;
2410
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
2411
- margin-bottom: 0px;
2412
- vertical-align: top;
2413
- }
2414
-
2415
2402
  .global.receipt {
2416
2403
  width: 35px;
2417
2404
  height: 55px;
@@ -2424,7 +2411,63 @@ i {
2424
2411
  .icon-liuyan:before { content: "\E636"; }
2425
2412
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
2426
2413
  .global.receipt > span { font-size: 12px; line-height: 20px; display: block; }
2427
- .button {
2414
+
2415
+ .global.map {
2416
+ width: 35px;
2417
+ height: 55px;
2418
+ border-radius: 50%;
2419
+ text-align: center;
2420
+ margin-bottom: 5px;
2421
+ border: 2px solid #fff;
2422
+ cursor: pointer;
2423
+ }
2424
+ .icon-daohang1:before { content: "\E612"; }
2425
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
2426
+ .global.map > span { font-size: 12px; line-height: 20px; display: block;}
2427
+ .call {
2428
+ position: absolute;
2429
+ cursor: pointer;
2430
+ user-select: none;
2431
+ }
2432
+
2433
+ .call-container {
2434
+ display: flex;
2435
+ justify-content: center;
2436
+ align-items: center;
2437
+ width: 100%;
2438
+ height: 100%;
2439
+ overflow: hidden;
2440
+ transition: opacity 0.2s;
2441
+ }
2442
+
2443
+ .call-container:hover {
2444
+ opacity: 0.9;
2445
+ }
2446
+
2447
+ .call-content {
2448
+ display: flex;
2449
+ align-items: center;
2450
+ justify-content: center;
2451
+ }
2452
+
2453
+ .btn-text {
2454
+ margin-left: 10px;
2455
+ }
2456
+
2457
+ /* 这里可以添加实际的电话图标样式 */
2458
+ /* .iconfont.hb-tel {
2459
+ display: inline-block;
2460
+ width: 16px;
2461
+ height: 16px;
2462
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>');
2463
+ background-repeat: no-repeat;
2464
+ background-position: center;
2465
+ background-size: contain;
2466
+ } */
2467
+
2468
+ .hb-tel:before {
2469
+ content: "\E642";
2470
+ }.button {
2428
2471
  position: absolute;
2429
2472
  cursor: pointer;
2430
2473
  user-select: none;
@@ -2794,49 +2837,6 @@ i {
2794
2837
  }
2795
2838
  .icon-xingzhuangjiehe:before {
2796
2839
  content: "\E6A6";
2797
- }.call {
2798
- position: absolute;
2799
- cursor: pointer;
2800
- user-select: none;
2801
- }
2802
-
2803
- .call-container {
2804
- display: flex;
2805
- justify-content: center;
2806
- align-items: center;
2807
- width: 100%;
2808
- height: 100%;
2809
- overflow: hidden;
2810
- transition: opacity 0.2s;
2811
- }
2812
-
2813
- .call-container:hover {
2814
- opacity: 0.9;
2815
- }
2816
-
2817
- .call-content {
2818
- display: flex;
2819
- align-items: center;
2820
- justify-content: center;
2821
- }
2822
-
2823
- .btn-text {
2824
- margin-left: 10px;
2825
- }
2826
-
2827
- /* 这里可以添加实际的电话图标样式 */
2828
- /* .iconfont.hb-tel {
2829
- display: inline-block;
2830
- width: 16px;
2831
- height: 16px;
2832
- background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>');
2833
- background-repeat: no-repeat;
2834
- background-position: center;
2835
- background-size: contain;
2836
- } */
2837
-
2838
- .hb-tel:before {
2839
- content: "\E642";
2840
2840
  }body, html {
2841
2841
  width: 100%;
2842
2842
  height: 100%;