unika-components 1.2.7 → 1.2.9

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,53 @@
35
35
  background-size: 220px 140px;
36
36
  opacity: 0.5;
37
37
  }
38
- #audio {
38
+
39
+ .element-video {
40
+ position: absolute;
41
+ overflow: hidden;
42
+ background-color: transparent;
43
+ }
44
+
45
+ .element-video .ani-wrap, .element-video img {
46
+ display: block;
47
+ width: 100%;
48
+ height: 100%;
49
+ }
50
+
51
+ .video-container {
52
+ width: 100%;
53
+ height: 100%;
54
+ }
55
+
56
+ .video-container iframe {
57
+ width: 100%;
58
+ height: 100%;
59
+ border: none;
60
+ }
61
+
62
+ .video-cover {
63
+ position: relative;
64
+ width: 100%;
65
+ height: 100%;
66
+ background-size: cover;
67
+ background-position: center;
68
+ cursor: pointer;
69
+ }
70
+
71
+ .video-cover .play-btn {
72
+ position: absolute;
73
+ left: 50%;
74
+ top: 50%;
75
+ transform: translate(-50%, -50%);
76
+ width: 50px;
77
+ height: 50px;
78
+ opacity: 0.8;
79
+ transition: opacity 0.2s;
80
+ }
81
+
82
+ .video-cover:hover .play-btn {
83
+ opacity: 1;
84
+ }#audio {
39
85
  position: absolute;
40
86
  right: 10px;
41
87
  top: 10px;
@@ -221,140 +267,10 @@
221
267
  opacity: 1;
222
268
  transform: scale(1);
223
269
  }
224
- }.ele-shape {
225
- position: absolute;
226
- overflow: hidden;
227
- }
228
-
229
- .ani-wrap {
230
- width: 100%;
231
- height: 100%;
232
- box-sizing: border-box;
233
- }
234
-
235
- .e-shape {
236
- width: 100%;
237
- height: 100%;
238
- }
239
-
240
- .svg-container :deep(svg) {
241
- width: 100%;
242
- height: 100%;
243
- display: block;
244
- }
245
-
246
- .svg-container {
247
- width: 100%;
248
- height: 100%;
249
- display: block;
250
- }
251
-
252
-
253
- .svg-loading,
254
- .svg-error {
255
- display: flex;
256
- align-items: center;
257
- justify-content: center;
258
- width: 100%;
259
- height: 100%;
260
- background: rgba(0,0,0,0.05);
261
- }
262
-
263
- .ele-shape .svg-container svg {
264
- width: 100%;
265
- height: 100%;
266
- overflow: visible;
267
- }
268
- .element-video {
269
- position: absolute;
270
- overflow: hidden;
271
- background-color: transparent;
272
- }
273
-
274
- .element-video .ani-wrap, .element-video img {
275
- display: block;
276
- width: 100%;
277
- height: 100%;
278
- }
279
-
280
- .video-container {
281
- width: 100%;
282
- height: 100%;
283
- }
284
-
285
- .video-container iframe {
286
- width: 100%;
287
- height: 100%;
288
- border: none;
289
- }
290
-
291
- .video-cover {
292
- position: relative;
293
- width: 100%;
294
- height: 100%;
295
- background-size: cover;
296
- background-position: center;
297
- cursor: pointer;
298
270
  }
299
-
300
- .video-cover .play-btn {
301
- position: absolute;
302
- left: 50%;
303
- top: 50%;
304
- transform: translate(-50%, -50%);
305
- width: 50px;
306
- height: 50px;
307
- opacity: 0.8;
308
- transition: opacity 0.2s;
271
+ .ele-lottie .ele-lotwrap {
272
+ overflow: hidden;
309
273
  }
310
-
311
- .video-cover:hover .play-btn {
312
- opacity: 1;
313
- }.element-ditu .ani-wrap {
314
- width: 100%;
315
- height: 100%;
316
- overflow: hidden
317
- }
318
-
319
- .element-ditu .map {
320
- width: 100%;
321
- height: 100%
322
- }
323
-
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
340
- }
341
-
342
- .element-ditu .center-map {
343
- width: 100%;
344
- height: 100%;
345
- background: #fff
346
- }
347
-
348
- .element-ditu .mask-map {
349
- position: absolute;
350
- width: 100%;
351
- height: 100%;
352
- top: 0
353
- }
354
- .map-iframe {
355
- width: 100%;
356
- height: 100%;
357
- }
358
274
  @keyframes jumpheart {
359
275
  to {
360
276
  -webkit-transform: scale(1.2);
@@ -696,271 +612,6 @@
696
612
  }
697
613
  .icon-xingzhuangjiehe:before {
698
614
  content: "\E6A6";
699
- }.call {
700
- position: absolute;
701
- cursor: pointer;
702
- user-select: none;
703
- }
704
-
705
- .call .ani-wrap {
706
- display: flex;
707
- justify-content: center;
708
- align-items: center;
709
- width: 100%;
710
- height: 100%;
711
- overflow: hidden;
712
- transition: opacity 0.2s;
713
- }
714
-
715
- .call .ani-wrap:hover {
716
- opacity: 0.9;
717
- }
718
-
719
- .call-content {
720
- display: flex;
721
- align-items: center;
722
- justify-content: center;
723
- }
724
-
725
- .btn-text {
726
- margin-left: 10px;
727
- }
728
-
729
-
730
- .hb-tel:before {
731
- content: "\E642";
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
615
  }/* Iconfont definition */
965
616
  .icon-danmuliebiao1:before {
966
617
  content: "\E68A";
@@ -1864,87 +1515,457 @@
1864
1515
  100% { transform: rotate(360deg); }
1865
1516
  }
1866
1517
 
1867
-
1868
- .ele-lottie .ele-lotwrap {
1869
- overflow: hidden;
1870
- }#page-list .tip-cover {
1871
- position: fixed;
1872
- left: 0;
1873
- top: 0;
1518
+ .element-ditu .ani-wrap {
1519
+ width: 100%;
1520
+ height: 100%;
1521
+ overflow: hidden
1522
+ }
1523
+
1524
+ .element-ditu .map {
1525
+ width: 100%;
1526
+ height: 100%
1527
+ }
1528
+
1529
+ .element-ditu .map .el-button {
1530
+ width: 100%;
1531
+ height: 100%;
1532
+ display: -webkit-box;
1533
+ display: -ms-flexbox;
1534
+ display: flex;
1535
+ -webkit-box-align: center;
1536
+ -ms-flex-align: center;
1537
+ align-items: center;
1538
+ padding: 0;
1539
+ -webkit-box-pack: center;
1540
+ -ms-flex-pack: center;
1541
+ justify-content: center;
1542
+ background: inherit;
1543
+ color: inherit;
1544
+ border: none
1545
+ }
1546
+
1547
+ .element-ditu .center-map {
1548
+ width: 100%;
1549
+ height: 100%;
1550
+ background: #fff
1551
+ }
1552
+
1553
+ .element-ditu .mask-map {
1554
+ position: absolute;
1555
+ width: 100%;
1556
+ height: 100%;
1557
+ top: 0
1558
+ }
1559
+ .map-iframe {
1560
+ width: 100%;
1561
+ height: 100%;
1562
+ }.ele-shape {
1563
+ position: absolute;
1564
+ overflow: hidden;
1565
+ }
1566
+
1567
+ .ani-wrap {
1568
+ width: 100%;
1569
+ height: 100%;
1570
+ box-sizing: border-box;
1571
+ }
1572
+
1573
+ .e-shape {
1574
+ width: 100%;
1575
+ height: 100%;
1576
+ }
1577
+
1578
+ .svg-container :deep(svg) {
1579
+ width: 100%;
1580
+ height: 100%;
1581
+ display: block;
1582
+ }
1583
+
1584
+ .svg-container {
1585
+ width: 100%;
1586
+ height: 100%;
1587
+ display: block;
1588
+ }
1589
+
1590
+
1591
+ .svg-loading,
1592
+ .svg-error {
1593
+ display: flex;
1594
+ align-items: center;
1595
+ justify-content: center;
1596
+ width: 100%;
1597
+ height: 100%;
1598
+ background: rgba(0,0,0,0.05);
1599
+ }
1600
+
1601
+ .ele-shape .svg-container svg {
1602
+ width: 100%;
1603
+ height: 100%;
1604
+ overflow: visible;
1605
+ }/* .ele-form {
1606
+ position: absolute;
1607
+ user-select: none;
1608
+ } */
1609
+
1610
+ .f-select {
1611
+ cursor: pointer;
1612
+ }
1613
+
1614
+ .ani-wrap {
1615
+ position: relative;
1616
+ }
1617
+
1618
+ .f-select .ani-wrap .fs-tit {
1619
+ position: relative;
1620
+ display: flex;
1621
+ padding: 0 5px;
1622
+ height: 35px;
1623
+ line-height: 35px;
1624
+ align-items: center;
1625
+ }
1626
+
1627
+ .require {
1628
+ padding: 0 5px 0 0;
1629
+ color: red;
1630
+ vertical-align: middle;
1631
+ }
1632
+
1633
+ .fs-cont {
1634
+ padding-right: 15px;
1635
+ white-space: nowrap;
1636
+ overflow: hidden;
1637
+ text-overflow: ellipsis;
1638
+ flex-grow: 1;
1639
+ }
1640
+
1641
+ .icon-bofang1 {
1642
+ font-size: 12px;
1643
+ transition: transform 0.2s ease;
1644
+ }
1645
+
1646
+ .rotate-180 {
1647
+ transform: rotate(180deg) !important;
1648
+ }
1649
+
1650
+ .f-real {
1651
+ position: absolute;
1652
+ left: 0;
1653
+ top: 0;
1654
+ width: 100%;
1655
+ height: 100%;
1656
+ z-index: 1;
1657
+ opacity: 0;
1658
+ cursor: pointer;
1659
+ }
1660
+
1661
+ .dropdown-menu {
1662
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
1663
+ }
1664
+
1665
+ .dropdown-item {
1666
+ padding: 8px 10px;
1667
+ cursor: pointer;
1668
+ transition: background-color 0.2s;
1669
+ }
1670
+
1671
+ .dropdown-item:hover {
1672
+ background-color: #f5f5f5;
1673
+ }
1674
+
1675
+ .dropdown-item.selected {
1676
+ background-color: #e6f7ff;
1677
+ color: #1890ff;
1678
+ }
1679
+
1680
+ .f-select .fs-tit .icon-bofang1 {
1681
+ position: absolute;
1682
+ right: 10px;
1683
+ font-size: 12px;
1684
+ display: inline-block;
1685
+ transform: rotate(90deg);
1686
+ }
1687
+
1688
+ .icon-bofang1:before {
1689
+ content: "\E6CF";
1690
+ }
1691
+
1692
+ .has-error {
1693
+ border-color: #ff4d4f !important;
1694
+ }
1695
+
1696
+ .error-tip {
1697
+ position: fixed;
1698
+ left: 0;
1699
+ top: 0;
1700
+ width: 100%;
1701
+ height: 100%;
1702
+ z-index: 1000;
1703
+ }.ele-effect {
1704
+ will-change: transform;
1705
+ }
1706
+
1707
+ .ele-effect .effect-wrap {
1708
+ position: relative;
1709
+ width: 100%;
1710
+ height: 100%;
1711
+ }
1712
+
1713
+ .particle {
1714
+ position: absolute;
1715
+ background-repeat: no-repeat;
1716
+ background-size: contain;
1717
+ animation-name: falling;
1718
+ animation-timing-function: linear;
1719
+ animation-iteration-count: infinite;
1720
+ will-change: transform;
1721
+ }
1722
+
1723
+ @keyframes falling {
1724
+ 0% {
1725
+ transform: translateY(0) rotate(0deg);
1726
+ opacity: 1;
1727
+ }
1728
+ 80% {
1729
+ opacity: 0.8;
1730
+ }
1731
+ 100% {
1732
+ transform: translateY(100vh) rotate(360deg);
1733
+ opacity: 0;
1734
+ }
1735
+ }
1736
+ .ele-lottie .ele-lotwrap {
1737
+ overflow: hidden
1738
+ }
1739
+
1740
+ .ele-effect .effect-wrap {
1741
+ position: relative;
1742
+ overflow: hidden;
1743
+ width: 100%;
1744
+ height: 100%
1745
+ }
1746
+
1747
+ .ele-effect .e-small {
1748
+ position: absolute;
1749
+ width: 24px;
1750
+ height: 24px;
1751
+ background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
1752
+ background-size: cover;
1753
+ background-repeat: no-repeat;
1754
+ -webkit-transform-origin: center;
1755
+ transform-origin: center;
1756
+ -webkit-animation: snow 5s linear infinite;
1757
+ animation: snow 5s linear infinite
1758
+ }.count-down .drag-point {
1759
+ cursor: default!important
1760
+ }
1761
+
1762
+ .count-down .ani-wrap {
1763
+ width: 100%;
1764
+ height: 100%;
1765
+ overflow: visible;
1766
+ }
1767
+
1768
+ .count-down .count-text,.count-down .finish-cont {
1769
+ display: -webkit-box;
1770
+ display: -ms-flexbox;
1771
+ display: flex;
1772
+ height: 100%;
1773
+ -webkit-box-align: center;
1774
+ -ms-flex-align: center;
1775
+ align-items: center;
1776
+ -webkit-box-pack: center;
1777
+ -ms-flex-pack: center;
1778
+ justify-content: center
1779
+ }
1780
+
1781
+ .count-down .finish-cont {
1782
+ width: 100%
1783
+ }
1784
+
1785
+ .count-down .count-flip {
1786
+ display: -webkit-box;
1787
+ display: -ms-flexbox;
1788
+ display: flex;
1789
+ height: 100%;
1790
+ -webkit-box-align: center;
1791
+ -ms-flex-align: center;
1792
+ align-items: center;
1793
+ -webkit-box-pack: center;
1794
+ -ms-flex-pack: center;
1795
+ justify-content: center
1796
+ }
1797
+
1798
+ .count-down .count-flip[data-direction="vertical"] {
1799
+ -webkit-box-orient: vertical;
1800
+ -webkit-box-direction: normal;
1801
+ -ms-flex-direction: column;
1802
+ flex-direction: column;
1803
+ height: auto;
1804
+ min-height: 100%;
1805
+ }
1806
+
1807
+ .count-down .count-flip[data-direction="vertical"] .c-com {
1808
+ margin: 6px 0;
1809
+ width: auto;
1810
+ }
1811
+
1812
+ .count-down .count-flip .numscroll {
1813
+ -webkit-animation: numscroll .4s ease-in-out;
1814
+ animation: numscroll .4s ease-in-out;
1815
+ -webkit-animation-fill-mode: both;
1816
+ animation-fill-mode: both
1817
+ }
1818
+
1819
+ .count-down .count-flip .numscroll .curr-num {
1820
+ -webkit-transition: all .3s ease-in-out;
1821
+ transition: all .3s ease-in-out;
1822
+ opacity: .6;
1823
+ -webkit-transform: scale(.5)!important;
1824
+ transform: scale(.5)!important
1825
+ }
1826
+
1827
+ @-webkit-keyframes numscroll {
1828
+ 0% {
1829
+ -webkit-transform: translateZ(0);
1830
+ transform: translateZ(0)
1831
+ }
1832
+
1833
+ to {
1834
+ -webkit-transform: translate3d(0,100%,0);
1835
+ transform: translate3d(0,100%,0)
1836
+ }
1837
+ }
1838
+
1839
+ @keyframes numscroll {
1840
+ 0% {
1841
+ -webkit-transform: translateZ(0);
1842
+ transform: translateZ(0)
1843
+ }
1844
+
1845
+ to {
1846
+ -webkit-transform: translate3d(0,100%,0);
1847
+ transform: translate3d(0,100%,0)
1848
+ }
1849
+ }
1850
+
1851
+ .count-down .count-flip .c-com {
1852
+ min-width: 50px;
1853
+ height: auto;
1854
+ margin: 6px;
1855
+ padding: 5px 0 6px;
1856
+ background-color: #111
1857
+ }
1858
+
1859
+ .count-down .count-flip .c-com .flex-wrap {
1860
+ display: -webkit-box;
1861
+ display: -ms-flexbox;
1862
+ display: flex;
1863
+ position: relative;
1864
+ width: 100%;
1865
+ height: 100%;
1866
+ -webkit-box-align: center;
1867
+ -ms-flex-align: center;
1868
+ align-items: center
1869
+ }
1870
+
1871
+ .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
1872
+ line-height: 27px
1873
+ }
1874
+
1875
+ .count-down .count-flip .c-com .flex-wrap .next-num {
1876
+ position: absolute;
1877
+ top: -100%
1878
+ }
1879
+
1880
+ .count-down .count-flip .c-com .flex-wrap .curr-num {
1881
+ -webkit-transform: scale(1);
1882
+ transform: scale(1)
1883
+ }
1884
+
1885
+ .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 {
1886
+ display: none!important
1887
+ }
1888
+
1889
+ .c-wrap {
1874
1890
  width: 100%;
1875
1891
  height: 100%;
1892
+ overflow: hidden;
1893
+ font-size: 0
1894
+ }
1895
+
1896
+ .c-wrap.c-day-wrap {
1897
+ text-align: center
1898
+ }
1899
+
1900
+ .c-wrap.c-day-wrap .c-num {
1901
+ width: auto
1902
+ }
1903
+
1904
+ .c-wrap .c-num {
1905
+ display: inline-block;
1906
+ width: 50%;
1907
+ overflow: hidden;
1908
+ font-size: 20px;
1909
+ color: #999
1910
+ }
1911
+
1912
+ .c-wrap .c-left .flex-wrap {
1913
+ display: -webkit-box;
1876
1914
  display: -ms-flexbox;
1877
1915
  display: flex;
1878
- -ms-flex-align: center;
1879
- align-items: center;
1916
+ -webkit-box-pack: end;
1917
+ -ms-flex-pack: end;
1918
+ justify-content: flex-end
1919
+ }
1920
+
1921
+ .c-wrap .c-text {
1922
+ display: -webkit-box;
1923
+ display: -ms-flexbox;
1924
+ display: flex;
1925
+ width: 100%;
1926
+ font-size: 12px;
1927
+ -webkit-box-pack: center;
1880
1928
  -ms-flex-pack: center;
1881
1929
  justify-content: center;
1882
- z-index: 999;
1883
- background-color: rgba(0,0,0,.7)
1930
+ -webkit-box-align: center;
1931
+ -ms-flex-align: center;
1932
+ align-items: center;
1933
+ white-space: nowrap
1884
1934
  }
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
1935
+ .call {
1936
+ position: absolute;
1937
+ cursor: pointer;
1938
+ user-select: none;
1892
1939
  }
1893
1940
 
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
1941
+ .call .ani-wrap {
1942
+ display: flex;
1943
+ justify-content: center;
1944
+ align-items: center;
1945
+ width: 100%;
1946
+ height: 100%;
1947
+ overflow: hidden;
1948
+ transition: opacity 0.2s;
1905
1949
  }
1906
1950
 
1907
- #page-list .tip-cover .tip-content {
1908
- font-size: 14px;
1909
- padding-top: 30px;
1951
+ .call .ani-wrap:hover {
1952
+ opacity: 0.9;
1910
1953
  }
1911
1954
 
1912
- .tip-cover {
1913
- position: fixed;
1914
- left: 0;
1915
- top: 0;
1916
- width: 100%;
1917
- height: 100%;
1918
- display: -ms-flexbox;
1955
+ .call-content {
1919
1956
  display: flex;
1920
- -ms-flex-align: center;
1921
1957
  align-items: center;
1922
- -ms-flex-pack: center;
1923
1958
  justify-content: center;
1924
- z-index: 999;
1925
- background-color: rgba(0,0,0,.7)
1926
1959
  }
1927
1960
 
1928
- .tip-cover .tip {
1929
- width: 80%;
1930
- max-width: 250px;
1931
- padding: 5px;
1932
- border-radius: 3px;
1933
- background-color: #fff
1961
+ .btn-text {
1962
+ margin-left: 10px;
1934
1963
  }
1935
1964
 
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 {
1965
+
1966
+ .hb-tel:before {
1967
+ content: "\E642";
1968
+ }body, html {
1948
1969
  width: 100%;
1949
1970
  height: 100%;
1950
1971
  }
@@ -3523,59 +3544,239 @@ to {
3523
3544
  -webkit-transform: translateZ(0);
3524
3545
  transform: translateZ(0)
3525
3546
  }
3526
- }
3527
-
3528
- @keyframes float {
3529
- 0% {
3530
- -webkit-transform: translateZ(0);
3531
- transform: translateZ(0)
3547
+ }
3548
+
3549
+ @keyframes float {
3550
+ 0% {
3551
+ -webkit-transform: translateZ(0);
3552
+ transform: translateZ(0)
3553
+ }
3554
+
3555
+ 25% {
3556
+ -webkit-transform: translate3d(0,-10%,0);
3557
+ transform: translate3d(0,-10%,0)
3558
+ }
3559
+
3560
+ 75% {
3561
+ -webkit-transform: translate3d(0,10%,0);
3562
+ transform: translate3d(0,10%,0)
3563
+ }
3564
+
3565
+ to {
3566
+ -webkit-transform: translateZ(0);
3567
+ transform: translateZ(0)
3568
+ }
3569
+ }
3570
+
3571
+ .form-submit {
3572
+ cursor: pointer;
3573
+ transition: all 0.2s;
3574
+ outline: none;
3575
+ border: none;
3576
+ }
3577
+
3578
+ .form-submit:hover {
3579
+ opacity: 0.9;
3580
+ transform: translateY(-1px);
3581
+ }
3582
+
3583
+ .form-submit:active {
3584
+ opacity: 0.8;
3585
+ transform: translateY(0);
3586
+ }
3587
+
3588
+ .form-submit:disabled {
3589
+ opacity: 0.6;
3590
+ cursor: not-allowed;
3591
+ transform: none !important;
3592
+ }
3593
+
3594
+ .f-submit {
3595
+ position: relative;
3596
+ display: block
3597
+ }
3598
+
3599
+ .f-submit .ani-wrap {
3600
+ width: 100%;
3601
+ height: 100%;
3602
+ padding: 10px;
3603
+ overflow: hidden;
3604
+ position: relative
3605
+ }
3606
+
3607
+ .f-submit .f-ovh {
3608
+ position: absolute;
3609
+ left: 50%;
3610
+ top: 50%;
3611
+ transform: translate(-50%,-50%)
3612
+ }
3613
+
3614
+ .form-submit:disabled {
3615
+ opacity: 0.7;
3616
+ cursor: not-allowed;
3617
+ }.button {
3618
+ position: absolute;
3619
+ cursor: pointer;
3620
+ user-select: none;
3621
+ }
3622
+
3623
+ .button .ani-wrap {
3624
+ display: flex;
3625
+ justify-content: center;
3626
+ align-items: center;
3627
+ width: 100%;
3628
+ height: 100%;
3629
+ overflow: hidden;
3630
+ transition: opacity 0.2s;
3631
+ }
3632
+
3633
+ .button .ani-wrap:hover {
3634
+ opacity: 0.9;
3635
+ }
3636
+
3637
+ .button-content {
3638
+ display: flex;
3639
+ align-items: center;
3640
+ justify-content: center;
3641
+ }
3642
+
3643
+ .btn-text {
3644
+ margin-left: 10px;
3645
+ }.form-input.form-input--editing,
3646
+ .form-input.form-input--editing input {
3647
+ pointer-events: none;
3648
+ user-select: none;
3649
+ -webkit-user-select: none;
3650
+ }
3651
+
3652
+ .form-input {
3653
+ position: absolute;
3654
+ }
3655
+
3656
+ .input-wrapper {
3657
+ display: flex;
3658
+ align-items: center;
3659
+ width: 100%;
3660
+ height: 100%;
3661
+ padding: 0 10px;
3662
+ box-sizing: border-box;
3663
+ position: relative;
3664
+ transition: border-color 0.3s;
3665
+ }
3666
+
3667
+ .required-marker {
3668
+ font-size: 12px;
3669
+ padding: 0 5px 0 0;
3670
+ color: red;
3671
+ vertical-align: middle;
3672
+ }
3673
+
3674
+ input {
3675
+ flex: 1;
3676
+ border: none;
3677
+ outline: none;
3678
+ background: transparent;
3679
+ height: 100%;
3680
+ padding: 0;
3681
+ margin: 0;
3682
+ }
3683
+ /*
3684
+ input::placeholder {
3685
+ color: #ccc;
3686
+ opacity: 1;
3687
+ } */
3688
+
3689
+ .dynamic-placeholder-input::placeholder {
3690
+ color: var(--placeholder-color, #999);
3691
+ opacity: 1;
3692
+ }
3693
+ .dynamic-placeholder-input::-webkit-input-placeholder {
3694
+ color: var(--placeholder-color, #999);
3532
3695
  }
3533
-
3534
- 25% {
3535
- -webkit-transform: translate3d(0,-10%,0);
3536
- transform: translate3d(0,-10%,0)
3696
+ .dynamic-placeholder-input::-moz-placeholder {
3697
+ color: var(--placeholder-color, #999);
3698
+ opacity: 1;
3537
3699
  }
3700
+ .dynamic-placeholder-input:-ms-input-placeholder {
3701
+ color: var(--placeholder-color, #999);
3702
+ }#page-list .tip-cover {
3703
+ position: fixed;
3704
+ left: 0;
3705
+ top: 0;
3706
+ width: 100%;
3707
+ height: 100%;
3708
+ display: -ms-flexbox;
3709
+ display: flex;
3710
+ -ms-flex-align: center;
3711
+ align-items: center;
3712
+ -ms-flex-pack: center;
3713
+ justify-content: center;
3714
+ z-index: 999;
3715
+ background-color: rgba(0,0,0,.7)
3716
+ }
3538
3717
 
3539
- 75% {
3540
- -webkit-transform: translate3d(0,10%,0);
3541
- transform: translate3d(0,10%,0)
3542
- }
3718
+ #page-list .tip-cover .tip {
3719
+ width: 80%;
3720
+ max-width: 250px;
3721
+ padding: 10px;
3722
+ border-radius: 5px;
3723
+ background-color: #fff
3724
+ }
3543
3725
 
3544
- to {
3545
- -webkit-transform: translateZ(0);
3546
- transform: translateZ(0)
3547
- }
3726
+ #page-list .tip-cover .tip-btn {
3727
+ display: block;
3728
+ margin: 25px auto;
3729
+ width: 120px;
3730
+ height: 30px;
3731
+ color: #fff;
3732
+ border-radius: 4px;
3733
+ text-align: center;
3734
+ font-size: 14px;
3735
+ line-height: 30px;
3736
+ background: #ed5566
3548
3737
  }
3549
3738
 
3550
- .button {
3551
- position: absolute;
3552
- cursor: pointer;
3553
- user-select: none;
3739
+ #page-list .tip-cover .tip-content {
3740
+ font-size: 14px;
3741
+ padding-top: 30px;
3554
3742
  }
3555
-
3556
- .button .ani-wrap {
3557
- display: flex;
3558
- justify-content: center;
3559
- align-items: center;
3743
+
3744
+ .tip-cover {
3745
+ position: fixed;
3746
+ left: 0;
3747
+ top: 0;
3560
3748
  width: 100%;
3561
3749
  height: 100%;
3562
- overflow: hidden;
3563
- transition: opacity 0.2s;
3564
- }
3565
-
3566
- .button .ani-wrap:hover {
3567
- opacity: 0.9;
3568
- }
3569
-
3570
- .button-content {
3750
+ display: -ms-flexbox;
3571
3751
  display: flex;
3752
+ -ms-flex-align: center;
3572
3753
  align-items: center;
3754
+ -ms-flex-pack: center;
3573
3755
  justify-content: center;
3756
+ z-index: 999;
3757
+ background-color: rgba(0,0,0,.7)
3574
3758
  }
3575
3759
 
3576
- .btn-text {
3577
- margin-left: 10px;
3578
- }@charset"UTF-8";.animated {
3760
+ .tip-cover .tip {
3761
+ width: 80%;
3762
+ max-width: 250px;
3763
+ padding: 5px;
3764
+ border-radius: 3px;
3765
+ background-color: #fff
3766
+ }
3767
+
3768
+ .tip-cover .tip-btn {
3769
+ display: block;
3770
+ margin: 13px auto;
3771
+ width: 64px;
3772
+ height: 20px;
3773
+ color: #fff;
3774
+ border-radius: 4px;
3775
+ text-align: center;
3776
+ font-size: 14px;
3777
+ line-height: 20px;
3778
+ background: #ed5566;
3779
+ } @charset"UTF-8";.animated {
3579
3780
  animation-duration: 1s;
3580
3781
  animation-fill-mode: both
3581
3782
  }
@@ -8461,115 +8662,12 @@ to {
8461
8662
  transform: translateX(0)
8462
8663
  }
8463
8664
  }
8464
- .form-submit {
8465
- cursor: pointer;
8466
- transition: all 0.2s;
8467
- outline: none;
8468
- border: none;
8469
- }
8470
-
8471
- .form-submit:hover {
8472
- opacity: 0.9;
8473
- transform: translateY(-1px);
8474
- }
8475
-
8476
- .form-submit:active {
8477
- opacity: 0.8;
8478
- transform: translateY(0);
8479
- }
8480
-
8481
- .form-submit:disabled {
8482
- opacity: 0.6;
8483
- cursor: not-allowed;
8484
- transform: none !important;
8485
- }
8486
-
8487
- .f-submit {
8488
- position: relative;
8489
- display: block
8490
- }
8491
-
8492
- .f-submit .ani-wrap {
8493
- width: 100%;
8494
- height: 100%;
8495
- padding: 10px;
8496
- overflow: hidden;
8497
- position: relative
8498
- }
8499
-
8500
- .f-submit .f-ovh {
8501
- position: absolute;
8502
- left: 50%;
8503
- top: 50%;
8504
- transform: translate(-50%,-50%)
8505
- }
8506
-
8507
- .form-submit:disabled {
8508
- opacity: 0.7;
8509
- cursor: not-allowed;
8510
- }.form-input.form-input--editing,
8511
- .form-input.form-input--editing input {
8512
- pointer-events: none;
8513
- user-select: none;
8514
- -webkit-user-select: none;
8515
- }
8516
-
8517
- .form-input {
8518
- position: absolute;
8519
- }
8520
-
8521
- .input-wrapper {
8522
- display: flex;
8523
- align-items: center;
8524
- width: 100%;
8525
- height: 100%;
8526
- padding: 0 10px;
8527
- box-sizing: border-box;
8528
- position: relative;
8529
- transition: border-color 0.3s;
8530
- }
8531
-
8532
- .required-marker {
8533
- font-size: 12px;
8534
- padding: 0 5px 0 0;
8535
- color: red;
8536
- vertical-align: middle;
8537
- }
8538
-
8539
- input {
8540
- flex: 1;
8541
- border: none;
8542
- outline: none;
8543
- background: transparent;
8544
- height: 100%;
8545
- padding: 0;
8546
- margin: 0;
8547
- }
8548
- /*
8549
- input::placeholder {
8550
- color: #ccc;
8551
- opacity: 1;
8552
- } */
8553
-
8554
- .dynamic-placeholder-input::placeholder {
8555
- color: var(--placeholder-color, #999);
8556
- opacity: 1;
8557
- }
8558
- .dynamic-placeholder-input::-webkit-input-placeholder {
8559
- color: var(--placeholder-color, #999);
8560
- }
8561
- .dynamic-placeholder-input::-moz-placeholder {
8562
- color: var(--placeholder-color, #999);
8563
- opacity: 1;
8564
- }
8565
- .dynamic-placeholder-input:-ms-input-placeholder {
8566
- color: var(--placeholder-color, #999);
8567
- }/* .ele-form {
8665
+ /* .ele-form {
8568
8666
  position: absolute;
8569
8667
  user-select: none;
8570
- } */
8571
-
8572
- .f-select {
8668
+ }
8669
+ */
8670
+ .f-single {
8573
8671
  cursor: pointer;
8574
8672
  }
8575
8673
 
@@ -8577,13 +8675,15 @@ cursor: not-allowed;
8577
8675
  position: relative;
8578
8676
  }
8579
8677
 
8580
- .f-select .ani-wrap .fs-tit {
8581
- position: relative;
8678
+ .f-single .ani-wrap .fs-tit {
8582
8679
  display: flex;
8583
8680
  padding: 0 5px;
8584
- height: 35px;
8585
- line-height: 35px;
8681
+ height: 40px;
8586
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);
8587
8687
  }
8588
8688
 
8589
8689
  .require {
@@ -8592,69 +8692,63 @@ cursor: not-allowed;
8592
8692
  vertical-align: middle;
8593
8693
  }
8594
8694
 
8595
- .fs-cont {
8596
- padding-right: 15px;
8597
- white-space: nowrap;
8598
- overflow: hidden;
8599
- text-overflow: ellipsis;
8600
- flex-grow: 1;
8601
- }
8602
-
8603
- .icon-bofang1 {
8604
- font-size: 12px;
8605
- transition: transform 0.2s ease;
8606
- }
8607
-
8608
- .rotate-180 {
8609
- transform: rotate(180deg) !important;
8610
- }
8611
-
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;
8695
+ .f-single ul {
8696
+ padding: 15px;
8697
+ margin: 0;
8698
+ list-style: none;
8621
8699
  }
8622
8700
 
8623
- .dropdown-menu {
8624
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
8701
+ .f-single ul li {
8702
+ display: flex;
8703
+ align-items: center;
8704
+ margin-top: 12px;
8705
+ font-size: 0;
8625
8706
  }
8626
8707
 
8627
- .dropdown-item {
8628
- padding: 8px 10px;
8629
- cursor: pointer;
8630
- transition: background-color 0.2s;
8708
+ .f-single ul li:first-child {
8709
+ margin-top: 0;
8631
8710
  }
8632
8711
 
8633
- .dropdown-item:hover {
8634
- background-color: #f5f5f5;
8712
+ .fs-circle {
8713
+ display: inline-block;
8714
+ width: 16px;
8715
+ height: 16px;
8716
+ border-radius: 50%;
8717
+ position: relative;
8718
+ transition: all 0.2s;
8635
8719
  }
8636
8720
 
8637
- .dropdown-item.selected {
8638
- background-color: #e6f7ff;
8639
- color: #1890ff;
8721
+ .fs-circle.selected {
8722
+ background-color: #2687f1;
8723
+ border-color: #2687f1 !important;
8640
8724
  }
8641
8725
 
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);
8726
+ .fs-circle.selected::after {
8727
+ content: "";
8728
+ position: absolute;
8729
+ top: 3px;
8730
+ left: 3px;
8731
+ width: 8px;
8732
+ height: 8px;
8733
+ border-radius: 50%;
8734
+ background-color: white;
8648
8735
  }
8649
8736
 
8650
- .icon-bofang1:before {
8651
- content: "\E6CF";
8737
+ .fs-txt {
8738
+ display: inline-block;
8739
+ width: calc(100% - 16px);
8740
+ padding-left: 8px;
8741
+ vertical-align: top;
8742
+ word-break: break-all;
8743
+ font-size: 14px;
8744
+ line-height: 1.2;
8652
8745
  }
8653
8746
 
8654
- .has-error {
8655
- border-color: #ff4d4f !important;
8747
+ .has-error .fs-tit {
8748
+ border-bottom-color: #ff4d4f;
8656
8749
  }
8657
8750
 
8751
+ /* 错误提示样式 */
8658
8752
  .error-tip {
8659
8753
  position: fixed;
8660
8754
  left: 0;
@@ -8748,6 +8842,44 @@ cursor: not-allowed;
8748
8842
  .has-error .fs-tit {
8749
8843
  border-bottom-color: #ff4d4f;
8750
8844
  }
8845
+ .global.video {
8846
+ width: 35px;
8847
+ height: 55px;
8848
+ border-radius: 50%;
8849
+ text-align: center;
8850
+ margin-bottom: 5px;
8851
+ border: 2px solid #fff;
8852
+ cursor: pointer;
8853
+ }
8854
+ .icon-shipin2:before { content: "\E611"; }
8855
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8856
+ .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
8857
+ }
8858
+
8859
+ .global.receipt {
8860
+ width: 35px;
8861
+ height: 55px;
8862
+ border-radius: 50%;
8863
+ text-align: center;
8864
+ margin-bottom: 5px;
8865
+ border: 2px solid #fff;
8866
+ cursor: pointer;
8867
+ }
8868
+ .icon-liuyan:before { content: "\E636"; }
8869
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8870
+ .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
8871
+ .global.tel {
8872
+ width: 35px;
8873
+ height: 55px;
8874
+ border-radius: 50%;
8875
+ text-align: center;
8876
+ margin-bottom: 15px;
8877
+ border: 2px solid #fff;
8878
+ cursor: pointer;
8879
+ }
8880
+ .icon-dianhua:before { content: "\E60E"; }
8881
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8882
+ .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
8751
8883
  .icon-guanbi:before {
8752
8884
  content: "\E676";
8753
8885
  }
@@ -9141,151 +9273,7 @@ cursor: not-allowed;
9141
9273
  content: "\E65E";
9142
9274
  color: #F44336; /* 失败的红色 */
9143
9275
  }
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 {
9240
- width: 35px;
9241
- height: 55px;
9242
- border-radius: 50%;
9243
- text-align: center;
9244
- margin-bottom: 5px;
9245
- border: 2px solid #fff;
9246
- cursor: pointer;
9247
- }
9248
- .icon-shipin2:before { content: "\E611"; }
9249
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9250
- .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
9251
- }
9252
-
9253
- .global.tel {
9254
- width: 35px;
9255
- height: 55px;
9256
- border-radius: 50%;
9257
- text-align: center;
9258
- margin-bottom: 15px;
9259
- border: 2px solid #fff;
9260
- cursor: pointer;
9261
- }
9262
- .icon-dianhua:before { content: "\E60E"; }
9263
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9264
- .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
9265
- .global.receipt {
9266
- width: 35px;
9267
- height: 55px;
9268
- border-radius: 50%;
9269
- text-align: center;
9270
- margin-bottom: 5px;
9271
- border: 2px solid #fff;
9272
- cursor: pointer;
9273
- }
9274
- .icon-liuyan:before { content: "\E636"; }
9275
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
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;
9285
- }
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;}/* ===== 送呈(启呈)运行时样式 ===== */
9276
+ /* ===== 送呈(启呈)运行时样式 ===== */
9289
9277
  #invite {
9290
9278
  position: absolute;
9291
9279
  left: 0;
@@ -9997,3 +9985,16 @@ cursor: not-allowed;
9997
9985
  animation-timing-function: ease-out;
9998
9986
  }
9999
9987
  }
9988
+
9989
+ .global.map {
9990
+ width: 35px;
9991
+ height: 55px;
9992
+ border-radius: 50%;
9993
+ text-align: center;
9994
+ margin-bottom: 5px;
9995
+ border: 2px solid #fff;
9996
+ cursor: pointer;
9997
+ }
9998
+ .icon-daohang1:before { content: "\E612"; }
9999
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
10000
+ .global.map > span { font-size: 10px; line-height: 20px; display: block;}