unika-components 1.2.7 → 1.2.8
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.
- package/dist/invite.css +712 -0
- package/dist/unika-components.css +620 -619
- package/package.json +5 -4
|
@@ -35,77 +35,7 @@
|
|
|
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
|
-
}
|
|
83
38
|
|
|
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
|
-
}
|
|
109
39
|
.ele-text {
|
|
110
40
|
position: relative;
|
|
111
41
|
}
|
|
@@ -172,189 +102,77 @@
|
|
|
172
102
|
transform: scale(1);
|
|
173
103
|
opacity: 1;
|
|
174
104
|
}
|
|
175
|
-
}
|
|
176
|
-
position: absolute;
|
|
177
|
-
overflow: hidden;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.ele-img .ani-wrap {
|
|
181
|
-
width: 100%;
|
|
182
|
-
height: 100%;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.ele-img .ele-image {
|
|
186
|
-
position: relative;
|
|
187
|
-
display: block;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.ele-img .rotate-wrap {
|
|
191
|
-
position: absolute;
|
|
192
|
-
left: 0;
|
|
193
|
-
right: 0;
|
|
194
|
-
top: 0;
|
|
195
|
-
bottom: 0;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.ele-img .ele-img-bg,
|
|
199
|
-
.ele-img .rotate-wrap .img-wrap {
|
|
200
|
-
width: 100%;
|
|
201
|
-
height: 100%;
|
|
202
|
-
overflow: hidden;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.ele-img .ele-bg-wrap {
|
|
206
|
-
width: 100%;
|
|
207
|
-
height: 100%;
|
|
208
|
-
background-size: cover;
|
|
209
|
-
background-position: 50% 50%;
|
|
210
|
-
background-repeat: no-repeat;
|
|
211
|
-
background-clip: border-box;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
/* 动画关键帧 */
|
|
215
|
-
@keyframes zoomIn {
|
|
216
|
-
from {
|
|
217
|
-
opacity: 0;
|
|
218
|
-
transform: scale(0.5);
|
|
219
|
-
}
|
|
220
|
-
to {
|
|
221
|
-
opacity: 1;
|
|
222
|
-
transform: scale(1);
|
|
223
|
-
}
|
|
224
|
-
}.ele-shape {
|
|
105
|
+
}#audio {
|
|
225
106
|
position: absolute;
|
|
226
|
-
|
|
107
|
+
right: 10px;
|
|
108
|
+
top: 10px;
|
|
109
|
+
z-index: 103;
|
|
110
|
+
width: 30px;
|
|
111
|
+
height: 30px;
|
|
112
|
+
display: flex;
|
|
113
|
+
align-items: center;
|
|
227
114
|
}
|
|
228
115
|
|
|
229
|
-
.
|
|
230
|
-
|
|
231
|
-
height: 100%;
|
|
232
|
-
box-sizing: border-box;
|
|
116
|
+
#audio .mrotate {
|
|
117
|
+
animation: mrotate 5s linear infinite;
|
|
233
118
|
}
|
|
234
119
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
120
|
+
@keyframes mrotate {
|
|
121
|
+
to {
|
|
122
|
+
transform: rotate(1turn);
|
|
123
|
+
}
|
|
238
124
|
}
|
|
239
125
|
|
|
240
|
-
.
|
|
126
|
+
#audio .audio {
|
|
241
127
|
width: 100%;
|
|
242
128
|
height: 100%;
|
|
243
|
-
display:
|
|
129
|
+
display: flex;
|
|
130
|
+
align-items: center;
|
|
131
|
+
justify-content: center;
|
|
132
|
+
color: #fff;
|
|
133
|
+
background: #666;
|
|
134
|
+
border-radius: 50%;
|
|
135
|
+
overflow: hidden;
|
|
136
|
+
cursor: pointer;
|
|
137
|
+
transition: all 0.3s ease;
|
|
244
138
|
}
|
|
245
139
|
|
|
246
|
-
.
|
|
247
|
-
|
|
248
|
-
height: 100%;
|
|
249
|
-
display: block;
|
|
140
|
+
#audio .audio.a-border {
|
|
141
|
+
border: 1px solid #fff;
|
|
250
142
|
}
|
|
251
143
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
justify-content: center;
|
|
258
|
-
width: 100%;
|
|
259
|
-
height: 100%;
|
|
260
|
-
background: rgba(0,0,0,0.05);
|
|
144
|
+
#audio .audio .music-icon {
|
|
145
|
+
display: block;
|
|
146
|
+
width: 60%;
|
|
147
|
+
height: 60%;
|
|
148
|
+
object-fit: contain;
|
|
261
149
|
}
|
|
262
150
|
|
|
263
|
-
.
|
|
264
|
-
|
|
265
|
-
height:
|
|
266
|
-
overflow: visible;
|
|
151
|
+
#audio .audio .iconfont {
|
|
152
|
+
font-size: 2opx;
|
|
153
|
+
line-height: 1;
|
|
267
154
|
}
|
|
268
|
-
.
|
|
155
|
+
#audio .icon-cancel {
|
|
269
156
|
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
157
|
width: 100%;
|
|
282
158
|
height: 100%;
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.video-cover {
|
|
292
|
-
position: relative;
|
|
159
|
+
border-radius: 50%;
|
|
160
|
+
overflow: hidden;
|
|
161
|
+
padding: 15px 0;
|
|
162
|
+
}
|
|
163
|
+
#audio .icon-cancel .icon-h {
|
|
164
|
+
transform: rotate(45deg);
|
|
293
165
|
width: 100%;
|
|
294
|
-
height:
|
|
295
|
-
background
|
|
296
|
-
background-position: center;
|
|
297
|
-
cursor: pointer;
|
|
166
|
+
height: 2px;
|
|
167
|
+
background: #fff;
|
|
298
168
|
}
|
|
299
|
-
|
|
300
|
-
|
|
169
|
+
#audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
|
|
170
|
+
content: '';
|
|
301
171
|
position: absolute;
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
width: 50px;
|
|
306
|
-
height: 50px;
|
|
307
|
-
opacity: 0.8;
|
|
308
|
-
transition: opacity 0.2s;
|
|
172
|
+
width: 100%;
|
|
173
|
+
height: 2px;
|
|
174
|
+
background: #fff;
|
|
309
175
|
}
|
|
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
176
|
@keyframes jumpheart {
|
|
359
177
|
to {
|
|
360
178
|
-webkit-transform: scale(1.2);
|
|
@@ -667,69 +485,218 @@
|
|
|
667
485
|
-webkit-transform: scale(1.2);
|
|
668
486
|
transform: scale(1.2)
|
|
669
487
|
}
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li .iconfont {
|
|
673
|
-
display: none;
|
|
674
|
-
font-size: 26px
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li span {
|
|
678
|
-
position: absolute;
|
|
679
|
-
left: 50%;
|
|
680
|
-
top: 50%;
|
|
681
|
-
z-index: 1;
|
|
682
|
-
color: #666;
|
|
683
|
-
font-size: 13px;
|
|
684
|
-
-webkit-transform: translate(-50%,-52%);
|
|
685
|
-
transform: translate(-50%,-52%)
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
.ele-calendar .bottom-center,.ele-calendar .left-center,.ele-calendar .right-center,.ele-calendar .top-center {
|
|
689
|
-
display: none!important
|
|
690
|
-
}
|
|
691
|
-
.icon-tuoyuanxing:before {
|
|
692
|
-
content: "\E6A7";
|
|
693
|
-
}
|
|
694
|
-
.icon-zan1:before {
|
|
695
|
-
content: "\E66D";
|
|
696
|
-
}
|
|
697
|
-
.icon-xingzhuangjiehe:before {
|
|
698
|
-
content: "\E6A6";
|
|
699
|
-
}.
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
.
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
justify-content: center;
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
}
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li .iconfont {
|
|
491
|
+
display: none;
|
|
492
|
+
font-size: 26px
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li span {
|
|
496
|
+
position: absolute;
|
|
497
|
+
left: 50%;
|
|
498
|
+
top: 50%;
|
|
499
|
+
z-index: 1;
|
|
500
|
+
color: #666;
|
|
501
|
+
font-size: 13px;
|
|
502
|
+
-webkit-transform: translate(-50%,-52%);
|
|
503
|
+
transform: translate(-50%,-52%)
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.ele-calendar .bottom-center,.ele-calendar .left-center,.ele-calendar .right-center,.ele-calendar .top-center {
|
|
507
|
+
display: none!important
|
|
508
|
+
}
|
|
509
|
+
.icon-tuoyuanxing:before {
|
|
510
|
+
content: "\E6A7";
|
|
511
|
+
}
|
|
512
|
+
.icon-zan1:before {
|
|
513
|
+
content: "\E66D";
|
|
514
|
+
}
|
|
515
|
+
.icon-xingzhuangjiehe:before {
|
|
516
|
+
content: "\E6A6";
|
|
517
|
+
}.element-ditu .ani-wrap {
|
|
518
|
+
width: 100%;
|
|
519
|
+
height: 100%;
|
|
520
|
+
overflow: hidden
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.element-ditu .map {
|
|
524
|
+
width: 100%;
|
|
525
|
+
height: 100%
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.element-ditu .map .el-button {
|
|
529
|
+
width: 100%;
|
|
530
|
+
height: 100%;
|
|
531
|
+
display: -webkit-box;
|
|
532
|
+
display: -ms-flexbox;
|
|
533
|
+
display: flex;
|
|
534
|
+
-webkit-box-align: center;
|
|
535
|
+
-ms-flex-align: center;
|
|
536
|
+
align-items: center;
|
|
537
|
+
padding: 0;
|
|
538
|
+
-webkit-box-pack: center;
|
|
539
|
+
-ms-flex-pack: center;
|
|
540
|
+
justify-content: center;
|
|
541
|
+
background: inherit;
|
|
542
|
+
color: inherit;
|
|
543
|
+
border: none
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.element-ditu .center-map {
|
|
547
|
+
width: 100%;
|
|
548
|
+
height: 100%;
|
|
549
|
+
background: #fff
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.element-ditu .mask-map {
|
|
553
|
+
position: absolute;
|
|
554
|
+
width: 100%;
|
|
555
|
+
height: 100%;
|
|
556
|
+
top: 0
|
|
557
|
+
}
|
|
558
|
+
.map-iframe {
|
|
559
|
+
width: 100%;
|
|
560
|
+
height: 100%;
|
|
561
|
+
}.ele-shape {
|
|
562
|
+
position: absolute;
|
|
563
|
+
overflow: hidden;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.ani-wrap {
|
|
567
|
+
width: 100%;
|
|
568
|
+
height: 100%;
|
|
569
|
+
box-sizing: border-box;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.e-shape {
|
|
573
|
+
width: 100%;
|
|
574
|
+
height: 100%;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.svg-container :deep(svg) {
|
|
578
|
+
width: 100%;
|
|
579
|
+
height: 100%;
|
|
580
|
+
display: block;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.svg-container {
|
|
584
|
+
width: 100%;
|
|
585
|
+
height: 100%;
|
|
586
|
+
display: block;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
.svg-loading,
|
|
591
|
+
.svg-error {
|
|
592
|
+
display: flex;
|
|
593
|
+
align-items: center;
|
|
594
|
+
justify-content: center;
|
|
595
|
+
width: 100%;
|
|
596
|
+
height: 100%;
|
|
597
|
+
background: rgba(0,0,0,0.05);
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.ele-shape .svg-container svg {
|
|
601
|
+
width: 100%;
|
|
602
|
+
height: 100%;
|
|
603
|
+
overflow: visible;
|
|
604
|
+
}.ele-img {
|
|
605
|
+
position: absolute;
|
|
606
|
+
overflow: hidden;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.ele-img .ani-wrap {
|
|
610
|
+
width: 100%;
|
|
611
|
+
height: 100%;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.ele-img .ele-image {
|
|
615
|
+
position: relative;
|
|
616
|
+
display: block;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.ele-img .rotate-wrap {
|
|
620
|
+
position: absolute;
|
|
621
|
+
left: 0;
|
|
622
|
+
right: 0;
|
|
623
|
+
top: 0;
|
|
624
|
+
bottom: 0;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.ele-img .ele-img-bg,
|
|
628
|
+
.ele-img .rotate-wrap .img-wrap {
|
|
629
|
+
width: 100%;
|
|
630
|
+
height: 100%;
|
|
631
|
+
overflow: hidden;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.ele-img .ele-bg-wrap {
|
|
635
|
+
width: 100%;
|
|
636
|
+
height: 100%;
|
|
637
|
+
background-size: cover;
|
|
638
|
+
background-position: 50% 50%;
|
|
639
|
+
background-repeat: no-repeat;
|
|
640
|
+
background-clip: border-box;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
/* 动画关键帧 */
|
|
644
|
+
@keyframes zoomIn {
|
|
645
|
+
from {
|
|
646
|
+
opacity: 0;
|
|
647
|
+
transform: scale(0.5);
|
|
648
|
+
}
|
|
649
|
+
to {
|
|
650
|
+
opacity: 1;
|
|
651
|
+
transform: scale(1);
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
.element-video {
|
|
655
|
+
position: absolute;
|
|
656
|
+
overflow: hidden;
|
|
657
|
+
background-color: transparent;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.element-video .ani-wrap, .element-video img {
|
|
661
|
+
display: block;
|
|
662
|
+
width: 100%;
|
|
663
|
+
height: 100%;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
.video-container {
|
|
667
|
+
width: 100%;
|
|
668
|
+
height: 100%;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.video-container iframe {
|
|
672
|
+
width: 100%;
|
|
673
|
+
height: 100%;
|
|
674
|
+
border: none;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.video-cover {
|
|
678
|
+
position: relative;
|
|
679
|
+
width: 100%;
|
|
680
|
+
height: 100%;
|
|
681
|
+
background-size: cover;
|
|
682
|
+
background-position: center;
|
|
683
|
+
cursor: pointer;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.video-cover .play-btn {
|
|
687
|
+
position: absolute;
|
|
688
|
+
left: 50%;
|
|
689
|
+
top: 50%;
|
|
690
|
+
transform: translate(-50%, -50%);
|
|
691
|
+
width: 50px;
|
|
692
|
+
height: 50px;
|
|
693
|
+
opacity: 0.8;
|
|
694
|
+
transition: opacity 0.2s;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.video-cover:hover .play-btn {
|
|
698
|
+
opacity: 1;
|
|
699
|
+
}.count-down .drag-point {
|
|
733
700
|
cursor: default!important
|
|
734
701
|
}
|
|
735
702
|
|
|
@@ -1788,163 +1755,83 @@
|
|
|
1788
1755
|
cursor: pointer;
|
|
1789
1756
|
}
|
|
1790
1757
|
|
|
1791
|
-
.mess-success-popup .gift-popup .toast {
|
|
1792
|
-
display: flex;
|
|
1793
|
-
align-items: center;
|
|
1794
|
-
justify-content: center;
|
|
1795
|
-
margin: 10px 0;
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
.mess-success-popup .gift-popup .toast img {
|
|
1799
|
-
width: 20px;
|
|
1800
|
-
height: 15px;
|
|
1801
|
-
margin: 0 5px;
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
.mess-success-popup .gift-popup .title {
|
|
1805
|
-
margin: 15px 0;
|
|
1806
|
-
font-size: 16px;
|
|
1807
|
-
color: #333;
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
.mess-success-popup .gift-popup .btn {
|
|
1811
|
-
background: linear-gradient(270deg, #ff4874, #ff9061);
|
|
1812
|
-
color: white;
|
|
1813
|
-
border: none;
|
|
1814
|
-
padding: 10px 20px;
|
|
1815
|
-
border-radius: 20px;
|
|
1816
|
-
margin-top: 15px;
|
|
1817
|
-
cursor: pointer;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
/* 新增图片加载动画样式 */
|
|
1821
|
-
.gift-image-container {
|
|
1822
|
-
position: relative;
|
|
1823
|
-
width: 300px;
|
|
1824
|
-
height: 300px;
|
|
1825
|
-
margin: 20px 0;
|
|
1826
|
-
overflow: hidden;
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
.gift-image-container img {
|
|
1830
|
-
width: 100%;
|
|
1831
|
-
height: 100%;
|
|
1832
|
-
object-fit: contain;
|
|
1833
|
-
opacity: 0;
|
|
1834
|
-
transition: opacity 0.5s ease-in-out;
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
.gift-image-container img.loaded {
|
|
1838
|
-
opacity: 1;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
.image-loading {
|
|
1842
|
-
position: absolute;
|
|
1843
|
-
top: 0;
|
|
1844
|
-
left: 0;
|
|
1845
|
-
width: 100%;
|
|
1846
|
-
height: 100%;
|
|
1847
|
-
display: flex;
|
|
1848
|
-
justify-content: center;
|
|
1849
|
-
align-items: center;
|
|
1850
|
-
background: rgba(255, 255, 255, 0.8);
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.loading-spinner {
|
|
1854
|
-
width: 40px;
|
|
1855
|
-
height: 40px;
|
|
1856
|
-
border: 4px solid #f3f3f3;
|
|
1857
|
-
border-top: 4px solid #ed5566;
|
|
1858
|
-
border-radius: 50%;
|
|
1859
|
-
animation: spin 1s linear infinite;
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
@keyframes spin {
|
|
1863
|
-
0% { transform: rotate(0deg); }
|
|
1864
|
-
100% { transform: rotate(360deg); }
|
|
1865
|
-
}
|
|
1866
|
-
|
|
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 {
|
|
1758
|
+
.mess-success-popup .gift-popup .toast {
|
|
1759
|
+
display: flex;
|
|
1760
|
+
align-items: center;
|
|
1761
|
+
justify-content: center;
|
|
1762
|
+
margin: 10px 0;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.mess-success-popup .gift-popup .toast img {
|
|
1766
|
+
width: 20px;
|
|
1767
|
+
height: 15px;
|
|
1768
|
+
margin: 0 5px;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
.mess-success-popup .gift-popup .title {
|
|
1772
|
+
margin: 15px 0;
|
|
1773
|
+
font-size: 16px;
|
|
1774
|
+
color: #333;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
.mess-success-popup .gift-popup .btn {
|
|
1778
|
+
background: linear-gradient(270deg, #ff4874, #ff9061);
|
|
1779
|
+
color: white;
|
|
1780
|
+
border: none;
|
|
1781
|
+
padding: 10px 20px;
|
|
1782
|
+
border-radius: 20px;
|
|
1783
|
+
margin-top: 15px;
|
|
1784
|
+
cursor: pointer;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
/* 新增图片加载动画样式 */
|
|
1788
|
+
.gift-image-container {
|
|
1789
|
+
position: relative;
|
|
1790
|
+
width: 300px;
|
|
1791
|
+
height: 300px;
|
|
1792
|
+
margin: 20px 0;
|
|
1793
|
+
overflow: hidden;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.gift-image-container img {
|
|
1797
|
+
width: 100%;
|
|
1798
|
+
height: 100%;
|
|
1799
|
+
object-fit: contain;
|
|
1800
|
+
opacity: 0;
|
|
1801
|
+
transition: opacity 0.5s ease-in-out;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.gift-image-container img.loaded {
|
|
1805
|
+
opacity: 1;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.image-loading {
|
|
1809
|
+
position: absolute;
|
|
1810
|
+
top: 0;
|
|
1811
|
+
left: 0;
|
|
1812
|
+
width: 100%;
|
|
1813
|
+
height: 100%;
|
|
1814
|
+
display: flex;
|
|
1815
|
+
justify-content: center;
|
|
1816
|
+
align-items: center;
|
|
1817
|
+
background: rgba(255, 255, 255, 0.8);
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.loading-spinner {
|
|
1821
|
+
width: 40px;
|
|
1822
|
+
height: 40px;
|
|
1823
|
+
border: 4px solid #f3f3f3;
|
|
1824
|
+
border-top: 4px solid #ed5566;
|
|
1825
|
+
border-radius: 50%;
|
|
1826
|
+
animation: spin 1s linear infinite;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
@keyframes spin {
|
|
1830
|
+
0% { transform: rotate(0deg); }
|
|
1831
|
+
100% { transform: rotate(360deg); }
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
body, html {
|
|
1948
1835
|
width: 100%;
|
|
1949
1836
|
height: 100%;
|
|
1950
1837
|
}
|
|
@@ -3547,7 +3434,40 @@ to {
|
|
|
3547
3434
|
}
|
|
3548
3435
|
}
|
|
3549
3436
|
|
|
3550
|
-
.
|
|
3437
|
+
.call {
|
|
3438
|
+
position: absolute;
|
|
3439
|
+
cursor: pointer;
|
|
3440
|
+
user-select: none;
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
.call .ani-wrap {
|
|
3444
|
+
display: flex;
|
|
3445
|
+
justify-content: center;
|
|
3446
|
+
align-items: center;
|
|
3447
|
+
width: 100%;
|
|
3448
|
+
height: 100%;
|
|
3449
|
+
overflow: hidden;
|
|
3450
|
+
transition: opacity 0.2s;
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
.call .ani-wrap:hover {
|
|
3454
|
+
opacity: 0.9;
|
|
3455
|
+
}
|
|
3456
|
+
|
|
3457
|
+
.call-content {
|
|
3458
|
+
display: flex;
|
|
3459
|
+
align-items: center;
|
|
3460
|
+
justify-content: center;
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
.btn-text {
|
|
3464
|
+
margin-left: 10px;
|
|
3465
|
+
}
|
|
3466
|
+
|
|
3467
|
+
|
|
3468
|
+
.hb-tel:before {
|
|
3469
|
+
content: "\E642";
|
|
3470
|
+
}.button {
|
|
3551
3471
|
position: absolute;
|
|
3552
3472
|
cursor: pointer;
|
|
3553
3473
|
user-select: none;
|
|
@@ -8461,53 +8381,7 @@ to {
|
|
|
8461
8381
|
transform: translateX(0)
|
|
8462
8382
|
}
|
|
8463
8383
|
}
|
|
8464
|
-
.form-
|
|
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,
|
|
8384
|
+
.form-input.form-input--editing,
|
|
8511
8385
|
.form-input.form-input--editing input {
|
|
8512
8386
|
pointer-events: none;
|
|
8513
8387
|
user-select: none;
|
|
@@ -8564,6 +8438,86 @@ cursor: not-allowed;
|
|
|
8564
8438
|
}
|
|
8565
8439
|
.dynamic-placeholder-input:-ms-input-placeholder {
|
|
8566
8440
|
color: var(--placeholder-color, #999);
|
|
8441
|
+
}#page-list .tip-cover {
|
|
8442
|
+
position: fixed;
|
|
8443
|
+
left: 0;
|
|
8444
|
+
top: 0;
|
|
8445
|
+
width: 100%;
|
|
8446
|
+
height: 100%;
|
|
8447
|
+
display: -ms-flexbox;
|
|
8448
|
+
display: flex;
|
|
8449
|
+
-ms-flex-align: center;
|
|
8450
|
+
align-items: center;
|
|
8451
|
+
-ms-flex-pack: center;
|
|
8452
|
+
justify-content: center;
|
|
8453
|
+
z-index: 999;
|
|
8454
|
+
background-color: rgba(0,0,0,.7)
|
|
8455
|
+
}
|
|
8456
|
+
|
|
8457
|
+
#page-list .tip-cover .tip {
|
|
8458
|
+
width: 80%;
|
|
8459
|
+
max-width: 250px;
|
|
8460
|
+
padding: 10px;
|
|
8461
|
+
border-radius: 5px;
|
|
8462
|
+
background-color: #fff
|
|
8463
|
+
}
|
|
8464
|
+
|
|
8465
|
+
#page-list .tip-cover .tip-btn {
|
|
8466
|
+
display: block;
|
|
8467
|
+
margin: 25px auto;
|
|
8468
|
+
width: 120px;
|
|
8469
|
+
height: 30px;
|
|
8470
|
+
color: #fff;
|
|
8471
|
+
border-radius: 4px;
|
|
8472
|
+
text-align: center;
|
|
8473
|
+
font-size: 14px;
|
|
8474
|
+
line-height: 30px;
|
|
8475
|
+
background: #ed5566
|
|
8476
|
+
}
|
|
8477
|
+
|
|
8478
|
+
#page-list .tip-cover .tip-content {
|
|
8479
|
+
font-size: 14px;
|
|
8480
|
+
padding-top: 30px;
|
|
8481
|
+
}
|
|
8482
|
+
|
|
8483
|
+
.tip-cover {
|
|
8484
|
+
position: fixed;
|
|
8485
|
+
left: 0;
|
|
8486
|
+
top: 0;
|
|
8487
|
+
width: 100%;
|
|
8488
|
+
height: 100%;
|
|
8489
|
+
display: -ms-flexbox;
|
|
8490
|
+
display: flex;
|
|
8491
|
+
-ms-flex-align: center;
|
|
8492
|
+
align-items: center;
|
|
8493
|
+
-ms-flex-pack: center;
|
|
8494
|
+
justify-content: center;
|
|
8495
|
+
z-index: 999;
|
|
8496
|
+
background-color: rgba(0,0,0,.7)
|
|
8497
|
+
}
|
|
8498
|
+
|
|
8499
|
+
.tip-cover .tip {
|
|
8500
|
+
width: 80%;
|
|
8501
|
+
max-width: 250px;
|
|
8502
|
+
padding: 5px;
|
|
8503
|
+
border-radius: 3px;
|
|
8504
|
+
background-color: #fff
|
|
8505
|
+
}
|
|
8506
|
+
|
|
8507
|
+
.tip-cover .tip-btn {
|
|
8508
|
+
display: block;
|
|
8509
|
+
margin: 13px auto;
|
|
8510
|
+
width: 64px;
|
|
8511
|
+
height: 20px;
|
|
8512
|
+
color: #fff;
|
|
8513
|
+
border-radius: 4px;
|
|
8514
|
+
text-align: center;
|
|
8515
|
+
font-size: 14px;
|
|
8516
|
+
line-height: 20px;
|
|
8517
|
+
background: #ed5566;
|
|
8518
|
+
}
|
|
8519
|
+
.ele-lottie .ele-lotwrap {
|
|
8520
|
+
overflow: hidden;
|
|
8567
8521
|
}/* .ele-form {
|
|
8568
8522
|
position: absolute;
|
|
8569
8523
|
user-select: none;
|
|
@@ -8662,7 +8616,53 @@ cursor: not-allowed;
|
|
|
8662
8616
|
width: 100%;
|
|
8663
8617
|
height: 100%;
|
|
8664
8618
|
z-index: 1000;
|
|
8665
|
-
}
|
|
8619
|
+
}.form-submit {
|
|
8620
|
+
cursor: pointer;
|
|
8621
|
+
transition: all 0.2s;
|
|
8622
|
+
outline: none;
|
|
8623
|
+
border: none;
|
|
8624
|
+
}
|
|
8625
|
+
|
|
8626
|
+
.form-submit:hover {
|
|
8627
|
+
opacity: 0.9;
|
|
8628
|
+
transform: translateY(-1px);
|
|
8629
|
+
}
|
|
8630
|
+
|
|
8631
|
+
.form-submit:active {
|
|
8632
|
+
opacity: 0.8;
|
|
8633
|
+
transform: translateY(0);
|
|
8634
|
+
}
|
|
8635
|
+
|
|
8636
|
+
.form-submit:disabled {
|
|
8637
|
+
opacity: 0.6;
|
|
8638
|
+
cursor: not-allowed;
|
|
8639
|
+
transform: none !important;
|
|
8640
|
+
}
|
|
8641
|
+
|
|
8642
|
+
.f-submit {
|
|
8643
|
+
position: relative;
|
|
8644
|
+
display: block
|
|
8645
|
+
}
|
|
8646
|
+
|
|
8647
|
+
.f-submit .ani-wrap {
|
|
8648
|
+
width: 100%;
|
|
8649
|
+
height: 100%;
|
|
8650
|
+
padding: 10px;
|
|
8651
|
+
overflow: hidden;
|
|
8652
|
+
position: relative
|
|
8653
|
+
}
|
|
8654
|
+
|
|
8655
|
+
.f-submit .f-ovh {
|
|
8656
|
+
position: absolute;
|
|
8657
|
+
left: 50%;
|
|
8658
|
+
top: 50%;
|
|
8659
|
+
transform: translate(-50%,-50%)
|
|
8660
|
+
}
|
|
8661
|
+
|
|
8662
|
+
.form-submit:disabled {
|
|
8663
|
+
opacity: 0.7;
|
|
8664
|
+
cursor: not-allowed;
|
|
8665
|
+
}/* .ele-form {
|
|
8666
8666
|
position: absolute;
|
|
8667
8667
|
user-select: none;
|
|
8668
8668
|
} */
|
|
@@ -8748,6 +8748,112 @@ cursor: not-allowed;
|
|
|
8748
8748
|
.has-error .fs-tit {
|
|
8749
8749
|
border-bottom-color: #ff4d4f;
|
|
8750
8750
|
}
|
|
8751
|
+
.global.receipt {
|
|
8752
|
+
width: 35px;
|
|
8753
|
+
height: 55px;
|
|
8754
|
+
border-radius: 50%;
|
|
8755
|
+
text-align: center;
|
|
8756
|
+
margin-bottom: 5px;
|
|
8757
|
+
border: 2px solid #fff;
|
|
8758
|
+
cursor: pointer;
|
|
8759
|
+
}
|
|
8760
|
+
.icon-liuyan:before { content: "\E636"; }
|
|
8761
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8762
|
+
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }/* .ele-form {
|
|
8763
|
+
position: absolute;
|
|
8764
|
+
user-select: none;
|
|
8765
|
+
}
|
|
8766
|
+
*/
|
|
8767
|
+
.f-single {
|
|
8768
|
+
cursor: pointer;
|
|
8769
|
+
}
|
|
8770
|
+
|
|
8771
|
+
.ani-wrap {
|
|
8772
|
+
position: relative;
|
|
8773
|
+
}
|
|
8774
|
+
|
|
8775
|
+
.f-single .ani-wrap .fs-tit {
|
|
8776
|
+
display: flex;
|
|
8777
|
+
padding: 0 5px;
|
|
8778
|
+
height: 40px;
|
|
8779
|
+
align-items: center;
|
|
8780
|
+
white-space: nowrap;
|
|
8781
|
+
overflow: hidden;
|
|
8782
|
+
text-overflow: ellipsis;
|
|
8783
|
+
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
8784
|
+
}
|
|
8785
|
+
|
|
8786
|
+
.require {
|
|
8787
|
+
padding: 0 5px 0 0;
|
|
8788
|
+
color: red;
|
|
8789
|
+
vertical-align: middle;
|
|
8790
|
+
}
|
|
8791
|
+
|
|
8792
|
+
.f-single ul {
|
|
8793
|
+
padding: 15px;
|
|
8794
|
+
margin: 0;
|
|
8795
|
+
list-style: none;
|
|
8796
|
+
}
|
|
8797
|
+
|
|
8798
|
+
.f-single ul li {
|
|
8799
|
+
display: flex;
|
|
8800
|
+
align-items: center;
|
|
8801
|
+
margin-top: 12px;
|
|
8802
|
+
font-size: 0;
|
|
8803
|
+
}
|
|
8804
|
+
|
|
8805
|
+
.f-single ul li:first-child {
|
|
8806
|
+
margin-top: 0;
|
|
8807
|
+
}
|
|
8808
|
+
|
|
8809
|
+
.fs-circle {
|
|
8810
|
+
display: inline-block;
|
|
8811
|
+
width: 16px;
|
|
8812
|
+
height: 16px;
|
|
8813
|
+
border-radius: 50%;
|
|
8814
|
+
position: relative;
|
|
8815
|
+
transition: all 0.2s;
|
|
8816
|
+
}
|
|
8817
|
+
|
|
8818
|
+
.fs-circle.selected {
|
|
8819
|
+
background-color: #2687f1;
|
|
8820
|
+
border-color: #2687f1 !important;
|
|
8821
|
+
}
|
|
8822
|
+
|
|
8823
|
+
.fs-circle.selected::after {
|
|
8824
|
+
content: "";
|
|
8825
|
+
position: absolute;
|
|
8826
|
+
top: 3px;
|
|
8827
|
+
left: 3px;
|
|
8828
|
+
width: 8px;
|
|
8829
|
+
height: 8px;
|
|
8830
|
+
border-radius: 50%;
|
|
8831
|
+
background-color: white;
|
|
8832
|
+
}
|
|
8833
|
+
|
|
8834
|
+
.fs-txt {
|
|
8835
|
+
display: inline-block;
|
|
8836
|
+
width: calc(100% - 16px);
|
|
8837
|
+
padding-left: 8px;
|
|
8838
|
+
vertical-align: top;
|
|
8839
|
+
word-break: break-all;
|
|
8840
|
+
font-size: 14px;
|
|
8841
|
+
line-height: 1.2;
|
|
8842
|
+
}
|
|
8843
|
+
|
|
8844
|
+
.has-error .fs-tit {
|
|
8845
|
+
border-bottom-color: #ff4d4f;
|
|
8846
|
+
}
|
|
8847
|
+
|
|
8848
|
+
/* 错误提示样式 */
|
|
8849
|
+
.error-tip {
|
|
8850
|
+
position: fixed;
|
|
8851
|
+
left: 0;
|
|
8852
|
+
top: 0;
|
|
8853
|
+
width: 100%;
|
|
8854
|
+
height: 100%;
|
|
8855
|
+
z-index: 1000;
|
|
8856
|
+
}
|
|
8751
8857
|
.icon-guanbi:before {
|
|
8752
8858
|
content: "\E676";
|
|
8753
8859
|
}
|
|
@@ -9141,101 +9247,7 @@ cursor: not-allowed;
|
|
|
9141
9247
|
content: "\E65E";
|
|
9142
9248
|
color: #F44336; /* 失败的红色 */
|
|
9143
9249
|
}
|
|
9144
|
-
|
|
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
|
-
}
|
|
9250
|
+
|
|
9239
9251
|
.global.video {
|
|
9240
9252
|
width: 35px;
|
|
9241
9253
|
height: 55px;
|
|
@@ -9261,31 +9273,7 @@ cursor: not-allowed;
|
|
|
9261
9273
|
}
|
|
9262
9274
|
.icon-dianhua:before { content: "\E60E"; }
|
|
9263
9275
|
.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
|
+
.global.tel > span { font-size: 10px; line-height: 20px; display: block;}/* ===== 送呈(启呈)运行时样式 ===== */
|
|
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;}
|