unika-components 1.2.6 → 1.2.7

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,77 @@
35
35
  background-size: 220px 140px;
36
36
  opacity: 0.5;
37
37
  }
38
+ #audio {
39
+ position: absolute;
40
+ right: 10px;
41
+ top: 10px;
42
+ z-index: 103;
43
+ width: 30px;
44
+ height: 30px;
45
+ display: flex;
46
+ align-items: center;
47
+ }
48
+
49
+ #audio .mrotate {
50
+ animation: mrotate 5s linear infinite;
51
+ }
52
+
53
+ @keyframes mrotate {
54
+ to {
55
+ transform: rotate(1turn);
56
+ }
57
+ }
58
+
59
+ #audio .audio {
60
+ width: 100%;
61
+ height: 100%;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ color: #fff;
66
+ background: #666;
67
+ border-radius: 50%;
68
+ overflow: hidden;
69
+ cursor: pointer;
70
+ transition: all 0.3s ease;
71
+ }
72
+
73
+ #audio .audio.a-border {
74
+ border: 1px solid #fff;
75
+ }
76
+
77
+ #audio .audio .music-icon {
78
+ display: block;
79
+ width: 60%;
80
+ height: 60%;
81
+ object-fit: contain;
82
+ }
38
83
 
84
+ #audio .audio .iconfont {
85
+ font-size: 2opx;
86
+ line-height: 1;
87
+ }
88
+ #audio .icon-cancel {
89
+ position: absolute;
90
+ width: 100%;
91
+ height: 100%;
92
+ border-radius: 50%;
93
+ overflow: hidden;
94
+ padding: 15px 0;
95
+ }
96
+ #audio .icon-cancel .icon-h {
97
+ transform: rotate(45deg);
98
+ width: 100%;
99
+ height: 2px;
100
+ background: #fff;
101
+ }
102
+ #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
103
+ content: '';
104
+ position: absolute;
105
+ width: 100%;
106
+ height: 2px;
107
+ background: #fff;
108
+ }
39
109
  .ele-text {
40
110
  position: relative;
41
111
  }
@@ -102,50 +172,6 @@
102
172
  transform: scale(1);
103
173
  opacity: 1;
104
174
  }
105
- }.element-ditu .ani-wrap {
106
- width: 100%;
107
- height: 100%;
108
- overflow: hidden
109
- }
110
-
111
- .element-ditu .map {
112
- width: 100%;
113
- height: 100%
114
- }
115
-
116
- .element-ditu .map .el-button {
117
- width: 100%;
118
- height: 100%;
119
- display: -webkit-box;
120
- display: -ms-flexbox;
121
- display: flex;
122
- -webkit-box-align: center;
123
- -ms-flex-align: center;
124
- align-items: center;
125
- padding: 0;
126
- -webkit-box-pack: center;
127
- -ms-flex-pack: center;
128
- justify-content: center;
129
- background: inherit;
130
- color: inherit;
131
- border: none
132
- }
133
-
134
- .element-ditu .center-map {
135
- width: 100%;
136
- height: 100%;
137
- background: #fff
138
- }
139
-
140
- .element-ditu .mask-map {
141
- position: absolute;
142
- width: 100%;
143
- height: 100%;
144
- top: 0
145
- }
146
- .map-iframe {
147
- width: 100%;
148
- height: 100%;
149
175
  }.ele-img {
150
176
  position: absolute;
151
177
  overflow: hidden;
@@ -238,34 +264,6 @@
238
264
  width: 100%;
239
265
  height: 100%;
240
266
  overflow: visible;
241
- }.button {
242
- position: absolute;
243
- cursor: pointer;
244
- user-select: none;
245
- }
246
-
247
- .button .ani-wrap {
248
- display: flex;
249
- justify-content: center;
250
- align-items: center;
251
- width: 100%;
252
- height: 100%;
253
- overflow: hidden;
254
- transition: opacity 0.2s;
255
- }
256
-
257
- .button .ani-wrap:hover {
258
- opacity: 0.9;
259
- }
260
-
261
- .button-content {
262
- display: flex;
263
- align-items: center;
264
- justify-content: center;
265
- }
266
-
267
- .btn-text {
268
- margin-left: 10px;
269
267
  }
270
268
  .element-video {
271
269
  position: absolute;
@@ -312,327 +310,66 @@
312
310
 
313
311
  .video-cover:hover .play-btn {
314
312
  opacity: 1;
315
- }.ele-effect {
316
- will-change: transform;
317
- }
318
-
319
- .ele-effect .effect-wrap {
320
- position: relative;
313
+ }.element-ditu .ani-wrap {
321
314
  width: 100%;
322
315
  height: 100%;
316
+ overflow: hidden
323
317
  }
324
318
 
325
- .particle {
326
- position: absolute;
327
- background-repeat: no-repeat;
328
- background-size: contain;
329
- animation-name: falling;
330
- animation-timing-function: linear;
331
- animation-iteration-count: infinite;
332
- will-change: transform;
319
+ .element-ditu .map {
320
+ width: 100%;
321
+ height: 100%
333
322
  }
334
323
 
335
- @keyframes falling {
336
- 0% {
337
- transform: translateY(0) rotate(0deg);
338
- opacity: 1;
339
- }
340
- 80% {
341
- opacity: 0.8;
342
- }
343
- 100% {
344
- transform: translateY(100vh) rotate(360deg);
345
- opacity: 0;
346
- }
347
- }
348
- .ele-lottie .ele-lotwrap {
349
- overflow: hidden
324
+ .element-ditu .map .el-button {
325
+ width: 100%;
326
+ height: 100%;
327
+ display: -webkit-box;
328
+ display: -ms-flexbox;
329
+ display: flex;
330
+ -webkit-box-align: center;
331
+ -ms-flex-align: center;
332
+ align-items: center;
333
+ padding: 0;
334
+ -webkit-box-pack: center;
335
+ -ms-flex-pack: center;
336
+ justify-content: center;
337
+ background: inherit;
338
+ color: inherit;
339
+ border: none
350
340
  }
351
341
 
352
- .ele-effect .effect-wrap {
353
- position: relative;
354
- overflow: hidden;
355
- width: 100%;
356
- height: 100%
342
+ .element-ditu .center-map {
343
+ width: 100%;
344
+ height: 100%;
345
+ background: #fff
357
346
  }
358
347
 
359
- .ele-effect .e-small {
360
- position: absolute;
361
- width: 24px;
362
- height: 24px;
363
- background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
364
- background-size: cover;
365
- background-repeat: no-repeat;
366
- -webkit-transform-origin: center;
367
- transform-origin: center;
368
- -webkit-animation: snow 5s linear infinite;
369
- animation: snow 5s linear infinite
370
- }#audio {
348
+ .element-ditu .mask-map {
371
349
  position: absolute;
372
- right: 10px;
373
- top: 10px;
374
- z-index: 103;
375
- width: 30px;
376
- height: 30px;
377
- display: flex;
378
- align-items: center;
350
+ width: 100%;
351
+ height: 100%;
352
+ top: 0
379
353
  }
380
-
381
- #audio .mrotate {
382
- animation: mrotate 5s linear infinite;
354
+ .map-iframe {
355
+ width: 100%;
356
+ height: 100%;
383
357
  }
384
-
385
- @keyframes mrotate {
358
+ @keyframes jumpheart {
386
359
  to {
387
- transform: rotate(1turn);
360
+ -webkit-transform: scale(1.2);
361
+ transform: scale(1.2)
388
362
  }
389
363
  }
390
-
391
- #audio .audio {
392
- width: 100%;
393
- height: 100%;
394
- display: flex;
395
- align-items: center;
396
- justify-content: center;
397
- color: #fff;
398
- background: #666;
399
- border-radius: 50%;
400
- overflow: hidden;
401
- cursor: pointer;
402
- transition: all 0.3s ease;
364
+ .ele-calendar {
365
+ position: relative;
366
+ width: 325px !important;
367
+ min-height: 325px !important;
368
+ height: auto !important;
403
369
  }
404
370
 
405
- #audio .audio.a-border {
406
- border: 1px solid #fff;
407
- }
408
-
409
- #audio .audio .music-icon {
410
- display: block;
411
- width: 60%;
412
- height: 60%;
413
- object-fit: contain;
414
- }
415
-
416
- #audio .audio .iconfont {
417
- font-size: 2opx;
418
- line-height: 1;
419
- }
420
- #audio .icon-cancel {
421
- position: absolute;
422
- width: 100%;
423
- height: 100%;
424
- border-radius: 50%;
425
- overflow: hidden;
426
- padding: 15px 0;
427
- }
428
- #audio .icon-cancel .icon-h {
429
- transform: rotate(45deg);
430
- width: 100%;
431
- height: 2px;
432
- background: #fff;
433
- }
434
- #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
435
- content: '';
436
- position: absolute;
437
- width: 100%;
438
- height: 2px;
439
- background: #fff;
440
- }.count-down .drag-point {
441
- cursor: default!important
442
- }
443
-
444
- .count-down .ani-wrap {
445
- width: 100%;
446
- height: 100%;
447
- overflow: visible;
448
- }
449
-
450
- .count-down .count-text,.count-down .finish-cont {
451
- display: -webkit-box;
452
- display: -ms-flexbox;
453
- display: flex;
454
- height: 100%;
455
- -webkit-box-align: center;
456
- -ms-flex-align: center;
457
- align-items: center;
458
- -webkit-box-pack: center;
459
- -ms-flex-pack: center;
460
- justify-content: center
461
- }
462
-
463
- .count-down .finish-cont {
464
- width: 100%
465
- }
466
-
467
- .count-down .count-flip {
468
- display: -webkit-box;
469
- display: -ms-flexbox;
470
- display: flex;
471
- height: 100%;
472
- -webkit-box-align: center;
473
- -ms-flex-align: center;
474
- align-items: center;
475
- -webkit-box-pack: center;
476
- -ms-flex-pack: center;
477
- justify-content: center
478
- }
479
-
480
- .count-down .count-flip[data-direction="vertical"] {
481
- -webkit-box-orient: vertical;
482
- -webkit-box-direction: normal;
483
- -ms-flex-direction: column;
484
- flex-direction: column;
485
- height: auto;
486
- min-height: 100%;
487
- }
488
-
489
- .count-down .count-flip[data-direction="vertical"] .c-com {
490
- margin: 6px 0;
491
- width: auto;
492
- }
493
-
494
- .count-down .count-flip .numscroll {
495
- -webkit-animation: numscroll .4s ease-in-out;
496
- animation: numscroll .4s ease-in-out;
497
- -webkit-animation-fill-mode: both;
498
- animation-fill-mode: both
499
- }
500
-
501
- .count-down .count-flip .numscroll .curr-num {
502
- -webkit-transition: all .3s ease-in-out;
503
- transition: all .3s ease-in-out;
504
- opacity: .6;
505
- -webkit-transform: scale(.5)!important;
506
- transform: scale(.5)!important
507
- }
508
-
509
- @-webkit-keyframes numscroll {
510
- 0% {
511
- -webkit-transform: translateZ(0);
512
- transform: translateZ(0)
513
- }
514
-
515
- to {
516
- -webkit-transform: translate3d(0,100%,0);
517
- transform: translate3d(0,100%,0)
518
- }
519
- }
520
-
521
- @keyframes numscroll {
522
- 0% {
523
- -webkit-transform: translateZ(0);
524
- transform: translateZ(0)
525
- }
526
-
527
- to {
528
- -webkit-transform: translate3d(0,100%,0);
529
- transform: translate3d(0,100%,0)
530
- }
531
- }
532
-
533
- .count-down .count-flip .c-com {
534
- min-width: 50px;
535
- height: auto;
536
- margin: 6px;
537
- padding: 5px 0 6px;
538
- background-color: #111
539
- }
540
-
541
- .count-down .count-flip .c-com .flex-wrap {
542
- display: -webkit-box;
543
- display: -ms-flexbox;
544
- display: flex;
545
- position: relative;
546
- width: 100%;
547
- height: 100%;
548
- -webkit-box-align: center;
549
- -ms-flex-align: center;
550
- align-items: center
551
- }
552
-
553
- .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
554
- line-height: 27px
555
- }
556
-
557
- .count-down .count-flip .c-com .flex-wrap .next-num {
558
- position: absolute;
559
- top: -100%
560
- }
561
-
562
- .count-down .count-flip .c-com .flex-wrap .curr-num {
563
- -webkit-transform: scale(1);
564
- transform: scale(1)
565
- }
566
-
567
- .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 {
568
- display: none!important
569
- }
570
-
571
- .c-wrap {
572
- width: 100%;
573
- height: 100%;
574
- overflow: hidden;
575
- font-size: 0
576
- }
577
-
578
- .c-wrap.c-day-wrap {
579
- text-align: center
580
- }
581
-
582
- .c-wrap.c-day-wrap .c-num {
583
- width: auto
584
- }
585
-
586
- .c-wrap .c-num {
587
- display: inline-block;
588
- width: 50%;
589
- overflow: hidden;
590
- font-size: 20px;
591
- color: #999
592
- }
593
-
594
- .c-wrap .c-left .flex-wrap {
595
- display: -webkit-box;
596
- display: -ms-flexbox;
597
- display: flex;
598
- -webkit-box-pack: end;
599
- -ms-flex-pack: end;
600
- justify-content: flex-end
601
- }
602
-
603
- .c-wrap .c-text {
604
- display: -webkit-box;
605
- display: -ms-flexbox;
606
- display: flex;
607
- width: 100%;
608
- font-size: 12px;
609
- -webkit-box-pack: center;
610
- -ms-flex-pack: center;
611
- justify-content: center;
612
- -webkit-box-align: center;
613
- -ms-flex-align: center;
614
- align-items: center;
615
- white-space: nowrap
616
- }
617
-
618
- .ele-lottie .ele-lotwrap {
619
- overflow: hidden;
620
- }
621
- @keyframes jumpheart {
622
- to {
623
- -webkit-transform: scale(1.2);
624
- transform: scale(1.2)
625
- }
626
- }
627
- .ele-calendar {
628
- position: relative;
629
- width: 325px !important;
630
- min-height: 325px !important;
631
- height: auto !important;
632
- }
633
-
634
- .ele-calendar .drag-point {
635
- cursor: default !important;
371
+ .ele-calendar .drag-point {
372
+ cursor: default !important;
636
373
  }
637
374
 
638
375
  .ele-calendar .ani-wrap {
@@ -992,38 +729,270 @@
992
729
 
993
730
  .hb-tel:before {
994
731
  content: "\E642";
995
- }/* Iconfont definition */
996
- .icon-danmuliebiao1:before {
997
- content: "\E68A";
998
- }
999
-
1000
- .icon-cuowu2:before {
1001
- content: "\E65E";
1002
- }
1003
-
1004
- i {
1005
- font-style: normal;
1006
- }
1007
-
1008
- .v-modal {
1009
- position: fixed;
1010
- left: 0;
1011
- top: 0;
1012
- width: 100%;
1013
- height: 100%;
1014
- opacity: .5;
1015
- background: #000;
1016
- }
1017
- /* 底部工具栏样式 */
1018
- #toolbarNew {
1019
- position: fixed;
1020
- left: 0;
1021
- bottom: 0;
1022
- width: 100%;
1023
- padding: 12px 0;
1024
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
1025
- z-index: 100;
1026
- }
732
+ }.count-down .drag-point {
733
+ cursor: default!important
734
+ }
735
+
736
+ .count-down .ani-wrap {
737
+ width: 100%;
738
+ height: 100%;
739
+ overflow: visible;
740
+ }
741
+
742
+ .count-down .count-text,.count-down .finish-cont {
743
+ display: -webkit-box;
744
+ display: -ms-flexbox;
745
+ display: flex;
746
+ height: 100%;
747
+ -webkit-box-align: center;
748
+ -ms-flex-align: center;
749
+ align-items: center;
750
+ -webkit-box-pack: center;
751
+ -ms-flex-pack: center;
752
+ justify-content: center
753
+ }
754
+
755
+ .count-down .finish-cont {
756
+ width: 100%
757
+ }
758
+
759
+ .count-down .count-flip {
760
+ display: -webkit-box;
761
+ display: -ms-flexbox;
762
+ display: flex;
763
+ height: 100%;
764
+ -webkit-box-align: center;
765
+ -ms-flex-align: center;
766
+ align-items: center;
767
+ -webkit-box-pack: center;
768
+ -ms-flex-pack: center;
769
+ justify-content: center
770
+ }
771
+
772
+ .count-down .count-flip[data-direction="vertical"] {
773
+ -webkit-box-orient: vertical;
774
+ -webkit-box-direction: normal;
775
+ -ms-flex-direction: column;
776
+ flex-direction: column;
777
+ height: auto;
778
+ min-height: 100%;
779
+ }
780
+
781
+ .count-down .count-flip[data-direction="vertical"] .c-com {
782
+ margin: 6px 0;
783
+ width: auto;
784
+ }
785
+
786
+ .count-down .count-flip .numscroll {
787
+ -webkit-animation: numscroll .4s ease-in-out;
788
+ animation: numscroll .4s ease-in-out;
789
+ -webkit-animation-fill-mode: both;
790
+ animation-fill-mode: both
791
+ }
792
+
793
+ .count-down .count-flip .numscroll .curr-num {
794
+ -webkit-transition: all .3s ease-in-out;
795
+ transition: all .3s ease-in-out;
796
+ opacity: .6;
797
+ -webkit-transform: scale(.5)!important;
798
+ transform: scale(.5)!important
799
+ }
800
+
801
+ @-webkit-keyframes numscroll {
802
+ 0% {
803
+ -webkit-transform: translateZ(0);
804
+ transform: translateZ(0)
805
+ }
806
+
807
+ to {
808
+ -webkit-transform: translate3d(0,100%,0);
809
+ transform: translate3d(0,100%,0)
810
+ }
811
+ }
812
+
813
+ @keyframes numscroll {
814
+ 0% {
815
+ -webkit-transform: translateZ(0);
816
+ transform: translateZ(0)
817
+ }
818
+
819
+ to {
820
+ -webkit-transform: translate3d(0,100%,0);
821
+ transform: translate3d(0,100%,0)
822
+ }
823
+ }
824
+
825
+ .count-down .count-flip .c-com {
826
+ min-width: 50px;
827
+ height: auto;
828
+ margin: 6px;
829
+ padding: 5px 0 6px;
830
+ background-color: #111
831
+ }
832
+
833
+ .count-down .count-flip .c-com .flex-wrap {
834
+ display: -webkit-box;
835
+ display: -ms-flexbox;
836
+ display: flex;
837
+ position: relative;
838
+ width: 100%;
839
+ height: 100%;
840
+ -webkit-box-align: center;
841
+ -ms-flex-align: center;
842
+ align-items: center
843
+ }
844
+
845
+ .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
846
+ line-height: 27px
847
+ }
848
+
849
+ .count-down .count-flip .c-com .flex-wrap .next-num {
850
+ position: absolute;
851
+ top: -100%
852
+ }
853
+
854
+ .count-down .count-flip .c-com .flex-wrap .curr-num {
855
+ -webkit-transform: scale(1);
856
+ transform: scale(1)
857
+ }
858
+
859
+ .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 {
860
+ display: none!important
861
+ }
862
+
863
+ .c-wrap {
864
+ width: 100%;
865
+ height: 100%;
866
+ overflow: hidden;
867
+ font-size: 0
868
+ }
869
+
870
+ .c-wrap.c-day-wrap {
871
+ text-align: center
872
+ }
873
+
874
+ .c-wrap.c-day-wrap .c-num {
875
+ width: auto
876
+ }
877
+
878
+ .c-wrap .c-num {
879
+ display: inline-block;
880
+ width: 50%;
881
+ overflow: hidden;
882
+ font-size: 20px;
883
+ color: #999
884
+ }
885
+
886
+ .c-wrap .c-left .flex-wrap {
887
+ display: -webkit-box;
888
+ display: -ms-flexbox;
889
+ display: flex;
890
+ -webkit-box-pack: end;
891
+ -ms-flex-pack: end;
892
+ justify-content: flex-end
893
+ }
894
+
895
+ .c-wrap .c-text {
896
+ display: -webkit-box;
897
+ display: -ms-flexbox;
898
+ display: flex;
899
+ width: 100%;
900
+ font-size: 12px;
901
+ -webkit-box-pack: center;
902
+ -ms-flex-pack: center;
903
+ justify-content: center;
904
+ -webkit-box-align: center;
905
+ -ms-flex-align: center;
906
+ align-items: center;
907
+ white-space: nowrap
908
+ }
909
+ .ele-effect {
910
+ will-change: transform;
911
+ }
912
+
913
+ .ele-effect .effect-wrap {
914
+ position: relative;
915
+ width: 100%;
916
+ height: 100%;
917
+ }
918
+
919
+ .particle {
920
+ position: absolute;
921
+ background-repeat: no-repeat;
922
+ background-size: contain;
923
+ animation-name: falling;
924
+ animation-timing-function: linear;
925
+ animation-iteration-count: infinite;
926
+ will-change: transform;
927
+ }
928
+
929
+ @keyframes falling {
930
+ 0% {
931
+ transform: translateY(0) rotate(0deg);
932
+ opacity: 1;
933
+ }
934
+ 80% {
935
+ opacity: 0.8;
936
+ }
937
+ 100% {
938
+ transform: translateY(100vh) rotate(360deg);
939
+ opacity: 0;
940
+ }
941
+ }
942
+ .ele-lottie .ele-lotwrap {
943
+ overflow: hidden
944
+ }
945
+
946
+ .ele-effect .effect-wrap {
947
+ position: relative;
948
+ overflow: hidden;
949
+ width: 100%;
950
+ height: 100%
951
+ }
952
+
953
+ .ele-effect .e-small {
954
+ position: absolute;
955
+ width: 24px;
956
+ height: 24px;
957
+ background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
958
+ background-size: cover;
959
+ background-repeat: no-repeat;
960
+ -webkit-transform-origin: center;
961
+ transform-origin: center;
962
+ -webkit-animation: snow 5s linear infinite;
963
+ animation: snow 5s linear infinite
964
+ }/* Iconfont definition */
965
+ .icon-danmuliebiao1:before {
966
+ content: "\E68A";
967
+ }
968
+
969
+ .icon-cuowu2:before {
970
+ content: "\E65E";
971
+ }
972
+
973
+ i {
974
+ font-style: normal;
975
+ }
976
+
977
+ .v-modal {
978
+ position: fixed;
979
+ left: 0;
980
+ top: 0;
981
+ width: 100%;
982
+ height: 100%;
983
+ opacity: .5;
984
+ background: #000;
985
+ }
986
+ /* 底部工具栏样式 */
987
+ #toolbarNew {
988
+ position: fixed;
989
+ left: 0;
990
+ bottom: 0;
991
+ width: 100%;
992
+ padding: 12px 0;
993
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
994
+ z-index: 100;
995
+ }
1027
996
 
1028
997
  .toolbar {
1029
998
  display: flex;
@@ -1895,7 +1864,87 @@
1895
1864
  100% { transform: rotate(360deg); }
1896
1865
  }
1897
1866
 
1898
- body, html {
1867
+
1868
+ .ele-lottie .ele-lotwrap {
1869
+ overflow: hidden;
1870
+ }#page-list .tip-cover {
1871
+ position: fixed;
1872
+ left: 0;
1873
+ top: 0;
1874
+ width: 100%;
1875
+ height: 100%;
1876
+ display: -ms-flexbox;
1877
+ display: flex;
1878
+ -ms-flex-align: center;
1879
+ align-items: center;
1880
+ -ms-flex-pack: center;
1881
+ justify-content: center;
1882
+ z-index: 999;
1883
+ background-color: rgba(0,0,0,.7)
1884
+ }
1885
+
1886
+ #page-list .tip-cover .tip {
1887
+ width: 80%;
1888
+ max-width: 250px;
1889
+ padding: 10px;
1890
+ border-radius: 5px;
1891
+ background-color: #fff
1892
+ }
1893
+
1894
+ #page-list .tip-cover .tip-btn {
1895
+ display: block;
1896
+ margin: 25px auto;
1897
+ width: 120px;
1898
+ height: 30px;
1899
+ color: #fff;
1900
+ border-radius: 4px;
1901
+ text-align: center;
1902
+ font-size: 14px;
1903
+ line-height: 30px;
1904
+ background: #ed5566
1905
+ }
1906
+
1907
+ #page-list .tip-cover .tip-content {
1908
+ font-size: 14px;
1909
+ padding-top: 30px;
1910
+ }
1911
+
1912
+ .tip-cover {
1913
+ position: fixed;
1914
+ left: 0;
1915
+ top: 0;
1916
+ width: 100%;
1917
+ height: 100%;
1918
+ display: -ms-flexbox;
1919
+ display: flex;
1920
+ -ms-flex-align: center;
1921
+ align-items: center;
1922
+ -ms-flex-pack: center;
1923
+ justify-content: center;
1924
+ z-index: 999;
1925
+ background-color: rgba(0,0,0,.7)
1926
+ }
1927
+
1928
+ .tip-cover .tip {
1929
+ width: 80%;
1930
+ max-width: 250px;
1931
+ padding: 5px;
1932
+ border-radius: 3px;
1933
+ background-color: #fff
1934
+ }
1935
+
1936
+ .tip-cover .tip-btn {
1937
+ display: block;
1938
+ margin: 13px auto;
1939
+ width: 64px;
1940
+ height: 20px;
1941
+ color: #fff;
1942
+ border-radius: 4px;
1943
+ text-align: center;
1944
+ font-size: 14px;
1945
+ line-height: 20px;
1946
+ background: #ed5566;
1947
+ } body, html {
1899
1948
  width: 100%;
1900
1949
  height: 100%;
1901
1950
  }
@@ -3498,52 +3547,34 @@ to {
3498
3547
  }
3499
3548
  }
3500
3549
 
3501
- .form-submit {
3550
+ .button {
3551
+ position: absolute;
3502
3552
  cursor: pointer;
3503
- transition: all 0.2s;
3504
- outline: none;
3505
- border: none;
3506
- }
3507
-
3508
- .form-submit:hover {
3509
- opacity: 0.9;
3510
- transform: translateY(-1px);
3511
- }
3512
-
3513
- .form-submit:active {
3514
- opacity: 0.8;
3515
- transform: translateY(0);
3516
- }
3517
-
3518
- .form-submit:disabled {
3519
- opacity: 0.6;
3520
- cursor: not-allowed;
3521
- transform: none !important;
3522
- }
3523
-
3524
- .f-submit {
3525
- position: relative;
3526
- display: block
3553
+ user-select: none;
3527
3554
  }
3528
-
3529
- .f-submit .ani-wrap {
3555
+
3556
+ .button .ani-wrap {
3557
+ display: flex;
3558
+ justify-content: center;
3559
+ align-items: center;
3530
3560
  width: 100%;
3531
3561
  height: 100%;
3532
- padding: 10px;
3533
3562
  overflow: hidden;
3534
- position: relative
3563
+ transition: opacity 0.2s;
3564
+ }
3565
+
3566
+ .button .ani-wrap:hover {
3567
+ opacity: 0.9;
3535
3568
  }
3536
3569
 
3537
- .f-submit .f-ovh {
3538
- position: absolute;
3539
- left: 50%;
3540
- top: 50%;
3541
- transform: translate(-50%,-50%)
3570
+ .button-content {
3571
+ display: flex;
3572
+ align-items: center;
3573
+ justify-content: center;
3542
3574
  }
3543
3575
 
3544
- .form-submit:disabled {
3545
- opacity: 0.7;
3546
- cursor: not-allowed;
3576
+ .btn-text {
3577
+ margin-left: 10px;
3547
3578
  }@charset"UTF-8";.animated {
3548
3579
  animation-duration: 1s;
3549
3580
  animation-fill-mode: both
@@ -8392,227 +8423,90 @@ cursor: not-allowed;
8392
8423
 
8393
8424
  @keyframes leftSlide {
8394
8425
  0% {
8395
- -webkit-transform: translateX(-100%);
8396
- transform: translateX(-100%)
8397
- }
8398
-
8399
- to {
8400
- -webkit-transform: translateX(0);
8401
- transform: translateX(0)
8402
- }
8403
- }
8404
-
8405
- .p-rightSlide {
8406
- -webkit-animation: rightSlide .7s ease both;
8407
- animation: rightSlide .7s ease both
8408
- }
8409
-
8410
- @-webkit-keyframes rightSlide {
8411
- 0% {
8412
- -webkit-transform: translateX(100%);
8413
- transform: translateX(100%)
8414
- }
8415
-
8416
- to {
8417
- -webkit-transform: translateX(0);
8418
- transform: translateX(0)
8419
- }
8420
- }
8421
-
8422
- @keyframes rightSlide {
8423
- 0% {
8424
- -webkit-transform: translateX(100%);
8425
- transform: translateX(100%)
8426
- }
8427
-
8428
- to {
8429
- -webkit-transform: translateX(0);
8430
- transform: translateX(0)
8431
- }
8432
- }
8433
- /* .ele-form {
8434
- position: absolute;
8435
- user-select: none;
8436
- } */
8437
-
8438
- .f-select {
8439
- cursor: pointer;
8440
- }
8441
-
8442
- .ani-wrap {
8443
- position: relative;
8444
- }
8445
-
8446
- .f-select .ani-wrap .fs-tit {
8447
- position: relative;
8448
- display: flex;
8449
- padding: 0 5px;
8450
- height: 35px;
8451
- line-height: 35px;
8452
- align-items: center;
8453
- }
8454
-
8455
- .require {
8456
- padding: 0 5px 0 0;
8457
- color: red;
8458
- vertical-align: middle;
8459
- }
8460
-
8461
- .fs-cont {
8462
- padding-right: 15px;
8463
- white-space: nowrap;
8464
- overflow: hidden;
8465
- text-overflow: ellipsis;
8466
- flex-grow: 1;
8467
- }
8468
-
8469
- .icon-bofang1 {
8470
- font-size: 12px;
8471
- transition: transform 0.2s ease;
8472
- }
8473
-
8474
- .rotate-180 {
8475
- transform: rotate(180deg) !important;
8476
- }
8477
-
8478
- .f-real {
8479
- position: absolute;
8480
- left: 0;
8481
- top: 0;
8482
- width: 100%;
8483
- height: 100%;
8484
- z-index: 1;
8485
- opacity: 0;
8486
- cursor: pointer;
8487
- }
8488
-
8489
- .dropdown-menu {
8490
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
8491
- }
8492
-
8493
- .dropdown-item {
8494
- padding: 8px 10px;
8495
- cursor: pointer;
8496
- transition: background-color 0.2s;
8497
- }
8498
-
8499
- .dropdown-item:hover {
8500
- background-color: #f5f5f5;
8501
- }
8502
-
8503
- .dropdown-item.selected {
8504
- background-color: #e6f7ff;
8505
- color: #1890ff;
8506
- }
8507
-
8508
- .f-select .fs-tit .icon-bofang1 {
8509
- position: absolute;
8510
- right: 10px;
8511
- font-size: 12px;
8512
- display: inline-block;
8513
- transform: rotate(90deg);
8514
- }
8515
-
8516
- .icon-bofang1:before {
8517
- content: "\E6CF";
8518
- }
8519
-
8520
- .has-error {
8521
- border-color: #ff4d4f !important;
8522
- }
8523
-
8524
- .error-tip {
8525
- position: fixed;
8526
- left: 0;
8527
- top: 0;
8528
- width: 100%;
8529
- height: 100%;
8530
- z-index: 1000;
8531
- }/* .ele-form {
8532
- position: absolute;
8533
- user-select: none;
8534
- } */
8426
+ -webkit-transform: translateX(-100%);
8427
+ transform: translateX(-100%)
8428
+ }
8535
8429
 
8536
- .f-multiple {
8537
- cursor: pointer;
8430
+ to {
8431
+ -webkit-transform: translateX(0);
8432
+ transform: translateX(0)
8433
+ }
8538
8434
  }
8539
8435
 
8540
- .ani-wrap {
8541
- position: relative;
8436
+ .p-rightSlide {
8437
+ -webkit-animation: rightSlide .7s ease both;
8438
+ animation: rightSlide .7s ease both
8542
8439
  }
8543
8440
 
8544
- .f-multiple .ani-wrap .fs-tit {
8545
- display: flex;
8546
- padding: 0 5px;
8547
- height: 40px;
8548
- align-items: center;
8549
- white-space: nowrap;
8550
- overflow: hidden;
8551
- text-overflow: ellipsis;
8552
- border-bottom: 1px solid rgba(153, 153, 153, 1);
8441
+ @-webkit-keyframes rightSlide {
8442
+ 0% {
8443
+ -webkit-transform: translateX(100%);
8444
+ transform: translateX(100%)
8445
+ }
8446
+
8447
+ to {
8448
+ -webkit-transform: translateX(0);
8449
+ transform: translateX(0)
8450
+ }
8553
8451
  }
8554
8452
 
8555
- .require {
8556
- padding: 0 5px 0 0;
8557
- color: red;
8558
- vertical-align: middle;
8453
+ @keyframes rightSlide {
8454
+ 0% {
8455
+ -webkit-transform: translateX(100%);
8456
+ transform: translateX(100%)
8457
+ }
8458
+
8459
+ to {
8460
+ -webkit-transform: translateX(0);
8461
+ transform: translateX(0)
8462
+ }
8463
+ }
8464
+ .form-submit {
8465
+ cursor: pointer;
8466
+ transition: all 0.2s;
8467
+ outline: none;
8468
+ border: none;
8559
8469
  }
8560
8470
 
8561
- .f-multiple ul {
8562
- padding: 15px;
8563
- margin: 0;
8564
- list-style: none;
8471
+ .form-submit:hover {
8472
+ opacity: 0.9;
8473
+ transform: translateY(-1px);
8565
8474
  }
8566
8475
 
8567
- .f-multiple ul li {
8568
- margin-top: 12px;
8569
- font-size: 0;
8570
- display: flex;
8571
- align-items: center;
8572
- cursor: pointer;
8476
+ .form-submit:active {
8477
+ opacity: 0.8;
8478
+ transform: translateY(0);
8573
8479
  }
8574
8480
 
8575
- .f-multiple ul li:first-child {
8576
- margin-top: 0;
8481
+ .form-submit:disabled {
8482
+ opacity: 0.6;
8483
+ cursor: not-allowed;
8484
+ transform: none !important;
8577
8485
  }
8578
8486
 
8579
- .fs-circle {
8580
- display: inline-block;
8581
- width: 16px;
8582
- height: 16px;
8583
- border-radius: 50%;
8487
+ .f-submit {
8584
8488
  position: relative;
8585
- transition: all 0.2s;
8489
+ display: block
8586
8490
  }
8587
8491
 
8588
- .fs-circle.selected {
8589
- background-color: #2687f1;
8590
- border-color: #2687f1 !important;
8492
+ .f-submit .ani-wrap {
8493
+ width: 100%;
8494
+ height: 100%;
8495
+ padding: 10px;
8496
+ overflow: hidden;
8497
+ position: relative
8591
8498
  }
8592
8499
 
8593
- .fs-circle.selected::after {
8594
- content: "";
8500
+ .f-submit .f-ovh {
8595
8501
  position: absolute;
8596
- top: 3px;
8597
- left: 3px;
8598
- width: 8px;
8599
- height: 8px;
8600
- border-radius: 50%;
8601
- background-color: white;
8602
- }
8603
-
8604
- .fs-txt {
8605
- display: inline-block;
8606
- width: calc(100% - 16px);
8607
- padding-left: 8px;
8608
- vertical-align: top;
8609
- word-break: break-all;
8610
- font-size: 14px;
8611
- line-height: 1.2;
8502
+ left: 50%;
8503
+ top: 50%;
8504
+ transform: translate(-50%,-50%)
8612
8505
  }
8613
8506
 
8614
- .has-error .fs-tit {
8615
- border-bottom-color: #ff4d4f;
8507
+ .form-submit:disabled {
8508
+ opacity: 0.7;
8509
+ cursor: not-allowed;
8616
8510
  }.form-input.form-input--editing,
8617
8511
  .form-input.form-input--editing input {
8618
8512
  pointer-events: none;
@@ -8673,9 +8567,9 @@ cursor: not-allowed;
8673
8567
  }/* .ele-form {
8674
8568
  position: absolute;
8675
8569
  user-select: none;
8676
- }
8677
- */
8678
- .f-single {
8570
+ } */
8571
+
8572
+ .f-select {
8679
8573
  cursor: pointer;
8680
8574
  }
8681
8575
 
@@ -8683,15 +8577,13 @@ cursor: not-allowed;
8683
8577
  position: relative;
8684
8578
  }
8685
8579
 
8686
- .f-single .ani-wrap .fs-tit {
8580
+ .f-select .ani-wrap .fs-tit {
8581
+ position: relative;
8687
8582
  display: flex;
8688
8583
  padding: 0 5px;
8689
- height: 40px;
8584
+ height: 35px;
8585
+ line-height: 35px;
8690
8586
  align-items: center;
8691
- white-space: nowrap;
8692
- overflow: hidden;
8693
- text-overflow: ellipsis;
8694
- border-bottom: 1px solid rgba(153, 153, 153, 1);
8695
8587
  }
8696
8588
 
8697
8589
  .require {
@@ -8700,63 +8592,69 @@ cursor: not-allowed;
8700
8592
  vertical-align: middle;
8701
8593
  }
8702
8594
 
8703
- .f-single ul {
8704
- padding: 15px;
8705
- margin: 0;
8706
- list-style: none;
8595
+ .fs-cont {
8596
+ padding-right: 15px;
8597
+ white-space: nowrap;
8598
+ overflow: hidden;
8599
+ text-overflow: ellipsis;
8600
+ flex-grow: 1;
8707
8601
  }
8708
8602
 
8709
- .f-single ul li {
8710
- display: flex;
8711
- align-items: center;
8712
- margin-top: 12px;
8713
- font-size: 0;
8603
+ .icon-bofang1 {
8604
+ font-size: 12px;
8605
+ transition: transform 0.2s ease;
8714
8606
  }
8715
8607
 
8716
- .f-single ul li:first-child {
8717
- margin-top: 0;
8608
+ .rotate-180 {
8609
+ transform: rotate(180deg) !important;
8718
8610
  }
8719
8611
 
8720
- .fs-circle {
8721
- display: inline-block;
8722
- width: 16px;
8723
- height: 16px;
8724
- border-radius: 50%;
8725
- position: relative;
8726
- transition: all 0.2s;
8612
+ .f-real {
8613
+ position: absolute;
8614
+ left: 0;
8615
+ top: 0;
8616
+ width: 100%;
8617
+ height: 100%;
8618
+ z-index: 1;
8619
+ opacity: 0;
8620
+ cursor: pointer;
8727
8621
  }
8728
8622
 
8729
- .fs-circle.selected {
8730
- background-color: #2687f1;
8731
- border-color: #2687f1 !important;
8623
+ .dropdown-menu {
8624
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
8732
8625
  }
8733
8626
 
8734
- .fs-circle.selected::after {
8735
- content: "";
8736
- position: absolute;
8737
- top: 3px;
8738
- left: 3px;
8739
- width: 8px;
8740
- height: 8px;
8741
- border-radius: 50%;
8742
- background-color: white;
8627
+ .dropdown-item {
8628
+ padding: 8px 10px;
8629
+ cursor: pointer;
8630
+ transition: background-color 0.2s;
8743
8631
  }
8744
8632
 
8745
- .fs-txt {
8746
- display: inline-block;
8747
- width: calc(100% - 16px);
8748
- padding-left: 8px;
8749
- vertical-align: top;
8750
- word-break: break-all;
8751
- font-size: 14px;
8752
- line-height: 1.2;
8633
+ .dropdown-item:hover {
8634
+ background-color: #f5f5f5;
8753
8635
  }
8754
8636
 
8755
- .has-error .fs-tit {
8756
- border-bottom-color: #ff4d4f;
8637
+ .dropdown-item.selected {
8638
+ background-color: #e6f7ff;
8639
+ color: #1890ff;
8640
+ }
8641
+
8642
+ .f-select .fs-tit .icon-bofang1 {
8643
+ position: absolute;
8644
+ right: 10px;
8645
+ font-size: 12px;
8646
+ display: inline-block;
8647
+ transform: rotate(90deg);
8648
+ }
8649
+
8650
+ .icon-bofang1:before {
8651
+ content: "\E6CF";
8652
+ }
8653
+
8654
+ .has-error {
8655
+ border-color: #ff4d4f !important;
8757
8656
  }
8758
8657
 
8759
- /* 错误提示样式 */
8760
8658
  .error-tip {
8761
8659
  position: fixed;
8762
8660
  left: 0;
@@ -8764,19 +8662,92 @@ cursor: not-allowed;
8764
8662
  width: 100%;
8765
8663
  height: 100%;
8766
8664
  z-index: 1000;
8767
- }
8768
- .global.receipt {
8769
- width: 35px;
8770
- height: 55px;
8771
- border-radius: 50%;
8772
- text-align: center;
8773
- margin-bottom: 5px;
8774
- border: 2px solid #fff;
8665
+ }/* .ele-form {
8666
+ position: absolute;
8667
+ user-select: none;
8668
+ } */
8669
+
8670
+ .f-multiple {
8671
+ cursor: pointer;
8672
+ }
8673
+
8674
+ .ani-wrap {
8675
+ position: relative;
8676
+ }
8677
+
8678
+ .f-multiple .ani-wrap .fs-tit {
8679
+ display: flex;
8680
+ padding: 0 5px;
8681
+ height: 40px;
8682
+ align-items: center;
8683
+ white-space: nowrap;
8684
+ overflow: hidden;
8685
+ text-overflow: ellipsis;
8686
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
8687
+ }
8688
+
8689
+ .require {
8690
+ padding: 0 5px 0 0;
8691
+ color: red;
8692
+ vertical-align: middle;
8693
+ }
8694
+
8695
+ .f-multiple ul {
8696
+ padding: 15px;
8697
+ margin: 0;
8698
+ list-style: none;
8699
+ }
8700
+
8701
+ .f-multiple ul li {
8702
+ margin-top: 12px;
8703
+ font-size: 0;
8704
+ display: flex;
8705
+ align-items: center;
8775
8706
  cursor: pointer;
8776
8707
  }
8777
- .icon-liuyan:before { content: "\E636"; }
8778
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8779
- .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
8708
+
8709
+ .f-multiple ul li:first-child {
8710
+ margin-top: 0;
8711
+ }
8712
+
8713
+ .fs-circle {
8714
+ display: inline-block;
8715
+ width: 16px;
8716
+ height: 16px;
8717
+ border-radius: 50%;
8718
+ position: relative;
8719
+ transition: all 0.2s;
8720
+ }
8721
+
8722
+ .fs-circle.selected {
8723
+ background-color: #2687f1;
8724
+ border-color: #2687f1 !important;
8725
+ }
8726
+
8727
+ .fs-circle.selected::after {
8728
+ content: "";
8729
+ position: absolute;
8730
+ top: 3px;
8731
+ left: 3px;
8732
+ width: 8px;
8733
+ height: 8px;
8734
+ border-radius: 50%;
8735
+ background-color: white;
8736
+ }
8737
+
8738
+ .fs-txt {
8739
+ display: inline-block;
8740
+ width: calc(100% - 16px);
8741
+ padding-left: 8px;
8742
+ vertical-align: top;
8743
+ word-break: break-all;
8744
+ font-size: 14px;
8745
+ line-height: 1.2;
8746
+ }
8747
+
8748
+ .has-error .fs-tit {
8749
+ border-bottom-color: #ff4d4f;
8750
+ }
8780
8751
  .icon-guanbi:before {
8781
8752
  content: "\E676";
8782
8753
  }
@@ -9170,85 +9141,102 @@ cursor: not-allowed;
9170
9141
  content: "\E65E";
9171
9142
  color: #F44336; /* 失败的红色 */
9172
9143
  }
9173
- #page-list .tip-cover {
9174
- position: fixed;
9175
- left: 0;
9176
- top: 0;
9177
- width: 100%;
9178
- height: 100%;
9179
- display: -ms-flexbox;
9180
- display: flex;
9181
- -ms-flex-align: center;
9182
- align-items: center;
9183
- -ms-flex-pack: center;
9184
- justify-content: center;
9185
- z-index: 999;
9186
- background-color: rgba(0,0,0,.7)
9187
- }
9188
-
9189
- #page-list .tip-cover .tip {
9190
- width: 80%;
9191
- max-width: 250px;
9192
- padding: 10px;
9193
- border-radius: 5px;
9194
- background-color: #fff
9195
- }
9196
-
9197
- #page-list .tip-cover .tip-btn {
9198
- display: block;
9199
- margin: 25px auto;
9200
- width: 120px;
9201
- height: 30px;
9202
- color: #fff;
9203
- border-radius: 4px;
9204
- text-align: center;
9205
- font-size: 14px;
9206
- line-height: 30px;
9207
- background: #ed5566
9208
- }
9209
-
9210
- #page-list .tip-cover .tip-content {
9211
- font-size: 14px;
9212
- padding-top: 30px;
9213
- }
9214
-
9215
- .tip-cover {
9216
- position: fixed;
9217
- left: 0;
9218
- top: 0;
9219
- width: 100%;
9220
- height: 100%;
9221
- display: -ms-flexbox;
9222
- display: flex;
9223
- -ms-flex-align: center;
9224
- align-items: center;
9225
- -ms-flex-pack: center;
9226
- justify-content: center;
9227
- z-index: 999;
9228
- background-color: rgba(0,0,0,.7)
9229
- }
9230
-
9231
- .tip-cover .tip {
9232
- width: 80%;
9233
- max-width: 250px;
9234
- padding: 5px;
9235
- border-radius: 3px;
9236
- background-color: #fff
9237
- }
9238
-
9239
- .tip-cover .tip-btn {
9240
- display: block;
9241
- margin: 13px auto;
9242
- width: 64px;
9243
- height: 20px;
9244
- color: #fff;
9245
- border-radius: 4px;
9246
- text-align: center;
9247
- font-size: 14px;
9248
- line-height: 20px;
9249
- background: #ed5566;
9250
- }
9251
- .global.map {
9144
+ /* .ele-form {
9145
+ position: absolute;
9146
+ user-select: none;
9147
+ }
9148
+ */
9149
+ .f-single {
9150
+ cursor: pointer;
9151
+ }
9152
+
9153
+ .ani-wrap {
9154
+ position: relative;
9155
+ }
9156
+
9157
+ .f-single .ani-wrap .fs-tit {
9158
+ display: flex;
9159
+ padding: 0 5px;
9160
+ height: 40px;
9161
+ align-items: center;
9162
+ white-space: nowrap;
9163
+ overflow: hidden;
9164
+ text-overflow: ellipsis;
9165
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
9166
+ }
9167
+
9168
+ .require {
9169
+ padding: 0 5px 0 0;
9170
+ color: red;
9171
+ vertical-align: middle;
9172
+ }
9173
+
9174
+ .f-single ul {
9175
+ padding: 15px;
9176
+ margin: 0;
9177
+ list-style: none;
9178
+ }
9179
+
9180
+ .f-single ul li {
9181
+ display: flex;
9182
+ align-items: center;
9183
+ margin-top: 12px;
9184
+ font-size: 0;
9185
+ }
9186
+
9187
+ .f-single ul li:first-child {
9188
+ margin-top: 0;
9189
+ }
9190
+
9191
+ .fs-circle {
9192
+ display: inline-block;
9193
+ width: 16px;
9194
+ height: 16px;
9195
+ border-radius: 50%;
9196
+ position: relative;
9197
+ transition: all 0.2s;
9198
+ }
9199
+
9200
+ .fs-circle.selected {
9201
+ background-color: #2687f1;
9202
+ border-color: #2687f1 !important;
9203
+ }
9204
+
9205
+ .fs-circle.selected::after {
9206
+ content: "";
9207
+ position: absolute;
9208
+ top: 3px;
9209
+ left: 3px;
9210
+ width: 8px;
9211
+ height: 8px;
9212
+ border-radius: 50%;
9213
+ background-color: white;
9214
+ }
9215
+
9216
+ .fs-txt {
9217
+ display: inline-block;
9218
+ width: calc(100% - 16px);
9219
+ padding-left: 8px;
9220
+ vertical-align: top;
9221
+ word-break: break-all;
9222
+ font-size: 14px;
9223
+ line-height: 1.2;
9224
+ }
9225
+
9226
+ .has-error .fs-tit {
9227
+ border-bottom-color: #ff4d4f;
9228
+ }
9229
+
9230
+ /* 错误提示样式 */
9231
+ .error-tip {
9232
+ position: fixed;
9233
+ left: 0;
9234
+ top: 0;
9235
+ width: 100%;
9236
+ height: 100%;
9237
+ z-index: 1000;
9238
+ }
9239
+ .global.video {
9252
9240
  width: 35px;
9253
9241
  height: 55px;
9254
9242
  border-radius: 50%;
@@ -9257,9 +9245,11 @@ cursor: not-allowed;
9257
9245
  border: 2px solid #fff;
9258
9246
  cursor: pointer;
9259
9247
  }
9260
- .icon-daohang1:before { content: "\E612"; }
9248
+ .icon-shipin2:before { content: "\E611"; }
9261
9249
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9262
- .global.map > span { font-size: 10px; line-height: 20px; display: block;}
9250
+ .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
9251
+ }
9252
+
9263
9253
  .global.tel {
9264
9254
  width: 35px;
9265
9255
  height: 55px;
@@ -9272,7 +9262,7 @@ cursor: not-allowed;
9272
9262
  .icon-dianhua:before { content: "\E60E"; }
9273
9263
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9274
9264
  .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
9275
- .global.video {
9265
+ .global.receipt {
9276
9266
  width: 35px;
9277
9267
  height: 55px;
9278
9268
  border-radius: 50%;
@@ -9281,11 +9271,21 @@ cursor: not-allowed;
9281
9271
  border: 2px solid #fff;
9282
9272
  cursor: pointer;
9283
9273
  }
9284
- .icon-shipin2:before { content: "\E611"; }
9274
+ .icon-liuyan:before { content: "\E636"; }
9285
9275
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9286
- .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
9276
+ .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
9277
+ .global.map {
9278
+ width: 35px;
9279
+ height: 55px;
9280
+ border-radius: 50%;
9281
+ text-align: center;
9282
+ margin-bottom: 5px;
9283
+ border: 2px solid #fff;
9284
+ cursor: pointer;
9287
9285
  }
9288
- /* ===== 送呈(启呈)运行时样式 ===== */
9286
+ .icon-daohang1:before { content: "\E612"; }
9287
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9288
+ .global.map > span { font-size: 10px; line-height: 20px; display: block;}/* ===== 送呈(启呈)运行时样式 ===== */
9289
9289
  #invite {
9290
9290
  position: absolute;
9291
9291
  left: 0;