unika-components 1.2.0 → 1.2.2

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.
@@ -35,7 +35,56 @@
35
35
  background-size: 220px 140px;
36
36
  opacity: 0.5;
37
37
  }
38
- #audio {
38
+ .ele-img {
39
+ position: absolute;
40
+ overflow: hidden;
41
+ }
42
+
43
+ .ele-img .ani-wrap {
44
+ width: 100%;
45
+ height: 100%;
46
+ }
47
+
48
+ .ele-img .ele-image {
49
+ position: relative;
50
+ display: block;
51
+ }
52
+
53
+ .ele-img .rotate-wrap {
54
+ position: absolute;
55
+ left: 0;
56
+ right: 0;
57
+ top: 0;
58
+ bottom: 0;
59
+ }
60
+
61
+ .ele-img .ele-img-bg,
62
+ .ele-img .rotate-wrap .img-wrap {
63
+ width: 100%;
64
+ height: 100%;
65
+ overflow: hidden;
66
+ }
67
+
68
+ .ele-img .ele-bg-wrap {
69
+ width: 100%;
70
+ height: 100%;
71
+ background-size: cover;
72
+ background-position: 50% 50%;
73
+ background-repeat: no-repeat;
74
+ background-clip: border-box;
75
+ }
76
+
77
+ /* 动画关键帧 */
78
+ @keyframes zoomIn {
79
+ from {
80
+ opacity: 0;
81
+ transform: scale(0.5);
82
+ }
83
+ to {
84
+ opacity: 1;
85
+ transform: scale(1);
86
+ }
87
+ }#audio {
39
88
  position: absolute;
40
89
  right: 10px;
41
90
  top: 10px;
@@ -105,99 +154,7 @@
105
154
  width: 100%;
106
155
  height: 2px;
107
156
  background: #fff;
108
- }.ele-img {
109
- position: absolute;
110
- overflow: hidden;
111
- }
112
-
113
- .ele-img .ani-wrap {
114
- width: 100%;
115
- height: 100%;
116
- }
117
-
118
- .ele-img .ele-image {
119
- position: relative;
120
- display: block;
121
- }
122
-
123
- .ele-img .rotate-wrap {
124
- position: absolute;
125
- left: 0;
126
- right: 0;
127
- top: 0;
128
- bottom: 0;
129
- }
130
-
131
- .ele-img .ele-img-bg,
132
- .ele-img .rotate-wrap .img-wrap {
133
- width: 100%;
134
- height: 100%;
135
- overflow: hidden;
136
- }
137
-
138
- .ele-img .ele-bg-wrap {
139
- width: 100%;
140
- height: 100%;
141
- background-size: cover;
142
- background-position: 50% 50%;
143
- background-repeat: no-repeat;
144
- background-clip: border-box;
145
157
  }
146
-
147
- /* 动画关键帧 */
148
- @keyframes zoomIn {
149
- from {
150
- opacity: 0;
151
- transform: scale(0.5);
152
- }
153
- to {
154
- opacity: 1;
155
- transform: scale(1);
156
- }
157
- }.ele-shape {
158
- position: absolute;
159
- overflow: hidden;
160
- }
161
-
162
- .ani-wrap {
163
- width: 100%;
164
- height: 100%;
165
- box-sizing: border-box;
166
- }
167
-
168
- .e-shape {
169
- width: 100%;
170
- height: 100%;
171
- }
172
-
173
- .svg-container :deep(svg) {
174
- width: 100%;
175
- height: 100%;
176
- display: block;
177
- }
178
-
179
- .svg-container {
180
- width: 100%;
181
- height: 100%;
182
- display: block;
183
- }
184
-
185
-
186
- .svg-loading,
187
- .svg-error {
188
- display: flex;
189
- align-items: center;
190
- justify-content: center;
191
- width: 100%;
192
- height: 100%;
193
- background: rgba(0,0,0,0.05);
194
- }
195
-
196
- .ele-shape .svg-container svg {
197
- width: 100%;
198
- height: 100%;
199
- overflow: visible;
200
- }
201
158
  .ele-text {
202
159
  position: relative;
203
160
  }
@@ -264,1170 +221,262 @@
264
221
  transform: scale(1);
265
222
  opacity: 1;
266
223
  }
267
- }
268
- .element-video {
269
- position: absolute;
270
- overflow: hidden;
271
- background-color: transparent;
272
- }
273
-
274
- .element-video .ani-wrap, .element-video img {
275
- display: block;
276
- width: 100%;
277
- height: 100%;
278
- }
279
-
280
- .video-container {
281
- width: 100%;
282
- height: 100%;
283
- }
284
-
285
- .video-container iframe {
286
- width: 100%;
287
- height: 100%;
288
- border: none;
289
- }
290
-
291
- .video-cover {
292
- position: relative;
293
- width: 100%;
294
- height: 100%;
295
- background-size: cover;
296
- background-position: center;
297
- cursor: pointer;
298
- }
299
-
300
- .video-cover .play-btn {
301
- position: absolute;
302
- left: 50%;
303
- top: 50%;
304
- transform: translate(-50%, -50%);
305
- width: 50px;
306
- height: 50px;
307
- opacity: 0.8;
308
- transition: opacity 0.2s;
309
- }
310
-
311
- .video-cover:hover .play-btn {
312
- opacity: 1;
313
- }.call {
314
- position: absolute;
315
- cursor: pointer;
316
- user-select: none;
224
+ }.count-down .drag-point {
225
+ cursor: default!important
317
226
  }
318
227
 
319
- .call .ani-wrap {
320
- display: flex;
321
- justify-content: center;
322
- align-items: center;
228
+ .count-down .ani-wrap {
323
229
  width: 100%;
324
- height: 100%;
325
- overflow: hidden;
326
- transition: opacity 0.2s;
327
- }
328
-
329
- .call .ani-wrap:hover {
330
- opacity: 0.9;
230
+ height: 100%
331
231
  }
332
232
 
333
- .call-content {
233
+ .count-down .count-text,.count-down .finish-cont {
234
+ display: -webkit-box;
235
+ display: -ms-flexbox;
334
236
  display: flex;
335
- align-items: center;
336
- justify-content: center;
337
- }
338
-
339
- .btn-text {
340
- margin-left: 10px;
341
- }
342
-
343
-
344
- .hb-tel:before {
345
- content: "\E642";
346
- }.element-ditu .ani-wrap {
347
- width: 100%;
348
237
  height: 100%;
349
- overflow: hidden
238
+ -webkit-box-align: center;
239
+ -ms-flex-align: center;
240
+ align-items: center;
241
+ -webkit-box-pack: center;
242
+ -ms-flex-pack: center;
243
+ justify-content: center
350
244
  }
351
245
 
352
- .element-ditu .map {
353
- width: 100%;
354
- height: 100%
246
+ .count-down .finish-cont {
247
+ width: 100%
355
248
  }
356
249
 
357
- .element-ditu .map .el-button {
358
- width: 100%;
359
- height: 100%;
250
+ .count-down .count-flip {
360
251
  display: -webkit-box;
361
252
  display: -ms-flexbox;
362
253
  display: flex;
254
+ height: 100%;
363
255
  -webkit-box-align: center;
364
256
  -ms-flex-align: center;
365
257
  align-items: center;
366
- padding: 0;
367
258
  -webkit-box-pack: center;
368
259
  -ms-flex-pack: center;
369
- justify-content: center;
370
- background: inherit;
371
- color: inherit;
372
- border: none
260
+ justify-content: center
373
261
  }
374
262
 
375
- .element-ditu .center-map {
376
- width: 100%;
377
- height: 100%;
378
- background: #fff
263
+ .count-down .count-flip .numscroll {
264
+ -webkit-animation: numscroll .4s ease-in-out;
265
+ animation: numscroll .4s ease-in-out;
266
+ -webkit-animation-fill-mode: both;
267
+ animation-fill-mode: both
379
268
  }
380
269
 
381
- .element-ditu .mask-map {
382
- position: absolute;
383
- width: 100%;
384
- height: 100%;
385
- top: 0
270
+ .count-down .count-flip .numscroll .curr-num {
271
+ -webkit-transition: all .3s ease-in-out;
272
+ transition: all .3s ease-in-out;
273
+ opacity: .6;
274
+ -webkit-transform: scale(.5)!important;
275
+ transform: scale(.5)!important
386
276
  }
387
- .map-iframe {
388
- width: 100%;
389
- height: 100%;
390
- }.ele-effect {
391
- will-change: transform;
277
+
278
+ @-webkit-keyframes numscroll {
279
+ 0% {
280
+ -webkit-transform: translateZ(0);
281
+ transform: translateZ(0)
282
+ }
283
+
284
+ to {
285
+ -webkit-transform: translate3d(0,100%,0);
286
+ transform: translate3d(0,100%,0)
287
+ }
392
288
  }
393
289
 
394
- .ele-effect .effect-wrap {
290
+ @keyframes numscroll {
291
+ 0% {
292
+ -webkit-transform: translateZ(0);
293
+ transform: translateZ(0)
294
+ }
295
+
296
+ to {
297
+ -webkit-transform: translate3d(0,100%,0);
298
+ transform: translate3d(0,100%,0)
299
+ }
300
+ }
301
+
302
+ .count-down .count-flip .c-com {
303
+ min-width: 50px;
304
+ height: auto;
305
+ margin: 6px;
306
+ padding: 5px 0 6px;
307
+ background-color: #111
308
+ }
309
+
310
+ .count-down .count-flip .c-com .flex-wrap {
311
+ display: -webkit-box;
312
+ display: -ms-flexbox;
313
+ display: flex;
395
314
  position: relative;
396
315
  width: 100%;
397
316
  height: 100%;
317
+ -webkit-box-align: center;
318
+ -ms-flex-align: center;
319
+ align-items: center
398
320
  }
399
321
 
400
- .particle {
322
+ .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
323
+ line-height: 27px
324
+ }
325
+
326
+ .count-down .count-flip .c-com .flex-wrap .next-num {
401
327
  position: absolute;
402
- background-repeat: no-repeat;
403
- background-size: contain;
404
- animation-name: falling;
405
- animation-timing-function: linear;
406
- animation-iteration-count: infinite;
407
- will-change: transform;
328
+ top: -100%
408
329
  }
409
330
 
410
- @keyframes falling {
411
- 0% {
412
- transform: translateY(0) rotate(0deg);
413
- opacity: 1;
414
- }
415
- 80% {
416
- opacity: 0.8;
417
- }
418
- 100% {
419
- transform: translateY(100vh) rotate(360deg);
420
- opacity: 0;
421
- }
331
+ .count-down .count-flip .c-com .flex-wrap .curr-num {
332
+ -webkit-transform: scale(1);
333
+ transform: scale(1)
422
334
  }
423
- .ele-lottie .ele-lotwrap {
424
- overflow: hidden
335
+
336
+ .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 {
337
+ display: none!important
425
338
  }
426
339
 
427
- .ele-effect .effect-wrap {
428
- position: relative;
429
- overflow: hidden;
430
- width: 100%;
431
- height: 100%
340
+ .c-wrap {
341
+ width: 100%;
342
+ height: 100%;
343
+ overflow: hidden;
344
+ font-size: 0
432
345
  }
433
346
 
434
- .ele-effect .e-small {
435
- position: absolute;
436
- width: 24px;
437
- height: 24px;
438
- background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
439
- background-size: cover;
440
- background-repeat: no-repeat;
441
- -webkit-transform-origin: center;
442
- transform-origin: center;
443
- -webkit-animation: snow 5s linear infinite;
444
- animation: snow 5s linear infinite
445
- }.form-input {
347
+ .c-wrap.c-day-wrap {
348
+ text-align: center
349
+ }
350
+
351
+ .c-wrap.c-day-wrap .c-num {
352
+ width: auto
353
+ }
354
+
355
+ .c-wrap .c-num {
356
+ display: inline-block;
357
+ width: 50%;
358
+ overflow: hidden;
359
+ font-size: 20px;
360
+ color: #999
361
+ }
362
+
363
+ .c-wrap .c-left .flex-wrap {
364
+ display: -webkit-box;
365
+ display: -ms-flexbox;
366
+ display: flex;
367
+ -webkit-box-pack: end;
368
+ -ms-flex-pack: end;
369
+ justify-content: flex-end
370
+ }
371
+
372
+ .c-wrap .c-text {
373
+ display: -webkit-box;
374
+ display: -ms-flexbox;
375
+ display: flex;
376
+ width: 100%;
377
+ font-size: 12px;
378
+ -webkit-box-pack: center;
379
+ -ms-flex-pack: center;
380
+ justify-content: center;
381
+ -webkit-box-align: center;
382
+ -ms-flex-align: center;
383
+ align-items: center;
384
+ white-space: nowrap
385
+ }
386
+
387
+ .element-video {
446
388
  position: absolute;
389
+ overflow: hidden;
390
+ background-color: transparent;
447
391
  }
448
392
 
449
- .input-wrapper {
450
- display: flex;
451
- align-items: center;
452
- width: 100%;
453
- height: 100%;
454
- padding: 0 10px;
455
- box-sizing: border-box;
456
- position: relative;
457
- transition: border-color 0.3s;
458
- }
459
-
460
- .required-marker {
461
- font-size: 12px;
462
- padding: 0 5px 0 0;
463
- color: red;
464
- vertical-align: middle;
465
- }
466
-
467
- input {
468
- flex: 1;
469
- border: none;
470
- outline: none;
471
- background: transparent;
472
- height: 100%;
473
- padding: 0;
474
- margin: 0;
475
- }
476
- /*
477
- input::placeholder {
478
- color: #ccc;
479
- opacity: 1;
480
- } */
481
-
482
- .dynamic-placeholder-input::placeholder {
483
- color: var(--placeholder-color, #999);
484
- opacity: 1;
485
- }
486
- .dynamic-placeholder-input::-webkit-input-placeholder {
487
- color: var(--placeholder-color, #999);
488
- }
489
- .dynamic-placeholder-input::-moz-placeholder {
490
- color: var(--placeholder-color, #999);
491
- opacity: 1;
492
- }
493
- .dynamic-placeholder-input:-ms-input-placeholder {
494
- color: var(--placeholder-color, #999);
495
- }/* Iconfont definition */
496
- .icon-danmuliebiao1:before {
497
- content: "\E68A";
498
- }
499
-
500
- .icon-cuowu2:before {
501
- content: "\E65E";
502
- }
503
-
504
- i {
505
- font-style: normal;
506
- }
507
-
508
- .v-modal {
509
- position: fixed;
510
- left: 0;
511
- top: 0;
393
+ .element-video .ani-wrap, .element-video img {
394
+ display: block;
512
395
  width: 100%;
513
396
  height: 100%;
514
- opacity: .5;
515
- background: #000;
516
- }
517
- /* 底部工具栏样式 */
518
- #toolbarNew {
519
- position: fixed;
520
- left: 0;
521
- bottom: 0;
522
- width: 100%;
523
- padding: 12px 0;
524
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
525
- z-index: 100;
526
- }
527
-
528
- .toolbar {
529
- display: flex;
530
- align-items: center;
531
- padding: 0 10px;
532
397
  }
533
398
 
534
- .bar-left {
535
- position: relative;
536
- flex: 1;
399
+ .video-container {
400
+ width: 100%;
401
+ height: 100%;
537
402
  }
538
403
 
539
- .bar-mess {
404
+ .video-container iframe {
540
405
  width: 100%;
541
- height: 36px;
542
- line-height: 36px;
543
- font-size: 14px;
544
- color: #ccc;
545
- padding: 0 8px;
546
- border-radius: 18px;
406
+ height: 100%;
547
407
  border: none;
548
- -webkit-appearance: none;
549
- background-color: rgba(0, 0, 0, 0.28);
550
408
  }
551
409
 
552
- .bar-mess::placeholder {
553
- color: rgba(255, 255, 255, 0.7);
410
+ .video-cover {
411
+ position: relative;
412
+ width: 100%;
413
+ height: 100%;
414
+ background-size: cover;
415
+ background-position: center;
416
+ cursor: pointer;
554
417
  }
555
418
 
556
- .bar-left .iconfont {
419
+ .video-cover .play-btn {
557
420
  position: absolute;
558
- right: 10px;
421
+ left: 50%;
559
422
  top: 50%;
560
- transform: translateY(-50%);
561
- color: #f2f2f2;
562
- font-size: 16px;
563
- cursor: pointer;
564
- z-index: 2;
565
- padding: 5px;
566
- }
567
-
568
- /* 关闭弹幕按钮样式 */
569
- .toolbar-close {
570
- position: absolute;
571
- left: 10px;
572
- transform: translateY(-50%);
573
- display: flex;
574
- align-items: center;
575
- cursor: pointer;
576
- z-index: 2;
577
- }
578
-
579
- .toolbar-close img {
580
- display: block;
581
- width: 36px;
582
- height: 36px;
583
- cursor: pointer;
584
- }
585
-
586
- /* 弹幕容器样式 */
587
- .bullet-container {
588
- position: fixed;
589
- left: 10px;
590
- right: 10px;
591
- height: 120px;
592
- overflow: hidden;
593
- z-index: 99;
594
- pointer-events: none;
595
- }
596
-
597
- .bullet-item {
598
- position: absolute;
599
- left: 0;
600
- bottom: 0;
601
- padding: 5px 10px;
602
- border-radius: 15px;
603
- font-size: 14px;
604
- white-space: nowrap;
605
- animation: bulletMove linear;
606
- animation-fill-mode: forwards;
607
- will-change: transform;
608
- display: inline-block;
609
- max-width: 90%;
610
- }
611
-
612
- @keyframes bulletMove {
613
- 0% {
614
- transform: translateY(0);
615
- opacity: 1;
616
- }
617
- 100% {
618
- transform: translateY(calc(-1 * 150px));
619
- opacity: 0;
620
- }
621
- }
622
-
623
- /* 弹幕输入弹窗样式 */
624
- .popup-overlay {
625
- position: fixed;
626
- top: 0;
627
- left: 0;
628
- right: 0;
629
- bottom: 0;
630
- background: rgba(0, 0, 0, 0.5);
631
- display: flex;
632
- justify-content: center;
633
- align-items: flex-end;
634
- z-index: 200;
635
- }
636
-
637
- #index .mint-popup {
638
- background-color: transparent;
639
- }
640
-
641
- .mint-popup {
642
- position: fixed;
643
- background: #fff;
644
- top: 50%;
645
- left: 50%;
646
- transform: translate3d(-50%, -50%, 0);
647
- -webkit-backface-visibility: hidden;
648
- backface-visibility: hidden;
649
- transition: .2s ease-out;
650
- }
651
-
652
- .bar-messwin {
653
- width: 309px;
654
- height: 341px;
655
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
656
- background-size: 100% 100%;
657
- position: relative;
658
- display: flex;
659
- flex-direction: column;
660
- align-items: center;
661
- margin-bottom: 20px;
662
- }
663
-
664
- .bar-messwin .mess-logo {
665
- width: 171px;
666
- height: 110px;
667
- margin-top: -64px;
668
- margin-left: 11px;
669
- }
670
-
671
- .bar-messwin .mess-title {
672
- margin-top: 12px;
673
- font-weight: 600;
674
- font-size: 21px;
675
- color: #333;
676
- }
677
-
678
- .bar-messwin .mess-input {
679
- width: 267px;
680
- height: 43px;
681
- background: #fff;
682
- border-radius: 9px;
683
- border: 1px solid rgba(237,85,102,0.4);
684
- margin-top: 12px;
685
- display: flex;
686
- align-items: center;
687
- justify-content: center;
688
- padding: 0 13px;
689
- }
690
-
691
- .bar-messwin .mess-input input {
692
- width: 100%;
693
- font-size: 17px;
694
- font-family: PingFang SC;
695
- font-weight: 400;
696
- color: #333;
697
- border: none;
698
- outline: none;
699
- background: transparent;
700
- }
701
-
702
- .bar-messwin .mess-input input::-webkit-input-placeholder {
703
- color: #999;
704
- }
705
-
706
- .bar-messwin .mess-input input::-ms-input-placeholder {
707
- color: #999;
708
- }
709
-
710
- .bar-messwin .mess-input input::placeholder {
711
- color: #999;
712
- }
713
-
714
- .bar-messwin .mess-textarea {
715
- width: 267px;
716
- height: 85px;
717
- background: #fff;
718
- border-radius: 9px;
719
- border: 1px solid rgba(237,85,102,0.4);
720
- display: flex;
721
- padding: 9px 13px;
722
- justify-content: space-between;
723
- margin-top: 12px;
724
- position: relative;
725
- }
726
-
727
- .bar-messwin .mess-textarea textarea {
728
- width: 203px;
729
- height: 68px;
730
- font-size: 17px;
731
- resize: none;
732
- outline: none;
733
- border: none;
734
- background: transparent;
735
- color: #333;
736
- font-family: PingFang SC;
737
- }
738
-
739
- .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
740
- color: #999;
741
- }
742
-
743
- .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
744
- color: #999;
745
- }
746
-
747
- .bar-messwin .mess-textarea textarea::placeholder {
748
- color: #999;
423
+ transform: translate(-50%, -50%);
424
+ width: 50px;
425
+ height: 50px;
426
+ opacity: 0.8;
427
+ transition: opacity 0.2s;
749
428
  }
750
429
 
751
- .bar-messwin .mess-textarea img {
752
- width: 26px;
753
- height: 26px;
754
- cursor: pointer;
755
- }
756
-
757
- .bar-messwin .mess-textarea .wish-dropdown {
758
- position: absolute;
759
- top: 43px;
760
- right: 0;
761
- width: 267px;
762
- background: #fff;
763
- border-radius: 9px;
764
- box-shadow: 0 2px 10px rgba(0,0,0,0.1);
765
- z-index: 10;
766
- max-height: 213px;
767
- overflow-y: auto;
768
- border: 1px solid rgba(237,85,102,0.2);
769
- padding: 0 13px;
770
- }
771
-
772
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
773
- width: 3px;
774
- background-color: transparent;
775
- display: block;
776
- }
777
-
778
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
779
- background-color: #ccc;
780
- border-radius: 9px;
781
- min-height: 32px;
782
- }
783
-
784
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
785
- background-color: transparent;
786
- border-radius: 3px;
787
- margin: 4px 0;
788
- }
789
-
790
- .bar-messwin .mess-textarea .wish-dropdown .wish-item {
791
- padding: 11px 0;
792
- display: flex;
793
- align-items: flex-start;
794
- cursor: pointer;
795
- transition: background-color 0.2s;
796
- border-bottom: 1px solid rgba(0,0,0,0.05);
797
- }
798
-
799
- .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
800
- border-bottom: none;
801
- }
802
-
803
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
804
- color: #ff4874;
805
- margin-right: 5px;
806
- font-size: 11px;
807
- line-height: 21px;
808
- }
809
-
810
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
811
- font-size: 15px;
812
- color: #333;
813
- line-height: 21px;
814
- text-align: left;
815
- }
816
-
817
- .bar-messwin .bar-m-sub {
818
- width: 267px;
819
- height: 43px;
820
- background: linear-gradient(270deg,#ff4874,#ff9061);
821
- border-radius: 68px;
822
- font-size: 17px;
823
- font-family: PingFang SC;
824
- font-weight: 400;
825
- color: #fff;
826
- margin-top: 26px;
827
- border: none;
828
- outline: none;
829
- cursor: pointer;
830
- display: flex;
831
- align-items: center;
832
- justify-content: center;
833
- }
834
-
835
- .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
836
- position: absolute;
837
- bottom: -60px;
838
- right: 50%;
839
- transform: translateX(50%);
840
- font-size: 28px;
841
- color: #fff;
842
- cursor: pointer;
843
- }
844
-
845
- /* 提示弹窗样式 */
846
- .mint-msgbox-wrapper {
847
- position: fixed;
848
- top: 0;
849
- left: 0;
850
- right: 0;
851
- bottom: 0;
852
- background-color: rgba(0,0,0,0.5);
853
- z-index: 2005;
854
- display: flex;
855
- justify-content: center;
856
- align-items: center;
857
- }
858
-
859
- .mint-msgbox {
860
- position: relative;
861
- background-color: #fff;
862
- width: 85%;
863
- border-radius: 3px;
864
- font-size: 17px;
865
- overflow: hidden;
866
- }
867
-
868
- .mint-msgbox-header {
869
- padding: 16px 0 0;
870
- }
871
-
872
- .mint-msgbox-content {
873
- padding: 11px 21px 16px;
874
- border-bottom: 1px solid #ddd;
875
- min-height: 38px;
876
- position: relative;
877
- }
878
-
879
- .mint-msgbox-title {
880
- text-align: center;
881
- padding-left: 0;
882
- margin-bottom: 0;
883
- font-size: 17px;
884
- font-weight: 700;
885
- color: #333;
886
- }
887
-
888
- .mint-msgbox-message {
889
- color: #999;
890
- margin: 0;
891
- text-align: center;
892
- line-height: 38px;
893
- }
894
-
895
- .mint-msgbox-btns {
896
- display: flex;
897
- height: 43px;
898
- line-height: 43px;
899
- }
900
-
901
- .mint-msgbox-btn {
902
- line-height: 37px;
903
- display: block;
904
- background-color: #fff;
905
- flex: 1;
906
- margin: 0;
907
- border: 0;
908
- }
909
-
910
- .mint-msgbox-confirm {
911
- color: #26a2ff;
912
- width: 100%;
913
- }
914
- /* 右侧按钮区域样式 */
915
- #toolbarNew .toolbar .bar-right {
916
- margin-left: 7px;
917
- font-size: 0;
918
- display: flex;
919
- align-items: center;
920
- }
921
-
922
- #toolbarNew .toolbar .bar-right.move-left {
923
- right: 64px;
924
- }
925
-
926
- #toolbarNew .toolbar .bar-right .bar-r-com,
927
- #toolbarNew .toolbar .bar-right>img {
928
- display: inline-block;
929
- vertical-align: middle;
930
- }
931
-
932
- #toolbarNew .toolbar .bar-right .bar-r-com {
933
- margin-left: 8px;
934
- cursor: pointer;
935
- }
936
-
937
- #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
938
- width: 36px;
939
- height: 36px;
940
- transform-origin: center bottom;
941
- animation: giftJump 3s ease infinite;
942
- }
943
-
944
- @keyframes giftJump {
945
- 0%, 24%, 48%, to {
946
- transform: translateZ(0);
947
- }
948
- 12% {
949
- transform: translate3d(0, -10px, 0);
950
- }
951
- 36% {
952
- transform: translate3d(0, -10px, 0);
953
- }
954
- }
955
-
956
- #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
957
- margin-left: 0;
958
- }
959
-
960
- #toolbarNew .toolbar .bar-right>img {
961
- position: relative;
962
- z-index: 1;
963
- width: 26px;
964
- height: 26px;
965
- }
966
-
967
- #toolbarNew .toolbar .bar-right .bar-heart {
968
- position: relative;
969
- width: 36px;
970
- height: 36px;
971
- text-align: center;
972
- }
973
-
974
- #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
975
- position: absolute;
976
- max-width: 36px;
977
- height: 15px;
978
- line-height: 15px;
979
- right: 0;
980
- top: 0;
981
- z-index: 3;
982
- font-size: 10px;
983
- color: #fff;
984
- border-radius: 6px;
985
- padding: 0 4px;
986
- box-sizing: border-box;
987
- white-space: nowrap;
988
- background-color: #f38200;
989
- transform: translateX(40%);
990
- }
991
-
992
- #toolbarNew .toolbar .bar-right .bar-zan {
993
- position: relative;
994
- z-index: 2;
995
- height: 33px;
996
- width: 33px;
997
- box-sizing: border-box;
998
- }
999
-
1000
- #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
1001
- position: absolute;
1002
- top: 0;
1003
- left: 10px;
1004
- opacity: 0;
1005
- font-size: 15px;
1006
- color: #f07a87;
1007
- }
1008
-
1009
- #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
1010
- position: absolute;
1011
- left: 0;
1012
- right: 0;
1013
- bottom: 0;
1014
- top: 0;
1015
- z-index: 1;
1016
- }
1017
-
1018
- #toolbarNew .toolbar .bar-right .bar-zan img {
1019
- width: 36px;
1020
- height: 36px;
1021
- }
1022
-
1023
- #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
1024
- z-index: 2;
1025
- animation: praise 1.2s;
1026
- animation-fill-mode: both;
1027
- }
1028
-
1029
- @keyframes praise {
1030
- 0% {
1031
- opacity: 1;
1032
- }
1033
- 50% {
1034
- opacity: 1;
1035
- transform: translate3d(0, -35px, 0);
1036
- }
1037
- to {
1038
- opacity: 0;
1039
- transform: translate3d(0, -35px, 0);
1040
- }
1041
- }
1042
-
1043
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
1044
- transform: scale(0.85);
1045
- }
1046
-
1047
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
1048
- animation: jump .6s ease-out;
1049
- }
1050
-
1051
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
1052
- animation: jump2 .6s ease-out;
1053
- }
1054
-
1055
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
1056
- animation: jump3 .6s ease-out;
1057
- }
1058
-
1059
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
1060
- animation: jump4 .6s ease-out;
1061
- }
1062
-
1063
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
1064
- animation: jump5 .6s ease-out;
1065
- }
1066
-
1067
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
1068
- animation: jump6 .6s ease-out;
1069
- }
1070
-
1071
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
1072
- animation: jump7 .6s ease-out;
1073
- }
1074
-
1075
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
1076
- animation: jump8 .6s ease-out;
1077
- }
1078
-
1079
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
1080
- position: absolute;
1081
- left: 0;
1082
- top: 0;
1083
- right: 0;
1084
- bottom: 0;
1085
- pointer-events: none;
1086
- overflow: visible;
1087
- }
1088
-
1089
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
1090
- position: absolute;
1091
- width: 6px;
1092
- height: 6px;
1093
- border-radius: 50%;
1094
- opacity: 0;
1095
- }
1096
-
1097
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
1098
- left: 50%;
1099
- top: -8px;
1100
- transform: translate3d(-50%, 0, 0);
1101
- background-color: #b3e5c8;
1102
- }
1103
-
1104
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
1105
- left: -8px;
1106
- top: 50%;
1107
- transform: translate3d(0, -50%, 0);
1108
- background-color: #f4ba31;
1109
- }
1110
-
1111
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
1112
- left: 50%;
1113
- bottom: -8px;
1114
- transform: translate3d(-50%, 0, 0);
1115
- background-color: #339fef;
1116
- }
1117
-
1118
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
1119
- top: 50%;
1120
- right: -8px;
1121
- transform: translate3d(0, -50%, 0);
1122
- background-color: #e2264d;
1123
- }
1124
-
1125
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
1126
- left: -5px;
1127
- top: 0;
1128
- transform: translate3d(0, -50%, 0);
1129
- background-color: #a08880;
1130
- }
1131
-
1132
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
1133
- left: -5px;
1134
- bottom: 0;
1135
- transform: translate3d(0, 50%, 0);
1136
- background-color: #43c1b5;
1137
- }
1138
-
1139
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
1140
- right: -5px;
1141
- bottom: 0;
1142
- transform: translate3d(0, 50%, 0);
1143
- background-color: #f5be3b;
1144
- }
1145
-
1146
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
1147
- right: -5px;
1148
- top: 0;
1149
- transform: translate3d(0, -50%, 0);
1150
- background-color: coral;
1151
- }
1152
-
1153
- @keyframes jump {
1154
- 0% {
1155
- opacity: 1;
1156
- transform: translate3d(-50%, 0, 0) scale(1);
1157
- }
1158
- 40% {
1159
- transform: translate3d(-50%, -100%, 0) scale(0.7);
1160
- }
1161
- to {
1162
- opacity: 1;
1163
- transform: translate3d(-50%, -150%, 0) scale(0);
1164
- }
1165
- }
1166
-
1167
- @keyframes jump2 {
1168
- 0% {
1169
- opacity: 1;
1170
- transform: translate3d(0, -50%, 0) scale(1);
1171
- }
1172
- 40% {
1173
- transform: translate3d(-100%, -50%, 0) scale(0.7);
1174
- }
1175
- to {
1176
- opacity: 1;
1177
- transform: translate3d(-150%, -50%, 0) scale(0);
1178
- }
1179
- }
1180
-
1181
- @keyframes jump3 {
1182
- 0% {
1183
- opacity: 1;
1184
- transform: translate3d(-50%, 0, 0) scale(1);
1185
- }
1186
- 40% {
1187
- transform: translate3d(-50%, 100%, 0) scale(0.7);
1188
- }
1189
- to {
1190
- opacity: 1;
1191
- transform: translate3d(-50%, 150%, 0) scale(0);
1192
- }
1193
- }
1194
-
1195
- @keyframes jump4 {
1196
- 0% {
1197
- opacity: 1;
1198
- transform: translate3d(0, -50%, 0) scale(1);
1199
- }
1200
- 40% {
1201
- transform: translate3d(100%, -50%, 0) scale(0.7);
1202
- }
1203
- to {
1204
- opacity: 1;
1205
- transform: translate3d(150%, -50%, 0) scale(0);
1206
- }
1207
- }
1208
-
1209
- @keyframes jump5 {
1210
- 0% {
1211
- opacity: 1;
1212
- transform: translate3d(0, -50%, 0) scale(1);
1213
- }
1214
- 40% {
1215
- transform: translate3d(-80%, -80%, 0) scale(0.7);
1216
- }
1217
- to {
1218
- opacity: 1;
1219
- transform: translate3d(-130%, -130%, 0) scale(0);
1220
- }
1221
- }
1222
-
1223
- @keyframes jump6 {
1224
- 0% {
1225
- opacity: 1;
1226
- transform: translate3d(0, 50%, 0) scale(1);
1227
- }
1228
- 40% {
1229
- transform: translate3d(-80%, 80%, 0) scale(0.7);
1230
- }
1231
- to {
1232
- opacity: 1;
1233
- transform: translate3d(-130%, 130%, 0) scale(0);
1234
- }
1235
- }
1236
-
1237
- @keyframes jump7 {
1238
- 0% {
1239
- opacity: 1;
1240
- transform: translate3d(0, 50%, 0) scale(1);
1241
- }
1242
- 40% {
1243
- transform: translate3d(80%, 80%, 0) scale(0.7);
1244
- }
1245
- to {
1246
- opacity: 1;
1247
- transform: translate3d(130%, 130%, 0) scale(0);
1248
- }
1249
- }
1250
-
1251
- @keyframes jump8 {
1252
- 0% {
1253
- opacity: 1;
1254
- transform: translate3d(0, 50%, 0) scale(1);
1255
- }
1256
- 40% {
1257
- transform: translate3d(80%, -80%, 0) scale(0.7);
1258
- }
1259
- to {
1260
- opacity: 1;
1261
- transform: translate3d(130%, -130%, 0) scale(0);
1262
- }
1263
- }
1264
-
1265
- /* 礼物弹窗样式 */
1266
- .give-gift {
1267
- position: fixed;
1268
- top: 50%;
1269
- left: 50%;
1270
- transform: translate(-50%, -50%);
1271
- z-index: 2004;
1272
- background: white;
1273
- padding: 20px;
1274
- border-radius: 10px;
1275
- text-align: center;
1276
- }
1277
-
1278
- .give-gift .back {
1279
- position: absolute;
1280
- top: 10px;
1281
- left: 10px;
1282
- cursor: pointer;
1283
- }
1284
-
1285
- .give-gift img {
1286
- max-width: 300px;
1287
- max-height: 300px;
1288
- margin-top: 20px;
1289
- }
1290
-
1291
- /* 留言成功弹窗样式 */
1292
- .mess-success-popup {
1293
- position: fixed;
1294
- top: 0;
1295
- left: 0;
1296
- right: 0;
1297
- bottom: 0;
1298
- background-color: rgba(0, 0, 0, 0.5);
1299
- z-index: 2003;
1300
- display: flex;
1301
- justify-content: center;
1302
- align-items: center;
1303
- }
1304
-
1305
- .mess-success-popup .gift-popup {
1306
- width: 300px;
1307
- height: 200px;
1308
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
1309
- border-radius: 10px;
1310
- padding: 20px;
1311
- text-align: center;
1312
- position: relative;
1313
- }
1314
-
1315
- .mess-success-popup .gift-popup .icon-cuowu2 {
1316
- position: absolute;
1317
- top: 10px;
1318
- right: 10px;
1319
- cursor: pointer;
1320
- }
1321
-
1322
- .mess-success-popup .gift-popup .toast {
1323
- display: flex;
1324
- align-items: center;
1325
- justify-content: center;
1326
- margin: 10px 0;
1327
- }
1328
-
1329
- .mess-success-popup .gift-popup .toast img {
1330
- width: 20px;
1331
- height: 15px;
1332
- margin: 0 5px;
1333
- }
1334
-
1335
- .mess-success-popup .gift-popup .title {
1336
- margin: 15px 0;
1337
- font-size: 16px;
1338
- color: #333;
1339
- }
1340
-
1341
- .mess-success-popup .gift-popup .btn {
1342
- background: linear-gradient(270deg, #ff4874, #ff9061);
1343
- color: white;
1344
- border: none;
1345
- padding: 10px 20px;
1346
- border-radius: 20px;
1347
- margin-top: 15px;
1348
- cursor: pointer;
1349
- }
1350
-
1351
- /* 新增图片加载动画样式 */
1352
- .gift-image-container {
1353
- position: relative;
1354
- width: 300px;
1355
- height: 300px;
1356
- margin: 20px 0;
1357
- overflow: hidden;
1358
- }
1359
-
1360
- .gift-image-container img {
1361
- width: 100%;
1362
- height: 100%;
1363
- object-fit: contain;
1364
- opacity: 0;
1365
- transition: opacity 0.5s ease-in-out;
1366
- }
1367
-
1368
- .gift-image-container img.loaded {
1369
- opacity: 1;
1370
- }
1371
-
1372
- .image-loading {
1373
- position: absolute;
1374
- top: 0;
1375
- left: 0;
1376
- width: 100%;
1377
- height: 100%;
1378
- display: flex;
1379
- justify-content: center;
1380
- align-items: center;
1381
- background: rgba(255, 255, 255, 0.8);
1382
- }
1383
-
1384
- .loading-spinner {
1385
- width: 40px;
1386
- height: 40px;
1387
- border: 4px solid #f3f3f3;
1388
- border-top: 4px solid #ed5566;
1389
- border-radius: 50%;
1390
- animation: spin 1s linear infinite;
1391
- }
1392
-
1393
- @keyframes spin {
1394
- 0% { transform: rotate(0deg); }
1395
- 100% { transform: rotate(360deg); }
1396
- }
1397
-
1398
- .button {
1399
- position: absolute;
1400
- cursor: pointer;
1401
- user-select: none;
1402
- }
1403
-
1404
- .button .ani-wrap {
1405
- display: flex;
1406
- justify-content: center;
1407
- align-items: center;
1408
- width: 100%;
1409
- height: 100%;
1410
- overflow: hidden;
1411
- transition: opacity 0.2s;
1412
- }
1413
-
1414
- .button .ani-wrap:hover {
1415
- opacity: 0.9;
1416
- }
1417
-
1418
- .button-content {
1419
- display: flex;
1420
- align-items: center;
1421
- justify-content: center;
1422
- }
1423
-
1424
- .btn-text {
1425
- margin-left: 10px;
1426
- }
1427
- @keyframes jumpheart {
1428
- to {
1429
- -webkit-transform: scale(1.2);
1430
- transform: scale(1.2)
430
+ .video-cover:hover .play-btn {
431
+ opacity: 1;
432
+ }.ele-shape {
433
+ position: absolute;
434
+ overflow: hidden;
435
+ }
436
+
437
+ .ani-wrap {
438
+ width: 100%;
439
+ height: 100%;
440
+ box-sizing: border-box;
441
+ }
442
+
443
+ .e-shape {
444
+ width: 100%;
445
+ height: 100%;
446
+ }
447
+
448
+ .svg-container :deep(svg) {
449
+ width: 100%;
450
+ height: 100%;
451
+ display: block;
452
+ }
453
+
454
+ .svg-container {
455
+ width: 100%;
456
+ height: 100%;
457
+ display: block;
458
+ }
459
+
460
+
461
+ .svg-loading,
462
+ .svg-error {
463
+ display: flex;
464
+ align-items: center;
465
+ justify-content: center;
466
+ width: 100%;
467
+ height: 100%;
468
+ background: rgba(0,0,0,0.05);
469
+ }
470
+
471
+ .ele-shape .svg-container svg {
472
+ width: 100%;
473
+ height: 100%;
474
+ overflow: visible;
475
+ }
476
+ @keyframes jumpheart {
477
+ to {
478
+ -webkit-transform: scale(1.2);
479
+ transform: scale(1.2)
1431
480
  }
1432
481
  }
1433
482
  .ele-calendar {
@@ -1736,201 +785,1041 @@
1736
785
  -webkit-transform: scale(1.2);
1737
786
  transform: scale(1.2)
1738
787
  }
1739
- }
1740
-
1741
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li .iconfont {
1742
- display: none;
1743
- font-size: 26px
1744
- }
1745
-
1746
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li span {
1747
- position: absolute;
1748
- left: 50%;
1749
- top: 50%;
1750
- z-index: 1;
1751
- color: #666;
1752
- font-size: 13px;
1753
- -webkit-transform: translate(-50%,-52%);
1754
- transform: translate(-50%,-52%)
1755
- }
1756
-
1757
- .ele-calendar .bottom-center,.ele-calendar .left-center,.ele-calendar .right-center,.ele-calendar .top-center {
1758
- display: none!important
1759
- }
1760
- .icon-tuoyuanxing:before {
1761
- content: "\E6A7";
1762
- }
1763
- .icon-zan1:before {
1764
- content: "\E66D";
1765
- }
1766
- .icon-xingzhuangjiehe:before {
1767
- content: "\E6A6";
1768
- }
1769
- .ele-lottie .ele-lotwrap {
788
+ }
789
+
790
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li .iconfont {
791
+ display: none;
792
+ font-size: 26px
793
+ }
794
+
795
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li span {
796
+ position: absolute;
797
+ left: 50%;
798
+ top: 50%;
799
+ z-index: 1;
800
+ color: #666;
801
+ font-size: 13px;
802
+ -webkit-transform: translate(-50%,-52%);
803
+ transform: translate(-50%,-52%)
804
+ }
805
+
806
+ .ele-calendar .bottom-center,.ele-calendar .left-center,.ele-calendar .right-center,.ele-calendar .top-center {
807
+ display: none!important
808
+ }
809
+ .icon-tuoyuanxing:before {
810
+ content: "\E6A7";
811
+ }
812
+ .icon-zan1:before {
813
+ content: "\E66D";
814
+ }
815
+ .icon-xingzhuangjiehe:before {
816
+ content: "\E6A6";
817
+ }/* Iconfont definition */
818
+ .icon-danmuliebiao1:before {
819
+ content: "\E68A";
820
+ }
821
+
822
+ .icon-cuowu2:before {
823
+ content: "\E65E";
824
+ }
825
+
826
+ i {
827
+ font-style: normal;
828
+ }
829
+
830
+ .v-modal {
831
+ position: fixed;
832
+ left: 0;
833
+ top: 0;
834
+ width: 100%;
835
+ height: 100%;
836
+ opacity: .5;
837
+ background: #000;
838
+ }
839
+ /* 底部工具栏样式 */
840
+ #toolbarNew {
841
+ position: fixed;
842
+ left: 0;
843
+ bottom: 0;
844
+ width: 100%;
845
+ padding: 12px 0;
846
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
847
+ z-index: 100;
848
+ }
849
+
850
+ .toolbar {
851
+ display: flex;
852
+ align-items: center;
853
+ padding: 0 10px;
854
+ }
855
+
856
+ .bar-left {
857
+ position: relative;
858
+ flex: 1;
859
+ }
860
+
861
+ .bar-mess {
862
+ width: 100%;
863
+ height: 36px;
864
+ line-height: 36px;
865
+ font-size: 14px;
866
+ color: #ccc;
867
+ padding: 0 8px;
868
+ border-radius: 18px;
869
+ border: none;
870
+ -webkit-appearance: none;
871
+ background-color: rgba(0, 0, 0, 0.28);
872
+ }
873
+
874
+ .bar-mess::placeholder {
875
+ color: rgba(255, 255, 255, 0.7);
876
+ }
877
+
878
+ .bar-left .iconfont {
879
+ position: absolute;
880
+ right: 10px;
881
+ top: 50%;
882
+ transform: translateY(-50%);
883
+ color: #f2f2f2;
884
+ font-size: 16px;
885
+ cursor: pointer;
886
+ z-index: 2;
887
+ padding: 5px;
888
+ }
889
+
890
+ /* 关闭弹幕按钮样式 */
891
+ .toolbar-close {
892
+ position: absolute;
893
+ left: 10px;
894
+ transform: translateY(-50%);
895
+ display: flex;
896
+ align-items: center;
897
+ cursor: pointer;
898
+ z-index: 2;
899
+ }
900
+
901
+ .toolbar-close img {
902
+ display: block;
903
+ width: 36px;
904
+ height: 36px;
905
+ cursor: pointer;
906
+ }
907
+
908
+ /* 弹幕容器样式 */
909
+ .bullet-container {
910
+ position: fixed;
911
+ left: 10px;
912
+ right: 10px;
913
+ height: 120px;
914
+ overflow: hidden;
915
+ z-index: 99;
916
+ pointer-events: none;
917
+ }
918
+
919
+ .bullet-item {
920
+ position: absolute;
921
+ left: 0;
922
+ bottom: 0;
923
+ padding: 5px 10px;
924
+ border-radius: 15px;
925
+ font-size: 14px;
926
+ white-space: nowrap;
927
+ animation: bulletMove linear;
928
+ animation-fill-mode: forwards;
929
+ will-change: transform;
930
+ display: inline-block;
931
+ max-width: 90%;
932
+ }
933
+
934
+ @keyframes bulletMove {
935
+ 0% {
936
+ transform: translateY(0);
937
+ opacity: 1;
938
+ }
939
+ 100% {
940
+ transform: translateY(calc(-1 * 150px));
941
+ opacity: 0;
942
+ }
943
+ }
944
+
945
+ /* 弹幕输入弹窗样式 */
946
+ .popup-overlay {
947
+ position: fixed;
948
+ top: 0;
949
+ left: 0;
950
+ right: 0;
951
+ bottom: 0;
952
+ background: rgba(0, 0, 0, 0.5);
953
+ display: flex;
954
+ justify-content: center;
955
+ align-items: flex-end;
956
+ z-index: 200;
957
+ }
958
+
959
+ #index .mint-popup {
960
+ background-color: transparent;
961
+ }
962
+
963
+ .mint-popup {
964
+ position: fixed;
965
+ background: #fff;
966
+ top: 50%;
967
+ left: 50%;
968
+ transform: translate3d(-50%, -50%, 0);
969
+ -webkit-backface-visibility: hidden;
970
+ backface-visibility: hidden;
971
+ transition: .2s ease-out;
972
+ }
973
+
974
+ .bar-messwin {
975
+ width: 309px;
976
+ height: 341px;
977
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
978
+ background-size: 100% 100%;
979
+ position: relative;
980
+ display: flex;
981
+ flex-direction: column;
982
+ align-items: center;
983
+ margin-bottom: 20px;
984
+ }
985
+
986
+ .bar-messwin .mess-logo {
987
+ width: 171px;
988
+ height: 110px;
989
+ margin-top: -64px;
990
+ margin-left: 11px;
991
+ }
992
+
993
+ .bar-messwin .mess-title {
994
+ margin-top: 12px;
995
+ font-weight: 600;
996
+ font-size: 21px;
997
+ color: #333;
998
+ }
999
+
1000
+ .bar-messwin .mess-input {
1001
+ width: 267px;
1002
+ height: 43px;
1003
+ background: #fff;
1004
+ border-radius: 9px;
1005
+ border: 1px solid rgba(237,85,102,0.4);
1006
+ margin-top: 12px;
1007
+ display: flex;
1008
+ align-items: center;
1009
+ justify-content: center;
1010
+ padding: 0 13px;
1011
+ }
1012
+
1013
+ .bar-messwin .mess-input input {
1014
+ width: 100%;
1015
+ font-size: 17px;
1016
+ font-family: PingFang SC;
1017
+ font-weight: 400;
1018
+ color: #333;
1019
+ border: none;
1020
+ outline: none;
1021
+ background: transparent;
1022
+ }
1023
+
1024
+ .bar-messwin .mess-input input::-webkit-input-placeholder {
1025
+ color: #999;
1026
+ }
1027
+
1028
+ .bar-messwin .mess-input input::-ms-input-placeholder {
1029
+ color: #999;
1030
+ }
1031
+
1032
+ .bar-messwin .mess-input input::placeholder {
1033
+ color: #999;
1034
+ }
1035
+
1036
+ .bar-messwin .mess-textarea {
1037
+ width: 267px;
1038
+ height: 85px;
1039
+ background: #fff;
1040
+ border-radius: 9px;
1041
+ border: 1px solid rgba(237,85,102,0.4);
1042
+ display: flex;
1043
+ padding: 9px 13px;
1044
+ justify-content: space-between;
1045
+ margin-top: 12px;
1046
+ position: relative;
1047
+ }
1048
+
1049
+ .bar-messwin .mess-textarea textarea {
1050
+ width: 203px;
1051
+ height: 68px;
1052
+ font-size: 17px;
1053
+ resize: none;
1054
+ outline: none;
1055
+ border: none;
1056
+ background: transparent;
1057
+ color: #333;
1058
+ font-family: PingFang SC;
1059
+ }
1060
+
1061
+ .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
1062
+ color: #999;
1063
+ }
1064
+
1065
+ .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
1066
+ color: #999;
1067
+ }
1068
+
1069
+ .bar-messwin .mess-textarea textarea::placeholder {
1070
+ color: #999;
1071
+ }
1072
+
1073
+ .bar-messwin .mess-textarea img {
1074
+ width: 26px;
1075
+ height: 26px;
1076
+ cursor: pointer;
1077
+ }
1078
+
1079
+ .bar-messwin .mess-textarea .wish-dropdown {
1080
+ position: absolute;
1081
+ top: 43px;
1082
+ right: 0;
1083
+ width: 267px;
1084
+ background: #fff;
1085
+ border-radius: 9px;
1086
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
1087
+ z-index: 10;
1088
+ max-height: 213px;
1089
+ overflow-y: auto;
1090
+ border: 1px solid rgba(237,85,102,0.2);
1091
+ padding: 0 13px;
1092
+ }
1093
+
1094
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
1095
+ width: 3px;
1096
+ background-color: transparent;
1097
+ display: block;
1098
+ }
1099
+
1100
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
1101
+ background-color: #ccc;
1102
+ border-radius: 9px;
1103
+ min-height: 32px;
1104
+ }
1105
+
1106
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
1107
+ background-color: transparent;
1108
+ border-radius: 3px;
1109
+ margin: 4px 0;
1110
+ }
1111
+
1112
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item {
1113
+ padding: 11px 0;
1114
+ display: flex;
1115
+ align-items: flex-start;
1116
+ cursor: pointer;
1117
+ transition: background-color 0.2s;
1118
+ border-bottom: 1px solid rgba(0,0,0,0.05);
1119
+ }
1120
+
1121
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
1122
+ border-bottom: none;
1123
+ }
1124
+
1125
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
1126
+ color: #ff4874;
1127
+ margin-right: 5px;
1128
+ font-size: 11px;
1129
+ line-height: 21px;
1130
+ }
1131
+
1132
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
1133
+ font-size: 15px;
1134
+ color: #333;
1135
+ line-height: 21px;
1136
+ text-align: left;
1137
+ }
1138
+
1139
+ .bar-messwin .bar-m-sub {
1140
+ width: 267px;
1141
+ height: 43px;
1142
+ background: linear-gradient(270deg,#ff4874,#ff9061);
1143
+ border-radius: 68px;
1144
+ font-size: 17px;
1145
+ font-family: PingFang SC;
1146
+ font-weight: 400;
1147
+ color: #fff;
1148
+ margin-top: 26px;
1149
+ border: none;
1150
+ outline: none;
1151
+ cursor: pointer;
1152
+ display: flex;
1153
+ align-items: center;
1154
+ justify-content: center;
1155
+ }
1156
+
1157
+ .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
1158
+ position: absolute;
1159
+ bottom: -60px;
1160
+ right: 50%;
1161
+ transform: translateX(50%);
1162
+ font-size: 28px;
1163
+ color: #fff;
1164
+ cursor: pointer;
1165
+ }
1166
+
1167
+ /* 提示弹窗样式 */
1168
+ .mint-msgbox-wrapper {
1169
+ position: fixed;
1170
+ top: 0;
1171
+ left: 0;
1172
+ right: 0;
1173
+ bottom: 0;
1174
+ background-color: rgba(0,0,0,0.5);
1175
+ z-index: 2005;
1176
+ display: flex;
1177
+ justify-content: center;
1178
+ align-items: center;
1179
+ }
1180
+
1181
+ .mint-msgbox {
1182
+ position: relative;
1183
+ background-color: #fff;
1184
+ width: 85%;
1185
+ border-radius: 3px;
1186
+ font-size: 17px;
1187
+ overflow: hidden;
1188
+ }
1189
+
1190
+ .mint-msgbox-header {
1191
+ padding: 16px 0 0;
1192
+ }
1193
+
1194
+ .mint-msgbox-content {
1195
+ padding: 11px 21px 16px;
1196
+ border-bottom: 1px solid #ddd;
1197
+ min-height: 38px;
1198
+ position: relative;
1199
+ }
1200
+
1201
+ .mint-msgbox-title {
1202
+ text-align: center;
1203
+ padding-left: 0;
1204
+ margin-bottom: 0;
1205
+ font-size: 17px;
1206
+ font-weight: 700;
1207
+ color: #333;
1208
+ }
1209
+
1210
+ .mint-msgbox-message {
1211
+ color: #999;
1212
+ margin: 0;
1213
+ text-align: center;
1214
+ line-height: 38px;
1215
+ }
1216
+
1217
+ .mint-msgbox-btns {
1218
+ display: flex;
1219
+ height: 43px;
1220
+ line-height: 43px;
1221
+ }
1222
+
1223
+ .mint-msgbox-btn {
1224
+ line-height: 37px;
1225
+ display: block;
1226
+ background-color: #fff;
1227
+ flex: 1;
1228
+ margin: 0;
1229
+ border: 0;
1230
+ }
1231
+
1232
+ .mint-msgbox-confirm {
1233
+ color: #26a2ff;
1234
+ width: 100%;
1235
+ }
1236
+ /* 右侧按钮区域样式 */
1237
+ #toolbarNew .toolbar .bar-right {
1238
+ margin-left: 7px;
1239
+ font-size: 0;
1240
+ display: flex;
1241
+ align-items: center;
1242
+ }
1243
+
1244
+ #toolbarNew .toolbar .bar-right.move-left {
1245
+ right: 64px;
1246
+ }
1247
+
1248
+ #toolbarNew .toolbar .bar-right .bar-r-com,
1249
+ #toolbarNew .toolbar .bar-right>img {
1250
+ display: inline-block;
1251
+ vertical-align: middle;
1252
+ }
1253
+
1254
+ #toolbarNew .toolbar .bar-right .bar-r-com {
1255
+ margin-left: 8px;
1256
+ cursor: pointer;
1257
+ }
1258
+
1259
+ #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
1260
+ width: 36px;
1261
+ height: 36px;
1262
+ transform-origin: center bottom;
1263
+ animation: giftJump 3s ease infinite;
1264
+ }
1265
+
1266
+ @keyframes giftJump {
1267
+ 0%, 24%, 48%, to {
1268
+ transform: translateZ(0);
1269
+ }
1270
+ 12% {
1271
+ transform: translate3d(0, -10px, 0);
1272
+ }
1273
+ 36% {
1274
+ transform: translate3d(0, -10px, 0);
1275
+ }
1276
+ }
1277
+
1278
+ #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
1279
+ margin-left: 0;
1280
+ }
1281
+
1282
+ #toolbarNew .toolbar .bar-right>img {
1283
+ position: relative;
1284
+ z-index: 1;
1285
+ width: 26px;
1286
+ height: 26px;
1287
+ }
1288
+
1289
+ #toolbarNew .toolbar .bar-right .bar-heart {
1290
+ position: relative;
1291
+ width: 36px;
1292
+ height: 36px;
1293
+ text-align: center;
1294
+ }
1295
+
1296
+ #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
1297
+ position: absolute;
1298
+ max-width: 36px;
1299
+ height: 15px;
1300
+ line-height: 15px;
1301
+ right: 0;
1302
+ top: 0;
1303
+ z-index: 3;
1304
+ font-size: 10px;
1305
+ color: #fff;
1306
+ border-radius: 6px;
1307
+ padding: 0 4px;
1308
+ box-sizing: border-box;
1309
+ white-space: nowrap;
1310
+ background-color: #f38200;
1311
+ transform: translateX(40%);
1312
+ }
1313
+
1314
+ #toolbarNew .toolbar .bar-right .bar-zan {
1315
+ position: relative;
1316
+ z-index: 2;
1317
+ height: 33px;
1318
+ width: 33px;
1319
+ box-sizing: border-box;
1320
+ }
1321
+
1322
+ #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
1323
+ position: absolute;
1324
+ top: 0;
1325
+ left: 10px;
1326
+ opacity: 0;
1327
+ font-size: 15px;
1328
+ color: #f07a87;
1329
+ }
1330
+
1331
+ #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
1332
+ position: absolute;
1333
+ left: 0;
1334
+ right: 0;
1335
+ bottom: 0;
1336
+ top: 0;
1337
+ z-index: 1;
1338
+ }
1339
+
1340
+ #toolbarNew .toolbar .bar-right .bar-zan img {
1341
+ width: 36px;
1342
+ height: 36px;
1343
+ }
1344
+
1345
+ #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
1346
+ z-index: 2;
1347
+ animation: praise 1.2s;
1348
+ animation-fill-mode: both;
1349
+ }
1350
+
1351
+ @keyframes praise {
1352
+ 0% {
1353
+ opacity: 1;
1354
+ }
1355
+ 50% {
1356
+ opacity: 1;
1357
+ transform: translate3d(0, -35px, 0);
1358
+ }
1359
+ to {
1360
+ opacity: 0;
1361
+ transform: translate3d(0, -35px, 0);
1362
+ }
1363
+ }
1364
+
1365
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
1366
+ transform: scale(0.85);
1367
+ }
1368
+
1369
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
1370
+ animation: jump .6s ease-out;
1371
+ }
1372
+
1373
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
1374
+ animation: jump2 .6s ease-out;
1375
+ }
1376
+
1377
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
1378
+ animation: jump3 .6s ease-out;
1379
+ }
1380
+
1381
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
1382
+ animation: jump4 .6s ease-out;
1383
+ }
1384
+
1385
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
1386
+ animation: jump5 .6s ease-out;
1387
+ }
1388
+
1389
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
1390
+ animation: jump6 .6s ease-out;
1391
+ }
1392
+
1393
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
1394
+ animation: jump7 .6s ease-out;
1395
+ }
1396
+
1397
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
1398
+ animation: jump8 .6s ease-out;
1399
+ }
1400
+
1401
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
1402
+ position: absolute;
1403
+ left: 0;
1404
+ top: 0;
1405
+ right: 0;
1406
+ bottom: 0;
1407
+ pointer-events: none;
1408
+ overflow: visible;
1409
+ }
1410
+
1411
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
1412
+ position: absolute;
1413
+ width: 6px;
1414
+ height: 6px;
1415
+ border-radius: 50%;
1416
+ opacity: 0;
1417
+ }
1418
+
1419
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
1420
+ left: 50%;
1421
+ top: -8px;
1422
+ transform: translate3d(-50%, 0, 0);
1423
+ background-color: #b3e5c8;
1424
+ }
1425
+
1426
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
1427
+ left: -8px;
1428
+ top: 50%;
1429
+ transform: translate3d(0, -50%, 0);
1430
+ background-color: #f4ba31;
1431
+ }
1432
+
1433
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
1434
+ left: 50%;
1435
+ bottom: -8px;
1436
+ transform: translate3d(-50%, 0, 0);
1437
+ background-color: #339fef;
1438
+ }
1439
+
1440
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
1441
+ top: 50%;
1442
+ right: -8px;
1443
+ transform: translate3d(0, -50%, 0);
1444
+ background-color: #e2264d;
1445
+ }
1446
+
1447
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
1448
+ left: -5px;
1449
+ top: 0;
1450
+ transform: translate3d(0, -50%, 0);
1451
+ background-color: #a08880;
1452
+ }
1453
+
1454
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
1455
+ left: -5px;
1456
+ bottom: 0;
1457
+ transform: translate3d(0, 50%, 0);
1458
+ background-color: #43c1b5;
1459
+ }
1460
+
1461
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
1462
+ right: -5px;
1463
+ bottom: 0;
1464
+ transform: translate3d(0, 50%, 0);
1465
+ background-color: #f5be3b;
1466
+ }
1467
+
1468
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
1469
+ right: -5px;
1470
+ top: 0;
1471
+ transform: translate3d(0, -50%, 0);
1472
+ background-color: coral;
1473
+ }
1474
+
1475
+ @keyframes jump {
1476
+ 0% {
1477
+ opacity: 1;
1478
+ transform: translate3d(-50%, 0, 0) scale(1);
1479
+ }
1480
+ 40% {
1481
+ transform: translate3d(-50%, -100%, 0) scale(0.7);
1482
+ }
1483
+ to {
1484
+ opacity: 1;
1485
+ transform: translate3d(-50%, -150%, 0) scale(0);
1486
+ }
1487
+ }
1488
+
1489
+ @keyframes jump2 {
1490
+ 0% {
1491
+ opacity: 1;
1492
+ transform: translate3d(0, -50%, 0) scale(1);
1493
+ }
1494
+ 40% {
1495
+ transform: translate3d(-100%, -50%, 0) scale(0.7);
1496
+ }
1497
+ to {
1498
+ opacity: 1;
1499
+ transform: translate3d(-150%, -50%, 0) scale(0);
1500
+ }
1501
+ }
1502
+
1503
+ @keyframes jump3 {
1504
+ 0% {
1505
+ opacity: 1;
1506
+ transform: translate3d(-50%, 0, 0) scale(1);
1507
+ }
1508
+ 40% {
1509
+ transform: translate3d(-50%, 100%, 0) scale(0.7);
1510
+ }
1511
+ to {
1512
+ opacity: 1;
1513
+ transform: translate3d(-50%, 150%, 0) scale(0);
1514
+ }
1515
+ }
1516
+
1517
+ @keyframes jump4 {
1518
+ 0% {
1519
+ opacity: 1;
1520
+ transform: translate3d(0, -50%, 0) scale(1);
1521
+ }
1522
+ 40% {
1523
+ transform: translate3d(100%, -50%, 0) scale(0.7);
1524
+ }
1525
+ to {
1526
+ opacity: 1;
1527
+ transform: translate3d(150%, -50%, 0) scale(0);
1528
+ }
1529
+ }
1530
+
1531
+ @keyframes jump5 {
1532
+ 0% {
1533
+ opacity: 1;
1534
+ transform: translate3d(0, -50%, 0) scale(1);
1535
+ }
1536
+ 40% {
1537
+ transform: translate3d(-80%, -80%, 0) scale(0.7);
1538
+ }
1539
+ to {
1540
+ opacity: 1;
1541
+ transform: translate3d(-130%, -130%, 0) scale(0);
1542
+ }
1543
+ }
1544
+
1545
+ @keyframes jump6 {
1546
+ 0% {
1547
+ opacity: 1;
1548
+ transform: translate3d(0, 50%, 0) scale(1);
1549
+ }
1550
+ 40% {
1551
+ transform: translate3d(-80%, 80%, 0) scale(0.7);
1552
+ }
1553
+ to {
1554
+ opacity: 1;
1555
+ transform: translate3d(-130%, 130%, 0) scale(0);
1556
+ }
1557
+ }
1558
+
1559
+ @keyframes jump7 {
1560
+ 0% {
1561
+ opacity: 1;
1562
+ transform: translate3d(0, 50%, 0) scale(1);
1563
+ }
1564
+ 40% {
1565
+ transform: translate3d(80%, 80%, 0) scale(0.7);
1566
+ }
1567
+ to {
1568
+ opacity: 1;
1569
+ transform: translate3d(130%, 130%, 0) scale(0);
1570
+ }
1571
+ }
1572
+
1573
+ @keyframes jump8 {
1574
+ 0% {
1575
+ opacity: 1;
1576
+ transform: translate3d(0, 50%, 0) scale(1);
1577
+ }
1578
+ 40% {
1579
+ transform: translate3d(80%, -80%, 0) scale(0.7);
1580
+ }
1581
+ to {
1582
+ opacity: 1;
1583
+ transform: translate3d(130%, -130%, 0) scale(0);
1584
+ }
1585
+ }
1586
+
1587
+ /* 礼物弹窗样式 */
1588
+ .give-gift {
1589
+ position: fixed;
1590
+ top: 50%;
1591
+ left: 50%;
1592
+ transform: translate(-50%, -50%);
1593
+ z-index: 2004;
1594
+ background: white;
1595
+ padding: 20px;
1596
+ border-radius: 10px;
1597
+ text-align: center;
1598
+ }
1599
+
1600
+ .give-gift .back {
1601
+ position: absolute;
1602
+ top: 10px;
1603
+ left: 10px;
1604
+ cursor: pointer;
1605
+ }
1606
+
1607
+ .give-gift img {
1608
+ max-width: 300px;
1609
+ max-height: 300px;
1610
+ margin-top: 20px;
1611
+ }
1612
+
1613
+ /* 留言成功弹窗样式 */
1614
+ .mess-success-popup {
1615
+ position: fixed;
1616
+ top: 0;
1617
+ left: 0;
1618
+ right: 0;
1619
+ bottom: 0;
1620
+ background-color: rgba(0, 0, 0, 0.5);
1621
+ z-index: 2003;
1622
+ display: flex;
1623
+ justify-content: center;
1624
+ align-items: center;
1625
+ }
1626
+
1627
+ .mess-success-popup .gift-popup {
1628
+ width: 300px;
1629
+ height: 200px;
1630
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
1631
+ border-radius: 10px;
1632
+ padding: 20px;
1633
+ text-align: center;
1634
+ position: relative;
1635
+ }
1636
+
1637
+ .mess-success-popup .gift-popup .icon-cuowu2 {
1638
+ position: absolute;
1639
+ top: 10px;
1640
+ right: 10px;
1641
+ cursor: pointer;
1642
+ }
1643
+
1644
+ .mess-success-popup .gift-popup .toast {
1645
+ display: flex;
1646
+ align-items: center;
1647
+ justify-content: center;
1648
+ margin: 10px 0;
1649
+ }
1650
+
1651
+ .mess-success-popup .gift-popup .toast img {
1652
+ width: 20px;
1653
+ height: 15px;
1654
+ margin: 0 5px;
1655
+ }
1656
+
1657
+ .mess-success-popup .gift-popup .title {
1658
+ margin: 15px 0;
1659
+ font-size: 16px;
1660
+ color: #333;
1661
+ }
1662
+
1663
+ .mess-success-popup .gift-popup .btn {
1664
+ background: linear-gradient(270deg, #ff4874, #ff9061);
1665
+ color: white;
1666
+ border: none;
1667
+ padding: 10px 20px;
1668
+ border-radius: 20px;
1669
+ margin-top: 15px;
1670
+ cursor: pointer;
1671
+ }
1672
+
1673
+ /* 新增图片加载动画样式 */
1674
+ .gift-image-container {
1675
+ position: relative;
1676
+ width: 300px;
1677
+ height: 300px;
1678
+ margin: 20px 0;
1770
1679
  overflow: hidden;
1771
- }.count-down .drag-point {
1772
- cursor: default!important
1680
+ }
1681
+
1682
+ .gift-image-container img {
1683
+ width: 100%;
1684
+ height: 100%;
1685
+ object-fit: contain;
1686
+ opacity: 0;
1687
+ transition: opacity 0.5s ease-in-out;
1688
+ }
1689
+
1690
+ .gift-image-container img.loaded {
1691
+ opacity: 1;
1692
+ }
1693
+
1694
+ .image-loading {
1695
+ position: absolute;
1696
+ top: 0;
1697
+ left: 0;
1698
+ width: 100%;
1699
+ height: 100%;
1700
+ display: flex;
1701
+ justify-content: center;
1702
+ align-items: center;
1703
+ background: rgba(255, 255, 255, 0.8);
1704
+ }
1705
+
1706
+ .loading-spinner {
1707
+ width: 40px;
1708
+ height: 40px;
1709
+ border: 4px solid #f3f3f3;
1710
+ border-top: 4px solid #ed5566;
1711
+ border-radius: 50%;
1712
+ animation: spin 1s linear infinite;
1713
+ }
1714
+
1715
+ @keyframes spin {
1716
+ 0% { transform: rotate(0deg); }
1717
+ 100% { transform: rotate(360deg); }
1718
+ }
1719
+
1720
+ .element-ditu .ani-wrap {
1721
+ width: 100%;
1722
+ height: 100%;
1723
+ overflow: hidden
1773
1724
  }
1774
1725
 
1775
- .count-down .ani-wrap {
1726
+ .element-ditu .map {
1776
1727
  width: 100%;
1777
1728
  height: 100%
1778
1729
  }
1779
1730
 
1780
- .count-down .count-text,.count-down .finish-cont {
1781
- display: -webkit-box;
1782
- display: -ms-flexbox;
1783
- display: flex;
1731
+ .element-ditu .map .el-button {
1732
+ width: 100%;
1784
1733
  height: 100%;
1785
- -webkit-box-align: center;
1786
- -ms-flex-align: center;
1787
- align-items: center;
1788
- -webkit-box-pack: center;
1789
- -ms-flex-pack: center;
1790
- justify-content: center
1791
- }
1792
-
1793
- .count-down .finish-cont {
1794
- width: 100%
1795
- }
1796
-
1797
- .count-down .count-flip {
1798
1734
  display: -webkit-box;
1799
1735
  display: -ms-flexbox;
1800
1736
  display: flex;
1801
- height: 100%;
1802
1737
  -webkit-box-align: center;
1803
1738
  -ms-flex-align: center;
1804
1739
  align-items: center;
1740
+ padding: 0;
1805
1741
  -webkit-box-pack: center;
1806
1742
  -ms-flex-pack: center;
1807
- justify-content: center
1808
- }
1809
-
1810
- .count-down .count-flip .numscroll {
1811
- -webkit-animation: numscroll .4s ease-in-out;
1812
- animation: numscroll .4s ease-in-out;
1813
- -webkit-animation-fill-mode: both;
1814
- animation-fill-mode: both
1815
- }
1816
-
1817
- .count-down .count-flip .numscroll .curr-num {
1818
- -webkit-transition: all .3s ease-in-out;
1819
- transition: all .3s ease-in-out;
1820
- opacity: .6;
1821
- -webkit-transform: scale(.5)!important;
1822
- transform: scale(.5)!important
1823
- }
1824
-
1825
- @-webkit-keyframes numscroll {
1826
- 0% {
1827
- -webkit-transform: translateZ(0);
1828
- transform: translateZ(0)
1829
- }
1830
-
1831
- to {
1832
- -webkit-transform: translate3d(0,100%,0);
1833
- transform: translate3d(0,100%,0)
1834
- }
1835
- }
1836
-
1837
- @keyframes numscroll {
1838
- 0% {
1839
- -webkit-transform: translateZ(0);
1840
- transform: translateZ(0)
1841
- }
1842
-
1843
- to {
1844
- -webkit-transform: translate3d(0,100%,0);
1845
- transform: translate3d(0,100%,0)
1846
- }
1847
- }
1848
-
1849
- .count-down .count-flip .c-com {
1850
- min-width: 50px;
1851
- height: auto;
1852
- margin: 6px;
1853
- padding: 5px 0 6px;
1854
- background-color: #111
1743
+ justify-content: center;
1744
+ background: inherit;
1745
+ color: inherit;
1746
+ border: none
1855
1747
  }
1856
1748
 
1857
- .count-down .count-flip .c-com .flex-wrap {
1858
- display: -webkit-box;
1859
- display: -ms-flexbox;
1860
- display: flex;
1861
- position: relative;
1749
+ .element-ditu .center-map {
1862
1750
  width: 100%;
1863
1751
  height: 100%;
1864
- -webkit-box-align: center;
1865
- -ms-flex-align: center;
1866
- align-items: center
1867
- }
1868
-
1869
- .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
1870
- line-height: 27px
1752
+ background: #fff
1871
1753
  }
1872
1754
 
1873
- .count-down .count-flip .c-com .flex-wrap .next-num {
1755
+ .element-ditu .mask-map {
1874
1756
  position: absolute;
1875
- top: -100%
1757
+ width: 100%;
1758
+ height: 100%;
1759
+ top: 0
1876
1760
  }
1877
-
1878
- .count-down .count-flip .c-com .flex-wrap .curr-num {
1879
- -webkit-transform: scale(1);
1880
- transform: scale(1)
1761
+ .map-iframe {
1762
+ width: 100%;
1763
+ height: 100%;
1881
1764
  }
1882
-
1883
- .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 {
1884
- display: none!important
1765
+ .ele-lottie .ele-lotwrap {
1766
+ overflow: hidden;
1767
+ }.ele-effect {
1768
+ will-change: transform;
1885
1769
  }
1886
1770
 
1887
- .c-wrap {
1771
+ .ele-effect .effect-wrap {
1772
+ position: relative;
1888
1773
  width: 100%;
1889
1774
  height: 100%;
1890
- overflow: hidden;
1891
- font-size: 0
1892
1775
  }
1893
1776
 
1894
- .c-wrap.c-day-wrap {
1895
- text-align: center
1777
+ .particle {
1778
+ position: absolute;
1779
+ background-repeat: no-repeat;
1780
+ background-size: contain;
1781
+ animation-name: falling;
1782
+ animation-timing-function: linear;
1783
+ animation-iteration-count: infinite;
1784
+ will-change: transform;
1896
1785
  }
1897
1786
 
1898
- .c-wrap.c-day-wrap .c-num {
1899
- width: auto
1787
+ @keyframes falling {
1788
+ 0% {
1789
+ transform: translateY(0) rotate(0deg);
1790
+ opacity: 1;
1791
+ }
1792
+ 80% {
1793
+ opacity: 0.8;
1794
+ }
1795
+ 100% {
1796
+ transform: translateY(100vh) rotate(360deg);
1797
+ opacity: 0;
1798
+ }
1900
1799
  }
1901
-
1902
- .c-wrap .c-num {
1903
- display: inline-block;
1904
- width: 50%;
1905
- overflow: hidden;
1906
- font-size: 20px;
1907
- color: #999
1800
+ .ele-lottie .ele-lotwrap {
1801
+ overflow: hidden
1908
1802
  }
1909
1803
 
1910
- .c-wrap .c-left .flex-wrap {
1911
- display: -webkit-box;
1912
- display: -ms-flexbox;
1913
- display: flex;
1914
- -webkit-box-pack: end;
1915
- -ms-flex-pack: end;
1916
- justify-content: flex-end
1804
+ .ele-effect .effect-wrap {
1805
+ position: relative;
1806
+ overflow: hidden;
1807
+ width: 100%;
1808
+ height: 100%
1917
1809
  }
1918
1810
 
1919
- .c-wrap .c-text {
1920
- display: -webkit-box;
1921
- display: -ms-flexbox;
1922
- display: flex;
1923
- width: 100%;
1924
- font-size: 12px;
1925
- -webkit-box-pack: center;
1926
- -ms-flex-pack: center;
1927
- justify-content: center;
1928
- -webkit-box-align: center;
1929
- -ms-flex-align: center;
1930
- align-items: center;
1931
- white-space: nowrap
1932
- }
1933
- body, html {
1811
+ .ele-effect .e-small {
1812
+ position: absolute;
1813
+ width: 24px;
1814
+ height: 24px;
1815
+ background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
1816
+ background-size: cover;
1817
+ background-repeat: no-repeat;
1818
+ -webkit-transform-origin: center;
1819
+ transform-origin: center;
1820
+ -webkit-animation: snow 5s linear infinite;
1821
+ animation: snow 5s linear infinite
1822
+ }body, html {
1934
1823
  width: 100%;
1935
1824
  height: 100%;
1936
1825
  }
@@ -3457,300 +3346,83 @@ to {
3457
3346
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
3458
3347
  transform: scale(1) rotate(0deg) translateY(0);
3459
3348
  -webkit-transform-origin: 100% 100%;
3460
- transform-origin: 100% 100%
3461
- }
3462
- }
3463
- @keyframes float2 {
3464
- 0% {
3465
- -webkit-transform: translateZ(0);
3466
- transform: translateZ(0)
3467
- }
3468
-
3469
- 25% {
3470
- -webkit-transform: translate3d(-10%,0,0);
3471
- transform: translate3d(-10%,0,0)
3472
- }
3473
-
3474
- 75% {
3475
- -webkit-transform: translate3d(10%,0,0);
3476
- transform: translate3d(10%,0,0)
3477
- }
3478
-
3479
- to {
3480
- -webkit-transform: translateZ(0);
3481
- transform: translateZ(0)
3482
- }
3483
- }
3484
-
3485
- .float {
3486
- -webkit-animation-name: float;
3487
- animation-name: float;
3488
- -webkit-animation-timing-function: ease-in-out;
3489
- animation-timing-function: ease-in-out
3490
- }
3491
-
3492
- @-webkit-keyframes float {
3493
- 0% {
3494
- -webkit-transform: translateZ(0);
3495
- transform: translateZ(0)
3496
- }
3497
-
3498
- 25% {
3499
- -webkit-transform: translate3d(0,-10%,0);
3500
- transform: translate3d(0,-10%,0)
3501
- }
3502
-
3503
- 75% {
3504
- -webkit-transform: translate3d(0,10%,0);
3505
- transform: translate3d(0,10%,0)
3506
- }
3507
-
3508
- to {
3509
- -webkit-transform: translateZ(0);
3510
- transform: translateZ(0)
3511
- }
3512
- }
3513
-
3514
- @keyframes float {
3515
- 0% {
3516
- -webkit-transform: translateZ(0);
3517
- transform: translateZ(0)
3518
- }
3519
-
3520
- 25% {
3521
- -webkit-transform: translate3d(0,-10%,0);
3522
- transform: translate3d(0,-10%,0)
3523
- }
3524
-
3525
- 75% {
3526
- -webkit-transform: translate3d(0,10%,0);
3527
- transform: translate3d(0,10%,0)
3528
- }
3529
-
3530
- to {
3531
- -webkit-transform: translateZ(0);
3532
- transform: translateZ(0)
3533
- }
3534
- }
3535
-
3536
- .form-submit {
3537
- cursor: pointer;
3538
- transition: all 0.2s;
3539
- outline: none;
3540
- border: none;
3541
- }
3542
-
3543
- .form-submit:hover {
3544
- opacity: 0.9;
3545
- transform: translateY(-1px);
3546
- }
3547
-
3548
- .form-submit:active {
3549
- opacity: 0.8;
3550
- transform: translateY(0);
3551
- }
3552
-
3553
- .form-submit:disabled {
3554
- opacity: 0.6;
3555
- cursor: not-allowed;
3556
- transform: none !important;
3557
- }
3558
-
3559
- .f-submit {
3560
- position: relative;
3561
- display: block
3562
- }
3563
-
3564
- .f-submit .ani-wrap {
3565
- width: 100%;
3566
- height: 100%;
3567
- padding: 10px;
3568
- overflow: hidden;
3569
- position: relative
3570
- }
3571
-
3572
- .f-submit .f-ovh {
3573
- position: absolute;
3574
- left: 50%;
3575
- top: 50%;
3576
- transform: translate(-50%,-50%)
3577
- }
3578
-
3579
- .form-submit:disabled {
3580
- opacity: 0.7;
3581
- cursor: not-allowed;
3582
- }/* .ele-form {
3583
- position: absolute;
3584
- user-select: none;
3585
- }
3586
- */
3587
- .f-single {
3588
- cursor: pointer;
3589
- }
3590
-
3591
- .ani-wrap {
3592
- position: relative;
3593
- }
3594
-
3595
- .f-single .ani-wrap .fs-tit {
3596
- display: flex;
3597
- padding: 0 5px;
3598
- height: 40px;
3599
- align-items: center;
3600
- white-space: nowrap;
3601
- overflow: hidden;
3602
- text-overflow: ellipsis;
3603
- border-bottom: 1px solid rgba(153, 153, 153, 1);
3604
- }
3605
-
3606
- .require {
3607
- padding: 0 5px 0 0;
3608
- color: red;
3609
- vertical-align: middle;
3610
- }
3611
-
3612
- .f-single ul {
3613
- padding: 15px;
3614
- margin: 0;
3615
- list-style: none;
3616
- }
3617
-
3618
- .f-single ul li {
3619
- display: flex;
3620
- align-items: center;
3621
- margin-top: 12px;
3622
- font-size: 0;
3623
- }
3624
-
3625
- .f-single ul li:first-child {
3626
- margin-top: 0;
3627
- }
3628
-
3629
- .fs-circle {
3630
- display: inline-block;
3631
- width: 16px;
3632
- height: 16px;
3633
- border-radius: 50%;
3634
- position: relative;
3635
- transition: all 0.2s;
3636
- }
3637
-
3638
- .fs-circle.selected {
3639
- background-color: #2687f1;
3640
- border-color: #2687f1 !important;
3641
- }
3642
-
3643
- .fs-circle.selected::after {
3644
- content: "";
3645
- position: absolute;
3646
- top: 3px;
3647
- left: 3px;
3648
- width: 8px;
3649
- height: 8px;
3650
- border-radius: 50%;
3651
- background-color: white;
3652
- }
3653
-
3654
- .fs-txt {
3655
- display: inline-block;
3656
- width: calc(100% - 16px);
3657
- padding-left: 8px;
3658
- vertical-align: top;
3659
- word-break: break-all;
3660
- font-size: 14px;
3661
- line-height: 1.2;
3662
- }
3663
-
3664
- .has-error .fs-tit {
3665
- border-bottom-color: #ff4d4f;
3666
- }
3667
-
3668
- /* 错误提示样式 */
3669
- .error-tip {
3670
- position: fixed;
3671
- left: 0;
3672
- top: 0;
3673
- width: 100%;
3674
- height: 100%;
3675
- z-index: 1000;
3676
- }#page-list .tip-cover {
3677
- position: fixed;
3678
- left: 0;
3679
- top: 0;
3680
- width: 100%;
3681
- height: 100%;
3682
- display: -ms-flexbox;
3683
- display: flex;
3684
- -ms-flex-align: center;
3685
- align-items: center;
3686
- -ms-flex-pack: center;
3687
- justify-content: center;
3688
- z-index: 999;
3689
- background-color: rgba(0,0,0,.7)
3349
+ transform-origin: 100% 100%
3350
+ }
3690
3351
  }
3352
+ @keyframes float2 {
3353
+ 0% {
3354
+ -webkit-transform: translateZ(0);
3355
+ transform: translateZ(0)
3356
+ }
3691
3357
 
3692
- #page-list .tip-cover .tip {
3693
- width: 80%;
3694
- max-width: 250px;
3695
- padding: 10px;
3696
- border-radius: 5px;
3697
- background-color: #fff
3698
- }
3358
+ 25% {
3359
+ -webkit-transform: translate3d(-10%,0,0);
3360
+ transform: translate3d(-10%,0,0)
3361
+ }
3699
3362
 
3700
- #page-list .tip-cover .tip-btn {
3701
- display: block;
3702
- margin: 25px auto;
3703
- width: 120px;
3704
- height: 30px;
3705
- color: #fff;
3706
- border-radius: 4px;
3707
- text-align: center;
3708
- font-size: 14px;
3709
- line-height: 30px;
3710
- background: #ed5566
3363
+ 75% {
3364
+ -webkit-transform: translate3d(10%,0,0);
3365
+ transform: translate3d(10%,0,0)
3366
+ }
3367
+
3368
+ to {
3369
+ -webkit-transform: translateZ(0);
3370
+ transform: translateZ(0)
3371
+ }
3711
3372
  }
3712
3373
 
3713
- #page-list .tip-cover .tip-content {
3714
- font-size: 14px;
3715
- padding-top: 30px;
3374
+ .float {
3375
+ -webkit-animation-name: float;
3376
+ animation-name: float;
3377
+ -webkit-animation-timing-function: ease-in-out;
3378
+ animation-timing-function: ease-in-out
3716
3379
  }
3717
3380
 
3718
- .tip-cover {
3719
- position: fixed;
3720
- left: 0;
3721
- top: 0;
3722
- width: 100%;
3723
- height: 100%;
3724
- display: -ms-flexbox;
3725
- display: flex;
3726
- -ms-flex-align: center;
3727
- align-items: center;
3728
- -ms-flex-pack: center;
3729
- justify-content: center;
3730
- z-index: 999;
3731
- background-color: rgba(0,0,0,.7)
3381
+ @-webkit-keyframes float {
3382
+ 0% {
3383
+ -webkit-transform: translateZ(0);
3384
+ transform: translateZ(0)
3385
+ }
3386
+
3387
+ 25% {
3388
+ -webkit-transform: translate3d(0,-10%,0);
3389
+ transform: translate3d(0,-10%,0)
3390
+ }
3391
+
3392
+ 75% {
3393
+ -webkit-transform: translate3d(0,10%,0);
3394
+ transform: translate3d(0,10%,0)
3395
+ }
3396
+
3397
+ to {
3398
+ -webkit-transform: translateZ(0);
3399
+ transform: translateZ(0)
3400
+ }
3732
3401
  }
3733
3402
 
3734
- .tip-cover .tip {
3735
- width: 80%;
3736
- max-width: 250px;
3737
- padding: 5px;
3738
- border-radius: 3px;
3739
- background-color: #fff
3403
+ @keyframes float {
3404
+ 0% {
3405
+ -webkit-transform: translateZ(0);
3406
+ transform: translateZ(0)
3407
+ }
3408
+
3409
+ 25% {
3410
+ -webkit-transform: translate3d(0,-10%,0);
3411
+ transform: translate3d(0,-10%,0)
3412
+ }
3413
+
3414
+ 75% {
3415
+ -webkit-transform: translate3d(0,10%,0);
3416
+ transform: translate3d(0,10%,0)
3417
+ }
3418
+
3419
+ to {
3420
+ -webkit-transform: translateZ(0);
3421
+ transform: translateZ(0)
3422
+ }
3740
3423
  }
3741
3424
 
3742
- .tip-cover .tip-btn {
3743
- display: block;
3744
- margin: 13px auto;
3745
- width: 64px;
3746
- height: 20px;
3747
- color: #fff;
3748
- border-radius: 4px;
3749
- text-align: center;
3750
- font-size: 14px;
3751
- line-height: 20px;
3752
- background: #ed5566;
3753
- } @charset"UTF-8";.animated {
3425
+ @charset"UTF-8";.animated {
3754
3426
  animation-duration: 1s;
3755
3427
  animation-fill-mode: both
3756
3428
  }
@@ -8602,53 +8274,198 @@ cursor: not-allowed;
8602
8274
  transform: translateX(-100%)
8603
8275
  }
8604
8276
 
8605
- to {
8606
- -webkit-transform: translateX(0);
8607
- transform: translateX(0)
8608
- }
8277
+ to {
8278
+ -webkit-transform: translateX(0);
8279
+ transform: translateX(0)
8280
+ }
8281
+ }
8282
+
8283
+ .p-rightSlide {
8284
+ -webkit-animation: rightSlide .7s ease both;
8285
+ animation: rightSlide .7s ease both
8286
+ }
8287
+
8288
+ @-webkit-keyframes rightSlide {
8289
+ 0% {
8290
+ -webkit-transform: translateX(100%);
8291
+ transform: translateX(100%)
8292
+ }
8293
+
8294
+ to {
8295
+ -webkit-transform: translateX(0);
8296
+ transform: translateX(0)
8297
+ }
8298
+ }
8299
+
8300
+ @keyframes rightSlide {
8301
+ 0% {
8302
+ -webkit-transform: translateX(100%);
8303
+ transform: translateX(100%)
8304
+ }
8305
+
8306
+ to {
8307
+ -webkit-transform: translateX(0);
8308
+ transform: translateX(0)
8309
+ }
8310
+ }
8311
+ .button {
8312
+ position: absolute;
8313
+ cursor: pointer;
8314
+ user-select: none;
8315
+ }
8316
+
8317
+ .button .ani-wrap {
8318
+ display: flex;
8319
+ justify-content: center;
8320
+ align-items: center;
8321
+ width: 100%;
8322
+ height: 100%;
8323
+ overflow: hidden;
8324
+ transition: opacity 0.2s;
8325
+ }
8326
+
8327
+ .button .ani-wrap:hover {
8328
+ opacity: 0.9;
8329
+ }
8330
+
8331
+ .button-content {
8332
+ display: flex;
8333
+ align-items: center;
8334
+ justify-content: center;
8335
+ }
8336
+
8337
+ .btn-text {
8338
+ margin-left: 10px;
8339
+ }.form-input {
8340
+ position: absolute;
8341
+ }
8342
+
8343
+ .input-wrapper {
8344
+ display: flex;
8345
+ align-items: center;
8346
+ width: 100%;
8347
+ height: 100%;
8348
+ padding: 0 10px;
8349
+ box-sizing: border-box;
8350
+ position: relative;
8351
+ transition: border-color 0.3s;
8352
+ }
8353
+
8354
+ .required-marker {
8355
+ font-size: 12px;
8356
+ padding: 0 5px 0 0;
8357
+ color: red;
8358
+ vertical-align: middle;
8359
+ }
8360
+
8361
+ input {
8362
+ flex: 1;
8363
+ border: none;
8364
+ outline: none;
8365
+ background: transparent;
8366
+ height: 100%;
8367
+ padding: 0;
8368
+ margin: 0;
8369
+ }
8370
+ /*
8371
+ input::placeholder {
8372
+ color: #ccc;
8373
+ opacity: 1;
8374
+ } */
8375
+
8376
+ .dynamic-placeholder-input::placeholder {
8377
+ color: var(--placeholder-color, #999);
8378
+ opacity: 1;
8379
+ }
8380
+ .dynamic-placeholder-input::-webkit-input-placeholder {
8381
+ color: var(--placeholder-color, #999);
8382
+ }
8383
+ .dynamic-placeholder-input::-moz-placeholder {
8384
+ color: var(--placeholder-color, #999);
8385
+ opacity: 1;
8386
+ }
8387
+ .dynamic-placeholder-input:-ms-input-placeholder {
8388
+ color: var(--placeholder-color, #999);
8389
+ }.call {
8390
+ position: absolute;
8391
+ cursor: pointer;
8392
+ user-select: none;
8393
+ }
8394
+
8395
+ .call .ani-wrap {
8396
+ display: flex;
8397
+ justify-content: center;
8398
+ align-items: center;
8399
+ width: 100%;
8400
+ height: 100%;
8401
+ overflow: hidden;
8402
+ transition: opacity 0.2s;
8403
+ }
8404
+
8405
+ .call .ani-wrap:hover {
8406
+ opacity: 0.9;
8407
+ }
8408
+
8409
+ .call-content {
8410
+ display: flex;
8411
+ align-items: center;
8412
+ justify-content: center;
8413
+ }
8414
+
8415
+ .btn-text {
8416
+ margin-left: 10px;
8417
+ }
8418
+
8419
+
8420
+ .hb-tel:before {
8421
+ content: "\E642";
8422
+ }.form-submit {
8423
+ cursor: pointer;
8424
+ transition: all 0.2s;
8425
+ outline: none;
8426
+ border: none;
8609
8427
  }
8610
8428
 
8611
- .p-rightSlide {
8612
- -webkit-animation: rightSlide .7s ease both;
8613
- animation: rightSlide .7s ease both
8429
+ .form-submit:hover {
8430
+ opacity: 0.9;
8431
+ transform: translateY(-1px);
8614
8432
  }
8615
8433
 
8616
- @-webkit-keyframes rightSlide {
8617
- 0% {
8618
- -webkit-transform: translateX(100%);
8619
- transform: translateX(100%)
8620
- }
8434
+ .form-submit:active {
8435
+ opacity: 0.8;
8436
+ transform: translateY(0);
8437
+ }
8621
8438
 
8622
- to {
8623
- -webkit-transform: translateX(0);
8624
- transform: translateX(0)
8625
- }
8439
+ .form-submit:disabled {
8440
+ opacity: 0.6;
8441
+ cursor: not-allowed;
8442
+ transform: none !important;
8626
8443
  }
8627
8444
 
8628
- @keyframes rightSlide {
8629
- 0% {
8630
- -webkit-transform: translateX(100%);
8631
- transform: translateX(100%)
8632
- }
8445
+ .f-submit {
8446
+ position: relative;
8447
+ display: block
8448
+ }
8633
8449
 
8634
- to {
8635
- -webkit-transform: translateX(0);
8636
- transform: translateX(0)
8637
- }
8450
+ .f-submit .ani-wrap {
8451
+ width: 100%;
8452
+ height: 100%;
8453
+ padding: 10px;
8454
+ overflow: hidden;
8455
+ position: relative
8638
8456
  }
8639
8457
 
8640
- .global.tel {
8641
- width: 35px;
8642
- height: 55px;
8643
- border-radius: 50%;
8644
- text-align: center;
8645
- margin-bottom: 15px;
8646
- border: 2px solid #fff;
8647
- cursor: pointer;
8458
+ .f-submit .f-ovh {
8459
+ position: absolute;
8460
+ left: 50%;
8461
+ top: 50%;
8462
+ transform: translate(-50%,-50%)
8648
8463
  }
8649
- .icon-dianhua:before { content: "\E60E"; }
8650
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8651
- .global.tel > span { font-size: 10px; line-height: 20px; display: block;}/* .ele-form {
8464
+
8465
+ .form-submit:disabled {
8466
+ opacity: 0.7;
8467
+ cursor: not-allowed;
8468
+ }/* .ele-form {
8652
8469
  position: absolute;
8653
8470
  user-select: none;
8654
8471
  } */
@@ -8739,6 +8556,177 @@ cursor: not-allowed;
8739
8556
  border-color: #ff4d4f !important;
8740
8557
  }
8741
8558
 
8559
+ .error-tip {
8560
+ position: fixed;
8561
+ left: 0;
8562
+ top: 0;
8563
+ width: 100%;
8564
+ height: 100%;
8565
+ z-index: 1000;
8566
+ }#page-list .tip-cover {
8567
+ position: fixed;
8568
+ left: 0;
8569
+ top: 0;
8570
+ width: 100%;
8571
+ height: 100%;
8572
+ display: -ms-flexbox;
8573
+ display: flex;
8574
+ -ms-flex-align: center;
8575
+ align-items: center;
8576
+ -ms-flex-pack: center;
8577
+ justify-content: center;
8578
+ z-index: 999;
8579
+ background-color: rgba(0,0,0,.7)
8580
+ }
8581
+
8582
+ #page-list .tip-cover .tip {
8583
+ width: 80%;
8584
+ max-width: 250px;
8585
+ padding: 10px;
8586
+ border-radius: 5px;
8587
+ background-color: #fff
8588
+ }
8589
+
8590
+ #page-list .tip-cover .tip-btn {
8591
+ display: block;
8592
+ margin: 25px auto;
8593
+ width: 120px;
8594
+ height: 30px;
8595
+ color: #fff;
8596
+ border-radius: 4px;
8597
+ text-align: center;
8598
+ font-size: 14px;
8599
+ line-height: 30px;
8600
+ background: #ed5566
8601
+ }
8602
+
8603
+ #page-list .tip-cover .tip-content {
8604
+ font-size: 14px;
8605
+ padding-top: 30px;
8606
+ }
8607
+
8608
+ .tip-cover {
8609
+ position: fixed;
8610
+ left: 0;
8611
+ top: 0;
8612
+ width: 100%;
8613
+ height: 100%;
8614
+ display: -ms-flexbox;
8615
+ display: flex;
8616
+ -ms-flex-align: center;
8617
+ align-items: center;
8618
+ -ms-flex-pack: center;
8619
+ justify-content: center;
8620
+ z-index: 999;
8621
+ background-color: rgba(0,0,0,.7)
8622
+ }
8623
+
8624
+ .tip-cover .tip {
8625
+ width: 80%;
8626
+ max-width: 250px;
8627
+ padding: 5px;
8628
+ border-radius: 3px;
8629
+ background-color: #fff
8630
+ }
8631
+
8632
+ .tip-cover .tip-btn {
8633
+ display: block;
8634
+ margin: 13px auto;
8635
+ width: 64px;
8636
+ height: 20px;
8637
+ color: #fff;
8638
+ border-radius: 4px;
8639
+ text-align: center;
8640
+ font-size: 14px;
8641
+ line-height: 20px;
8642
+ background: #ed5566;
8643
+ } /* .ele-form {
8644
+ position: absolute;
8645
+ user-select: none;
8646
+ }
8647
+ */
8648
+ .f-single {
8649
+ cursor: pointer;
8650
+ }
8651
+
8652
+ .ani-wrap {
8653
+ position: relative;
8654
+ }
8655
+
8656
+ .f-single .ani-wrap .fs-tit {
8657
+ display: flex;
8658
+ padding: 0 5px;
8659
+ height: 40px;
8660
+ align-items: center;
8661
+ white-space: nowrap;
8662
+ overflow: hidden;
8663
+ text-overflow: ellipsis;
8664
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
8665
+ }
8666
+
8667
+ .require {
8668
+ padding: 0 5px 0 0;
8669
+ color: red;
8670
+ vertical-align: middle;
8671
+ }
8672
+
8673
+ .f-single ul {
8674
+ padding: 15px;
8675
+ margin: 0;
8676
+ list-style: none;
8677
+ }
8678
+
8679
+ .f-single ul li {
8680
+ display: flex;
8681
+ align-items: center;
8682
+ margin-top: 12px;
8683
+ font-size: 0;
8684
+ }
8685
+
8686
+ .f-single ul li:first-child {
8687
+ margin-top: 0;
8688
+ }
8689
+
8690
+ .fs-circle {
8691
+ display: inline-block;
8692
+ width: 16px;
8693
+ height: 16px;
8694
+ border-radius: 50%;
8695
+ position: relative;
8696
+ transition: all 0.2s;
8697
+ }
8698
+
8699
+ .fs-circle.selected {
8700
+ background-color: #2687f1;
8701
+ border-color: #2687f1 !important;
8702
+ }
8703
+
8704
+ .fs-circle.selected::after {
8705
+ content: "";
8706
+ position: absolute;
8707
+ top: 3px;
8708
+ left: 3px;
8709
+ width: 8px;
8710
+ height: 8px;
8711
+ border-radius: 50%;
8712
+ background-color: white;
8713
+ }
8714
+
8715
+ .fs-txt {
8716
+ display: inline-block;
8717
+ width: calc(100% - 16px);
8718
+ padding-left: 8px;
8719
+ vertical-align: top;
8720
+ word-break: break-all;
8721
+ font-size: 14px;
8722
+ line-height: 1.2;
8723
+ }
8724
+
8725
+ .has-error .fs-tit {
8726
+ border-bottom-color: #ff4d4f;
8727
+ }
8728
+
8729
+ /* 错误提示样式 */
8742
8730
  .error-tip {
8743
8731
  position: fixed;
8744
8732
  left: 0;
@@ -9226,6 +9214,18 @@ cursor: not-allowed;
9226
9214
  color: #F44336; /* 失败的红色 */
9227
9215
  }
9228
9216
 
9217
+ .global.tel {
9218
+ width: 35px;
9219
+ height: 55px;
9220
+ border-radius: 50%;
9221
+ text-align: center;
9222
+ margin-bottom: 15px;
9223
+ border: 2px solid #fff;
9224
+ cursor: pointer;
9225
+ }
9226
+ .icon-dianhua:before { content: "\E60E"; }
9227
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9228
+ .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
9229
9229
  .global.receipt {
9230
9230
  width: 35px;
9231
9231
  height: 55px;