unika-components 1.1.154 → 1.1.155

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.
@@ -75,104 +75,49 @@
75
75
  max-height: 100%;
76
76
  width: 100%;
77
77
  }
78
- #audio {
78
+ .ele-shape {
79
79
  position: absolute;
80
- right: 10px;
81
- top: 10px;
82
- z-index: 103;
83
- width: 30px;
84
- height: 30px;
85
- display: flex;
86
- align-items: center;
87
- }
88
-
89
- #audio .mrotate {
90
- animation: mrotate 5s linear infinite;
91
- }
92
-
93
- @keyframes mrotate {
94
- to {
95
- transform: rotate(1turn);
96
- }
80
+ overflow: hidden;
97
81
  }
98
82
 
99
- #audio .audio {
83
+ .ani-wrap {
100
84
  width: 100%;
101
85
  height: 100%;
102
- display: flex;
103
- align-items: center;
104
- justify-content: center;
105
- color: #fff;
106
- background: #666;
107
- border-radius: 50%;
108
- overflow: hidden;
109
- cursor: pointer;
110
- transition: all 0.3s ease;
86
+ box-sizing: border-box;
111
87
  }
112
88
 
113
- #audio .audio.a-border {
114
- border: 1px solid #fff;
89
+ .e-shape {
90
+ width: 100%;
91
+ height: 100%;
115
92
  }
116
93
 
117
- #audio .audio .music-icon {
94
+ .svg-container :deep(svg) {
95
+ width: 100%;
96
+ height: 100%;
118
97
  display: block;
119
- width: 60%;
120
- height: 60%;
121
- object-fit: contain;
122
98
  }
123
99
 
124
- #audio .audio .iconfont {
125
- font-size: 2opx;
126
- line-height: 1;
127
- }
128
- #audio .icon-cancel {
129
- position: absolute;
130
- width: 100%;
131
- height: 100%;
132
- border-radius: 50%;
133
- overflow: hidden;
134
- padding: 15px 0;
135
- }
136
- #audio .icon-cancel .icon-h {
137
- transform: rotate(45deg);
138
- width: 100%;
139
- height: 2px;
140
- background: #fff;
141
- }
142
- #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
143
- content: '';
144
- position: absolute;
145
- width: 100%;
146
- height: 2px;
147
- background: #fff;
148
- }.button {
149
- position: absolute;
150
- cursor: pointer;
151
- user-select: none;
152
- }
153
-
154
- .button .ani-wrap {
155
- display: flex;
156
- justify-content: center;
157
- align-items: center;
100
+ .svg-container {
158
101
  width: 100%;
159
102
  height: 100%;
160
- overflow: hidden;
161
- transition: opacity 0.2s;
162
- }
163
-
164
- .button .ani-wrap:hover {
165
- opacity: 0.9;
103
+ display: block;
166
104
  }
167
105
 
168
- .button-content {
106
+
107
+ .svg-loading,
108
+ .svg-error {
169
109
  display: flex;
170
110
  align-items: center;
171
111
  justify-content: center;
112
+ width: 100%;
113
+ height: 100%;
114
+ background: rgba(0,0,0,0.05);
172
115
  }
173
116
 
174
- .btn-text {
175
- margin-left: 10px;
117
+ .ele-shape .svg-container svg {
118
+ width: 100%;
119
+ height: 100%;
120
+ overflow: visible;
176
121
  }
177
122
  .ele-text {
178
123
  position: relative;
@@ -240,6 +185,145 @@
240
185
  transform: scale(1);
241
186
  opacity: 1;
242
187
  }
188
+ }.ele-img {
189
+ position: absolute;
190
+ overflow: hidden;
191
+ }
192
+
193
+ .ele-img .ani-wrap {
194
+ width: 100%;
195
+ height: 100%;
196
+ }
197
+
198
+ .ele-img .ele-image {
199
+ position: relative;
200
+ display: block;
201
+ }
202
+
203
+ .ele-img .rotate-wrap {
204
+ position: absolute;
205
+ left: 0;
206
+ right: 0;
207
+ top: 0;
208
+ bottom: 0;
209
+ }
210
+
211
+ .ele-img .ele-img-bg,
212
+ .ele-img .rotate-wrap .img-wrap {
213
+ width: 100%;
214
+ height: 100%;
215
+ overflow: hidden;
216
+ }
217
+
218
+ .ele-img .ele-bg-wrap {
219
+ width: 100%;
220
+ height: 100%;
221
+ background-size: cover;
222
+ background-position: 50% 50%;
223
+ background-repeat: no-repeat;
224
+ background-clip: border-box;
225
+ }
226
+
227
+ /* 动画关键帧 */
228
+ @keyframes zoomIn {
229
+ from {
230
+ opacity: 0;
231
+ transform: scale(0.5);
232
+ }
233
+ to {
234
+ opacity: 1;
235
+ transform: scale(1);
236
+ }
237
+ }
238
+ .element-video {
239
+ position: absolute;
240
+ overflow: hidden;
241
+ background-color: transparent;
242
+ }
243
+
244
+ .element-video .ani-wrap, .element-video img {
245
+ display: block;
246
+ width: 100%;
247
+ height: 100%;
248
+ }
249
+
250
+ .video-container {
251
+ width: 100%;
252
+ height: 100%;
253
+ }
254
+
255
+ .video-container iframe {
256
+ width: 100%;
257
+ height: 100%;
258
+ border: none;
259
+ }
260
+
261
+ .video-cover {
262
+ position: relative;
263
+ width: 100%;
264
+ height: 100%;
265
+ background-size: cover;
266
+ background-position: center;
267
+ cursor: pointer;
268
+ }
269
+
270
+ .video-cover .play-btn {
271
+ position: absolute;
272
+ left: 50%;
273
+ top: 50%;
274
+ transform: translate(-50%, -50%);
275
+ width: 50px;
276
+ height: 50px;
277
+ opacity: 0.8;
278
+ transition: opacity 0.2s;
279
+ }
280
+
281
+ .video-cover:hover .play-btn {
282
+ opacity: 1;
283
+ }.element-ditu .ani-wrap {
284
+ width: 100%;
285
+ height: 100%;
286
+ overflow: hidden
287
+ }
288
+
289
+ .element-ditu .map {
290
+ width: 100%;
291
+ height: 100%
292
+ }
293
+
294
+ .element-ditu .map .el-button {
295
+ width: 100%;
296
+ height: 100%;
297
+ display: -webkit-box;
298
+ display: -ms-flexbox;
299
+ display: flex;
300
+ -webkit-box-align: center;
301
+ -ms-flex-align: center;
302
+ align-items: center;
303
+ padding: 0;
304
+ -webkit-box-pack: center;
305
+ -ms-flex-pack: center;
306
+ justify-content: center;
307
+ background: inherit;
308
+ color: inherit;
309
+ border: none
310
+ }
311
+
312
+ .element-ditu .center-map {
313
+ width: 100%;
314
+ height: 100%;
315
+ background: #fff
316
+ }
317
+
318
+ .element-ditu .mask-map {
319
+ position: absolute;
320
+ width: 100%;
321
+ height: 100%;
322
+ top: 0
323
+ }
324
+ .map-iframe {
325
+ width: 100%;
326
+ height: 100%;
243
327
  }.count-down .drag-point {
244
328
  cursor: default!important
245
329
  }
@@ -402,14 +486,117 @@
402
486
  align-items: center;
403
487
  white-space: nowrap
404
488
  }
489
+ #audio {
490
+ position: absolute;
491
+ right: 10px;
492
+ top: 10px;
493
+ z-index: 103;
494
+ width: 30px;
495
+ height: 30px;
496
+ display: flex;
497
+ align-items: center;
498
+ }
405
499
 
406
- @keyframes jumpheart {
500
+ #audio .mrotate {
501
+ animation: mrotate 5s linear infinite;
502
+ }
503
+
504
+ @keyframes mrotate {
407
505
  to {
408
- -webkit-transform: scale(1.2);
409
- transform: scale(1.2)
506
+ transform: rotate(1turn);
410
507
  }
411
508
  }
412
- .ele-calendar {
509
+
510
+ #audio .audio {
511
+ width: 100%;
512
+ height: 100%;
513
+ display: flex;
514
+ align-items: center;
515
+ justify-content: center;
516
+ color: #fff;
517
+ background: #666;
518
+ border-radius: 50%;
519
+ overflow: hidden;
520
+ cursor: pointer;
521
+ transition: all 0.3s ease;
522
+ }
523
+
524
+ #audio .audio.a-border {
525
+ border: 1px solid #fff;
526
+ }
527
+
528
+ #audio .audio .music-icon {
529
+ display: block;
530
+ width: 60%;
531
+ height: 60%;
532
+ object-fit: contain;
533
+ }
534
+
535
+ #audio .audio .iconfont {
536
+ font-size: 2opx;
537
+ line-height: 1;
538
+ }
539
+ #audio .icon-cancel {
540
+ position: absolute;
541
+ width: 100%;
542
+ height: 100%;
543
+ border-radius: 50%;
544
+ overflow: hidden;
545
+ padding: 15px 0;
546
+ }
547
+ #audio .icon-cancel .icon-h {
548
+ transform: rotate(45deg);
549
+ width: 100%;
550
+ height: 2px;
551
+ background: #fff;
552
+ }
553
+ #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
554
+ content: '';
555
+ position: absolute;
556
+ width: 100%;
557
+ height: 2px;
558
+ background: #fff;
559
+ }.call {
560
+ position: absolute;
561
+ cursor: pointer;
562
+ user-select: none;
563
+ }
564
+
565
+ .call .ani-wrap {
566
+ display: flex;
567
+ justify-content: center;
568
+ align-items: center;
569
+ width: 100%;
570
+ height: 100%;
571
+ overflow: hidden;
572
+ transition: opacity 0.2s;
573
+ }
574
+
575
+ .call .ani-wrap:hover {
576
+ opacity: 0.9;
577
+ }
578
+
579
+ .call-content {
580
+ display: flex;
581
+ align-items: center;
582
+ justify-content: center;
583
+ }
584
+
585
+ .btn-text {
586
+ margin-left: 10px;
587
+ }
588
+
589
+
590
+ .hb-tel:before {
591
+ content: "\E642";
592
+ }
593
+ @keyframes jumpheart {
594
+ to {
595
+ -webkit-transform: scale(1.2);
596
+ transform: scale(1.2)
597
+ }
598
+ }
599
+ .ele-calendar {
413
600
  position: relative;
414
601
  width: 325px !important;
415
602
  min-height: 325px !important;
@@ -744,274 +931,81 @@
744
931
  }
745
932
  .icon-xingzhuangjiehe:before {
746
933
  content: "\E6A6";
747
- }.ele-effect {
748
- will-change: transform;
749
934
  }
750
-
751
- .ele-effect .effect-wrap {
752
- position: relative;
935
+ .ele-lottie .ele-lotwrap {
936
+ overflow: hidden;
937
+ }body, html {
753
938
  width: 100%;
754
939
  height: 100%;
755
940
  }
756
-
757
- .particle {
758
- position: absolute;
759
- background-repeat: no-repeat;
760
- background-size: contain;
761
- animation-name: falling;
762
- animation-timing-function: linear;
763
- animation-iteration-count: infinite;
764
- will-change: transform;
941
+ * {
942
+ padding: 0;
943
+ margin: 0;
944
+ box-sizing: border-box;
945
+ white-space: normal;
946
+ word-break: break-all;
947
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
765
948
  }
766
949
 
767
- @keyframes falling {
768
- 0% {
769
- transform: translateY(0) rotate(0deg);
770
- opacity: 1;
771
- }
772
- 80% {
773
- opacity: 0.8;
774
- }
775
- 100% {
776
- transform: translateY(100vh) rotate(360deg);
777
- opacity: 0;
778
- }
779
- }
780
- .ele-lottie .ele-lotwrap {
781
- overflow: hidden
950
+ @font-face {
951
+ font-family: iconfont;
952
+ src: url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.f1262e4.woff2) format("woff2"),
953
+ url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.788d827.woff) format("woff"),
954
+ url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.9541e59.ttf) format("truetype")
782
955
  }
783
956
 
784
- .ele-effect .effect-wrap {
785
- position: relative;
786
- overflow: hidden;
787
- width: 100%;
788
- height: 100%
957
+ .iconfont {
958
+ font-family: "iconfont" !important;
959
+ font-size: 16px;
960
+ font-style: normal;
961
+ -webkit-font-smoothing: antialiased;
962
+ -moz-osx-font-smoothing: grayscale;
789
963
  }
790
964
 
791
- .ele-effect .e-small {
792
- position: absolute;
793
- width: 24px;
794
- height: 24px;
795
- background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
796
- background-size: cover;
797
- background-repeat: no-repeat;
798
- -webkit-transform-origin: center;
799
- transform-origin: center;
800
- -webkit-animation: snow 5s linear infinite;
801
- animation: snow 5s linear infinite
802
- }.ele-img {
803
- position: absolute;
804
- overflow: hidden;
805
- }
806
-
807
- .ele-img .ani-wrap {
808
- width: 100%;
809
- height: 100%;
810
- }
811
-
812
- .ele-img .ele-image {
813
- position: relative;
814
- display: block;
815
- }
816
-
817
- .ele-img .rotate-wrap {
818
- position: absolute;
819
- left: 0;
820
- right: 0;
821
- top: 0;
822
- bottom: 0;
823
- }
824
-
825
- .ele-img .ele-img-bg,
826
- .ele-img .rotate-wrap .img-wrap {
827
- width: 100%;
828
- height: 100%;
829
- overflow: hidden;
830
- }
831
-
832
- .ele-img .ele-bg-wrap {
833
- width: 100%;
834
- height: 100%;
835
- background-size: cover;
836
- background-position: 50% 50%;
837
- background-repeat: no-repeat;
838
- background-clip: border-box;
839
- }
840
-
841
- /* 动画关键帧 */
842
- @keyframes zoomIn {
843
- from {
844
- opacity: 0;
845
- transform: scale(0.5);
846
- }
847
- to {
848
- opacity: 1;
849
- transform: scale(1);
850
- }
851
- }.ele-shape {
852
- position: absolute;
965
+ #index {
966
+ position: relative;
967
+ width: 100%;
968
+ height: 100%;
853
969
  overflow: hidden;
854
970
  }
855
971
 
856
- .ani-wrap {
972
+ #page-list {
973
+ position: relative;
857
974
  width: 100%;
858
975
  height: 100%;
859
- box-sizing: border-box;
976
+ max-width: 800px;
977
+ margin: 0 auto;
978
+ z-index: 1
860
979
  }
861
980
 
862
- .e-shape {
863
- width: 100%;
864
- height: 100%;
981
+ #page-list.hardware .eles {
982
+ will-change: transform
865
983
  }
866
984
 
867
- .svg-container :deep(svg) {
868
- width: 100%;
869
- height: 100%;
870
- display: block;
985
+ #page-list .bg-wrap {
986
+ position: absolute;
987
+ left: 0;
988
+ top: 0;
989
+ right: 0;
990
+ bottom: 0;
991
+ z-index: -1
871
992
  }
872
993
 
873
- .svg-container {
874
- width: 100%;
875
- height: 100%;
876
- display: block;
994
+ #page-list .ani-pause .ani-wrap {
995
+ animation-play-state: paused!important;
996
+ -webkit-animation-play-state: paused!important
877
997
  }
878
998
 
999
+ #page-list .audio-wrap {
1000
+ z-index: 10
1001
+ }
879
1002
 
880
- .svg-loading,
881
- .svg-error {
882
- display: flex;
883
- align-items: center;
884
- justify-content: center;
885
- width: 100%;
886
- height: 100%;
887
- background: rgba(0,0,0,0.05);
888
- }
889
-
890
- .ele-shape .svg-container svg {
891
- width: 100%;
892
- height: 100%;
893
- overflow: visible;
894
- }
895
- .element-video {
896
- position: absolute;
897
- overflow: hidden;
898
- background-color: transparent;
899
- }
900
-
901
- .element-video .ani-wrap, .element-video img {
902
- display: block;
903
- width: 100%;
904
- height: 100%;
905
- }
906
-
907
- .video-container {
908
- width: 100%;
909
- height: 100%;
910
- }
911
-
912
- .video-container iframe {
913
- width: 100%;
914
- height: 100%;
915
- border: none;
916
- }
917
-
918
- .video-cover {
919
- position: relative;
920
- width: 100%;
921
- height: 100%;
922
- background-size: cover;
923
- background-position: center;
924
- cursor: pointer;
925
- }
926
-
927
- .video-cover .play-btn {
928
- position: absolute;
929
- left: 50%;
930
- top: 50%;
931
- transform: translate(-50%, -50%);
932
- width: 50px;
933
- height: 50px;
934
- opacity: 0.8;
935
- transition: opacity 0.2s;
936
- }
937
-
938
- .video-cover:hover .play-btn {
939
- opacity: 1;
940
- }
941
- .ele-lottie .ele-lotwrap {
942
- overflow: hidden;
943
- }body, html {
944
- width: 100%;
945
- height: 100%;
946
- }
947
- * {
948
- padding: 0;
949
- margin: 0;
950
- box-sizing: border-box;
951
- white-space: normal;
952
- word-break: break-all;
953
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
954
- }
955
-
956
- @font-face {
957
- font-family: iconfont;
958
- src: url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.f1262e4.woff2) format("woff2"),
959
- url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.788d827.woff) format("woff"),
960
- url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.9541e59.ttf) format("truetype")
961
- }
962
-
963
- .iconfont {
964
- font-family: "iconfont" !important;
965
- font-size: 16px;
966
- font-style: normal;
967
- -webkit-font-smoothing: antialiased;
968
- -moz-osx-font-smoothing: grayscale;
969
- }
970
-
971
- #index {
972
- position: relative;
973
- width: 100%;
974
- height: 100%;
975
- overflow: hidden;
976
- }
977
-
978
- #page-list {
979
- position: relative;
980
- width: 100%;
981
- height: 100%;
982
- max-width: 800px;
983
- margin: 0 auto;
984
- z-index: 1
985
- }
986
-
987
- #page-list.hardware .eles {
988
- will-change: transform
989
- }
990
-
991
- #page-list .bg-wrap {
992
- position: absolute;
993
- left: 0;
994
- top: 0;
995
- right: 0;
996
- bottom: 0;
997
- z-index: -1
998
- }
999
-
1000
- #page-list .ani-pause .ani-wrap {
1001
- animation-play-state: paused!important;
1002
- -webkit-animation-play-state: paused!important
1003
- }
1004
-
1005
- #page-list .audio-wrap {
1006
- z-index: 10
1007
- }
1008
-
1009
- #page-list .audio-wrap,#page-list .page-item {
1010
- position: absolute;
1011
- left: 0;
1012
- top: 0;
1013
- right: 0;
1014
- bottom: 0
1003
+ #page-list .audio-wrap,#page-list .page-item {
1004
+ position: absolute;
1005
+ left: 0;
1006
+ top: 0;
1007
+ right: 0;
1008
+ bottom: 0
1015
1009
  }
1016
1010
 
1017
1011
  #page-list .page-item {
@@ -2543,50 +2537,107 @@ to {
2543
2537
  }
2544
2538
  }
2545
2539
 
2546
- .element-ditu .ani-wrap {
2540
+ .ele-effect {
2541
+ will-change: transform;
2542
+ }
2543
+
2544
+ .ele-effect .effect-wrap {
2545
+ position: relative;
2547
2546
  width: 100%;
2548
2547
  height: 100%;
2549
- overflow: hidden
2550
2548
  }
2551
2549
 
2552
- .element-ditu .map {
2553
- width: 100%;
2554
- height: 100%
2550
+ .particle {
2551
+ position: absolute;
2552
+ background-repeat: no-repeat;
2553
+ background-size: contain;
2554
+ animation-name: falling;
2555
+ animation-timing-function: linear;
2556
+ animation-iteration-count: infinite;
2557
+ will-change: transform;
2555
2558
  }
2556
2559
 
2557
- .element-ditu .map .el-button {
2558
- width: 100%;
2559
- height: 100%;
2560
- display: -webkit-box;
2561
- display: -ms-flexbox;
2562
- display: flex;
2563
- -webkit-box-align: center;
2564
- -ms-flex-align: center;
2565
- align-items: center;
2566
- padding: 0;
2567
- -webkit-box-pack: center;
2568
- -ms-flex-pack: center;
2569
- justify-content: center;
2570
- background: inherit;
2571
- color: inherit;
2572
- border: none
2560
+ @keyframes falling {
2561
+ 0% {
2562
+ transform: translateY(0) rotate(0deg);
2563
+ opacity: 1;
2564
+ }
2565
+ 80% {
2566
+ opacity: 0.8;
2567
+ }
2568
+ 100% {
2569
+ transform: translateY(100vh) rotate(360deg);
2570
+ opacity: 0;
2571
+ }
2572
+ }
2573
+ .ele-lottie .ele-lotwrap {
2574
+ overflow: hidden
2573
2575
  }
2574
2576
 
2575
- .element-ditu .center-map {
2577
+ .ele-effect .effect-wrap {
2578
+ position: relative;
2579
+ overflow: hidden;
2580
+ width: 100%;
2581
+ height: 100%
2582
+ }
2583
+
2584
+ .ele-effect .e-small {
2585
+ position: absolute;
2586
+ width: 24px;
2587
+ height: 24px;
2588
+ background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
2589
+ background-size: cover;
2590
+ background-repeat: no-repeat;
2591
+ -webkit-transform-origin: center;
2592
+ transform-origin: center;
2593
+ -webkit-animation: snow 5s linear infinite;
2594
+ animation: snow 5s linear infinite
2595
+ }.form-submit {
2596
+ cursor: pointer;
2597
+ transition: all 0.2s;
2598
+ outline: none;
2599
+ border: none;
2600
+ }
2601
+
2602
+ .form-submit:hover {
2603
+ opacity: 0.9;
2604
+ transform: translateY(-1px);
2605
+ }
2606
+
2607
+ .form-submit:active {
2608
+ opacity: 0.8;
2609
+ transform: translateY(0);
2610
+ }
2611
+
2612
+ .form-submit:disabled {
2613
+ opacity: 0.6;
2614
+ cursor: not-allowed;
2615
+ transform: none !important;
2616
+ }
2617
+
2618
+ .f-submit {
2619
+ position: relative;
2620
+ display: block
2621
+ }
2622
+
2623
+ .f-submit .ani-wrap {
2576
2624
  width: 100%;
2577
2625
  height: 100%;
2578
- background: #fff
2626
+ padding: 10px;
2627
+ overflow: hidden;
2628
+ position: relative
2579
2629
  }
2580
2630
 
2581
- .element-ditu .mask-map {
2631
+ .f-submit .f-ovh {
2582
2632
  position: absolute;
2583
- width: 100%;
2584
- height: 100%;
2585
- top: 0
2633
+ left: 50%;
2634
+ top: 50%;
2635
+ transform: translate(-50%,-50%)
2586
2636
  }
2587
- .map-iframe {
2588
- width: 100%;
2589
- height: 100%;
2637
+
2638
+ .form-submit:disabled {
2639
+ opacity: 0.7;
2640
+ cursor: not-allowed;
2590
2641
  }/* Iconfont definition */
2591
2642
  .icon-danmuliebiao1:before {
2592
2643
  content: "\E68A";
@@ -3490,43 +3541,10 @@ to {
3490
3541
  100% { transform: rotate(360deg); }
3491
3542
  }
3492
3543
 
3493
- .call {
3494
- position: absolute;
3495
- cursor: pointer;
3496
- user-select: none;
3497
- }
3498
-
3499
- .call .ani-wrap {
3500
- display: flex;
3501
- justify-content: center;
3502
- align-items: center;
3503
- width: 100%;
3504
- height: 100%;
3505
- overflow: hidden;
3506
- transition: opacity 0.2s;
3507
- }
3508
-
3509
- .call .ani-wrap:hover {
3510
- opacity: 0.9;
3511
- }
3512
-
3513
- .call-content {
3514
- display: flex;
3515
- align-items: center;
3516
- justify-content: center;
3517
- }
3518
-
3519
- .btn-text {
3520
- margin-left: 10px;
3521
- }
3522
-
3523
-
3524
- .hb-tel:before {
3525
- content: "\E642";
3526
- }#page-list .tip-cover {
3527
- position: fixed;
3528
- left: 0;
3529
- top: 0;
3544
+ #page-list .tip-cover {
3545
+ position: fixed;
3546
+ left: 0;
3547
+ top: 0;
3530
3548
  width: 100%;
3531
3549
  height: 100%;
3532
3550
  display: -ms-flexbox;
@@ -3600,103 +3618,7 @@ to {
3600
3618
  font-size: 14px;
3601
3619
  line-height: 20px;
3602
3620
  background: #ed5566;
3603
- } .form-input {
3604
- position: absolute;
3605
- }
3606
-
3607
- .input-wrapper {
3608
- display: flex;
3609
- align-items: center;
3610
- width: 100%;
3611
- height: 100%;
3612
- padding: 0 10px;
3613
- box-sizing: border-box;
3614
- position: relative;
3615
- transition: border-color 0.3s;
3616
- }
3617
-
3618
- .required-marker {
3619
- font-size: 12px;
3620
- padding: 0 5px 0 0;
3621
- color: red;
3622
- vertical-align: middle;
3623
- }
3624
-
3625
- input {
3626
- flex: 1;
3627
- border: none;
3628
- outline: none;
3629
- background: transparent;
3630
- height: 100%;
3631
- padding: 0;
3632
- margin: 0;
3633
- }
3634
- /*
3635
- input::placeholder {
3636
- color: #ccc;
3637
- opacity: 1;
3638
- } */
3639
-
3640
- .dynamic-placeholder-input::placeholder {
3641
- color: var(--placeholder-color, #999);
3642
- opacity: 1;
3643
- }
3644
- .dynamic-placeholder-input::-webkit-input-placeholder {
3645
- color: var(--placeholder-color, #999);
3646
- }
3647
- .dynamic-placeholder-input::-moz-placeholder {
3648
- color: var(--placeholder-color, #999);
3649
- opacity: 1;
3650
- }
3651
- .dynamic-placeholder-input:-ms-input-placeholder {
3652
- color: var(--placeholder-color, #999);
3653
- }.form-submit {
3654
- cursor: pointer;
3655
- transition: all 0.2s;
3656
- outline: none;
3657
- border: none;
3658
- }
3659
-
3660
- .form-submit:hover {
3661
- opacity: 0.9;
3662
- transform: translateY(-1px);
3663
- }
3664
-
3665
- .form-submit:active {
3666
- opacity: 0.8;
3667
- transform: translateY(0);
3668
- }
3669
-
3670
- .form-submit:disabled {
3671
- opacity: 0.6;
3672
- cursor: not-allowed;
3673
- transform: none !important;
3674
- }
3675
-
3676
- .f-submit {
3677
- position: relative;
3678
- display: block
3679
- }
3680
-
3681
- .f-submit .ani-wrap {
3682
- width: 100%;
3683
- height: 100%;
3684
- padding: 10px;
3685
- overflow: hidden;
3686
- position: relative
3687
- }
3688
-
3689
- .f-submit .f-ovh {
3690
- position: absolute;
3691
- left: 50%;
3692
- top: 50%;
3693
- transform: translate(-50%,-50%)
3694
- }
3695
-
3696
- .form-submit:disabled {
3697
- opacity: 0.7;
3698
- cursor: not-allowed;
3699
- }/* .ele-form {
3621
+ } /* .ele-form {
3700
3622
  position: absolute;
3701
3623
  user-select: none;
3702
3624
  } */
@@ -3794,92 +3716,179 @@ cursor: not-allowed;
3794
3716
  width: 100%;
3795
3717
  height: 100%;
3796
3718
  z-index: 1000;
3797
- }/* .ele-form {
3719
+ }.button {
3798
3720
  position: absolute;
3799
- user-select: none;
3800
- } */
3801
-
3802
- .f-multiple {
3803
3721
  cursor: pointer;
3722
+ user-select: none;
3804
3723
  }
3805
-
3806
- .ani-wrap {
3807
- position: relative;
3808
- }
3809
-
3810
- .f-multiple .ani-wrap .fs-tit {
3724
+
3725
+ .button .ani-wrap {
3811
3726
  display: flex;
3812
- padding: 0 5px;
3813
- height: 40px;
3727
+ justify-content: center;
3814
3728
  align-items: center;
3815
- white-space: nowrap;
3729
+ width: 100%;
3730
+ height: 100%;
3816
3731
  overflow: hidden;
3817
- text-overflow: ellipsis;
3818
- border-bottom: 1px solid rgba(153, 153, 153, 1);
3819
- }
3820
-
3821
- .require {
3822
- padding: 0 5px 0 0;
3823
- color: red;
3824
- vertical-align: middle;
3732
+ transition: opacity 0.2s;
3825
3733
  }
3826
-
3827
- .f-multiple ul {
3828
- padding: 15px;
3829
- margin: 0;
3830
- list-style: none;
3734
+
3735
+ .button .ani-wrap:hover {
3736
+ opacity: 0.9;
3831
3737
  }
3832
3738
 
3833
- .f-multiple ul li {
3834
- margin-top: 12px;
3835
- font-size: 0;
3739
+ .button-content {
3836
3740
  display: flex;
3837
3741
  align-items: center;
3838
- cursor: pointer;
3839
- }
3840
-
3841
- .f-multiple ul li:first-child {
3842
- margin-top: 0;
3843
- }
3844
-
3845
- .fs-circle {
3846
- display: inline-block;
3847
- width: 16px;
3848
- height: 16px;
3849
- border-radius: 50%;
3850
- position: relative;
3851
- transition: all 0.2s;
3852
- }
3853
-
3854
- .fs-circle.selected {
3855
- background-color: #2687f1;
3856
- border-color: #2687f1 !important;
3857
- }
3858
-
3859
- .fs-circle.selected::after {
3860
- content: "";
3861
- position: absolute;
3862
- top: 3px;
3863
- left: 3px;
3864
- width: 8px;
3865
- height: 8px;
3866
- border-radius: 50%;
3867
- background-color: white;
3868
- }
3869
-
3870
- .fs-txt {
3871
- display: inline-block;
3872
- width: calc(100% - 16px);
3873
- padding-left: 8px;
3874
- vertical-align: top;
3875
- word-break: break-all;
3876
- font-size: 14px;
3877
- line-height: 1.2;
3742
+ justify-content: center;
3878
3743
  }
3879
3744
 
3880
- .has-error .fs-tit {
3881
- border-bottom-color: #ff4d4f;
3882
- }@charset"UTF-8";.animated {
3745
+ .btn-text {
3746
+ margin-left: 10px;
3747
+ }.form-input {
3748
+ position: absolute;
3749
+ }
3750
+
3751
+ .input-wrapper {
3752
+ display: flex;
3753
+ align-items: center;
3754
+ width: 100%;
3755
+ height: 100%;
3756
+ padding: 0 10px;
3757
+ box-sizing: border-box;
3758
+ position: relative;
3759
+ transition: border-color 0.3s;
3760
+ }
3761
+
3762
+ .required-marker {
3763
+ font-size: 12px;
3764
+ padding: 0 5px 0 0;
3765
+ color: red;
3766
+ vertical-align: middle;
3767
+ }
3768
+
3769
+ input {
3770
+ flex: 1;
3771
+ border: none;
3772
+ outline: none;
3773
+ background: transparent;
3774
+ height: 100%;
3775
+ padding: 0;
3776
+ margin: 0;
3777
+ }
3778
+ /*
3779
+ input::placeholder {
3780
+ color: #ccc;
3781
+ opacity: 1;
3782
+ } */
3783
+
3784
+ .dynamic-placeholder-input::placeholder {
3785
+ color: var(--placeholder-color, #999);
3786
+ opacity: 1;
3787
+ }
3788
+ .dynamic-placeholder-input::-webkit-input-placeholder {
3789
+ color: var(--placeholder-color, #999);
3790
+ }
3791
+ .dynamic-placeholder-input::-moz-placeholder {
3792
+ color: var(--placeholder-color, #999);
3793
+ opacity: 1;
3794
+ }
3795
+ .dynamic-placeholder-input:-ms-input-placeholder {
3796
+ color: var(--placeholder-color, #999);
3797
+ }/* .ele-form {
3798
+ position: absolute;
3799
+ user-select: none;
3800
+ }
3801
+ */
3802
+ .f-single {
3803
+ cursor: pointer;
3804
+ }
3805
+
3806
+ .ani-wrap {
3807
+ position: relative;
3808
+ }
3809
+
3810
+ .f-single .ani-wrap .fs-tit {
3811
+ display: flex;
3812
+ padding: 0 5px;
3813
+ height: 40px;
3814
+ align-items: center;
3815
+ white-space: nowrap;
3816
+ overflow: hidden;
3817
+ text-overflow: ellipsis;
3818
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
3819
+ }
3820
+
3821
+ .require {
3822
+ padding: 0 5px 0 0;
3823
+ color: red;
3824
+ vertical-align: middle;
3825
+ }
3826
+
3827
+ .f-single ul {
3828
+ padding: 15px;
3829
+ margin: 0;
3830
+ list-style: none;
3831
+ }
3832
+
3833
+ .f-single ul li {
3834
+ display: flex;
3835
+ align-items: center;
3836
+ margin-top: 12px;
3837
+ font-size: 0;
3838
+ }
3839
+
3840
+ .f-single ul li:first-child {
3841
+ margin-top: 0;
3842
+ }
3843
+
3844
+ .fs-circle {
3845
+ display: inline-block;
3846
+ width: 16px;
3847
+ height: 16px;
3848
+ border-radius: 50%;
3849
+ position: relative;
3850
+ transition: all 0.2s;
3851
+ }
3852
+
3853
+ .fs-circle.selected {
3854
+ background-color: #2687f1;
3855
+ border-color: #2687f1 !important;
3856
+ }
3857
+
3858
+ .fs-circle.selected::after {
3859
+ content: "";
3860
+ position: absolute;
3861
+ top: 3px;
3862
+ left: 3px;
3863
+ width: 8px;
3864
+ height: 8px;
3865
+ border-radius: 50%;
3866
+ background-color: white;
3867
+ }
3868
+
3869
+ .fs-txt {
3870
+ display: inline-block;
3871
+ width: calc(100% - 16px);
3872
+ padding-left: 8px;
3873
+ vertical-align: top;
3874
+ word-break: break-all;
3875
+ font-size: 14px;
3876
+ line-height: 1.2;
3877
+ }
3878
+
3879
+ .has-error .fs-tit {
3880
+ border-bottom-color: #ff4d4f;
3881
+ }
3882
+
3883
+ /* 错误提示样式 */
3884
+ .error-tip {
3885
+ position: fixed;
3886
+ left: 0;
3887
+ top: 0;
3888
+ width: 100%;
3889
+ height: 100%;
3890
+ z-index: 1000;
3891
+ }@charset"UTF-8";.animated {
3883
3892
  animation-duration: 1s;
3884
3893
  animation-fill-mode: both
3885
3894
  }
@@ -8766,32 +8775,30 @@ cursor: not-allowed;
8766
8775
  }
8767
8776
  }
8768
8777
 
8769
- .global.video {
8778
+ .global.tel {
8770
8779
  width: 35px;
8771
8780
  height: 55px;
8772
8781
  border-radius: 50%;
8773
8782
  text-align: center;
8774
- margin-bottom: 5px;
8783
+ margin-bottom: 15px;
8775
8784
  border: 2px solid #fff;
8776
8785
  cursor: pointer;
8777
8786
  }
8778
- .icon-shipin2:before { content: "\E611"; }
8787
+ .icon-dianhua:before { content: "\E60E"; }
8779
8788
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8780
- .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
8781
- }
8782
-
8783
- .global.tel {
8789
+ .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
8790
+ .global.map {
8784
8791
  width: 35px;
8785
8792
  height: 55px;
8786
8793
  border-radius: 50%;
8787
8794
  text-align: center;
8788
- margin-bottom: 15px;
8795
+ margin-bottom: 5px;
8789
8796
  border: 2px solid #fff;
8790
8797
  cursor: pointer;
8791
8798
  }
8792
- .icon-dianhua:before { content: "\E60E"; }
8799
+ .icon-daohang1:before { content: "\E612"; }
8793
8800
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8794
- .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
8801
+ .global.map > span { font-size: 10px; line-height: 20px; display: block;}
8795
8802
  .icon-guanbi:before {
8796
8803
  content: "\E676";
8797
8804
  }
@@ -9186,101 +9193,92 @@ cursor: not-allowed;
9186
9193
  color: #F44336; /* 失败的红色 */
9187
9194
  }
9188
9195
  /* .ele-form {
9189
- position: absolute;
9190
- user-select: none;
9191
- }
9192
- */
9193
- .f-single {
9194
- cursor: pointer;
9195
- }
9196
-
9197
- .ani-wrap {
9198
- position: relative;
9199
- }
9200
-
9201
- .f-single .ani-wrap .fs-tit {
9202
- display: flex;
9203
- padding: 0 5px;
9204
- height: 40px;
9205
- align-items: center;
9206
- white-space: nowrap;
9207
- overflow: hidden;
9208
- text-overflow: ellipsis;
9209
- border-bottom: 1px solid rgba(153, 153, 153, 1);
9210
- }
9211
-
9212
- .require {
9213
- padding: 0 5px 0 0;
9214
- color: red;
9215
- vertical-align: middle;
9216
- }
9217
-
9218
- .f-single ul {
9219
- padding: 15px;
9220
- margin: 0;
9221
- list-style: none;
9222
- }
9223
-
9224
- .f-single ul li {
9225
- display: flex;
9226
- align-items: center;
9227
- margin-top: 12px;
9228
- font-size: 0;
9229
- }
9230
-
9231
- .f-single ul li:first-child {
9232
- margin-top: 0;
9233
- }
9234
-
9235
- .fs-circle {
9236
- display: inline-block;
9237
- width: 16px;
9238
- height: 16px;
9239
- border-radius: 50%;
9240
- position: relative;
9241
- transition: all 0.2s;
9242
- }
9243
-
9244
- .fs-circle.selected {
9245
- background-color: #2687f1;
9246
- border-color: #2687f1 !important;
9247
- }
9248
-
9249
- .fs-circle.selected::after {
9250
- content: "";
9251
- position: absolute;
9252
- top: 3px;
9253
- left: 3px;
9254
- width: 8px;
9255
- height: 8px;
9256
- border-radius: 50%;
9257
- background-color: white;
9258
- }
9259
-
9260
- .fs-txt {
9261
- display: inline-block;
9262
- width: calc(100% - 16px);
9263
- padding-left: 8px;
9264
- vertical-align: top;
9265
- word-break: break-all;
9266
- font-size: 14px;
9267
- line-height: 1.2;
9268
- }
9269
-
9270
- .has-error .fs-tit {
9271
- border-bottom-color: #ff4d4f;
9272
- }
9273
-
9274
- /* 错误提示样式 */
9275
- .error-tip {
9276
- position: fixed;
9277
- left: 0;
9278
- top: 0;
9279
- width: 100%;
9280
- height: 100%;
9281
- z-index: 1000;
9282
- }
9283
- .global.map {
9196
+ position: absolute;
9197
+ user-select: none;
9198
+ } */
9199
+
9200
+ .f-multiple {
9201
+ cursor: pointer;
9202
+ }
9203
+
9204
+ .ani-wrap {
9205
+ position: relative;
9206
+ }
9207
+
9208
+ .f-multiple .ani-wrap .fs-tit {
9209
+ display: flex;
9210
+ padding: 0 5px;
9211
+ height: 40px;
9212
+ align-items: center;
9213
+ white-space: nowrap;
9214
+ overflow: hidden;
9215
+ text-overflow: ellipsis;
9216
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
9217
+ }
9218
+
9219
+ .require {
9220
+ padding: 0 5px 0 0;
9221
+ color: red;
9222
+ vertical-align: middle;
9223
+ }
9224
+
9225
+ .f-multiple ul {
9226
+ padding: 15px;
9227
+ margin: 0;
9228
+ list-style: none;
9229
+ }
9230
+
9231
+ .f-multiple ul li {
9232
+ margin-top: 12px;
9233
+ font-size: 0;
9234
+ display: flex;
9235
+ align-items: center;
9236
+ cursor: pointer;
9237
+ }
9238
+
9239
+ .f-multiple ul li:first-child {
9240
+ margin-top: 0;
9241
+ }
9242
+
9243
+ .fs-circle {
9244
+ display: inline-block;
9245
+ width: 16px;
9246
+ height: 16px;
9247
+ border-radius: 50%;
9248
+ position: relative;
9249
+ transition: all 0.2s;
9250
+ }
9251
+
9252
+ .fs-circle.selected {
9253
+ background-color: #2687f1;
9254
+ border-color: #2687f1 !important;
9255
+ }
9256
+
9257
+ .fs-circle.selected::after {
9258
+ content: "";
9259
+ position: absolute;
9260
+ top: 3px;
9261
+ left: 3px;
9262
+ width: 8px;
9263
+ height: 8px;
9264
+ border-radius: 50%;
9265
+ background-color: white;
9266
+ }
9267
+
9268
+ .fs-txt {
9269
+ display: inline-block;
9270
+ width: calc(100% - 16px);
9271
+ padding-left: 8px;
9272
+ vertical-align: top;
9273
+ word-break: break-all;
9274
+ font-size: 14px;
9275
+ line-height: 1.2;
9276
+ }
9277
+
9278
+ .has-error .fs-tit {
9279
+ border-bottom-color: #ff4d4f;
9280
+ }
9281
+ .global.video {
9284
9282
  width: 35px;
9285
9283
  height: 55px;
9286
9284
  border-radius: 50%;
@@ -9289,9 +9287,11 @@ cursor: not-allowed;
9289
9287
  border: 2px solid #fff;
9290
9288
  cursor: pointer;
9291
9289
  }
9292
- .icon-daohang1:before { content: "\E612"; }
9290
+ .icon-shipin2:before { content: "\E611"; }
9293
9291
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9294
- .global.map > span { font-size: 10px; line-height: 20px; display: block;}
9292
+ .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
9293
+ }
9294
+
9295
9295
  .global.receipt {
9296
9296
  width: 35px;
9297
9297
  height: 55px;