unika-components 1.1.128 → 1.1.129
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.
|
@@ -9,152 +9,6 @@
|
|
|
9
9
|
width: 100%;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.element-video {
|
|
13
|
-
position: absolute;
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
background-color: transparent;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.element-video .ani-wrap, .element-video img {
|
|
19
|
-
display: block;
|
|
20
|
-
width: 100%;
|
|
21
|
-
height: 100%;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.video-container {
|
|
25
|
-
width: 100%;
|
|
26
|
-
height: 100%;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.video-container iframe {
|
|
30
|
-
width: 100%;
|
|
31
|
-
height: 100%;
|
|
32
|
-
border: none;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.video-cover {
|
|
36
|
-
position: relative;
|
|
37
|
-
width: 100%;
|
|
38
|
-
height: 100%;
|
|
39
|
-
background-size: cover;
|
|
40
|
-
background-position: center;
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.video-cover .play-btn {
|
|
45
|
-
position: absolute;
|
|
46
|
-
left: 50%;
|
|
47
|
-
top: 50%;
|
|
48
|
-
transform: translate(-50%, -50%);
|
|
49
|
-
width: 50px;
|
|
50
|
-
height: 50px;
|
|
51
|
-
opacity: 0.8;
|
|
52
|
-
transition: opacity 0.2s;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.video-cover:hover .play-btn {
|
|
56
|
-
opacity: 1;
|
|
57
|
-
}#audio {
|
|
58
|
-
position: absolute;
|
|
59
|
-
right: 10px;
|
|
60
|
-
top: 10px;
|
|
61
|
-
z-index: 103;
|
|
62
|
-
width: 30px;
|
|
63
|
-
height: 30px;
|
|
64
|
-
display: flex;
|
|
65
|
-
align-items: center;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
#audio .mrotate {
|
|
69
|
-
animation: mrotate 5s linear infinite;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@keyframes mrotate {
|
|
73
|
-
to {
|
|
74
|
-
transform: rotate(1turn);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
#audio .audio {
|
|
79
|
-
width: 100%;
|
|
80
|
-
height: 100%;
|
|
81
|
-
display: flex;
|
|
82
|
-
align-items: center;
|
|
83
|
-
justify-content: center;
|
|
84
|
-
color: #fff;
|
|
85
|
-
background: #666;
|
|
86
|
-
border-radius: 50%;
|
|
87
|
-
overflow: hidden;
|
|
88
|
-
cursor: pointer;
|
|
89
|
-
transition: all 0.3s ease;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
#audio .audio.a-border {
|
|
93
|
-
border: 1px solid #fff;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
#audio .audio .music-icon {
|
|
97
|
-
display: block;
|
|
98
|
-
width: 60%;
|
|
99
|
-
height: 60%;
|
|
100
|
-
object-fit: contain;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
#audio .audio .iconfont {
|
|
104
|
-
font-size: 2opx;
|
|
105
|
-
line-height: 1;
|
|
106
|
-
}
|
|
107
|
-
#audio .icon-cancel {
|
|
108
|
-
position: absolute;
|
|
109
|
-
width: 100%;
|
|
110
|
-
height: 100%;
|
|
111
|
-
border-radius: 50%;
|
|
112
|
-
overflow: hidden;
|
|
113
|
-
padding: 15px 0;
|
|
114
|
-
}
|
|
115
|
-
#audio .icon-cancel .icon-h {
|
|
116
|
-
transform: rotate(45deg);
|
|
117
|
-
width: 100%;
|
|
118
|
-
height: 2px;
|
|
119
|
-
background: #fff;
|
|
120
|
-
}
|
|
121
|
-
#audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
|
|
122
|
-
content: '';
|
|
123
|
-
position: absolute;
|
|
124
|
-
width: 100%;
|
|
125
|
-
height: 2px;
|
|
126
|
-
background: #fff;
|
|
127
|
-
}.ele-shape {
|
|
128
|
-
position: absolute;
|
|
129
|
-
overflow: hidden;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.ani-wrap {
|
|
133
|
-
width: 100%;
|
|
134
|
-
height: 100%;
|
|
135
|
-
box-sizing: border-box;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.e-shape {
|
|
139
|
-
width: 100%;
|
|
140
|
-
height: 100%;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.svg-container :deep(svg) {
|
|
144
|
-
width: 100%;
|
|
145
|
-
height: 100%;
|
|
146
|
-
display: block;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.svg-loading,
|
|
150
|
-
.svg-error {
|
|
151
|
-
display: flex;
|
|
152
|
-
align-items: center;
|
|
153
|
-
justify-content: center;
|
|
154
|
-
width: 100%;
|
|
155
|
-
height: 100%;
|
|
156
|
-
background: rgba(0,0,0,0.05);
|
|
157
|
-
}
|
|
158
12
|
@keyframes jumpheart {
|
|
159
13
|
to {
|
|
160
14
|
-webkit-transform: scale(1.2);
|
|
@@ -496,52 +350,6 @@
|
|
|
496
350
|
}
|
|
497
351
|
.icon-xingzhuangjiehe:before {
|
|
498
352
|
content: "\E6A6";
|
|
499
|
-
}.form-submit {
|
|
500
|
-
cursor: pointer;
|
|
501
|
-
transition: all 0.2s;
|
|
502
|
-
outline: none;
|
|
503
|
-
border: none;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.form-submit:hover {
|
|
507
|
-
opacity: 0.9;
|
|
508
|
-
transform: translateY(-1px);
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.form-submit:active {
|
|
512
|
-
opacity: 0.8;
|
|
513
|
-
transform: translateY(0);
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.form-submit:disabled {
|
|
517
|
-
opacity: 0.6;
|
|
518
|
-
cursor: not-allowed;
|
|
519
|
-
transform: none !important;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.f-submit {
|
|
523
|
-
position: relative;
|
|
524
|
-
display: block
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.f-submit .ani-wrap {
|
|
528
|
-
width: 100%;
|
|
529
|
-
height: 100%;
|
|
530
|
-
padding: 10px;
|
|
531
|
-
overflow: hidden;
|
|
532
|
-
position: relative
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
.f-submit .f-ovh {
|
|
536
|
-
position: absolute;
|
|
537
|
-
left: 50%;
|
|
538
|
-
top: 50%;
|
|
539
|
-
transform: translate(-50%,-50%)
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.form-submit:disabled {
|
|
543
|
-
opacity: 0.7;
|
|
544
|
-
cursor: not-allowed;
|
|
545
353
|
}.count-down .drag-point {
|
|
546
354
|
cursor: default!important
|
|
547
355
|
}
|
|
@@ -704,106 +512,156 @@ cursor: not-allowed;
|
|
|
704
512
|
align-items: center;
|
|
705
513
|
white-space: nowrap
|
|
706
514
|
}
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
width: 100%;
|
|
714
|
-
height: 100%;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.ele-img .ele-image {
|
|
718
|
-
position: relative;
|
|
719
|
-
display: block;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.ele-img .rotate-wrap {
|
|
723
|
-
position: absolute;
|
|
724
|
-
left: 0;
|
|
725
|
-
right: 0;
|
|
726
|
-
top: 0;
|
|
727
|
-
bottom: 0;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.ele-img .ele-img-bg,
|
|
731
|
-
.ele-img .rotate-wrap .img-wrap {
|
|
732
|
-
width: 100%;
|
|
733
|
-
height: 100%;
|
|
734
|
-
overflow: hidden;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
.ele-img .ele-bg-wrap {
|
|
738
|
-
width: 100%;
|
|
739
|
-
height: 100%;
|
|
740
|
-
background-size: cover;
|
|
741
|
-
background-position: 50% 50%;
|
|
742
|
-
background-repeat: no-repeat;
|
|
743
|
-
background-clip: border-box;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
/* 动画关键帧 */
|
|
747
|
-
@keyframes zoomIn {
|
|
748
|
-
from {
|
|
749
|
-
opacity: 0;
|
|
750
|
-
transform: scale(0.5);
|
|
751
|
-
}
|
|
752
|
-
to {
|
|
753
|
-
opacity: 1;
|
|
754
|
-
transform: scale(1);
|
|
755
|
-
}
|
|
756
|
-
}.element-ditu .ani-wrap {
|
|
515
|
+
|
|
516
|
+
.ele-text {
|
|
517
|
+
position: relative;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.ele-text .ani-wrap {
|
|
757
521
|
width: 100%;
|
|
758
522
|
height: 100%;
|
|
759
|
-
overflow: hidden
|
|
760
523
|
}
|
|
761
524
|
|
|
762
|
-
.
|
|
763
|
-
|
|
764
|
-
|
|
525
|
+
.text-common {
|
|
526
|
+
padding: 5px;
|
|
527
|
+
text-orientation: upright;
|
|
528
|
+
white-space: pre-wrap;
|
|
765
529
|
}
|
|
766
530
|
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
display: -webkit-box;
|
|
771
|
-
display: -ms-flexbox;
|
|
772
|
-
display: flex;
|
|
773
|
-
-webkit-box-align: center;
|
|
774
|
-
-ms-flex-align: center;
|
|
775
|
-
align-items: center;
|
|
776
|
-
padding: 0;
|
|
777
|
-
-webkit-box-pack: center;
|
|
778
|
-
-ms-flex-pack: center;
|
|
779
|
-
justify-content: center;
|
|
780
|
-
background: inherit;
|
|
781
|
-
color: inherit;
|
|
782
|
-
border: none
|
|
531
|
+
/* 文本动画类 */
|
|
532
|
+
.text-fadeIn {
|
|
533
|
+
animation: fadeIn 1s ease-in-out;
|
|
783
534
|
}
|
|
784
535
|
|
|
785
|
-
.
|
|
536
|
+
.text-slideIn {
|
|
537
|
+
animation: slideIn 1s ease-in-out;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.text-bounceIn {
|
|
541
|
+
animation: bounceIn 1s ease-in-out;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
/* 基础动画关键帧 */
|
|
545
|
+
@keyframes fadeIn {
|
|
546
|
+
from {
|
|
547
|
+
opacity: 0;
|
|
548
|
+
}
|
|
549
|
+
to {
|
|
550
|
+
opacity: 1;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
@keyframes slideIn {
|
|
555
|
+
from {
|
|
556
|
+
transform: translateY(20px);
|
|
557
|
+
opacity: 0;
|
|
558
|
+
}
|
|
559
|
+
to {
|
|
560
|
+
transform: translateY(0);
|
|
561
|
+
opacity: 1;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
@keyframes bounceIn {
|
|
566
|
+
0% {
|
|
567
|
+
transform: scale(0.3);
|
|
568
|
+
opacity: 0;
|
|
569
|
+
}
|
|
570
|
+
50% {
|
|
571
|
+
transform: scale(1.05);
|
|
572
|
+
opacity: 0.8;
|
|
573
|
+
}
|
|
574
|
+
70% {
|
|
575
|
+
transform: scale(0.9);
|
|
576
|
+
opacity: 0.9;
|
|
577
|
+
}
|
|
578
|
+
100% {
|
|
579
|
+
transform: scale(1);
|
|
580
|
+
opacity: 1;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
.element-video {
|
|
584
|
+
position: absolute;
|
|
585
|
+
overflow: hidden;
|
|
586
|
+
background-color: transparent;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.element-video .ani-wrap, .element-video img {
|
|
590
|
+
display: block;
|
|
591
|
+
width: 100%;
|
|
592
|
+
height: 100%;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.video-container {
|
|
596
|
+
width: 100%;
|
|
597
|
+
height: 100%;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.video-container iframe {
|
|
601
|
+
width: 100%;
|
|
602
|
+
height: 100%;
|
|
603
|
+
border: none;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.video-cover {
|
|
607
|
+
position: relative;
|
|
608
|
+
width: 100%;
|
|
609
|
+
height: 100%;
|
|
610
|
+
background-size: cover;
|
|
611
|
+
background-position: center;
|
|
612
|
+
cursor: pointer;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.video-cover .play-btn {
|
|
616
|
+
position: absolute;
|
|
617
|
+
left: 50%;
|
|
618
|
+
top: 50%;
|
|
619
|
+
transform: translate(-50%, -50%);
|
|
620
|
+
width: 50px;
|
|
621
|
+
height: 50px;
|
|
622
|
+
opacity: 0.8;
|
|
623
|
+
transition: opacity 0.2s;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.video-cover:hover .play-btn {
|
|
627
|
+
opacity: 1;
|
|
628
|
+
}.ele-shape {
|
|
629
|
+
position: absolute;
|
|
630
|
+
overflow: hidden;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.ani-wrap {
|
|
786
634
|
width: 100%;
|
|
787
635
|
height: 100%;
|
|
788
|
-
|
|
636
|
+
box-sizing: border-box;
|
|
789
637
|
}
|
|
790
638
|
|
|
791
|
-
.
|
|
792
|
-
position: absolute;
|
|
639
|
+
.e-shape {
|
|
793
640
|
width: 100%;
|
|
794
641
|
height: 100%;
|
|
795
|
-
top: 0
|
|
796
642
|
}
|
|
797
|
-
|
|
643
|
+
|
|
644
|
+
.svg-container :deep(svg) {
|
|
645
|
+
width: 100%;
|
|
646
|
+
height: 100%;
|
|
647
|
+
display: block;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.svg-loading,
|
|
651
|
+
.svg-error {
|
|
652
|
+
display: flex;
|
|
653
|
+
align-items: center;
|
|
654
|
+
justify-content: center;
|
|
798
655
|
width: 100%;
|
|
799
656
|
height: 100%;
|
|
800
|
-
|
|
657
|
+
background: rgba(0,0,0,0.05);
|
|
658
|
+
}.call {
|
|
801
659
|
position: absolute;
|
|
802
660
|
cursor: pointer;
|
|
803
661
|
user-select: none;
|
|
804
662
|
}
|
|
805
|
-
|
|
806
|
-
.
|
|
663
|
+
|
|
664
|
+
.call .ani-wrap {
|
|
807
665
|
display: flex;
|
|
808
666
|
justify-content: center;
|
|
809
667
|
align-items: center;
|
|
@@ -812,12 +670,12 @@ cursor: not-allowed;
|
|
|
812
670
|
overflow: hidden;
|
|
813
671
|
transition: opacity 0.2s;
|
|
814
672
|
}
|
|
815
|
-
|
|
816
|
-
.
|
|
673
|
+
|
|
674
|
+
.call .ani-wrap:hover {
|
|
817
675
|
opacity: 0.9;
|
|
818
676
|
}
|
|
819
677
|
|
|
820
|
-
.
|
|
678
|
+
.call-content {
|
|
821
679
|
display: flex;
|
|
822
680
|
align-items: center;
|
|
823
681
|
justify-content: center;
|
|
@@ -825,84 +683,236 @@ cursor: not-allowed;
|
|
|
825
683
|
|
|
826
684
|
.btn-text {
|
|
827
685
|
margin-left: 10px;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
.hb-tel:before {
|
|
690
|
+
content: "\E642";
|
|
691
|
+
}.ele-img {
|
|
692
|
+
position: absolute;
|
|
693
|
+
overflow: hidden;
|
|
831
694
|
}
|
|
832
695
|
|
|
833
|
-
.
|
|
834
|
-
|
|
696
|
+
.ele-img .ani-wrap {
|
|
697
|
+
width: 100%;
|
|
698
|
+
height: 100%;
|
|
835
699
|
}
|
|
836
700
|
|
|
837
|
-
|
|
838
|
-
|
|
701
|
+
.ele-img .ele-image {
|
|
702
|
+
position: relative;
|
|
703
|
+
display: block;
|
|
839
704
|
}
|
|
840
705
|
|
|
841
|
-
.
|
|
842
|
-
|
|
843
|
-
left: 0;
|
|
844
|
-
top: 0;
|
|
845
|
-
width: 100%;
|
|
846
|
-
height: 100%;
|
|
847
|
-
opacity: .5;
|
|
848
|
-
background: #000;
|
|
849
|
-
}
|
|
850
|
-
/* 底部工具栏样式 */
|
|
851
|
-
#toolbarNew {
|
|
852
|
-
position: fixed;
|
|
706
|
+
.ele-img .rotate-wrap {
|
|
707
|
+
position: absolute;
|
|
853
708
|
left: 0;
|
|
709
|
+
right: 0;
|
|
710
|
+
top: 0;
|
|
854
711
|
bottom: 0;
|
|
855
|
-
width: 100%;
|
|
856
|
-
padding: 12px 0;
|
|
857
|
-
background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
|
|
858
|
-
z-index: 100;
|
|
859
712
|
}
|
|
860
713
|
|
|
861
|
-
.
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
.bar-left {
|
|
868
|
-
position: relative;
|
|
869
|
-
flex: 1;
|
|
714
|
+
.ele-img .ele-img-bg,
|
|
715
|
+
.ele-img .rotate-wrap .img-wrap {
|
|
716
|
+
width: 100%;
|
|
717
|
+
height: 100%;
|
|
718
|
+
overflow: hidden;
|
|
870
719
|
}
|
|
871
720
|
|
|
872
|
-
.
|
|
721
|
+
.ele-img .ele-bg-wrap {
|
|
873
722
|
width: 100%;
|
|
874
|
-
height:
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
border-radius: 18px;
|
|
880
|
-
border: none;
|
|
881
|
-
-webkit-appearance: none;
|
|
882
|
-
background-color: rgba(0, 0, 0, 0.28);
|
|
723
|
+
height: 100%;
|
|
724
|
+
background-size: cover;
|
|
725
|
+
background-position: 50% 50%;
|
|
726
|
+
background-repeat: no-repeat;
|
|
727
|
+
background-clip: border-box;
|
|
883
728
|
}
|
|
884
729
|
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
730
|
+
/* 动画关键帧 */
|
|
731
|
+
@keyframes zoomIn {
|
|
732
|
+
from {
|
|
733
|
+
opacity: 0;
|
|
734
|
+
transform: scale(0.5);
|
|
735
|
+
}
|
|
736
|
+
to {
|
|
737
|
+
opacity: 1;
|
|
738
|
+
transform: scale(1);
|
|
739
|
+
}
|
|
740
|
+
}.button {
|
|
741
|
+
position: absolute;
|
|
742
|
+
cursor: pointer;
|
|
743
|
+
user-select: none;
|
|
744
|
+
}
|
|
888
745
|
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
padding: 5px;
|
|
899
|
-
}
|
|
746
|
+
.button .ani-wrap {
|
|
747
|
+
display: flex;
|
|
748
|
+
justify-content: center;
|
|
749
|
+
align-items: center;
|
|
750
|
+
width: 100%;
|
|
751
|
+
height: 100%;
|
|
752
|
+
overflow: hidden;
|
|
753
|
+
transition: opacity 0.2s;
|
|
754
|
+
}
|
|
900
755
|
|
|
901
|
-
|
|
902
|
-
.
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
756
|
+
.button .ani-wrap:hover {
|
|
757
|
+
opacity: 0.9;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.button-content {
|
|
761
|
+
display: flex;
|
|
762
|
+
align-items: center;
|
|
763
|
+
justify-content: center;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.btn-text {
|
|
767
|
+
margin-left: 10px;
|
|
768
|
+
}#audio {
|
|
769
|
+
position: absolute;
|
|
770
|
+
right: 10px;
|
|
771
|
+
top: 10px;
|
|
772
|
+
z-index: 103;
|
|
773
|
+
width: 30px;
|
|
774
|
+
height: 30px;
|
|
775
|
+
display: flex;
|
|
776
|
+
align-items: center;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
#audio .mrotate {
|
|
780
|
+
animation: mrotate 5s linear infinite;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
@keyframes mrotate {
|
|
784
|
+
to {
|
|
785
|
+
transform: rotate(1turn);
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
#audio .audio {
|
|
790
|
+
width: 100%;
|
|
791
|
+
height: 100%;
|
|
792
|
+
display: flex;
|
|
793
|
+
align-items: center;
|
|
794
|
+
justify-content: center;
|
|
795
|
+
color: #fff;
|
|
796
|
+
background: #666;
|
|
797
|
+
border-radius: 50%;
|
|
798
|
+
overflow: hidden;
|
|
799
|
+
cursor: pointer;
|
|
800
|
+
transition: all 0.3s ease;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
#audio .audio.a-border {
|
|
804
|
+
border: 1px solid #fff;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
#audio .audio .music-icon {
|
|
808
|
+
display: block;
|
|
809
|
+
width: 60%;
|
|
810
|
+
height: 60%;
|
|
811
|
+
object-fit: contain;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
#audio .audio .iconfont {
|
|
815
|
+
font-size: 2opx;
|
|
816
|
+
line-height: 1;
|
|
817
|
+
}
|
|
818
|
+
#audio .icon-cancel {
|
|
819
|
+
position: absolute;
|
|
820
|
+
width: 100%;
|
|
821
|
+
height: 100%;
|
|
822
|
+
border-radius: 50%;
|
|
823
|
+
overflow: hidden;
|
|
824
|
+
padding: 15px 0;
|
|
825
|
+
}
|
|
826
|
+
#audio .icon-cancel .icon-h {
|
|
827
|
+
transform: rotate(45deg);
|
|
828
|
+
width: 100%;
|
|
829
|
+
height: 2px;
|
|
830
|
+
background: #fff;
|
|
831
|
+
}
|
|
832
|
+
#audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
|
|
833
|
+
content: '';
|
|
834
|
+
position: absolute;
|
|
835
|
+
width: 100%;
|
|
836
|
+
height: 2px;
|
|
837
|
+
background: #fff;
|
|
838
|
+
}/* Iconfont definition */
|
|
839
|
+
.icon-danmuliebiao1:before {
|
|
840
|
+
content: "\E68A";
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.icon-cuowu2:before {
|
|
844
|
+
content: "\E65E";
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
i {
|
|
848
|
+
font-style: normal;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.v-modal {
|
|
852
|
+
position: fixed;
|
|
853
|
+
left: 0;
|
|
854
|
+
top: 0;
|
|
855
|
+
width: 100%;
|
|
856
|
+
height: 100%;
|
|
857
|
+
opacity: .5;
|
|
858
|
+
background: #000;
|
|
859
|
+
}
|
|
860
|
+
/* 底部工具栏样式 */
|
|
861
|
+
#toolbarNew {
|
|
862
|
+
position: fixed;
|
|
863
|
+
left: 0;
|
|
864
|
+
bottom: 0;
|
|
865
|
+
width: 100%;
|
|
866
|
+
padding: 12px 0;
|
|
867
|
+
background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
|
|
868
|
+
z-index: 100;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.toolbar {
|
|
872
|
+
display: flex;
|
|
873
|
+
align-items: center;
|
|
874
|
+
padding: 0 10px;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.bar-left {
|
|
878
|
+
position: relative;
|
|
879
|
+
flex: 1;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.bar-mess {
|
|
883
|
+
width: 100%;
|
|
884
|
+
height: 36px;
|
|
885
|
+
line-height: 36px;
|
|
886
|
+
font-size: 14px;
|
|
887
|
+
color: #ccc;
|
|
888
|
+
padding: 0 8px;
|
|
889
|
+
border-radius: 18px;
|
|
890
|
+
border: none;
|
|
891
|
+
-webkit-appearance: none;
|
|
892
|
+
background-color: rgba(0, 0, 0, 0.28);
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.bar-mess::placeholder {
|
|
896
|
+
color: rgba(255, 255, 255, 0.7);
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.bar-left .iconfont {
|
|
900
|
+
position: absolute;
|
|
901
|
+
right: 10px;
|
|
902
|
+
top: 50%;
|
|
903
|
+
transform: translateY(-50%);
|
|
904
|
+
color: #f2f2f2;
|
|
905
|
+
font-size: 16px;
|
|
906
|
+
cursor: pointer;
|
|
907
|
+
z-index: 2;
|
|
908
|
+
padding: 5px;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
/* 关闭弹幕按钮样式 */
|
|
912
|
+
.toolbar-close {
|
|
913
|
+
position: absolute;
|
|
914
|
+
left: 10px;
|
|
915
|
+
transform: translateY(-50%);
|
|
906
916
|
display: flex;
|
|
907
917
|
align-items: center;
|
|
908
918
|
cursor: pointer;
|
|
@@ -1728,98 +1738,207 @@ cursor: not-allowed;
|
|
|
1728
1738
|
100% { transform: rotate(360deg); }
|
|
1729
1739
|
}
|
|
1730
1740
|
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
.call .ani-wrap {
|
|
1738
|
-
display: flex;
|
|
1739
|
-
justify-content: center;
|
|
1740
|
-
align-items: center;
|
|
1741
|
+
|
|
1742
|
+
.ele-lottie .ele-lotwrap {
|
|
1743
|
+
overflow: hidden;
|
|
1744
|
+
}.element-ditu .ani-wrap {
|
|
1741
1745
|
width: 100%;
|
|
1742
1746
|
height: 100%;
|
|
1743
|
-
overflow: hidden
|
|
1744
|
-
transition: opacity 0.2s;
|
|
1747
|
+
overflow: hidden
|
|
1745
1748
|
}
|
|
1746
1749
|
|
|
1747
|
-
.
|
|
1748
|
-
|
|
1750
|
+
.element-ditu .map {
|
|
1751
|
+
width: 100%;
|
|
1752
|
+
height: 100%
|
|
1749
1753
|
}
|
|
1750
1754
|
|
|
1751
|
-
.
|
|
1755
|
+
.element-ditu .map .el-button {
|
|
1756
|
+
width: 100%;
|
|
1757
|
+
height: 100%;
|
|
1758
|
+
display: -webkit-box;
|
|
1759
|
+
display: -ms-flexbox;
|
|
1752
1760
|
display: flex;
|
|
1761
|
+
-webkit-box-align: center;
|
|
1762
|
+
-ms-flex-align: center;
|
|
1753
1763
|
align-items: center;
|
|
1764
|
+
padding: 0;
|
|
1765
|
+
-webkit-box-pack: center;
|
|
1766
|
+
-ms-flex-pack: center;
|
|
1754
1767
|
justify-content: center;
|
|
1768
|
+
background: inherit;
|
|
1769
|
+
color: inherit;
|
|
1770
|
+
border: none
|
|
1755
1771
|
}
|
|
1756
1772
|
|
|
1757
|
-
.
|
|
1758
|
-
margin-left: 10px;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
.hb-tel:before {
|
|
1763
|
-
content: "\E642";
|
|
1764
|
-
}
|
|
1765
|
-
.ele-lottie .ele-lotwrap {
|
|
1766
|
-
overflow: hidden;
|
|
1767
|
-
}body, html {
|
|
1773
|
+
.element-ditu .center-map {
|
|
1768
1774
|
width: 100%;
|
|
1769
1775
|
height: 100%;
|
|
1770
|
-
|
|
1771
|
-
* {
|
|
1772
|
-
padding: 0;
|
|
1773
|
-
margin: 0;
|
|
1774
|
-
box-sizing: border-box;
|
|
1775
|
-
white-space: normal;
|
|
1776
|
-
word-break: break-all;
|
|
1777
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
@font-face {
|
|
1781
|
-
font-family: iconfont;
|
|
1782
|
-
src: url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.f1262e4.woff2) format("woff2"),
|
|
1783
|
-
url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.788d827.woff) format("woff"),
|
|
1784
|
-
url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.9541e59.ttf) format("truetype")
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
.iconfont {
|
|
1788
|
-
font-family: "iconfont" !important;
|
|
1789
|
-
font-size: 16px;
|
|
1790
|
-
font-style: normal;
|
|
1791
|
-
-webkit-font-smoothing: antialiased;
|
|
1792
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1776
|
+
background: #fff
|
|
1793
1777
|
}
|
|
1794
1778
|
|
|
1795
|
-
|
|
1796
|
-
position:
|
|
1779
|
+
.element-ditu .mask-map {
|
|
1780
|
+
position: absolute;
|
|
1797
1781
|
width: 100%;
|
|
1798
1782
|
height: 100%;
|
|
1799
|
-
|
|
1783
|
+
top: 0
|
|
1800
1784
|
}
|
|
1801
|
-
|
|
1802
|
-
#page-list {
|
|
1803
|
-
position: relative;
|
|
1785
|
+
.map-iframe {
|
|
1804
1786
|
width: 100%;
|
|
1805
1787
|
height: 100%;
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1788
|
+
}/* .ele-form {
|
|
1789
|
+
position: absolute;
|
|
1790
|
+
user-select: none;
|
|
1791
|
+
} */
|
|
1792
|
+
|
|
1793
|
+
.f-select {
|
|
1794
|
+
cursor: pointer;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
.ani-wrap {
|
|
1798
|
+
position: relative;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
.f-select .ani-wrap .fs-tit {
|
|
1802
|
+
position: relative;
|
|
1803
|
+
display: flex;
|
|
1804
|
+
padding: 0 5px;
|
|
1805
|
+
height: 35px;
|
|
1806
|
+
line-height: 35px;
|
|
1807
|
+
align-items: center;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
.require {
|
|
1811
|
+
padding: 0 5px 0 0;
|
|
1812
|
+
color: red;
|
|
1813
|
+
vertical-align: middle;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.fs-cont {
|
|
1817
|
+
padding-right: 15px;
|
|
1818
|
+
white-space: nowrap;
|
|
1819
|
+
overflow: hidden;
|
|
1820
|
+
text-overflow: ellipsis;
|
|
1821
|
+
flex-grow: 1;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.icon-bofang1 {
|
|
1825
|
+
font-size: 12px;
|
|
1826
|
+
transition: transform 0.2s ease;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.rotate-180 {
|
|
1830
|
+
transform: rotate(180deg) !important;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
.f-real {
|
|
1834
|
+
position: absolute;
|
|
1835
|
+
left: 0;
|
|
1836
|
+
top: 0;
|
|
1837
|
+
width: 100%;
|
|
1838
|
+
height: 100%;
|
|
1839
|
+
z-index: 1;
|
|
1840
|
+
opacity: 0;
|
|
1841
|
+
cursor: pointer;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.dropdown-menu {
|
|
1845
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.dropdown-item {
|
|
1849
|
+
padding: 8px 10px;
|
|
1850
|
+
cursor: pointer;
|
|
1851
|
+
transition: background-color 0.2s;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.dropdown-item:hover {
|
|
1855
|
+
background-color: #f5f5f5;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
.dropdown-item.selected {
|
|
1859
|
+
background-color: #e6f7ff;
|
|
1860
|
+
color: #1890ff;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.f-select .fs-tit .icon-bofang1 {
|
|
1864
|
+
position: absolute;
|
|
1865
|
+
right: 10px;
|
|
1866
|
+
font-size: 12px;
|
|
1867
|
+
display: inline-block;
|
|
1868
|
+
transform: rotate(90deg);
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.icon-bofang1:before {
|
|
1872
|
+
content: "\E6CF";
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.has-error {
|
|
1876
|
+
border-color: #ff4d4f !important;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.error-tip {
|
|
1880
|
+
position: fixed;
|
|
1881
|
+
left: 0;
|
|
1882
|
+
top: 0;
|
|
1883
|
+
width: 100%;
|
|
1884
|
+
height: 100%;
|
|
1885
|
+
z-index: 1000;
|
|
1886
|
+
}body, html {
|
|
1887
|
+
width: 100%;
|
|
1888
|
+
height: 100%;
|
|
1889
|
+
}
|
|
1890
|
+
* {
|
|
1891
|
+
padding: 0;
|
|
1892
|
+
margin: 0;
|
|
1893
|
+
box-sizing: border-box;
|
|
1894
|
+
white-space: normal;
|
|
1895
|
+
word-break: break-all;
|
|
1896
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
@font-face {
|
|
1900
|
+
font-family: iconfont;
|
|
1901
|
+
src: url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.f1262e4.woff2) format("woff2"),
|
|
1902
|
+
url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.788d827.woff) format("woff"),
|
|
1903
|
+
url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.9541e59.ttf) format("truetype")
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
.iconfont {
|
|
1907
|
+
font-family: "iconfont" !important;
|
|
1908
|
+
font-size: 16px;
|
|
1909
|
+
font-style: normal;
|
|
1910
|
+
-webkit-font-smoothing: antialiased;
|
|
1911
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
#index {
|
|
1915
|
+
position: relative;
|
|
1916
|
+
width: 100%;
|
|
1917
|
+
height: 100%;
|
|
1918
|
+
overflow: hidden;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
#page-list {
|
|
1922
|
+
position: relative;
|
|
1923
|
+
width: 100%;
|
|
1924
|
+
height: 100%;
|
|
1925
|
+
max-width: 800px;
|
|
1926
|
+
margin: 0 auto;
|
|
1927
|
+
z-index: 1
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
#page-list.hardware .eles {
|
|
1931
|
+
will-change: transform
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
#page-list .bg-wrap {
|
|
1935
|
+
position: absolute;
|
|
1936
|
+
left: 0;
|
|
1937
|
+
top: 0;
|
|
1938
|
+
right: 0;
|
|
1939
|
+
bottom: 0;
|
|
1940
|
+
z-index: -1
|
|
1941
|
+
}
|
|
1823
1942
|
|
|
1824
1943
|
#page-list .ani-pause .ani-wrap {
|
|
1825
1944
|
animation-play-state: paused!important;
|
|
@@ -3235,83 +3354,173 @@ to {
|
|
|
3235
3354
|
-webkit-transform: none;
|
|
3236
3355
|
transform: none
|
|
3237
3356
|
}
|
|
3238
|
-
}.
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
flex: 1;
|
|
3262
|
-
border: none;
|
|
3263
|
-
outline: none;
|
|
3264
|
-
background: transparent;
|
|
3265
|
-
height: 100%;
|
|
3266
|
-
padding: 0;
|
|
3267
|
-
margin: 0;
|
|
3268
|
-
}
|
|
3269
|
-
/*
|
|
3270
|
-
input::placeholder {
|
|
3271
|
-
color: #ccc;
|
|
3272
|
-
opacity: 1;
|
|
3273
|
-
} */
|
|
3274
|
-
|
|
3275
|
-
.dynamic-placeholder-input::placeholder {
|
|
3276
|
-
color: var(--placeholder-color, #999);
|
|
3357
|
+
}.ele-effect {
|
|
3358
|
+
will-change: transform;
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
.ele-effect .effect-wrap {
|
|
3362
|
+
position: relative;
|
|
3363
|
+
width: 100%;
|
|
3364
|
+
height: 100%;
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
.particle {
|
|
3368
|
+
position: absolute;
|
|
3369
|
+
background-repeat: no-repeat;
|
|
3370
|
+
background-size: contain;
|
|
3371
|
+
animation-name: falling;
|
|
3372
|
+
animation-timing-function: linear;
|
|
3373
|
+
animation-iteration-count: infinite;
|
|
3374
|
+
will-change: transform;
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3377
|
+
@keyframes falling {
|
|
3378
|
+
0% {
|
|
3379
|
+
transform: translateY(0) rotate(0deg);
|
|
3277
3380
|
opacity: 1;
|
|
3278
3381
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3382
|
+
80% {
|
|
3383
|
+
opacity: 0.8;
|
|
3281
3384
|
}
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
opacity:
|
|
3385
|
+
100% {
|
|
3386
|
+
transform: translateY(100vh) rotate(360deg);
|
|
3387
|
+
opacity: 0;
|
|
3285
3388
|
}
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
position: fixed;
|
|
3290
|
-
left: 0;
|
|
3291
|
-
top: 0;
|
|
3292
|
-
width: 100%;
|
|
3293
|
-
height: 100%;
|
|
3294
|
-
display: -ms-flexbox;
|
|
3295
|
-
display: flex;
|
|
3296
|
-
-ms-flex-align: center;
|
|
3297
|
-
align-items: center;
|
|
3298
|
-
-ms-flex-pack: center;
|
|
3299
|
-
justify-content: center;
|
|
3300
|
-
z-index: 999;
|
|
3301
|
-
background-color: rgba(0,0,0,.7)
|
|
3389
|
+
}
|
|
3390
|
+
.ele-lottie .ele-lotwrap {
|
|
3391
|
+
overflow: hidden
|
|
3302
3392
|
}
|
|
3303
3393
|
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
background-color: #fff
|
|
3394
|
+
.ele-effect .effect-wrap {
|
|
3395
|
+
position: relative;
|
|
3396
|
+
overflow: hidden;
|
|
3397
|
+
width: 100%;
|
|
3398
|
+
height: 100%
|
|
3310
3399
|
}
|
|
3311
3400
|
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3401
|
+
.ele-effect .e-small {
|
|
3402
|
+
position: absolute;
|
|
3403
|
+
width: 24px;
|
|
3404
|
+
height: 24px;
|
|
3405
|
+
background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
|
|
3406
|
+
background-size: cover;
|
|
3407
|
+
background-repeat: no-repeat;
|
|
3408
|
+
-webkit-transform-origin: center;
|
|
3409
|
+
transform-origin: center;
|
|
3410
|
+
-webkit-animation: snow 5s linear infinite;
|
|
3411
|
+
animation: snow 5s linear infinite
|
|
3412
|
+
}/* .ele-form {
|
|
3413
|
+
position: absolute;
|
|
3414
|
+
user-select: none;
|
|
3415
|
+
} */
|
|
3416
|
+
|
|
3417
|
+
.f-multiple {
|
|
3418
|
+
cursor: pointer;
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
.ani-wrap {
|
|
3422
|
+
position: relative;
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3425
|
+
.f-multiple .ani-wrap .fs-tit {
|
|
3426
|
+
display: flex;
|
|
3427
|
+
padding: 0 5px;
|
|
3428
|
+
height: 40px;
|
|
3429
|
+
align-items: center;
|
|
3430
|
+
white-space: nowrap;
|
|
3431
|
+
overflow: hidden;
|
|
3432
|
+
text-overflow: ellipsis;
|
|
3433
|
+
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
.require {
|
|
3437
|
+
padding: 0 5px 0 0;
|
|
3438
|
+
color: red;
|
|
3439
|
+
vertical-align: middle;
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3442
|
+
.f-multiple ul {
|
|
3443
|
+
padding: 15px;
|
|
3444
|
+
margin: 0;
|
|
3445
|
+
list-style: none;
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
.f-multiple ul li {
|
|
3449
|
+
margin-top: 12px;
|
|
3450
|
+
font-size: 0;
|
|
3451
|
+
display: flex;
|
|
3452
|
+
align-items: center;
|
|
3453
|
+
cursor: pointer;
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
.f-multiple ul li:first-child {
|
|
3457
|
+
margin-top: 0;
|
|
3458
|
+
}
|
|
3459
|
+
|
|
3460
|
+
.fs-circle {
|
|
3461
|
+
display: inline-block;
|
|
3462
|
+
width: 16px;
|
|
3463
|
+
height: 16px;
|
|
3464
|
+
border-radius: 50%;
|
|
3465
|
+
position: relative;
|
|
3466
|
+
transition: all 0.2s;
|
|
3467
|
+
}
|
|
3468
|
+
|
|
3469
|
+
.fs-circle.selected {
|
|
3470
|
+
background-color: #2687f1;
|
|
3471
|
+
border-color: #2687f1 !important;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.fs-circle.selected::after {
|
|
3475
|
+
content: "";
|
|
3476
|
+
position: absolute;
|
|
3477
|
+
top: 3px;
|
|
3478
|
+
left: 3px;
|
|
3479
|
+
width: 8px;
|
|
3480
|
+
height: 8px;
|
|
3481
|
+
border-radius: 50%;
|
|
3482
|
+
background-color: white;
|
|
3483
|
+
}
|
|
3484
|
+
|
|
3485
|
+
.fs-txt {
|
|
3486
|
+
display: inline-block;
|
|
3487
|
+
width: calc(100% - 16px);
|
|
3488
|
+
padding-left: 8px;
|
|
3489
|
+
vertical-align: top;
|
|
3490
|
+
word-break: break-all;
|
|
3491
|
+
font-size: 14px;
|
|
3492
|
+
line-height: 1.2;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
.has-error .fs-tit {
|
|
3496
|
+
border-bottom-color: #ff4d4f;
|
|
3497
|
+
}#page-list .tip-cover {
|
|
3498
|
+
position: fixed;
|
|
3499
|
+
left: 0;
|
|
3500
|
+
top: 0;
|
|
3501
|
+
width: 100%;
|
|
3502
|
+
height: 100%;
|
|
3503
|
+
display: -ms-flexbox;
|
|
3504
|
+
display: flex;
|
|
3505
|
+
-ms-flex-align: center;
|
|
3506
|
+
align-items: center;
|
|
3507
|
+
-ms-flex-pack: center;
|
|
3508
|
+
justify-content: center;
|
|
3509
|
+
z-index: 999;
|
|
3510
|
+
background-color: rgba(0,0,0,.7)
|
|
3511
|
+
}
|
|
3512
|
+
|
|
3513
|
+
#page-list .tip-cover .tip {
|
|
3514
|
+
width: 80%;
|
|
3515
|
+
max-width: 250px;
|
|
3516
|
+
padding: 10px;
|
|
3517
|
+
border-radius: 5px;
|
|
3518
|
+
background-color: #fff
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
#page-list .tip-cover .tip-btn {
|
|
3522
|
+
display: block;
|
|
3523
|
+
margin: 25px auto;
|
|
3315
3524
|
width: 120px;
|
|
3316
3525
|
height: 30px;
|
|
3317
3526
|
color: #fff;
|
|
@@ -3362,73 +3571,246 @@ to {
|
|
|
3362
3571
|
font-size: 14px;
|
|
3363
3572
|
line-height: 20px;
|
|
3364
3573
|
background: #ed5566;
|
|
3365
|
-
} .
|
|
3366
|
-
|
|
3367
|
-
}
|
|
3368
|
-
|
|
3369
|
-
.
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3574
|
+
} .form-input {
|
|
3575
|
+
position: absolute;
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
.input-wrapper {
|
|
3579
|
+
display: flex;
|
|
3580
|
+
align-items: center;
|
|
3581
|
+
width: 100%;
|
|
3582
|
+
height: 100%;
|
|
3583
|
+
padding: 0 10px;
|
|
3584
|
+
box-sizing: border-box;
|
|
3585
|
+
position: relative;
|
|
3586
|
+
transition: border-color 0.3s;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
.required-marker {
|
|
3590
|
+
font-size: 12px;
|
|
3591
|
+
padding: 0 5px 0 0;
|
|
3592
|
+
color: red;
|
|
3593
|
+
vertical-align: middle;
|
|
3594
|
+
}
|
|
3595
|
+
|
|
3596
|
+
input {
|
|
3597
|
+
flex: 1;
|
|
3598
|
+
border: none;
|
|
3599
|
+
outline: none;
|
|
3600
|
+
background: transparent;
|
|
3601
|
+
height: 100%;
|
|
3602
|
+
padding: 0;
|
|
3603
|
+
margin: 0;
|
|
3604
|
+
}
|
|
3605
|
+
/*
|
|
3606
|
+
input::placeholder {
|
|
3607
|
+
color: #ccc;
|
|
3608
|
+
opacity: 1;
|
|
3609
|
+
} */
|
|
3610
|
+
|
|
3611
|
+
.dynamic-placeholder-input::placeholder {
|
|
3612
|
+
color: var(--placeholder-color, #999);
|
|
3388
3613
|
opacity: 1;
|
|
3389
3614
|
}
|
|
3390
|
-
|
|
3391
|
-
|
|
3615
|
+
.dynamic-placeholder-input::-webkit-input-placeholder {
|
|
3616
|
+
color: var(--placeholder-color, #999);
|
|
3392
3617
|
}
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
opacity:
|
|
3618
|
+
.dynamic-placeholder-input::-moz-placeholder {
|
|
3619
|
+
color: var(--placeholder-color, #999);
|
|
3620
|
+
opacity: 1;
|
|
3396
3621
|
}
|
|
3622
|
+
.dynamic-placeholder-input:-ms-input-placeholder {
|
|
3623
|
+
color: var(--placeholder-color, #999);
|
|
3624
|
+
}.form-submit {
|
|
3625
|
+
cursor: pointer;
|
|
3626
|
+
transition: all 0.2s;
|
|
3627
|
+
outline: none;
|
|
3628
|
+
border: none;
|
|
3397
3629
|
}
|
|
3398
|
-
|
|
3399
|
-
|
|
3630
|
+
|
|
3631
|
+
.form-submit:hover {
|
|
3632
|
+
opacity: 0.9;
|
|
3633
|
+
transform: translateY(-1px);
|
|
3400
3634
|
}
|
|
3401
3635
|
|
|
3402
|
-
.
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
width: 100%;
|
|
3406
|
-
height: 100%
|
|
3636
|
+
.form-submit:active {
|
|
3637
|
+
opacity: 0.8;
|
|
3638
|
+
transform: translateY(0);
|
|
3407
3639
|
}
|
|
3408
3640
|
|
|
3409
|
-
.
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
|
|
3414
|
-
background-size: cover;
|
|
3415
|
-
background-repeat: no-repeat;
|
|
3416
|
-
-webkit-transform-origin: center;
|
|
3417
|
-
transform-origin: center;
|
|
3418
|
-
-webkit-animation: snow 5s linear infinite;
|
|
3419
|
-
animation: snow 5s linear infinite
|
|
3641
|
+
.form-submit:disabled {
|
|
3642
|
+
opacity: 0.6;
|
|
3643
|
+
cursor: not-allowed;
|
|
3644
|
+
transform: none !important;
|
|
3420
3645
|
}
|
|
3421
|
-
|
|
3422
|
-
|
|
3646
|
+
|
|
3647
|
+
.f-submit {
|
|
3648
|
+
position: relative;
|
|
3649
|
+
display: block
|
|
3423
3650
|
}
|
|
3424
|
-
|
|
3425
|
-
|
|
3651
|
+
|
|
3652
|
+
.f-submit .ani-wrap {
|
|
3653
|
+
width: 100%;
|
|
3654
|
+
height: 100%;
|
|
3655
|
+
padding: 10px;
|
|
3656
|
+
overflow: hidden;
|
|
3657
|
+
position: relative
|
|
3426
3658
|
}
|
|
3427
|
-
|
|
3428
|
-
|
|
3659
|
+
|
|
3660
|
+
.f-submit .f-ovh {
|
|
3661
|
+
position: absolute;
|
|
3662
|
+
left: 50%;
|
|
3663
|
+
top: 50%;
|
|
3664
|
+
transform: translate(-50%,-50%)
|
|
3429
3665
|
}
|
|
3430
|
-
|
|
3431
|
-
|
|
3666
|
+
|
|
3667
|
+
.form-submit:disabled {
|
|
3668
|
+
opacity: 0.7;
|
|
3669
|
+
cursor: not-allowed;
|
|
3670
|
+
}
|
|
3671
|
+
.global.video {
|
|
3672
|
+
width: 35px;
|
|
3673
|
+
height: 55px;
|
|
3674
|
+
border-radius: 50%;
|
|
3675
|
+
text-align: center;
|
|
3676
|
+
margin-bottom: 5px;
|
|
3677
|
+
border: 2px solid #fff;
|
|
3678
|
+
cursor: pointer;
|
|
3679
|
+
}
|
|
3680
|
+
.icon-shipin2:before { content: "\E611"; }
|
|
3681
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
3682
|
+
.global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
|
|
3683
|
+
}
|
|
3684
|
+
/* .ele-form {
|
|
3685
|
+
position: absolute;
|
|
3686
|
+
user-select: none;
|
|
3687
|
+
}
|
|
3688
|
+
*/
|
|
3689
|
+
.f-single {
|
|
3690
|
+
cursor: pointer;
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
.ani-wrap {
|
|
3694
|
+
position: relative;
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
.f-single .ani-wrap .fs-tit {
|
|
3698
|
+
display: flex;
|
|
3699
|
+
padding: 0 5px;
|
|
3700
|
+
height: 40px;
|
|
3701
|
+
align-items: center;
|
|
3702
|
+
white-space: nowrap;
|
|
3703
|
+
overflow: hidden;
|
|
3704
|
+
text-overflow: ellipsis;
|
|
3705
|
+
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
3706
|
+
}
|
|
3707
|
+
|
|
3708
|
+
.require {
|
|
3709
|
+
padding: 0 5px 0 0;
|
|
3710
|
+
color: red;
|
|
3711
|
+
vertical-align: middle;
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
.f-single ul {
|
|
3715
|
+
padding: 15px;
|
|
3716
|
+
margin: 0;
|
|
3717
|
+
list-style: none;
|
|
3718
|
+
}
|
|
3719
|
+
|
|
3720
|
+
.f-single ul li {
|
|
3721
|
+
display: flex;
|
|
3722
|
+
align-items: center;
|
|
3723
|
+
margin-top: 12px;
|
|
3724
|
+
font-size: 0;
|
|
3725
|
+
}
|
|
3726
|
+
|
|
3727
|
+
.f-single ul li:first-child {
|
|
3728
|
+
margin-top: 0;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
.fs-circle {
|
|
3732
|
+
display: inline-block;
|
|
3733
|
+
width: 16px;
|
|
3734
|
+
height: 16px;
|
|
3735
|
+
border-radius: 50%;
|
|
3736
|
+
position: relative;
|
|
3737
|
+
transition: all 0.2s;
|
|
3738
|
+
}
|
|
3739
|
+
|
|
3740
|
+
.fs-circle.selected {
|
|
3741
|
+
background-color: #2687f1;
|
|
3742
|
+
border-color: #2687f1 !important;
|
|
3743
|
+
}
|
|
3744
|
+
|
|
3745
|
+
.fs-circle.selected::after {
|
|
3746
|
+
content: "";
|
|
3747
|
+
position: absolute;
|
|
3748
|
+
top: 3px;
|
|
3749
|
+
left: 3px;
|
|
3750
|
+
width: 8px;
|
|
3751
|
+
height: 8px;
|
|
3752
|
+
border-radius: 50%;
|
|
3753
|
+
background-color: white;
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
.fs-txt {
|
|
3757
|
+
display: inline-block;
|
|
3758
|
+
width: calc(100% - 16px);
|
|
3759
|
+
padding-left: 8px;
|
|
3760
|
+
vertical-align: top;
|
|
3761
|
+
word-break: break-all;
|
|
3762
|
+
font-size: 14px;
|
|
3763
|
+
line-height: 1.2;
|
|
3764
|
+
}
|
|
3765
|
+
|
|
3766
|
+
.has-error .fs-tit {
|
|
3767
|
+
border-bottom-color: #ff4d4f;
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
/* 错误提示样式 */
|
|
3771
|
+
.error-tip {
|
|
3772
|
+
position: fixed;
|
|
3773
|
+
left: 0;
|
|
3774
|
+
top: 0;
|
|
3775
|
+
width: 100%;
|
|
3776
|
+
height: 100%;
|
|
3777
|
+
z-index: 1000;
|
|
3778
|
+
}
|
|
3779
|
+
.global.receipt {
|
|
3780
|
+
width: 35px;
|
|
3781
|
+
height: 55px;
|
|
3782
|
+
border-radius: 50%;
|
|
3783
|
+
text-align: center;
|
|
3784
|
+
margin-bottom: 5px;
|
|
3785
|
+
border: 2px solid #fff;
|
|
3786
|
+
cursor: pointer;
|
|
3787
|
+
}
|
|
3788
|
+
.icon-liuyan:before { content: "\E636"; }
|
|
3789
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
3790
|
+
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|
|
3791
|
+
.global.map {
|
|
3792
|
+
width: 35px;
|
|
3793
|
+
height: 55px;
|
|
3794
|
+
border-radius: 50%;
|
|
3795
|
+
text-align: center;
|
|
3796
|
+
margin-bottom: 5px;
|
|
3797
|
+
border: 2px solid #fff;
|
|
3798
|
+
cursor: pointer;
|
|
3799
|
+
}
|
|
3800
|
+
.icon-daohang1:before { content: "\E612"; }
|
|
3801
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
3802
|
+
.global.map > span { font-size: 10px; line-height: 20px; display: block;}
|
|
3803
|
+
.icon-guanbi:before {
|
|
3804
|
+
content: "\E676";
|
|
3805
|
+
}
|
|
3806
|
+
.icon-liuyan:before {
|
|
3807
|
+
content: "\E636";
|
|
3808
|
+
}
|
|
3809
|
+
.icon-dianhua:before {
|
|
3810
|
+
content: "\E60E";
|
|
3811
|
+
}
|
|
3812
|
+
.icon-daohang1:before {
|
|
3813
|
+
content: "\E612";
|
|
3432
3814
|
}
|
|
3433
3815
|
.icon-shipin2:before {
|
|
3434
3816
|
content: "\E611";
|
|
@@ -3812,397 +4194,15 @@ to {
|
|
|
3812
4194
|
color: #F44336; /* 失败的红色 */
|
|
3813
4195
|
}
|
|
3814
4196
|
|
|
3815
|
-
.
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
.text-common {
|
|
3825
|
-
padding: 5px;
|
|
3826
|
-
text-orientation: upright;
|
|
3827
|
-
white-space: pre-wrap;
|
|
3828
|
-
}
|
|
3829
|
-
|
|
3830
|
-
/* 文本动画类 */
|
|
3831
|
-
.text-fadeIn {
|
|
3832
|
-
animation: fadeIn 1s ease-in-out;
|
|
3833
|
-
}
|
|
3834
|
-
|
|
3835
|
-
.text-slideIn {
|
|
3836
|
-
animation: slideIn 1s ease-in-out;
|
|
3837
|
-
}
|
|
3838
|
-
|
|
3839
|
-
.text-bounceIn {
|
|
3840
|
-
animation: bounceIn 1s ease-in-out;
|
|
3841
|
-
}
|
|
3842
|
-
|
|
3843
|
-
/* 基础动画关键帧 */
|
|
3844
|
-
@keyframes fadeIn {
|
|
3845
|
-
from {
|
|
3846
|
-
opacity: 0;
|
|
3847
|
-
}
|
|
3848
|
-
to {
|
|
3849
|
-
opacity: 1;
|
|
3850
|
-
}
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
|
-
@keyframes slideIn {
|
|
3854
|
-
from {
|
|
3855
|
-
transform: translateY(20px);
|
|
3856
|
-
opacity: 0;
|
|
3857
|
-
}
|
|
3858
|
-
to {
|
|
3859
|
-
transform: translateY(0);
|
|
3860
|
-
opacity: 1;
|
|
3861
|
-
}
|
|
3862
|
-
}
|
|
3863
|
-
|
|
3864
|
-
@keyframes bounceIn {
|
|
3865
|
-
0% {
|
|
3866
|
-
transform: scale(0.3);
|
|
3867
|
-
opacity: 0;
|
|
3868
|
-
}
|
|
3869
|
-
50% {
|
|
3870
|
-
transform: scale(1.05);
|
|
3871
|
-
opacity: 0.8;
|
|
3872
|
-
}
|
|
3873
|
-
70% {
|
|
3874
|
-
transform: scale(0.9);
|
|
3875
|
-
opacity: 0.9;
|
|
3876
|
-
}
|
|
3877
|
-
100% {
|
|
3878
|
-
transform: scale(1);
|
|
3879
|
-
opacity: 1;
|
|
3880
|
-
}
|
|
3881
|
-
}/* .ele-form {
|
|
3882
|
-
position: absolute;
|
|
3883
|
-
user-select: none;
|
|
3884
|
-
}
|
|
3885
|
-
*/
|
|
3886
|
-
.f-single {
|
|
3887
|
-
cursor: pointer;
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
|
-
.ani-wrap {
|
|
3891
|
-
position: relative;
|
|
3892
|
-
}
|
|
3893
|
-
|
|
3894
|
-
.f-single .ani-wrap .fs-tit {
|
|
3895
|
-
display: flex;
|
|
3896
|
-
padding: 0 5px;
|
|
3897
|
-
height: 40px;
|
|
3898
|
-
align-items: center;
|
|
3899
|
-
white-space: nowrap;
|
|
3900
|
-
overflow: hidden;
|
|
3901
|
-
text-overflow: ellipsis;
|
|
3902
|
-
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
3903
|
-
}
|
|
3904
|
-
|
|
3905
|
-
.require {
|
|
3906
|
-
padding: 0 5px 0 0;
|
|
3907
|
-
color: red;
|
|
3908
|
-
vertical-align: middle;
|
|
3909
|
-
}
|
|
3910
|
-
|
|
3911
|
-
.f-single ul {
|
|
3912
|
-
padding: 15px;
|
|
3913
|
-
margin: 0;
|
|
3914
|
-
list-style: none;
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
.f-single ul li {
|
|
3918
|
-
display: flex;
|
|
3919
|
-
align-items: center;
|
|
3920
|
-
margin-top: 12px;
|
|
3921
|
-
font-size: 0;
|
|
3922
|
-
}
|
|
3923
|
-
|
|
3924
|
-
.f-single ul li:first-child {
|
|
3925
|
-
margin-top: 0;
|
|
3926
|
-
}
|
|
3927
|
-
|
|
3928
|
-
.fs-circle {
|
|
3929
|
-
display: inline-block;
|
|
3930
|
-
width: 16px;
|
|
3931
|
-
height: 16px;
|
|
3932
|
-
border-radius: 50%;
|
|
3933
|
-
position: relative;
|
|
3934
|
-
transition: all 0.2s;
|
|
3935
|
-
}
|
|
3936
|
-
|
|
3937
|
-
.fs-circle.selected {
|
|
3938
|
-
background-color: #2687f1;
|
|
3939
|
-
border-color: #2687f1 !important;
|
|
3940
|
-
}
|
|
3941
|
-
|
|
3942
|
-
.fs-circle.selected::after {
|
|
3943
|
-
content: "";
|
|
3944
|
-
position: absolute;
|
|
3945
|
-
top: 3px;
|
|
3946
|
-
left: 3px;
|
|
3947
|
-
width: 8px;
|
|
3948
|
-
height: 8px;
|
|
3949
|
-
border-radius: 50%;
|
|
3950
|
-
background-color: white;
|
|
3951
|
-
}
|
|
3952
|
-
|
|
3953
|
-
.fs-txt {
|
|
3954
|
-
display: inline-block;
|
|
3955
|
-
width: calc(100% - 16px);
|
|
3956
|
-
padding-left: 8px;
|
|
3957
|
-
vertical-align: top;
|
|
3958
|
-
word-break: break-all;
|
|
3959
|
-
font-size: 14px;
|
|
3960
|
-
line-height: 1.2;
|
|
3961
|
-
}
|
|
3962
|
-
|
|
3963
|
-
.has-error .fs-tit {
|
|
3964
|
-
border-bottom-color: #ff4d4f;
|
|
3965
|
-
}
|
|
3966
|
-
|
|
3967
|
-
/* 错误提示样式 */
|
|
3968
|
-
.error-tip {
|
|
3969
|
-
position: fixed;
|
|
3970
|
-
left: 0;
|
|
3971
|
-
top: 0;
|
|
3972
|
-
width: 100%;
|
|
3973
|
-
height: 100%;
|
|
3974
|
-
z-index: 1000;
|
|
3975
|
-
}/* .ele-form {
|
|
3976
|
-
position: absolute;
|
|
3977
|
-
user-select: none;
|
|
3978
|
-
} */
|
|
3979
|
-
|
|
3980
|
-
.f-multiple {
|
|
3981
|
-
cursor: pointer;
|
|
3982
|
-
}
|
|
3983
|
-
|
|
3984
|
-
.ani-wrap {
|
|
3985
|
-
position: relative;
|
|
3986
|
-
}
|
|
3987
|
-
|
|
3988
|
-
.f-multiple .ani-wrap .fs-tit {
|
|
3989
|
-
display: flex;
|
|
3990
|
-
padding: 0 5px;
|
|
3991
|
-
height: 40px;
|
|
3992
|
-
align-items: center;
|
|
3993
|
-
white-space: nowrap;
|
|
3994
|
-
overflow: hidden;
|
|
3995
|
-
text-overflow: ellipsis;
|
|
3996
|
-
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
3997
|
-
}
|
|
3998
|
-
|
|
3999
|
-
.require {
|
|
4000
|
-
padding: 0 5px 0 0;
|
|
4001
|
-
color: red;
|
|
4002
|
-
vertical-align: middle;
|
|
4003
|
-
}
|
|
4004
|
-
|
|
4005
|
-
.f-multiple ul {
|
|
4006
|
-
padding: 15px;
|
|
4007
|
-
margin: 0;
|
|
4008
|
-
list-style: none;
|
|
4009
|
-
}
|
|
4010
|
-
|
|
4011
|
-
.f-multiple ul li {
|
|
4012
|
-
margin-top: 12px;
|
|
4013
|
-
font-size: 0;
|
|
4014
|
-
display: flex;
|
|
4015
|
-
align-items: center;
|
|
4016
|
-
cursor: pointer;
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
.f-multiple ul li:first-child {
|
|
4020
|
-
margin-top: 0;
|
|
4021
|
-
}
|
|
4022
|
-
|
|
4023
|
-
.fs-circle {
|
|
4024
|
-
display: inline-block;
|
|
4025
|
-
width: 16px;
|
|
4026
|
-
height: 16px;
|
|
4027
|
-
border-radius: 50%;
|
|
4028
|
-
position: relative;
|
|
4029
|
-
transition: all 0.2s;
|
|
4030
|
-
}
|
|
4031
|
-
|
|
4032
|
-
.fs-circle.selected {
|
|
4033
|
-
background-color: #2687f1;
|
|
4034
|
-
border-color: #2687f1 !important;
|
|
4035
|
-
}
|
|
4036
|
-
|
|
4037
|
-
.fs-circle.selected::after {
|
|
4038
|
-
content: "";
|
|
4039
|
-
position: absolute;
|
|
4040
|
-
top: 3px;
|
|
4041
|
-
left: 3px;
|
|
4042
|
-
width: 8px;
|
|
4043
|
-
height: 8px;
|
|
4044
|
-
border-radius: 50%;
|
|
4045
|
-
background-color: white;
|
|
4046
|
-
}
|
|
4047
|
-
|
|
4048
|
-
.fs-txt {
|
|
4049
|
-
display: inline-block;
|
|
4050
|
-
width: calc(100% - 16px);
|
|
4051
|
-
padding-left: 8px;
|
|
4052
|
-
vertical-align: top;
|
|
4053
|
-
word-break: break-all;
|
|
4054
|
-
font-size: 14px;
|
|
4055
|
-
line-height: 1.2;
|
|
4056
|
-
}
|
|
4057
|
-
|
|
4058
|
-
.has-error .fs-tit {
|
|
4059
|
-
border-bottom-color: #ff4d4f;
|
|
4060
|
-
}
|
|
4061
|
-
.global.receipt {
|
|
4062
|
-
width: 35px;
|
|
4063
|
-
height: 55px;
|
|
4064
|
-
border-radius: 50%;
|
|
4065
|
-
text-align: center;
|
|
4066
|
-
margin-bottom: 5px;
|
|
4067
|
-
border: 2px solid #fff;
|
|
4068
|
-
cursor: pointer;
|
|
4069
|
-
}
|
|
4070
|
-
.icon-liuyan:before { content: "\E636"; }
|
|
4071
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
4072
|
-
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|
|
4073
|
-
.global.tel {
|
|
4074
|
-
width: 35px;
|
|
4075
|
-
height: 55px;
|
|
4076
|
-
border-radius: 50%;
|
|
4077
|
-
text-align: center;
|
|
4078
|
-
margin-bottom: 15px;
|
|
4079
|
-
border: 2px solid #fff;
|
|
4080
|
-
cursor: pointer;
|
|
4197
|
+
.global.tel {
|
|
4198
|
+
width: 35px;
|
|
4199
|
+
height: 55px;
|
|
4200
|
+
border-radius: 50%;
|
|
4201
|
+
text-align: center;
|
|
4202
|
+
margin-bottom: 15px;
|
|
4203
|
+
border: 2px solid #fff;
|
|
4204
|
+
cursor: pointer;
|
|
4081
4205
|
}
|
|
4082
4206
|
.icon-dianhua:before { content: "\E60E"; }
|
|
4083
4207
|
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
4084
|
-
.global.tel > span { font-size: 10px; line-height: 20px; display: block;}
|
|
4085
|
-
position: absolute;
|
|
4086
|
-
user-select: none;
|
|
4087
|
-
} */
|
|
4088
|
-
|
|
4089
|
-
.f-select {
|
|
4090
|
-
cursor: pointer;
|
|
4091
|
-
}
|
|
4092
|
-
|
|
4093
|
-
.ani-wrap {
|
|
4094
|
-
position: relative;
|
|
4095
|
-
}
|
|
4096
|
-
|
|
4097
|
-
.f-select .ani-wrap .fs-tit {
|
|
4098
|
-
position: relative;
|
|
4099
|
-
display: flex;
|
|
4100
|
-
padding: 0 5px;
|
|
4101
|
-
height: 35px;
|
|
4102
|
-
line-height: 35px;
|
|
4103
|
-
align-items: center;
|
|
4104
|
-
}
|
|
4105
|
-
|
|
4106
|
-
.require {
|
|
4107
|
-
padding: 0 5px 0 0;
|
|
4108
|
-
color: red;
|
|
4109
|
-
vertical-align: middle;
|
|
4110
|
-
}
|
|
4111
|
-
|
|
4112
|
-
.fs-cont {
|
|
4113
|
-
padding-right: 15px;
|
|
4114
|
-
white-space: nowrap;
|
|
4115
|
-
overflow: hidden;
|
|
4116
|
-
text-overflow: ellipsis;
|
|
4117
|
-
flex-grow: 1;
|
|
4118
|
-
}
|
|
4119
|
-
|
|
4120
|
-
.icon-bofang1 {
|
|
4121
|
-
font-size: 12px;
|
|
4122
|
-
transition: transform 0.2s ease;
|
|
4123
|
-
}
|
|
4124
|
-
|
|
4125
|
-
.rotate-180 {
|
|
4126
|
-
transform: rotate(180deg) !important;
|
|
4127
|
-
}
|
|
4128
|
-
|
|
4129
|
-
.f-real {
|
|
4130
|
-
position: absolute;
|
|
4131
|
-
left: 0;
|
|
4132
|
-
top: 0;
|
|
4133
|
-
width: 100%;
|
|
4134
|
-
height: 100%;
|
|
4135
|
-
z-index: 1;
|
|
4136
|
-
opacity: 0;
|
|
4137
|
-
cursor: pointer;
|
|
4138
|
-
}
|
|
4139
|
-
|
|
4140
|
-
.dropdown-menu {
|
|
4141
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
4142
|
-
}
|
|
4143
|
-
|
|
4144
|
-
.dropdown-item {
|
|
4145
|
-
padding: 8px 10px;
|
|
4146
|
-
cursor: pointer;
|
|
4147
|
-
transition: background-color 0.2s;
|
|
4148
|
-
}
|
|
4149
|
-
|
|
4150
|
-
.dropdown-item:hover {
|
|
4151
|
-
background-color: #f5f5f5;
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
|
-
.dropdown-item.selected {
|
|
4155
|
-
background-color: #e6f7ff;
|
|
4156
|
-
color: #1890ff;
|
|
4157
|
-
}
|
|
4158
|
-
|
|
4159
|
-
.f-select .fs-tit .icon-bofang1 {
|
|
4160
|
-
position: absolute;
|
|
4161
|
-
right: 10px;
|
|
4162
|
-
font-size: 12px;
|
|
4163
|
-
display: inline-block;
|
|
4164
|
-
transform: rotate(90deg);
|
|
4165
|
-
}
|
|
4166
|
-
|
|
4167
|
-
.icon-bofang1:before {
|
|
4168
|
-
content: "\E6CF";
|
|
4169
|
-
}
|
|
4170
|
-
|
|
4171
|
-
.has-error {
|
|
4172
|
-
border-color: #ff4d4f !important;
|
|
4173
|
-
}
|
|
4174
|
-
|
|
4175
|
-
.error-tip {
|
|
4176
|
-
position: fixed;
|
|
4177
|
-
left: 0;
|
|
4178
|
-
top: 0;
|
|
4179
|
-
width: 100%;
|
|
4180
|
-
height: 100%;
|
|
4181
|
-
z-index: 1000;
|
|
4182
|
-
}
|
|
4183
|
-
.global.video {
|
|
4184
|
-
width: 35px;
|
|
4185
|
-
height: 55px;
|
|
4186
|
-
border-radius: 50%;
|
|
4187
|
-
text-align: center;
|
|
4188
|
-
margin-bottom: 5px;
|
|
4189
|
-
border: 2px solid #fff;
|
|
4190
|
-
cursor: pointer;
|
|
4191
|
-
}
|
|
4192
|
-
.icon-shipin2:before { content: "\E611"; }
|
|
4193
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
4194
|
-
.global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
|
|
4195
|
-
}
|
|
4196
|
-
|
|
4197
|
-
.global.map {
|
|
4198
|
-
width: 35px;
|
|
4199
|
-
height: 55px;
|
|
4200
|
-
border-radius: 50%;
|
|
4201
|
-
text-align: center;
|
|
4202
|
-
margin-bottom: 5px;
|
|
4203
|
-
border: 2px solid #fff;
|
|
4204
|
-
cursor: pointer;
|
|
4205
|
-
}
|
|
4206
|
-
.icon-daohang1:before { content: "\E612"; }
|
|
4207
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
4208
|
-
.global.map > span { font-size: 10px; line-height: 20px; display: block;}
|
|
4208
|
+
.global.tel > span { font-size: 10px; line-height: 20px; display: block;}
|