unika-components 1.2.4 → 1.2.5

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.
Files changed (62) hide show
  1. package/dist/index.html +53 -0
  2. package/dist/js/app.js +3325 -0
  3. package/dist/js/chunk-vendors.js +1638 -0
  4. package/dist/src/components/UniCall/UniCall.vue.d.ts +11 -1
  5. package/dist/src/components/UniInvite/UniInvite.vue.d.ts +57 -0
  6. package/dist/src/components/UniInvite/index.d.ts +2 -0
  7. package/dist/src/components/UniMap/UniMap.vue.d.ts +11 -1
  8. package/dist/src/components/WorkRender/WorkRender.vue.d.ts +1 -0
  9. package/dist/src/composables/inviteManager.d.ts +13 -0
  10. package/dist/src/constants/invitePhrases.d.ts +3 -0
  11. package/dist/src/constants/inviteProps.d.ts +4 -0
  12. package/dist/src/constants/inviteTemplates.d.ts +5 -0
  13. package/dist/src/defaultProps.d.ts +49 -0
  14. package/dist/src/index.d.ts +10 -1
  15. package/dist/src/utils/inviteAnimation.d.ts +3 -0
  16. package/dist/src/utils/inviteTemplate.d.ts +4 -0
  17. package/dist/src/utils/resolveInviteRender.d.ts +11 -0
  18. package/dist/unika-components.css +1819 -1108
  19. package/dist/unika-components.esm.js +943 -529
  20. package/dist/unika-components.umd.js +981 -555
  21. package/package.json +1 -1
  22. package/dist/.DS_Store +0 -0
  23. package/dist/src/components/LongPage/LongPage.vue.d.ts +0 -20
  24. package/dist/src/components/LongPage/index.d.ts +0 -2
  25. package/dist/src/components/SwiperPage/SwiperAnimate.d.ts +0 -3
  26. package/dist/src/components/SwiperPage/SwiperPage.vue.d.ts +0 -36
  27. package/dist/src/components/SwiperPage/index.d.ts +0 -2
  28. package/dist/src/components/UniBackground/UniBackground.vue.d.ts +0 -11
  29. package/dist/src/components/UniBackground/index.d.ts +0 -2
  30. package/dist/src/components/UniBulidUp/UniBulidUp.vue.d.ts +0 -12
  31. package/dist/src/components/UniBulidUp/index.d.ts +0 -2
  32. package/dist/src/components/UniCalendar/Calendar.vue.d.ts +0 -165
  33. package/dist/src/components/UniEffect/sonw.d.ts +0 -2
  34. package/dist/src/components/UniFormMultiple/validators.d.ts +0 -20
  35. package/dist/src/components/UniFormSelect/validators.d.ts +0 -1
  36. package/dist/src/components/UniFormSingle/validators.d.ts +0 -20
  37. package/dist/src/components/UniLike/UniLike.vue.d.ts +0 -14
  38. package/dist/src/components/UniLike/index.d.ts +0 -2
  39. package/dist/src/components/UniLotties/UniLotties.vue.d.ts +0 -340
  40. package/dist/src/components/UniLotties/index.d.ts +0 -2
  41. package/dist/src/components/UniRegisterForm/UniRegisterForm.vue.d.ts +0 -28
  42. package/dist/src/components/UniRegisterForm/index.d.ts +0 -2
  43. package/dist/src/components/UniSvg/UniSvg.vue.d.ts +0 -12
  44. package/dist/src/components/UniSvg/index.d.ts +0 -2
  45. package/dist/src/components/UniSwiper/UniSwiper.vue.d.ts +0 -12
  46. package/dist/src/components/UniSwiper/index.d.ts +0 -2
  47. package/dist/src/components/UniTanmu/Barrage.vue.d.ts +0 -76
  48. package/dist/src/components/UniTanmu/UniTanmu.vue.d.ts +0 -59
  49. package/dist/src/components/UniTanmu/index.d.ts +0 -2
  50. package/dist/src/components/UniTest/index.d.ts +0 -2
  51. package/dist/src/components/UniTextBk/index.d.ts +0 -2
  52. package/dist/src/components/WorkRender/DynamicElement.vue.d.ts +0 -59
  53. package/dist/src/components/WorkRender/PageIndicator.vue.d.ts +0 -110
  54. package/dist/src/components/WorkRender/SwiperAnimate.d.ts +0 -3
  55. package/dist/src/components/WorkRender/WorkRenderer.vue.d.ts +0 -59
  56. package/dist/src/components/WorkRenderLong/test.vue.d.ts +0 -72
  57. package/dist/src/composables/useElementProps.d.ts +0 -8
  58. package/dist/src/composables/useElementStyle.d.ts +0 -18
  59. package/dist/src/constants/countdown.d.ts +0 -65
  60. package/dist/src/constants/toolbar.d.ts +0 -13
  61. package/dist/src/hooks/useComponentClick.d.ts +0 -2
  62. package/dist/src/hooks/useStylePick.d.ts +0 -3
@@ -1,22 +1,12 @@
1
-
2
- /* 添加百位数样式 */
3
- .c-hundred {
4
- display: flex;
5
- align-items: center;
6
- justify-content: center;
7
- width: 30px; /* 根据需要调整 */
8
- margin-right: 5px;
9
- }
10
-
11
- .global-v ::v-deep .global-v-show iframe {
12
- position: absolute;
13
- left: 0;
14
- top: 50%;
15
- transform: translateY(-60%);
16
- min-height: 45%;
17
- max-height: 100%;
18
- width: 100%;
19
- }
1
+
2
+ /* 添加百位数样式 */
3
+ .c-hundred {
4
+ display: flex;
5
+ align-items: center;
6
+ justify-content: center;
7
+ width: 30px; /* 根据需要调整 */
8
+ margin-right: 5px;
9
+ }
20
10
 
21
11
  .unika-watermark {
22
12
  position: fixed;
@@ -35,7 +25,112 @@
35
25
  background-size: 220px 140px;
36
26
  opacity: 0.5;
37
27
  }
28
+
29
+ .global-v ::v-deep .global-v-show iframe {
30
+ position: absolute;
31
+ left: 0;
32
+ top: 50%;
33
+ transform: translateY(-60%);
34
+ min-height: 45%;
35
+ max-height: 100%;
36
+ width: 100%;
37
+ }
38
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
+ }.ele-img {
85
+ position: absolute;
86
+ overflow: hidden;
87
+ }
88
+
89
+ .ele-img .ani-wrap {
90
+ width: 100%;
91
+ height: 100%;
92
+ }
93
+
94
+ .ele-img .ele-image {
95
+ position: relative;
96
+ display: block;
97
+ }
98
+
99
+ .ele-img .rotate-wrap {
100
+ position: absolute;
101
+ left: 0;
102
+ right: 0;
103
+ top: 0;
104
+ bottom: 0;
105
+ }
106
+
107
+ .ele-img .ele-img-bg,
108
+ .ele-img .rotate-wrap .img-wrap {
109
+ width: 100%;
110
+ height: 100%;
111
+ overflow: hidden;
112
+ }
113
+
114
+ .ele-img .ele-bg-wrap {
115
+ width: 100%;
116
+ height: 100%;
117
+ background-size: cover;
118
+ background-position: 50% 50%;
119
+ background-repeat: no-repeat;
120
+ background-clip: border-box;
121
+ }
122
+
123
+ /* 动画关键帧 */
124
+ @keyframes zoomIn {
125
+ from {
126
+ opacity: 0;
127
+ transform: scale(0.5);
128
+ }
129
+ to {
130
+ opacity: 1;
131
+ transform: scale(1);
132
+ }
133
+ }
39
134
  .ele-text {
40
135
  position: relative;
41
136
  }
@@ -102,96 +197,363 @@
102
197
  transform: scale(1);
103
198
  opacity: 1;
104
199
  }
105
- }.ele-shape {
106
- position: absolute;
107
- overflow: hidden;
200
+ }.count-down .drag-point {
201
+ cursor: default!important
108
202
  }
109
203
 
110
- .ani-wrap {
204
+ .count-down .ani-wrap {
111
205
  width: 100%;
112
- height: 100%;
113
- box-sizing: border-box;
206
+ height: 100%
114
207
  }
115
208
 
116
- .e-shape {
117
- width: 100%;
209
+ .count-down .count-text,.count-down .finish-cont {
210
+ display: -webkit-box;
211
+ display: -ms-flexbox;
212
+ display: flex;
118
213
  height: 100%;
214
+ -webkit-box-align: center;
215
+ -ms-flex-align: center;
216
+ align-items: center;
217
+ -webkit-box-pack: center;
218
+ -ms-flex-pack: center;
219
+ justify-content: center
119
220
  }
120
221
 
121
- .svg-container :deep(svg) {
122
- width: 100%;
123
- height: 100%;
124
- display: block;
222
+ .count-down .finish-cont {
223
+ width: 100%
125
224
  }
126
225
 
127
- .svg-container {
128
- width: 100%;
226
+ .count-down .count-flip {
227
+ display: -webkit-box;
228
+ display: -ms-flexbox;
229
+ display: flex;
129
230
  height: 100%;
130
- display: block;
231
+ -webkit-box-align: center;
232
+ -ms-flex-align: center;
233
+ align-items: center;
234
+ -webkit-box-pack: center;
235
+ -ms-flex-pack: center;
236
+ justify-content: center
131
237
  }
132
238
 
133
-
134
- .svg-loading,
135
- .svg-error {
136
- display: flex;
137
- align-items: center;
138
- justify-content: center;
139
- width: 100%;
140
- height: 100%;
141
- background: rgba(0,0,0,0.05);
239
+ .count-down .count-flip .numscroll {
240
+ -webkit-animation: numscroll .4s ease-in-out;
241
+ animation: numscroll .4s ease-in-out;
242
+ -webkit-animation-fill-mode: both;
243
+ animation-fill-mode: both
142
244
  }
143
245
 
144
- .ele-shape .svg-container svg {
145
- width: 100%;
146
- height: 100%;
147
- overflow: visible;
246
+ .count-down .count-flip .numscroll .curr-num {
247
+ -webkit-transition: all .3s ease-in-out;
248
+ transition: all .3s ease-in-out;
249
+ opacity: .6;
250
+ -webkit-transform: scale(.5)!important;
251
+ transform: scale(.5)!important
148
252
  }
149
- @keyframes jumpheart {
253
+
254
+ @-webkit-keyframes numscroll {
255
+ 0% {
256
+ -webkit-transform: translateZ(0);
257
+ transform: translateZ(0)
258
+ }
259
+
150
260
  to {
151
- -webkit-transform: scale(1.2);
152
- transform: scale(1.2)
261
+ -webkit-transform: translate3d(0,100%,0);
262
+ transform: translate3d(0,100%,0)
153
263
  }
154
264
  }
155
- .ele-calendar {
156
- position: relative;
157
- width: 325px !important;
158
- min-height: 325px !important;
159
- height: auto !important;
265
+
266
+ @keyframes numscroll {
267
+ 0% {
268
+ -webkit-transform: translateZ(0);
269
+ transform: translateZ(0)
270
+ }
271
+
272
+ to {
273
+ -webkit-transform: translate3d(0,100%,0);
274
+ transform: translate3d(0,100%,0)
275
+ }
160
276
  }
161
277
 
162
- .ele-calendar .drag-point {
163
- cursor: default !important;
278
+ .count-down .count-flip .c-com {
279
+ min-width: 50px;
280
+ height: auto;
281
+ margin: 6px;
282
+ padding: 5px 0 6px;
283
+ background-color: #111
164
284
  }
165
285
 
166
- .ele-calendar .ani-wrap {
286
+ .count-down .count-flip .c-com .flex-wrap {
287
+ display: -webkit-box;
288
+ display: -ms-flexbox;
289
+ display: flex;
167
290
  position: relative;
168
291
  width: 100%;
169
- min-height: 325px !important;
170
- height: auto !important;
171
- padding: 22px 0;
292
+ height: 100%;
293
+ -webkit-box-align: center;
294
+ -ms-flex-align: center;
295
+ align-items: center
172
296
  }
173
297
 
174
- .ele-calendar .ani-wrap .can-wrap .can-top {
175
- display: flex;
176
- justify-content: space-between;
177
- align-items: flex-end;
178
- line-height: 1;
179
- padding: 0 47px 20px;
298
+ .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
299
+ line-height: 27px
180
300
  }
181
301
 
182
- .ele-calendar .ani-wrap .can-wrap .can-top .can-left {
183
- font-size: 25px;
184
- padding-bottom: 4px;
302
+ .count-down .count-flip .c-com .flex-wrap .next-num {
303
+ position: absolute;
304
+ top: -100%
185
305
  }
186
306
 
187
- .ele-calendar .ani-wrap .can-wrap .can-top .can-right {
188
- font-size: 25px;
307
+ .count-down .count-flip .c-com .flex-wrap .curr-num {
308
+ -webkit-transform: scale(1);
309
+ transform: scale(1)
189
310
  }
190
311
 
191
- .ele-calendar .ani-wrap .can-wrap .can-top .can-right span {
192
- position: relative;
193
- top: 2px;
194
- font-size: 57px;
312
+ .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 {
313
+ display: none!important
314
+ }
315
+
316
+ .c-wrap {
317
+ width: 100%;
318
+ height: 100%;
319
+ overflow: hidden;
320
+ font-size: 0
321
+ }
322
+
323
+ .c-wrap.c-day-wrap {
324
+ text-align: center
325
+ }
326
+
327
+ .c-wrap.c-day-wrap .c-num {
328
+ width: auto
329
+ }
330
+
331
+ .c-wrap .c-num {
332
+ display: inline-block;
333
+ width: 50%;
334
+ overflow: hidden;
335
+ font-size: 20px;
336
+ color: #999
337
+ }
338
+
339
+ .c-wrap .c-left .flex-wrap {
340
+ display: -webkit-box;
341
+ display: -ms-flexbox;
342
+ display: flex;
343
+ -webkit-box-pack: end;
344
+ -ms-flex-pack: end;
345
+ justify-content: flex-end
346
+ }
347
+
348
+ .c-wrap .c-text {
349
+ display: -webkit-box;
350
+ display: -ms-flexbox;
351
+ display: flex;
352
+ width: 100%;
353
+ font-size: 12px;
354
+ -webkit-box-pack: center;
355
+ -ms-flex-pack: center;
356
+ justify-content: center;
357
+ -webkit-box-align: center;
358
+ -ms-flex-align: center;
359
+ align-items: center;
360
+ white-space: nowrap
361
+ }
362
+ .element-ditu .ani-wrap {
363
+ width: 100%;
364
+ height: 100%;
365
+ overflow: hidden
366
+ }
367
+
368
+ .element-ditu .map {
369
+ width: 100%;
370
+ height: 100%
371
+ }
372
+
373
+ .element-ditu .map .el-button {
374
+ width: 100%;
375
+ height: 100%;
376
+ display: -webkit-box;
377
+ display: -ms-flexbox;
378
+ display: flex;
379
+ -webkit-box-align: center;
380
+ -ms-flex-align: center;
381
+ align-items: center;
382
+ padding: 0;
383
+ -webkit-box-pack: center;
384
+ -ms-flex-pack: center;
385
+ justify-content: center;
386
+ background: inherit;
387
+ color: inherit;
388
+ border: none
389
+ }
390
+
391
+ .element-ditu .center-map {
392
+ width: 100%;
393
+ height: 100%;
394
+ background: #fff
395
+ }
396
+
397
+ .element-ditu .mask-map {
398
+ position: absolute;
399
+ width: 100%;
400
+ height: 100%;
401
+ top: 0
402
+ }
403
+ .map-iframe {
404
+ width: 100%;
405
+ height: 100%;
406
+ }.button {
407
+ position: absolute;
408
+ cursor: pointer;
409
+ user-select: none;
410
+ }
411
+
412
+ .button .ani-wrap {
413
+ display: flex;
414
+ justify-content: center;
415
+ align-items: center;
416
+ width: 100%;
417
+ height: 100%;
418
+ overflow: hidden;
419
+ transition: opacity 0.2s;
420
+ }
421
+
422
+ .button .ani-wrap:hover {
423
+ opacity: 0.9;
424
+ }
425
+
426
+ .button-content {
427
+ display: flex;
428
+ align-items: center;
429
+ justify-content: center;
430
+ }
431
+
432
+ .btn-text {
433
+ margin-left: 10px;
434
+ }.call {
435
+ position: absolute;
436
+ cursor: pointer;
437
+ user-select: none;
438
+ }
439
+
440
+ .call .ani-wrap {
441
+ display: flex;
442
+ justify-content: center;
443
+ align-items: center;
444
+ width: 100%;
445
+ height: 100%;
446
+ overflow: hidden;
447
+ transition: opacity 0.2s;
448
+ }
449
+
450
+ .call .ani-wrap:hover {
451
+ opacity: 0.9;
452
+ }
453
+
454
+ .call-content {
455
+ display: flex;
456
+ align-items: center;
457
+ justify-content: center;
458
+ }
459
+
460
+ .btn-text {
461
+ margin-left: 10px;
462
+ }
463
+
464
+
465
+ .hb-tel:before {
466
+ content: "\E642";
467
+ }.ele-shape {
468
+ position: absolute;
469
+ overflow: hidden;
470
+ }
471
+
472
+ .ani-wrap {
473
+ width: 100%;
474
+ height: 100%;
475
+ box-sizing: border-box;
476
+ }
477
+
478
+ .e-shape {
479
+ width: 100%;
480
+ height: 100%;
481
+ }
482
+
483
+ .svg-container :deep(svg) {
484
+ width: 100%;
485
+ height: 100%;
486
+ display: block;
487
+ }
488
+
489
+ .svg-container {
490
+ width: 100%;
491
+ height: 100%;
492
+ display: block;
493
+ }
494
+
495
+
496
+ .svg-loading,
497
+ .svg-error {
498
+ display: flex;
499
+ align-items: center;
500
+ justify-content: center;
501
+ width: 100%;
502
+ height: 100%;
503
+ background: rgba(0,0,0,0.05);
504
+ }
505
+
506
+ .ele-shape .svg-container svg {
507
+ width: 100%;
508
+ height: 100%;
509
+ overflow: visible;
510
+ }
511
+ @keyframes jumpheart {
512
+ to {
513
+ -webkit-transform: scale(1.2);
514
+ transform: scale(1.2)
515
+ }
516
+ }
517
+ .ele-calendar {
518
+ position: relative;
519
+ width: 325px !important;
520
+ min-height: 325px !important;
521
+ height: auto !important;
522
+ }
523
+
524
+ .ele-calendar .drag-point {
525
+ cursor: default !important;
526
+ }
527
+
528
+ .ele-calendar .ani-wrap {
529
+ position: relative;
530
+ width: 100%;
531
+ min-height: 325px !important;
532
+ height: auto !important;
533
+ padding: 22px 0;
534
+ }
535
+
536
+ .ele-calendar .ani-wrap .can-wrap .can-top {
537
+ display: flex;
538
+ justify-content: space-between;
539
+ align-items: flex-end;
540
+ line-height: 1;
541
+ padding: 0 47px 20px;
542
+ }
543
+
544
+ .ele-calendar .ani-wrap .can-wrap .can-top .can-left {
545
+ font-size: 25px;
546
+ padding-bottom: 4px;
547
+ }
548
+
549
+ .ele-calendar .ani-wrap .can-wrap .can-top .can-right {
550
+ font-size: 25px;
551
+ }
552
+
553
+ .ele-calendar .ani-wrap .can-wrap .can-top .can-right span {
554
+ position: relative;
555
+ top: 2px;
556
+ font-size: 57px;
195
557
  }
196
558
 
197
559
  .ele-calendar .ani-wrap .can-wrap .can-main {
@@ -487,56 +849,7 @@
487
849
  }
488
850
  .icon-xingzhuangjiehe:before {
489
851
  content: "\E6A6";
490
- }.ele-img {
491
- position: absolute;
492
- overflow: hidden;
493
- }
494
-
495
- .ele-img .ani-wrap {
496
- width: 100%;
497
- height: 100%;
498
- }
499
-
500
- .ele-img .ele-image {
501
- position: relative;
502
- display: block;
503
- }
504
-
505
- .ele-img .rotate-wrap {
506
- position: absolute;
507
- left: 0;
508
- right: 0;
509
- top: 0;
510
- bottom: 0;
511
- }
512
-
513
- .ele-img .ele-img-bg,
514
- .ele-img .rotate-wrap .img-wrap {
515
- width: 100%;
516
- height: 100%;
517
- overflow: hidden;
518
- }
519
-
520
- .ele-img .ele-bg-wrap {
521
- width: 100%;
522
- height: 100%;
523
- background-size: cover;
524
- background-position: 50% 50%;
525
- background-repeat: no-repeat;
526
- background-clip: border-box;
527
- }
528
-
529
- /* 动画关键帧 */
530
- @keyframes zoomIn {
531
- from {
532
- opacity: 0;
533
- transform: scale(0.5);
534
- }
535
- to {
536
- opacity: 1;
537
- transform: scale(1);
538
- }
539
- }#audio {
852
+ }#audio {
540
853
  position: absolute;
541
854
  right: 10px;
542
855
  top: 10px;
@@ -606,209 +919,110 @@
606
919
  width: 100%;
607
920
  height: 2px;
608
921
  background: #fff;
609
- }
610
- .element-video {
611
- position: absolute;
612
- overflow: hidden;
613
- background-color: transparent;
614
- }
615
-
616
- .element-video .ani-wrap, .element-video img {
617
- display: block;
618
- width: 100%;
619
- height: 100%;
620
- }
621
-
622
- .video-container {
623
- width: 100%;
624
- height: 100%;
625
- }
626
-
627
- .video-container iframe {
628
- width: 100%;
629
- height: 100%;
630
- border: none;
631
- }
632
-
633
- .video-cover {
634
- position: relative;
635
- width: 100%;
636
- height: 100%;
637
- background-size: cover;
638
- background-position: center;
639
- cursor: pointer;
640
- }
641
-
642
- .video-cover .play-btn {
643
- position: absolute;
644
- left: 50%;
645
- top: 50%;
646
- transform: translate(-50%, -50%);
647
- width: 50px;
648
- height: 50px;
649
- opacity: 0.8;
650
- transition: opacity 0.2s;
651
- }
652
-
653
- .video-cover:hover .play-btn {
654
- opacity: 1;
655
- }.element-ditu .ani-wrap {
656
- width: 100%;
657
- height: 100%;
658
- overflow: hidden
659
- }
660
-
661
- .element-ditu .map {
662
- width: 100%;
663
- height: 100%
922
+ }.ele-effect {
923
+ will-change: transform;
664
924
  }
665
925
 
666
- .element-ditu .map .el-button {
926
+ .ele-effect .effect-wrap {
927
+ position: relative;
667
928
  width: 100%;
668
929
  height: 100%;
669
- display: -webkit-box;
670
- display: -ms-flexbox;
671
- display: flex;
672
- -webkit-box-align: center;
673
- -ms-flex-align: center;
674
- align-items: center;
675
- padding: 0;
676
- -webkit-box-pack: center;
677
- -ms-flex-pack: center;
678
- justify-content: center;
679
- background: inherit;
680
- color: inherit;
681
- border: none
682
930
  }
683
931
 
684
- .element-ditu .center-map {
685
- width: 100%;
686
- height: 100%;
687
- background: #fff
932
+ .particle {
933
+ position: absolute;
934
+ background-repeat: no-repeat;
935
+ background-size: contain;
936
+ animation-name: falling;
937
+ animation-timing-function: linear;
938
+ animation-iteration-count: infinite;
939
+ will-change: transform;
688
940
  }
689
941
 
690
- .element-ditu .mask-map {
691
- position: absolute;
692
- width: 100%;
693
- height: 100%;
694
- top: 0
942
+ @keyframes falling {
943
+ 0% {
944
+ transform: translateY(0) rotate(0deg);
945
+ opacity: 1;
946
+ }
947
+ 80% {
948
+ opacity: 0.8;
949
+ }
950
+ 100% {
951
+ transform: translateY(100vh) rotate(360deg);
952
+ opacity: 0;
953
+ }
695
954
  }
696
- .map-iframe {
697
- width: 100%;
698
- height: 100%;
699
- }#page-list .tip-cover {
700
- position: fixed;
701
- left: 0;
702
- top: 0;
703
- width: 100%;
704
- height: 100%;
705
- display: -ms-flexbox;
706
- display: flex;
707
- -ms-flex-align: center;
708
- align-items: center;
709
- -ms-flex-pack: center;
710
- justify-content: center;
711
- z-index: 999;
712
- background-color: rgba(0,0,0,.7)
955
+ .ele-lottie .ele-lotwrap {
956
+ overflow: hidden
713
957
  }
714
958
 
715
- #page-list .tip-cover .tip {
716
- width: 80%;
717
- max-width: 250px;
718
- padding: 10px;
719
- border-radius: 5px;
720
- background-color: #fff
959
+ .ele-effect .effect-wrap {
960
+ position: relative;
961
+ overflow: hidden;
962
+ width: 100%;
963
+ height: 100%
721
964
  }
722
965
 
723
- #page-list .tip-cover .tip-btn {
724
- display: block;
725
- margin: 25px auto;
726
- width: 120px;
727
- height: 30px;
728
- color: #fff;
729
- border-radius: 4px;
730
- text-align: center;
731
- font-size: 14px;
732
- line-height: 30px;
733
- background: #ed5566
966
+ .ele-effect .e-small {
967
+ position: absolute;
968
+ width: 24px;
969
+ height: 24px;
970
+ background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
971
+ background-size: cover;
972
+ background-repeat: no-repeat;
973
+ -webkit-transform-origin: center;
974
+ transform-origin: center;
975
+ -webkit-animation: snow 5s linear infinite;
976
+ animation: snow 5s linear infinite
977
+ }
978
+ .ele-lottie .ele-lotwrap {
979
+ overflow: hidden;
980
+ }.form-submit {
981
+ cursor: pointer;
982
+ transition: all 0.2s;
983
+ outline: none;
984
+ border: none;
734
985
  }
735
986
 
736
- #page-list .tip-cover .tip-content {
737
- font-size: 14px;
738
- padding-top: 30px;
987
+ .form-submit:hover {
988
+ opacity: 0.9;
989
+ transform: translateY(-1px);
739
990
  }
740
991
 
741
- .tip-cover {
742
- position: fixed;
743
- left: 0;
744
- top: 0;
745
- width: 100%;
746
- height: 100%;
747
- display: -ms-flexbox;
748
- display: flex;
749
- -ms-flex-align: center;
750
- align-items: center;
751
- -ms-flex-pack: center;
752
- justify-content: center;
753
- z-index: 999;
754
- background-color: rgba(0,0,0,.7)
992
+ .form-submit:active {
993
+ opacity: 0.8;
994
+ transform: translateY(0);
755
995
  }
756
996
 
757
- .tip-cover .tip {
758
- width: 80%;
759
- max-width: 250px;
760
- padding: 5px;
761
- border-radius: 3px;
762
- background-color: #fff
997
+ .form-submit:disabled {
998
+ opacity: 0.6;
999
+ cursor: not-allowed;
1000
+ transform: none !important;
763
1001
  }
764
1002
 
765
- .tip-cover .tip-btn {
766
- display: block;
767
- margin: 13px auto;
768
- width: 64px;
769
- height: 20px;
770
- color: #fff;
771
- border-radius: 4px;
772
- text-align: center;
773
- font-size: 14px;
774
- line-height: 20px;
775
- background: #ed5566;
776
- }
777
- .ele-lottie .ele-lotwrap {
778
- overflow: hidden;
779
- }.call {
780
- position: absolute;
781
- cursor: pointer;
782
- user-select: none;
1003
+ .f-submit {
1004
+ position: relative;
1005
+ display: block
783
1006
  }
784
1007
 
785
- .call .ani-wrap {
786
- display: flex;
787
- justify-content: center;
788
- align-items: center;
1008
+ .f-submit .ani-wrap {
789
1009
  width: 100%;
790
1010
  height: 100%;
1011
+ padding: 10px;
791
1012
  overflow: hidden;
792
- transition: opacity 0.2s;
793
- }
794
-
795
- .call .ani-wrap:hover {
796
- opacity: 0.9;
1013
+ position: relative
797
1014
  }
798
1015
 
799
- .call-content {
800
- display: flex;
801
- align-items: center;
802
- justify-content: center;
803
- }
804
-
805
- .btn-text {
806
- margin-left: 10px;
1016
+ .f-submit .f-ovh {
1017
+ position: absolute;
1018
+ left: 50%;
1019
+ top: 50%;
1020
+ transform: translate(-50%,-50%)
807
1021
  }
808
1022
 
809
-
810
- .hb-tel:before {
811
- content: "\E642";
1023
+ .form-submit:disabled {
1024
+ opacity: 0.7;
1025
+ cursor: not-allowed;
812
1026
  }/* Iconfont definition */
813
1027
  .icon-danmuliebiao1:before {
814
1028
  content: "\E68A";
@@ -3315,7 +3529,134 @@ to {
3315
3529
  }
3316
3530
  }
3317
3531
 
3318
- @charset"UTF-8";.animated {
3532
+ .form-input {
3533
+ position: absolute;
3534
+ }
3535
+
3536
+ .input-wrapper {
3537
+ display: flex;
3538
+ align-items: center;
3539
+ width: 100%;
3540
+ height: 100%;
3541
+ padding: 0 10px;
3542
+ box-sizing: border-box;
3543
+ position: relative;
3544
+ transition: border-color 0.3s;
3545
+ }
3546
+
3547
+ .required-marker {
3548
+ font-size: 12px;
3549
+ padding: 0 5px 0 0;
3550
+ color: red;
3551
+ vertical-align: middle;
3552
+ }
3553
+
3554
+ input {
3555
+ flex: 1;
3556
+ border: none;
3557
+ outline: none;
3558
+ background: transparent;
3559
+ height: 100%;
3560
+ padding: 0;
3561
+ margin: 0;
3562
+ }
3563
+ /*
3564
+ input::placeholder {
3565
+ color: #ccc;
3566
+ opacity: 1;
3567
+ } */
3568
+
3569
+ .dynamic-placeholder-input::placeholder {
3570
+ color: var(--placeholder-color, #999);
3571
+ opacity: 1;
3572
+ }
3573
+ .dynamic-placeholder-input::-webkit-input-placeholder {
3574
+ color: var(--placeholder-color, #999);
3575
+ }
3576
+ .dynamic-placeholder-input::-moz-placeholder {
3577
+ color: var(--placeholder-color, #999);
3578
+ opacity: 1;
3579
+ }
3580
+ .dynamic-placeholder-input:-ms-input-placeholder {
3581
+ color: var(--placeholder-color, #999);
3582
+ }#page-list .tip-cover {
3583
+ position: fixed;
3584
+ left: 0;
3585
+ top: 0;
3586
+ width: 100%;
3587
+ height: 100%;
3588
+ display: -ms-flexbox;
3589
+ display: flex;
3590
+ -ms-flex-align: center;
3591
+ align-items: center;
3592
+ -ms-flex-pack: center;
3593
+ justify-content: center;
3594
+ z-index: 999;
3595
+ background-color: rgba(0,0,0,.7)
3596
+ }
3597
+
3598
+ #page-list .tip-cover .tip {
3599
+ width: 80%;
3600
+ max-width: 250px;
3601
+ padding: 10px;
3602
+ border-radius: 5px;
3603
+ background-color: #fff
3604
+ }
3605
+
3606
+ #page-list .tip-cover .tip-btn {
3607
+ display: block;
3608
+ margin: 25px auto;
3609
+ width: 120px;
3610
+ height: 30px;
3611
+ color: #fff;
3612
+ border-radius: 4px;
3613
+ text-align: center;
3614
+ font-size: 14px;
3615
+ line-height: 30px;
3616
+ background: #ed5566
3617
+ }
3618
+
3619
+ #page-list .tip-cover .tip-content {
3620
+ font-size: 14px;
3621
+ padding-top: 30px;
3622
+ }
3623
+
3624
+ .tip-cover {
3625
+ position: fixed;
3626
+ left: 0;
3627
+ top: 0;
3628
+ width: 100%;
3629
+ height: 100%;
3630
+ display: -ms-flexbox;
3631
+ display: flex;
3632
+ -ms-flex-align: center;
3633
+ align-items: center;
3634
+ -ms-flex-pack: center;
3635
+ justify-content: center;
3636
+ z-index: 999;
3637
+ background-color: rgba(0,0,0,.7)
3638
+ }
3639
+
3640
+ .tip-cover .tip {
3641
+ width: 80%;
3642
+ max-width: 250px;
3643
+ padding: 5px;
3644
+ border-radius: 3px;
3645
+ background-color: #fff
3646
+ }
3647
+
3648
+ .tip-cover .tip-btn {
3649
+ display: block;
3650
+ margin: 13px auto;
3651
+ width: 64px;
3652
+ height: 20px;
3653
+ color: #fff;
3654
+ border-radius: 4px;
3655
+ text-align: center;
3656
+ font-size: 14px;
3657
+ line-height: 20px;
3658
+ background: #ed5566;
3659
+ } @charset"UTF-8";.animated {
3319
3660
  animation-duration: 1s;
3320
3661
  animation-fill-mode: both
3321
3662
  }
@@ -8201,373 +8542,223 @@ to {
8201
8542
  transform: translateX(0)
8202
8543
  }
8203
8544
  }
8204
- .count-down .drag-point {
8205
- cursor: default!important
8545
+ /* .ele-form {
8546
+ position: absolute;
8547
+ user-select: none;
8548
+ }
8549
+ */
8550
+ .f-single {
8551
+ cursor: pointer;
8552
+ }
8553
+
8554
+ .ani-wrap {
8555
+ position: relative;
8556
+ }
8557
+
8558
+ .f-single .ani-wrap .fs-tit {
8559
+ display: flex;
8560
+ padding: 0 5px;
8561
+ height: 40px;
8562
+ align-items: center;
8563
+ white-space: nowrap;
8564
+ overflow: hidden;
8565
+ text-overflow: ellipsis;
8566
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
8567
+ }
8568
+
8569
+ .require {
8570
+ padding: 0 5px 0 0;
8571
+ color: red;
8572
+ vertical-align: middle;
8573
+ }
8574
+
8575
+ .f-single ul {
8576
+ padding: 15px;
8577
+ margin: 0;
8578
+ list-style: none;
8579
+ }
8580
+
8581
+ .f-single ul li {
8582
+ display: flex;
8583
+ align-items: center;
8584
+ margin-top: 12px;
8585
+ font-size: 0;
8586
+ }
8587
+
8588
+ .f-single ul li:first-child {
8589
+ margin-top: 0;
8590
+ }
8591
+
8592
+ .fs-circle {
8593
+ display: inline-block;
8594
+ width: 16px;
8595
+ height: 16px;
8596
+ border-radius: 50%;
8597
+ position: relative;
8598
+ transition: all 0.2s;
8599
+ }
8600
+
8601
+ .fs-circle.selected {
8602
+ background-color: #2687f1;
8603
+ border-color: #2687f1 !important;
8604
+ }
8605
+
8606
+ .fs-circle.selected::after {
8607
+ content: "";
8608
+ position: absolute;
8609
+ top: 3px;
8610
+ left: 3px;
8611
+ width: 8px;
8612
+ height: 8px;
8613
+ border-radius: 50%;
8614
+ background-color: white;
8615
+ }
8616
+
8617
+ .fs-txt {
8618
+ display: inline-block;
8619
+ width: calc(100% - 16px);
8620
+ padding-left: 8px;
8621
+ vertical-align: top;
8622
+ word-break: break-all;
8623
+ font-size: 14px;
8624
+ line-height: 1.2;
8625
+ }
8626
+
8627
+ .has-error .fs-tit {
8628
+ border-bottom-color: #ff4d4f;
8629
+ }
8630
+
8631
+ /* 错误提示样式 */
8632
+ .error-tip {
8633
+ position: fixed;
8634
+ left: 0;
8635
+ top: 0;
8636
+ width: 100%;
8637
+ height: 100%;
8638
+ z-index: 1000;
8639
+ }/* .ele-form {
8640
+ position: absolute;
8641
+ user-select: none;
8642
+ } */
8643
+
8644
+ .f-multiple {
8645
+ cursor: pointer;
8206
8646
  }
8207
8647
 
8208
- .count-down .ani-wrap {
8209
- width: 100%;
8210
- height: 100%
8648
+ .ani-wrap {
8649
+ position: relative;
8211
8650
  }
8212
8651
 
8213
- .count-down .count-text,.count-down .finish-cont {
8214
- display: -webkit-box;
8215
- display: -ms-flexbox;
8652
+ .f-multiple .ani-wrap .fs-tit {
8216
8653
  display: flex;
8217
- height: 100%;
8218
- -webkit-box-align: center;
8219
- -ms-flex-align: center;
8220
- align-items: center;
8221
- -webkit-box-pack: center;
8222
- -ms-flex-pack: center;
8223
- justify-content: center
8224
- }
8225
-
8226
- .count-down .finish-cont {
8227
- width: 100%
8228
- }
8229
-
8230
- .count-down .count-flip {
8231
- display: -webkit-box;
8232
- display: -ms-flexbox;
8233
- display: flex;
8234
- height: 100%;
8235
- -webkit-box-align: center;
8236
- -ms-flex-align: center;
8654
+ padding: 0 5px;
8655
+ height: 40px;
8237
8656
  align-items: center;
8238
- -webkit-box-pack: center;
8239
- -ms-flex-pack: center;
8240
- justify-content: center
8241
- }
8242
-
8243
- .count-down .count-flip .numscroll {
8244
- -webkit-animation: numscroll .4s ease-in-out;
8245
- animation: numscroll .4s ease-in-out;
8246
- -webkit-animation-fill-mode: both;
8247
- animation-fill-mode: both
8657
+ white-space: nowrap;
8658
+ overflow: hidden;
8659
+ text-overflow: ellipsis;
8660
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
8248
8661
  }
8249
8662
 
8250
- .count-down .count-flip .numscroll .curr-num {
8251
- -webkit-transition: all .3s ease-in-out;
8252
- transition: all .3s ease-in-out;
8253
- opacity: .6;
8254
- -webkit-transform: scale(.5)!important;
8255
- transform: scale(.5)!important
8663
+ .require {
8664
+ padding: 0 5px 0 0;
8665
+ color: red;
8666
+ vertical-align: middle;
8256
8667
  }
8257
8668
 
8258
- @-webkit-keyframes numscroll {
8259
- 0% {
8260
- -webkit-transform: translateZ(0);
8261
- transform: translateZ(0)
8262
- }
8263
-
8264
- to {
8265
- -webkit-transform: translate3d(0,100%,0);
8266
- transform: translate3d(0,100%,0)
8267
- }
8669
+ .f-multiple ul {
8670
+ padding: 15px;
8671
+ margin: 0;
8672
+ list-style: none;
8268
8673
  }
8269
8674
 
8270
- @keyframes numscroll {
8271
- 0% {
8272
- -webkit-transform: translateZ(0);
8273
- transform: translateZ(0)
8274
- }
8275
-
8276
- to {
8277
- -webkit-transform: translate3d(0,100%,0);
8278
- transform: translate3d(0,100%,0)
8279
- }
8675
+ .f-multiple ul li {
8676
+ margin-top: 12px;
8677
+ font-size: 0;
8678
+ display: flex;
8679
+ align-items: center;
8680
+ cursor: pointer;
8280
8681
  }
8281
8682
 
8282
- .count-down .count-flip .c-com {
8283
- min-width: 50px;
8284
- height: auto;
8285
- margin: 6px;
8286
- padding: 5px 0 6px;
8287
- background-color: #111
8683
+ .f-multiple ul li:first-child {
8684
+ margin-top: 0;
8288
8685
  }
8289
8686
 
8290
- .count-down .count-flip .c-com .flex-wrap {
8291
- display: -webkit-box;
8292
- display: -ms-flexbox;
8293
- display: flex;
8687
+ .fs-circle {
8688
+ display: inline-block;
8689
+ width: 16px;
8690
+ height: 16px;
8691
+ border-radius: 50%;
8294
8692
  position: relative;
8295
- width: 100%;
8296
- height: 100%;
8297
- -webkit-box-align: center;
8298
- -ms-flex-align: center;
8299
- align-items: center
8693
+ transition: all 0.2s;
8300
8694
  }
8301
8695
 
8302
- .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
8303
- line-height: 27px
8696
+ .fs-circle.selected {
8697
+ background-color: #2687f1;
8698
+ border-color: #2687f1 !important;
8304
8699
  }
8305
8700
 
8306
- .count-down .count-flip .c-com .flex-wrap .next-num {
8701
+ .fs-circle.selected::after {
8702
+ content: "";
8307
8703
  position: absolute;
8308
- top: -100%
8309
- }
8310
-
8311
- .count-down .count-flip .c-com .flex-wrap .curr-num {
8312
- -webkit-transform: scale(1);
8313
- transform: scale(1)
8314
- }
8315
-
8316
- .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 {
8317
- display: none!important
8318
- }
8319
-
8320
- .c-wrap {
8321
- width: 100%;
8322
- height: 100%;
8323
- overflow: hidden;
8324
- font-size: 0
8325
- }
8326
-
8327
- .c-wrap.c-day-wrap {
8328
- text-align: center
8329
- }
8330
-
8331
- .c-wrap.c-day-wrap .c-num {
8332
- width: auto
8704
+ top: 3px;
8705
+ left: 3px;
8706
+ width: 8px;
8707
+ height: 8px;
8708
+ border-radius: 50%;
8709
+ background-color: white;
8333
8710
  }
8334
8711
 
8335
- .c-wrap .c-num {
8712
+ .fs-txt {
8336
8713
  display: inline-block;
8337
- width: 50%;
8338
- overflow: hidden;
8339
- font-size: 20px;
8340
- color: #999
8341
- }
8342
-
8343
- .c-wrap .c-left .flex-wrap {
8344
- display: -webkit-box;
8345
- display: -ms-flexbox;
8346
- display: flex;
8347
- -webkit-box-pack: end;
8348
- -ms-flex-pack: end;
8349
- justify-content: flex-end
8714
+ width: calc(100% - 16px);
8715
+ padding-left: 8px;
8716
+ vertical-align: top;
8717
+ word-break: break-all;
8718
+ font-size: 14px;
8719
+ line-height: 1.2;
8350
8720
  }
8351
8721
 
8352
- .c-wrap .c-text {
8353
- display: -webkit-box;
8354
- display: -ms-flexbox;
8355
- display: flex;
8356
- width: 100%;
8357
- font-size: 12px;
8358
- -webkit-box-pack: center;
8359
- -ms-flex-pack: center;
8360
- justify-content: center;
8361
- -webkit-box-align: center;
8362
- -ms-flex-align: center;
8363
- align-items: center;
8364
- white-space: nowrap
8722
+ .has-error .fs-tit {
8723
+ border-bottom-color: #ff4d4f;
8365
8724
  }
8366
- .button {
8367
- position: absolute;
8725
+ .global.tel {
8726
+ width: 35px;
8727
+ height: 55px;
8728
+ border-radius: 50%;
8729
+ text-align: center;
8730
+ margin-bottom: 15px;
8731
+ border: 2px solid #fff;
8368
8732
  cursor: pointer;
8369
- user-select: none;
8370
8733
  }
8734
+ .icon-dianhua:before { content: "\E60E"; }
8735
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8736
+ .global.tel > span { font-size: 10px; line-height: 20px; display: block;}/* .ele-form {
8737
+ position: absolute;
8738
+ user-select: none;
8739
+ } */
8371
8740
 
8372
- .button .ani-wrap {
8373
- display: flex;
8374
- justify-content: center;
8375
- align-items: center;
8376
- width: 100%;
8377
- height: 100%;
8378
- overflow: hidden;
8379
- transition: opacity 0.2s;
8380
- }
8741
+ .f-select {
8742
+ cursor: pointer;
8743
+ }
8381
8744
 
8382
- .button .ani-wrap:hover {
8383
- opacity: 0.9;
8384
- }
8385
-
8386
- .button-content {
8387
- display: flex;
8388
- align-items: center;
8389
- justify-content: center;
8390
- }
8391
-
8392
- .btn-text {
8393
- margin-left: 10px;
8394
- }.ele-effect {
8395
- will-change: transform;
8396
- }
8397
-
8398
- .ele-effect .effect-wrap {
8399
- position: relative;
8400
- width: 100%;
8401
- height: 100%;
8402
- }
8403
-
8404
- .particle {
8405
- position: absolute;
8406
- background-repeat: no-repeat;
8407
- background-size: contain;
8408
- animation-name: falling;
8409
- animation-timing-function: linear;
8410
- animation-iteration-count: infinite;
8411
- will-change: transform;
8412
- }
8413
-
8414
- @keyframes falling {
8415
- 0% {
8416
- transform: translateY(0) rotate(0deg);
8417
- opacity: 1;
8745
+ .ani-wrap {
8746
+ position: relative;
8418
8747
  }
8419
- 80% {
8420
- opacity: 0.8;
8748
+
8749
+ .f-select .ani-wrap .fs-tit {
8750
+ position: relative;
8751
+ display: flex;
8752
+ padding: 0 5px;
8753
+ height: 35px;
8754
+ line-height: 35px;
8755
+ align-items: center;
8421
8756
  }
8422
- 100% {
8423
- transform: translateY(100vh) rotate(360deg);
8424
- opacity: 0;
8425
- }
8426
- }
8427
- .ele-lottie .ele-lotwrap {
8428
- overflow: hidden
8429
- }
8430
-
8431
- .ele-effect .effect-wrap {
8432
- position: relative;
8433
- overflow: hidden;
8434
- width: 100%;
8435
- height: 100%
8436
- }
8437
-
8438
- .ele-effect .e-small {
8439
- position: absolute;
8440
- width: 24px;
8441
- height: 24px;
8442
- background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
8443
- background-size: cover;
8444
- background-repeat: no-repeat;
8445
- -webkit-transform-origin: center;
8446
- transform-origin: center;
8447
- -webkit-animation: snow 5s linear infinite;
8448
- animation: snow 5s linear infinite
8449
- }.form-submit {
8450
- cursor: pointer;
8451
- transition: all 0.2s;
8452
- outline: none;
8453
- border: none;
8454
- }
8455
-
8456
- .form-submit:hover {
8457
- opacity: 0.9;
8458
- transform: translateY(-1px);
8459
- }
8460
-
8461
- .form-submit:active {
8462
- opacity: 0.8;
8463
- transform: translateY(0);
8464
- }
8465
-
8466
- .form-submit:disabled {
8467
- opacity: 0.6;
8468
- cursor: not-allowed;
8469
- transform: none !important;
8470
- }
8471
-
8472
- .f-submit {
8473
- position: relative;
8474
- display: block
8475
- }
8476
-
8477
- .f-submit .ani-wrap {
8478
- width: 100%;
8479
- height: 100%;
8480
- padding: 10px;
8481
- overflow: hidden;
8482
- position: relative
8483
- }
8484
-
8485
- .f-submit .f-ovh {
8486
- position: absolute;
8487
- left: 50%;
8488
- top: 50%;
8489
- transform: translate(-50%,-50%)
8490
- }
8491
-
8492
- .form-submit:disabled {
8493
- opacity: 0.7;
8494
- cursor: not-allowed;
8495
- }.form-input {
8496
- position: absolute;
8497
- }
8498
-
8499
- .input-wrapper {
8500
- display: flex;
8501
- align-items: center;
8502
- width: 100%;
8503
- height: 100%;
8504
- padding: 0 10px;
8505
- box-sizing: border-box;
8506
- position: relative;
8507
- transition: border-color 0.3s;
8508
- }
8509
-
8510
- .required-marker {
8511
- font-size: 12px;
8512
- padding: 0 5px 0 0;
8513
- color: red;
8514
- vertical-align: middle;
8515
- }
8516
-
8517
- input {
8518
- flex: 1;
8519
- border: none;
8520
- outline: none;
8521
- background: transparent;
8522
- height: 100%;
8523
- padding: 0;
8524
- margin: 0;
8525
- }
8526
- /*
8527
- input::placeholder {
8528
- color: #ccc;
8529
- opacity: 1;
8530
- } */
8531
-
8532
- .dynamic-placeholder-input::placeholder {
8533
- color: var(--placeholder-color, #999);
8534
- opacity: 1;
8535
- }
8536
- .dynamic-placeholder-input::-webkit-input-placeholder {
8537
- color: var(--placeholder-color, #999);
8538
- }
8539
- .dynamic-placeholder-input::-moz-placeholder {
8540
- color: var(--placeholder-color, #999);
8541
- opacity: 1;
8542
- }
8543
- .dynamic-placeholder-input:-ms-input-placeholder {
8544
- color: var(--placeholder-color, #999);
8545
- }/* .ele-form {
8546
- position: absolute;
8547
- user-select: none;
8548
- } */
8549
-
8550
- .f-select {
8551
- cursor: pointer;
8552
- }
8553
-
8554
- .ani-wrap {
8555
- position: relative;
8556
- }
8557
-
8558
- .f-select .ani-wrap .fs-tit {
8559
- position: relative;
8560
- display: flex;
8561
- padding: 0 5px;
8562
- height: 35px;
8563
- line-height: 35px;
8564
- align-items: center;
8565
- }
8566
-
8567
- .require {
8568
- padding: 0 5px 0 0;
8569
- color: red;
8570
- vertical-align: middle;
8757
+
8758
+ .require {
8759
+ padding: 0 5px 0 0;
8760
+ color: red;
8761
+ vertical-align: middle;
8571
8762
  }
8572
8763
 
8573
8764
  .fs-cont {
@@ -8640,627 +8831,1147 @@ cursor: not-allowed;
8640
8831
  width: 100%;
8641
8832
  height: 100%;
8642
8833
  z-index: 1000;
8643
- }/* .ele-form {
8644
- position: absolute;
8645
- user-select: none;
8646
- }
8647
- */
8648
- .f-single {
8649
- cursor: pointer;
8650
- }
8651
-
8652
- .ani-wrap {
8653
- position: relative;
8654
- }
8655
-
8656
- .f-single .ani-wrap .fs-tit {
8657
- display: flex;
8658
- padding: 0 5px;
8659
- height: 40px;
8660
- align-items: center;
8661
- white-space: nowrap;
8662
- overflow: hidden;
8663
- text-overflow: ellipsis;
8664
- border-bottom: 1px solid rgba(153, 153, 153, 1);
8665
- }
8666
-
8667
- .require {
8668
- padding: 0 5px 0 0;
8669
- color: red;
8670
- vertical-align: middle;
8671
- }
8672
-
8673
- .f-single ul {
8674
- padding: 15px;
8675
- margin: 0;
8676
- list-style: none;
8677
- }
8678
-
8679
- .f-single ul li {
8680
- display: flex;
8681
- align-items: center;
8682
- margin-top: 12px;
8683
- font-size: 0;
8684
- }
8685
-
8686
- .f-single ul li:first-child {
8687
- margin-top: 0;
8688
- }
8689
-
8690
- .fs-circle {
8691
- display: inline-block;
8692
- width: 16px;
8693
- height: 16px;
8694
- border-radius: 50%;
8695
- position: relative;
8696
- transition: all 0.2s;
8697
- }
8698
-
8699
- .fs-circle.selected {
8700
- background-color: #2687f1;
8701
- border-color: #2687f1 !important;
8702
- }
8703
-
8704
- .fs-circle.selected::after {
8705
- content: "";
8706
- position: absolute;
8707
- top: 3px;
8708
- left: 3px;
8709
- width: 8px;
8710
- height: 8px;
8711
- border-radius: 50%;
8712
- background-color: white;
8713
- }
8714
-
8715
- .fs-txt {
8716
- display: inline-block;
8717
- width: calc(100% - 16px);
8718
- padding-left: 8px;
8719
- vertical-align: top;
8720
- word-break: break-all;
8721
- font-size: 14px;
8722
- line-height: 1.2;
8723
- }
8724
-
8725
- .has-error .fs-tit {
8726
- border-bottom-color: #ff4d4f;
8727
8834
  }
8728
-
8729
- /* 错误提示样式 */
8730
- .error-tip {
8731
- position: fixed;
8732
- left: 0;
8733
- top: 0;
8734
- width: 100%;
8735
- height: 100%;
8736
- z-index: 1000;
8737
- }/* .ele-form {
8738
- position: absolute;
8739
- user-select: none;
8740
- } */
8741
-
8742
- .f-multiple {
8835
+ .global.video {
8836
+ width: 35px;
8837
+ height: 55px;
8838
+ border-radius: 50%;
8839
+ text-align: center;
8840
+ margin-bottom: 5px;
8841
+ border: 2px solid #fff;
8743
8842
  cursor: pointer;
8744
8843
  }
8844
+ .icon-shipin2:before { content: "\E611"; }
8845
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8846
+ .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
8847
+ }
8848
+
8849
+ .global.receipt {
8850
+ width: 35px;
8851
+ height: 55px;
8852
+ border-radius: 50%;
8853
+ text-align: center;
8854
+ margin-bottom: 5px;
8855
+ border: 2px solid #fff;
8856
+ cursor: pointer;
8857
+ }
8858
+ .icon-liuyan:before { content: "\E636"; }
8859
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8860
+ .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
8861
+ .global.map {
8862
+ width: 35px;
8863
+ height: 55px;
8864
+ border-radius: 50%;
8865
+ text-align: center;
8866
+ margin-bottom: 5px;
8867
+ border: 2px solid #fff;
8868
+ cursor: pointer;
8869
+ }
8870
+ .icon-daohang1:before { content: "\E612"; }
8871
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
8872
+ .global.map > span { font-size: 10px; line-height: 20px; display: block;}
8873
+ .icon-guanbi:before {
8874
+ content: "\E676";
8875
+ }
8876
+ .icon-liuyan:before {
8877
+ content: "\E636";
8878
+ }
8879
+ .icon-dianhua:before {
8880
+ content: "\E60E";
8881
+ }
8882
+ .icon-daohang1:before {
8883
+ content: "\E612";
8884
+ }
8885
+ .icon-shipin2:before {
8886
+ content: "\E611";
8887
+ }
8888
+ .icon-buoumaotubiao20:before {
8889
+ content: "\E614";
8890
+ }
8891
+
8892
+ /* 主按钮组样式 */
8893
+ #page-global {
8894
+ position: absolute;
8895
+ right: 10px; /* 0.26667rem ≈ 10px */
8896
+ bottom: 15%;
8897
+ z-index: 100;
8898
+ width: 35px; /* 0.93333rem ≈ 35px */
8899
+ }
8900
+
8901
+ #page-global .global {
8902
+ width: 35px;
8903
+ height: 55px; /* 1.46667rem ≈ 55px */
8904
+ border-radius: 50%;
8905
+ text-align: center;
8906
+ margin-bottom: 5px; /* 0.13333rem ≈ 5px */
8907
+ border-width: 0;
8908
+ }
8909
+
8910
+ #page-global .global.tel {
8911
+ /* margin-bottom: 15px; */
8912
+ }
8913
+
8914
+ #page-global .global.video span {
8915
+ position: relative;
8916
+ top: -4px; /* -0.10667rem ≈ -4px */
8917
+ }
8918
+
8919
+ #page-global .global .iconfont {
8920
+ font-size: 30px; /* 0.8rem ≈ 30px */
8921
+ color: #fff;
8922
+ text-shadow: 0 1px 3px rgba(0,0,0,.1); /* 0.02667rem ≈ 1px, 0.08rem ≈ 3px */
8923
+ }
8924
+
8925
+ #page-global .global .icon-bofang1 {
8926
+ margin-left: 3px; /* 0.08rem ≈ 3px */
8927
+ }
8928
+
8929
+ #page-global .global .icon-liuyan {
8930
+ position: relative;
8931
+ left: 1px; /* 0.02667rem ≈ 1px */
8932
+ font-size: 27px; /* 0.72rem ≈ 27px */
8933
+ }
8934
+
8935
+ #page-global .global>span {
8936
+ font-size: 10px; /* 0.32rem ≈ 12px */
8937
+ line-height: 20px; /* 0.53333rem ≈ 20px */
8938
+ text-shadow: 0 1px 1px rgba(0,0,0,.14); /* 0.02667rem ≈ 1px */
8939
+ display: block;
8940
+ }
8941
+
8942
+ /* 过渡动画 */
8943
+ .v-slide-enter-active,
8944
+ .v-slide-leave-active {
8945
+ transition: all 0.3s;
8946
+ }
8947
+
8948
+ .v-slide-enter,
8949
+ .v-slide-leave-to {
8950
+ transform: translate3d(100%,0,0);
8951
+ }
8952
+
8953
+ /* 回执表单样式 */
8954
+ #receipt-wrap {
8955
+ position: absolute;
8956
+ left: 0;
8957
+ top: 0;
8958
+ z-index: 103;
8959
+ width: 100%;
8960
+ height: 100%;
8961
+ background-color: rgba(0,0,0,.8);
8962
+ }
8963
+
8964
+ #receipt-wrap .icon-guanbi {
8965
+ position: absolute;
8966
+ right: 15px; /* 0.4rem ≈ 15px */
8967
+ top: 15px;
8968
+ padding: 10px; /* 0.26667rem ≈ 10px */
8969
+ font-size: 16px; /* 0.42667rem ≈ 16px */
8970
+ color: #bfbfbf;
8971
+ cursor: pointer;
8972
+ }
8973
+
8974
+ #receipt-wrap .r-tit {
8975
+ font-size: 26px; /* 0.69333rem ≈ 26px */
8976
+ color: #fff;
8977
+ text-align: center;
8978
+ padding-top: 92px; /* 2.45333rem ≈ 92px */
8979
+ }
8980
+
8981
+ #receipt-wrap .r-cont {
8982
+ width: 174px; /* 4.64rem ≈ 174px */
8983
+ margin: 0 auto;
8984
+ }
8985
+
8986
+ #receipt-wrap .r-cont,
8987
+ #receipt-wrap .r-list {
8988
+ -webkit-user-select: none;
8989
+ -moz-user-select: none;
8990
+ -ms-user-select: none;
8991
+ user-select: none;
8992
+ -webkit-tap-highlight-color: transparent;
8993
+ }
8994
+
8995
+ #receipt-wrap .r-list {
8996
+ margin-top: 50px; /* 1.33333rem ≈ 50px */
8997
+ }
8998
+
8999
+ #receipt-wrap .r-list li {
9000
+ width: 100%;
9001
+ height: 40px; /* 1.06667rem ≈ 40px */
9002
+ line-height: 40px;
9003
+ }
9004
+
9005
+ #receipt-wrap .r-list li.r-submit {
9006
+ height: auto;
9007
+ line-height: 1;
9008
+ margin-top: 30px; /* 0.8rem ≈ 30px */
9009
+ border-bottom: 0;
9010
+ }
9011
+
9012
+ #receipt-wrap .r-list li.r-which {
9013
+ position: relative;
9014
+ }
9015
+
9016
+ #receipt-wrap .r-list li.r-which:after {
9017
+ display: block;
9018
+ content: "";
9019
+ position: absolute;
9020
+ top: 50%;
9021
+ left: 50%;
9022
+ margin-top: 0px; /* -0.08rem ≈ -3px */
9023
+ margin-left: 25px; /* 0.53333rem ≈ 20px */
9024
+ width: 0;
9025
+ height: 0;
9026
+ border-top: 6px solid #bfbfbf; /* 0.16rem ≈ 6px */
9027
+ border-left: 4px solid transparent; /* 0.10667rem ≈ 4px */
9028
+ border-right: 4px solid transparent;
9029
+ }
9030
+ #receipt-wrap .r-list li {
9031
+ width: 100%;
9032
+ height: 40px;
9033
+ line-height: 40px;
9034
+ border-bottom: 1px solid #ffffff; /* 0.02667rem ≈ 1px */
9035
+ }
9036
+
9037
+ #receipt-wrap .r-list li .r-input {
9038
+ display: block;
9039
+ width: 100%;
9040
+ height: 40px;
9041
+ border-bottom: 1px solid #c8c8c8; /* 0.02667rem ≈ 1px */
9042
+ font-size: 14px; /* 0.37333rem ≈ 14px */
9043
+ color: #bfbfbf;
9044
+ text-align: center;
9045
+ border-radius: 0;
9046
+ -webkit-appearance: none;
9047
+ -webkit-tap-highlight-color: transparent;
9048
+ background: transparent;
9049
+ outline: none;
9050
+ border: none;
9051
+ }
9052
+
9053
+ #receipt-wrap .r-list li .r-input:disabled {
9054
+ color: #bfbfbf;
9055
+ -webkit-appearance: none;
9056
+ opacity: 1;
9057
+ }
9058
+
9059
+ #receipt-wrap .r-list li .r-input:disabled::-webkit-input-placeholder {
9060
+ color: #bfbfbf;
9061
+ }
9062
+
9063
+ #receipt-wrap .r-list li .r-input::-webkit-input-placeholder {
9064
+ color: #bfbfbf;
9065
+ opacity: 1;
9066
+ }
9067
+
9068
+ #receipt-wrap .r-list li .r-btn {
9069
+ width: 100%;
9070
+ height: 30px; /* 0.8rem ≈ 30px */
9071
+ line-height: 30px;
9072
+ color: #fff;
9073
+ background-color: #ff4562;
9074
+ border-radius: 20px; /* 0.53333rem ≈ 20px */
9075
+ outline: 0;
9076
+ font-size: 14px;
9077
+ border: none;
9078
+ cursor: pointer;
9079
+ }
9080
+
9081
+ /* 提示信息样式 */
9082
+ #receipt-wrap .tip-cover {
9083
+ position: fixed;
9084
+ left: 0;
9085
+ top: 0;
9086
+ width: 100%;
9087
+ height: 100%;
9088
+ display: flex;
9089
+ align-items: center;
9090
+ justify-content: center;
9091
+ z-index: 999;
9092
+ background-color: rgba(0,0,0,.7);
9093
+ }
9094
+
9095
+ #receipt-wrap .tip-cover .tip {
9096
+ width: 80%;
9097
+ max-width: 250px; /* 6.66667rem ≈ 250px */
9098
+ padding: 10px;
9099
+ border-radius: 5px; /* 0.13333rem ≈ 5px */
9100
+ background-color: #fff;
9101
+ }
9102
+
9103
+ #receipt-wrap .tip-cover .tip-btn {
9104
+ display: block;
9105
+ margin: 25px auto; /* 0.66667rem ≈ 25px */
9106
+ width: 120px; /* 3.2rem ≈ 120px */
9107
+ height: 30px;
9108
+ color: #fff;
9109
+ border-radius: 4px; /* 0.10667rem ≈ 4px */
9110
+ text-align: center;
9111
+ font-size: 14px;
9112
+ line-height: 30px;
9113
+ background: #ed5566;
9114
+ border: none;
9115
+ cursor: pointer;
9116
+ }
9117
+
9118
+ #receipt-wrap .tip-cover .tip-content {
9119
+ font-size: 14px;
9120
+ padding-top: 30px; /* 0.8rem ≈ 30px */
9121
+ text-align: center;
9122
+ }
9123
+
9124
+ /* 选择器样式 */
9125
+ .which-select {
9126
+ top: 0;
9127
+ z-index: 110;
9128
+ height: 100%;
9129
+ background-color: rgba(0,0,0,.5);
9130
+ }
9131
+
9132
+ .which-select,
9133
+ .which-select ul {
9134
+ position: absolute;
9135
+ left: 0;
9136
+ width: 100%;
9137
+ }
9138
+
9139
+ .which-select ul {
9140
+ bottom: 0;
9141
+ transition: transform 0.3s ease-out;
9142
+ margin: 0;
9143
+ padding: 0;
9144
+ list-style: none;
9145
+ }
9146
+
9147
+ .which-select ul.hide {
9148
+ transform: translateY(100%);
9149
+ }
9150
+
9151
+ .which-select ul li {
9152
+ width: 100%;
9153
+ height: 45px; /* 1.2rem ≈ 45px */
9154
+ line-height: 45px;
9155
+ background-color: #f0f0f0;
9156
+ border-bottom: 1px solid #e0e0e0;
9157
+ text-align: center;
9158
+ cursor: pointer;
9159
+ }
9160
+
9161
+ .which-select ul li:last-child {
9162
+ line-height: 40px;
9163
+ height: auto;
9164
+ padding-bottom: 15px;
9165
+ }
9166
+
9167
+ /* 视频播放器样式 */
9168
+ .global-v {
9169
+ position: fixed;
9170
+ top: 0;
9171
+ left: 0;
9172
+ width: 100%;
9173
+ height: 100%;
9174
+ background: rgba(0,0,0,.7);
9175
+ z-index: 101;
9176
+ transition: all 0.3s;
9177
+ }
9178
+
9179
+ .global-v.gv-show {
9180
+ transform: translateX(-100%);
9181
+ }
9182
+
9183
+ .global-v #close-gvideo {
9184
+ position: absolute;
9185
+ left: 13px; /* 0.34667rem ≈ 13px */
9186
+ top: 13px;
9187
+ z-index: 10;
9188
+ color: #fff;
9189
+ cursor: pointer;
9190
+ }
9191
+
9192
+ .global-v #close-gvideo .icon-buoumaotubiao20 {
9193
+ font-size: 22px; /* 0.58667rem ≈ 22px */
9194
+ font-weight: 700;
9195
+ }
9196
+
9197
+ .global-v .global-v-show {
9198
+ position: relative;
9199
+ z-index: 1;
9200
+ width: 100%;
9201
+ height: 100%;
9202
+ }
9203
+
9204
+ .global-v ::v-deep .global-v-show iframe {
9205
+ position: absolute;
9206
+ left: 0;
9207
+ top: 50%;
9208
+ transform: translateY(-60%);
9209
+ min-height: 45%;
9210
+ max-height: 100%;
9211
+ width: 100%;
9212
+ }
9213
+
9214
+ /* 缩放动画 */
9215
+ .scale-enter-active,
9216
+ .scale-leave-active {
9217
+ transition: 0.2s;
9218
+ transform-origin: center center;
9219
+ }
9220
+
9221
+ .scale-enter,
9222
+ .scale-leave-to {
9223
+ opacity: 0;
9224
+ transform: scale(1.1);
9225
+ }
9226
+
9227
+ .scale-enter-to,
9228
+ .scale-leave {
9229
+ opacity: 1;
9230
+ transform: scale(1);
9231
+ }
9232
+ /* 新增 toast 样式 */
9233
+ .mint-toast {
9234
+ position: fixed;
9235
+ top: 50%;
9236
+ left: 50%;
9237
+ transform: translate(-50%, -50%);
9238
+ display: flex;
9239
+ flex-direction: column;
9240
+ align-items: center;
9241
+ justify-content: center;
9242
+ min-width: 90px; /* 2.4rem ≈ 90px */
9243
+ max-width: 180px; /* 4.8rem ≈ 180px */
9244
+ height: 90px;
9245
+ padding: 8px !important; /* 0.21333rem ≈ 8px */
9246
+ background-color: rgba(0, 0, 0, 0.7);
9247
+ border-radius: 8px;
9248
+ z-index: 2000;
9249
+ color: #fff;
9250
+ }
9251
+
9252
+ .mint-toast-text {
9253
+ font-size: 12px; /* 0.32rem ≈ 12px */
9254
+ padding-top: 0 !important;
9255
+ }
9256
+
9257
+ /* 新增图标样式 */
9258
+ .icon-duihao:before {
9259
+ content: "\E637";
9260
+ }
9261
+
9262
+ .icon-cuowu2:before {
9263
+ content: "\E65E";
9264
+ color: #F44336; /* 失败的红色 */
9265
+ }
9266
+ /* ===== 送呈(启呈)运行时样式 ===== */
9267
+ #invite {
9268
+ position: absolute;
9269
+ left: 0;
9270
+ top: 0;
9271
+ bottom: 0;
9272
+ right: 0;
9273
+ z-index: 104;
9274
+ overflow: hidden;
9275
+ background-color: transparent;
9276
+ cursor: pointer;
9277
+ }
9278
+
9279
+ /* 编辑器 iframe 预览 */
9280
+ #invite.uni-invite--preview {
9281
+ position: absolute;
9282
+ left: 0;
9283
+ top: 0;
9284
+ bottom: 0;
9285
+ right: 0;
9286
+ transform: none;
9287
+ max-width: none;
9288
+ cursor: default;
9289
+ }
9290
+
9291
+ /* ---------- type1 ---------- */
9292
+ #invite .type1 {
9293
+ width: 100%;
9294
+ height: 100%;
9295
+ position: relative;
9296
+ }
9297
+
9298
+ #invite .type1 .img1 {
9299
+ width: 100%;
9300
+ height: 100%;
9301
+ position: absolute;
9302
+ top: 0;
9303
+ left: 0;
9304
+ object-fit: cover;
9305
+ }
9306
+
9307
+ #invite .type1 .content-center {
9308
+ width: 8.53333rem;
9309
+ height: 5.76rem;
9310
+ position: absolute;
9311
+ top: 50%;
9312
+ left: 50%;
9313
+ transform: translate(-50%, -50%);
9314
+ }
9315
+
9316
+ #invite .type1 .content-center .bottom-ani,
9317
+ #invite .type1 .content-center img {
9318
+ width: 100%;
9319
+ height: 100%;
9320
+ position: absolute;
9321
+ top: 0;
9322
+ left: 0;
9323
+ }
9324
+
9325
+ #invite .type1 .content-center .bottom-ani {
9326
+ transform-origin: bottom center;
9327
+ transform-style: preserve-3d;
9328
+ }
9329
+
9330
+ #invite .type1 .content-center .bottom-ani .img3 {
9331
+ width: 100%;
9332
+ height: 100%;
9333
+ top: 0;
9334
+ left: 0;
9335
+ transform-origin: bottom center;
9336
+ object-fit: contain;
9337
+ }
9338
+
9339
+ #invite .type1 .content-center .bottom-ani .content {
9340
+ font-size: 0.32rem;
9341
+ position: absolute;
9342
+ top: 4.8rem;
9343
+ left: 50%;
9344
+ transform: translateX(-50%);
9345
+ backface-visibility: hidden;
9346
+ white-space: nowrap;
9347
+ }
9348
+
9349
+ #invite .type1 .content-center .top-ani {
9350
+ position: absolute;
9351
+ width: 100%;
9352
+ height: 100%;
9353
+ top: 0;
9354
+ left: 0;
9355
+ transform-origin: top center;
9356
+ transform-style: preserve-3d;
9357
+ }
9358
+
9359
+ #invite .type1 .content-center .top-ani .title {
9360
+ font-size: 0.53333rem;
9361
+ font-weight: 900;
9362
+ left: 0.90667rem;
9363
+ }
9364
+
9365
+ #invite .type1 .content-center .top-ani .name,
9366
+ #invite .type1 .content-center .top-ani .title {
9367
+ position: absolute;
9368
+ height: 0.64rem;
9369
+ top: 1.2rem;
9370
+ display: flex;
9371
+ align-items: center;
9372
+ justify-content: center;
9373
+ backface-visibility: hidden;
9374
+ white-space: nowrap;
9375
+ }
9376
+
9377
+ #invite .type1 .content-center .top-ani .name {
9378
+ padding: 0 0.10667rem;
9379
+ border-bottom: 0.02667rem solid #ffe5c7;
9380
+ border-top: 0.02667rem solid #ffe5c7;
9381
+ font-size: 0.32rem;
9382
+ right: 0.90667rem;
9383
+ }
9384
+
9385
+ #invite .type1 .content-center .top-ani .img5 {
9386
+ backface-visibility: hidden;
9387
+ }
9388
+
9389
+ #invite .type1 .content-center .img6 {
9390
+ width: 100%;
9391
+ height: 2.13333rem;
9392
+ top: 1.81333rem;
9393
+ animation: invite-breathing 2s linear infinite;
9394
+ }
9395
+
9396
+ #invite .type1.active {
9397
+ animation: invite-vanish 1s linear 1.8s;
9398
+ animation-fill-mode: both;
9399
+ }
9400
+
9401
+ #invite .type1.active .bottom-ani {
9402
+ animation: invite-bottomOpen 1.2s linear 0.6s;
9403
+ animation-fill-mode: both;
9404
+ }
9405
+
9406
+ #invite .type1.active .top-ani {
9407
+ animation: invite-topOpen 1.2s linear 0.5s;
9408
+ animation-fill-mode: both;
9409
+ }
9410
+
9411
+ #invite .type1.active .img6 {
9412
+ animation: invite-vanish 0.5s linear;
9413
+ animation-fill-mode: both;
9414
+ }
9415
+
9416
+ /* ---------- type2(默认) ---------- */
9417
+ #invite .type2 {
9418
+ width: 100%;
9419
+ height: 100%;
9420
+ position: relative;
9421
+ }
9422
+
9423
+ #invite .type2 .img1,
9424
+ #invite .type2 .top-ani {
9425
+ width: 100%;
9426
+ height: 100%;
9427
+ position: absolute;
9428
+ top: 0;
9429
+ left: 0;
9430
+ }
9431
+
9432
+ #invite .type2 .img1 {
9433
+ object-fit: cover;
9434
+ }
9435
+
9436
+ #invite .type2 .top-ani {
9437
+ transform-origin: top center;
9438
+ transform-style: preserve-3d;
9439
+ }
9440
+
9441
+ #invite .type2 .top-ani .img2 {
9442
+ width: 100%;
9443
+ position: absolute;
9444
+ top: 0;
9445
+ left: 0;
9446
+ }
9447
+
9448
+ #invite .type2 .top-ani .title {
9449
+ font-size: 1.12rem;
9450
+ font-weight: 900;
9451
+ position: absolute;
9452
+ top: 1.49333rem;
9453
+ left: 50%;
9454
+ transform: translateX(-50%);
9455
+ display: flex;
9456
+ flex-flow: column;
9457
+ align-items: center;
9458
+ }
9459
+
9460
+ #invite .type2 .top-ani .title span {
9461
+ display: block;
9462
+ }
9463
+
9464
+ #invite .type2 .top-ani .divider {
9465
+ width: 2.93333rem;
9466
+ position: absolute;
9467
+ top: 5.06667rem;
9468
+ left: 50%;
9469
+ transform: translateX(-50%);
9470
+ }
8745
9471
 
8746
- .ani-wrap {
8747
- position: relative;
9472
+ #invite .type2 .top-ani .name {
9473
+ font-size: 0.50667rem;
9474
+ top: 5.81333rem;
8748
9475
  }
8749
9476
 
8750
- .f-multiple .ani-wrap .fs-tit {
8751
- display: flex;
8752
- padding: 0 5px;
8753
- height: 40px;
8754
- align-items: center;
9477
+ #invite .type2 .content,
9478
+ #invite .type2 .top-ani .name {
9479
+ position: absolute;
9480
+ left: 50%;
9481
+ transform: translateX(-50%);
8755
9482
  white-space: nowrap;
8756
- overflow: hidden;
8757
- text-overflow: ellipsis;
8758
- border-bottom: 1px solid rgba(153, 153, 153, 1);
8759
9483
  }
8760
9484
 
8761
- .require {
8762
- padding: 0 5px 0 0;
8763
- color: red;
8764
- vertical-align: middle;
9485
+ #invite .type2 .content {
9486
+ width: 100%;
9487
+ bottom: 1.73333rem;
9488
+ text-align: center;
9489
+ z-index: 2;
8765
9490
  }
8766
9491
 
8767
- .f-multiple ul {
8768
- padding: 15px;
8769
- margin: 0;
8770
- list-style: none;
9492
+ #invite .type2 .img3 {
9493
+ width: 100%;
9494
+ height: 3.73333rem;
9495
+ position: absolute;
9496
+ top: 7.46667rem;
9497
+ left: 0;
9498
+ z-index: 5;
9499
+ object-fit: contain;
9500
+ pointer-events: none;
9501
+ animation: invite-breathing 2s linear infinite;
8771
9502
  }
8772
9503
 
8773
- .f-multiple ul li {
8774
- margin-top: 12px;
8775
- font-size: 0;
8776
- display: flex;
8777
- align-items: center;
8778
- cursor: pointer;
9504
+ #invite .type2.active {
9505
+ animation: invite-vanish 1s linear 1.2s;
9506
+ animation-fill-mode: both;
8779
9507
  }
8780
9508
 
8781
- .f-multiple ul li:first-child {
8782
- margin-top: 0;
9509
+ #invite .type2.active .top-ani {
9510
+ animation: invite-topOpen 1.2s linear 0.5s;
9511
+ animation-fill-mode: both;
8783
9512
  }
8784
9513
 
8785
- .fs-circle {
8786
- display: inline-block;
8787
- width: 16px;
8788
- height: 16px;
8789
- border-radius: 50%;
8790
- position: relative;
8791
- transition: all 0.2s;
9514
+ #invite .type2.active .img3 {
9515
+ animation: invite-vanish 0.5s linear;
9516
+ animation-fill-mode: both;
8792
9517
  }
8793
9518
 
8794
- .fs-circle.selected {
8795
- background-color: #2687f1;
8796
- border-color: #2687f1 !important;
9519
+ /* ---------- type3 ---------- */
9520
+ #invite .type3 {
9521
+ width: 100%;
9522
+ height: 100%;
9523
+ position: relative;
8797
9524
  }
8798
9525
 
8799
- .fs-circle.selected::after {
8800
- content: "";
9526
+ #invite .type3 .img1,
9527
+ #invite .type3 .right-ani {
9528
+ width: 100%;
9529
+ height: 100%;
8801
9530
  position: absolute;
8802
- top: 3px;
8803
- left: 3px;
8804
- width: 8px;
8805
- height: 8px;
8806
- border-radius: 50%;
8807
- background-color: white;
9531
+ left: 0;
9532
+ top: 0;
8808
9533
  }
8809
9534
 
8810
- .fs-txt {
8811
- display: inline-block;
8812
- width: calc(100% - 16px);
8813
- padding-left: 8px;
8814
- vertical-align: top;
8815
- word-break: break-all;
8816
- font-size: 14px;
8817
- line-height: 1.2;
9535
+ #invite .type3 .img1 {
9536
+ object-fit: cover;
8818
9537
  }
8819
9538
 
8820
- .has-error .fs-tit {
8821
- border-bottom-color: #ff4d4f;
8822
- }
8823
- .icon-guanbi:before {
8824
- content: "\E676";
8825
- }
8826
- .icon-liuyan:before {
8827
- content: "\E636";
8828
- }
8829
- .icon-dianhua:before {
8830
- content: "\E60E";
8831
- }
8832
- .icon-daohang1:before {
8833
- content: "\E612";
9539
+ #invite .type3 .right-ani {
9540
+ transform-origin: right center;
9541
+ transform-style: preserve-3d;
8834
9542
  }
8835
- .icon-shipin2:before {
8836
- content: "\E611";
9543
+
9544
+ #invite .type3 .right-ani .img2 {
9545
+ width: 100%;
9546
+ height: 100%;
9547
+ position: absolute;
9548
+ left: 0;
9549
+ object-fit: cover;
8837
9550
  }
8838
- .icon-buoumaotubiao20:before {
8839
- content: "\E614";
9551
+
9552
+ #invite .type3 .right-ani .title {
9553
+ font-size: 1.12rem;
9554
+ font-weight: 900;
9555
+ top: 9%;
9556
+ letter-spacing: 0.26667rem;
8840
9557
  }
8841
9558
 
8842
- /* 主按钮组样式 */
8843
- #page-global {
9559
+ #invite .type3 .right-ani .name,
9560
+ #invite .type3 .right-ani .title {
8844
9561
  position: absolute;
8845
- right: 10px; /* 0.26667rem ≈ 10px */
8846
- bottom: 15%;
8847
- z-index: 100;
8848
- width: 35px; /* 0.93333rem ≈ 35px */
9562
+ writing-mode: vertical-lr;
9563
+ text-orientation: upright;
9564
+ right: 1.22667rem;
9565
+ width: 1.12rem;
8849
9566
  }
8850
9567
 
8851
- #page-global .global {
8852
- width: 35px;
8853
- height: 55px; /* 1.46667rem ≈ 55px */
8854
- border-radius: 50%;
9568
+ #invite .type3 .right-ani .name {
9569
+ font-size: 0.56rem;
9570
+ bottom: 9%;
9571
+ letter-spacing: 0.13333rem;
8855
9572
  text-align: center;
8856
- margin-bottom: 5px; /* 0.13333rem ≈ 5px */
8857
- border-width: 0;
9573
+ line-height: 1.12rem;
9574
+ white-space: nowrap;
9575
+ padding: 0.18667rem 0;
9576
+ border-left: 0.02667rem solid rgba(255, 229, 199, 0.5);
9577
+ border-right: 0.02667rem solid rgba(255, 229, 199, 0.5);
8858
9578
  }
8859
9579
 
8860
- #page-global .global.tel {
8861
- /* margin-bottom: 15px; */
9580
+ #invite .type3 .right-ani .content {
9581
+ font-size: 0.4rem;
9582
+ letter-spacing: 0.13333rem;
9583
+ position: absolute;
9584
+ writing-mode: vertical-lr;
9585
+ text-orientation: upright;
9586
+ right: 3.36rem;
9587
+ top: 50%;
9588
+ white-space: nowrap;
9589
+ transform: translateY(-50%);
8862
9590
  }
8863
9591
 
8864
- #page-global .global.video span {
8865
- position: relative;
8866
- top: -4px; /* -0.10667rem ≈ -4px */
9592
+ #invite .type3 .img3 {
9593
+ width: 100%;
9594
+ height: 3.73333rem;
9595
+ top: 50%;
9596
+ left: 0;
9597
+ margin-top: -1.86667rem;
9598
+ position: absolute;
9599
+ transform-origin: 25% center;
9600
+ animation: invite-breathing 2s linear infinite;
8867
9601
  }
8868
9602
 
8869
- #page-global .global .iconfont {
8870
- font-size: 30px; /* 0.8rem ≈ 30px */
8871
- color: #fff;
8872
- text-shadow: 0 1px 3px rgba(0,0,0,.1); /* 0.02667rem ≈ 1px, 0.08rem ≈ 3px */
9603
+ #invite .type3.active {
9604
+ animation: invite-vanish 1s linear 1.4s;
9605
+ animation-fill-mode: both;
8873
9606
  }
8874
9607
 
8875
- #page-global .global .icon-bofang1 {
8876
- margin-left: 3px; /* 0.08rem ≈ 3px */
9608
+ #invite .type3.active .right-ani {
9609
+ animation: invite-rightOpen 1.2s linear 0.5s;
9610
+ animation-fill-mode: both;
8877
9611
  }
8878
9612
 
8879
- #page-global .global .icon-liuyan {
9613
+ #invite .type3.active .img3 {
9614
+ animation: invite-vanish 0.5s linear;
9615
+ animation-fill-mode: both;
9616
+ }
9617
+
9618
+ /* ---------- type4 ---------- */
9619
+ #invite .type4 {
9620
+ width: 100%;
9621
+ height: 100%;
8880
9622
  position: relative;
8881
- left: 1px; /* 0.02667rem ≈ 1px */
8882
- font-size: 27px; /* 0.72rem ≈ 27px */
8883
9623
  }
8884
9624
 
8885
- #page-global .global>span {
8886
- font-size: 10px; /* 0.32rem ≈ 12px */
8887
- line-height: 20px; /* 0.53333rem ≈ 20px */
8888
- text-shadow: 0 1px 1px rgba(0,0,0,.14); /* 0.02667rem ≈ 1px */
8889
- display: block;
9625
+ #invite .type4 .img1,
9626
+ #invite .type4 .img2 {
9627
+ width: 100%;
9628
+ height: 100%;
9629
+ position: absolute;
9630
+ top: 0;
9631
+ left: 0;
9632
+ object-fit: cover;
8890
9633
  }
8891
9634
 
8892
- /* 过渡动画 */
8893
- .v-slide-enter-active,
8894
- .v-slide-leave-active {
8895
- transition: all 0.3s;
9635
+ #invite .type4 .img2 {
9636
+ transform-origin: left center;
9637
+ transform-style: preserve-3d;
8896
9638
  }
8897
9639
 
8898
- .v-slide-enter,
8899
- .v-slide-leave-to {
8900
- transform: translate3d(100%,0,0);
9640
+ #invite .type4 .right-ani {
9641
+ transform-origin: right center;
9642
+ transform-style: preserve-3d;
8901
9643
  }
8902
9644
 
8903
- /* 回执表单样式 */
8904
- #receipt-wrap {
9645
+ #invite .type4 .right-ani,
9646
+ #invite .type4 .right-ani .img3 {
8905
9647
  position: absolute;
8906
- left: 0;
8907
- top: 0;
8908
- z-index: 103;
8909
9648
  width: 100%;
8910
9649
  height: 100%;
8911
- background-color: rgba(0,0,0,.8);
9650
+ top: 0;
9651
+ left: 0;
8912
9652
  }
8913
9653
 
8914
- #receipt-wrap .icon-guanbi {
8915
- position: absolute;
8916
- right: 15px; /* 0.4rem ≈ 15px */
8917
- top: 15px;
8918
- padding: 10px; /* 0.26667rem ≈ 10px */
8919
- font-size: 16px; /* 0.42667rem ≈ 16px */
8920
- color: #bfbfbf;
8921
- cursor: pointer;
9654
+ #invite .type4 .right-ani .img3 {
9655
+ object-fit: cover;
8922
9656
  }
8923
9657
 
8924
- #receipt-wrap .r-tit {
8925
- font-size: 26px; /* 0.69333rem ≈ 26px */
8926
- color: #fff;
8927
- text-align: center;
8928
- padding-top: 92px; /* 2.45333rem ≈ 92px */
9658
+ #invite .type4 .right-ani .title {
9659
+ font-size: 1.12rem;
9660
+ font-weight: 900;
9661
+ top: 9%;
9662
+ letter-spacing: 0.26667rem;
8929
9663
  }
8930
9664
 
8931
- #receipt-wrap .r-cont {
8932
- width: 174px; /* 4.64rem ≈ 174px */
8933
- margin: 0 auto;
9665
+ #invite .type4 .right-ani .name,
9666
+ #invite .type4 .right-ani .title {
9667
+ position: absolute;
9668
+ writing-mode: vertical-lr;
9669
+ text-orientation: upright;
9670
+ right: 1.22667rem;
9671
+ width: 1.12rem;
8934
9672
  }
8935
9673
 
8936
- #receipt-wrap .r-cont,
8937
- #receipt-wrap .r-list {
8938
- -webkit-user-select: none;
8939
- -moz-user-select: none;
8940
- -ms-user-select: none;
8941
- user-select: none;
8942
- -webkit-tap-highlight-color: transparent;
9674
+ #invite .type4 .right-ani .name {
9675
+ font-size: 0.56rem;
9676
+ bottom: 9%;
9677
+ letter-spacing: 0.13333rem;
9678
+ text-align: center;
9679
+ line-height: 1.12rem;
9680
+ padding: 0.18667rem 0;
9681
+ white-space: nowrap;
9682
+ border-left: 0.02667rem solid rgba(255, 229, 199, 0.5);
9683
+ border-right: 0.02667rem solid rgba(255, 229, 199, 0.5);
8943
9684
  }
8944
9685
 
8945
- #receipt-wrap .r-list {
8946
- margin-top: 50px; /* 1.33333rem ≈ 50px */
9686
+ #invite .type4 .right-ani .content {
9687
+ font-size: 0.4rem;
9688
+ letter-spacing: 0.13333rem;
9689
+ position: absolute;
9690
+ writing-mode: vertical-lr;
9691
+ text-orientation: upright;
9692
+ right: 3.36rem;
9693
+ top: 50%;
9694
+ white-space: nowrap;
9695
+ transform: translateY(-50%);
8947
9696
  }
8948
9697
 
8949
- #receipt-wrap .r-list li {
9698
+ #invite .type4 .img4 {
8950
9699
  width: 100%;
8951
- height: 40px; /* 1.06667rem ≈ 40px */
8952
- line-height: 40px;
9700
+ height: 3.73333rem;
9701
+ top: 50%;
9702
+ left: 0;
9703
+ margin-top: -1.86667rem;
9704
+ position: absolute;
9705
+ transform-origin: 30% center;
9706
+ animation: invite-breathing 2s linear infinite;
8953
9707
  }
8954
9708
 
8955
- #receipt-wrap .r-list li.r-submit {
8956
- height: auto;
8957
- line-height: 1;
8958
- margin-top: 30px; /* 0.8rem ≈ 30px */
8959
- border-bottom: 0;
9709
+ #invite .type4.active {
9710
+ animation: invite-vanish 1s linear 1.4s;
9711
+ animation-fill-mode: both;
8960
9712
  }
8961
9713
 
8962
- #receipt-wrap .r-list li.r-which {
8963
- position: relative;
9714
+ #invite .type4.active .img2 {
9715
+ animation: invite-leftOpen 1.2s linear 0.6s;
9716
+ animation-fill-mode: both;
8964
9717
  }
8965
9718
 
8966
- #receipt-wrap .r-list li.r-which:after {
8967
- display: block;
8968
- content: "";
8969
- position: absolute;
8970
- top: 50%;
8971
- left: 50%;
8972
- margin-top: 0px; /* -0.08rem ≈ -3px */
8973
- margin-left: 25px; /* 0.53333rem ≈ 20px */
8974
- width: 0;
8975
- height: 0;
8976
- border-top: 6px solid #bfbfbf; /* 0.16rem ≈ 6px */
8977
- border-left: 4px solid transparent; /* 0.10667rem ≈ 4px */
8978
- border-right: 4px solid transparent;
8979
- }
8980
- #receipt-wrap .r-list li {
8981
- width: 100%;
8982
- height: 40px;
8983
- line-height: 40px;
8984
- border-bottom: 1px solid #ffffff; /* 0.02667rem ≈ 1px */
9719
+ #invite .type4.active .right-ani {
9720
+ animation: invite-rightOpen 1.2s linear 0.5s;
9721
+ animation-fill-mode: both;
8985
9722
  }
8986
9723
 
8987
- #receipt-wrap .r-list li .r-input {
8988
- display: block;
8989
- width: 100%;
8990
- height: 40px;
8991
- border-bottom: 1px solid #c8c8c8; /* 0.02667rem ≈ 1px */
8992
- font-size: 14px; /* 0.37333rem ≈ 14px */
8993
- color: #bfbfbf;
8994
- text-align: center;
8995
- border-radius: 0;
8996
- -webkit-appearance: none;
8997
- -webkit-tap-highlight-color: transparent;
8998
- background: transparent;
8999
- outline: none;
9000
- border: none;
9724
+ #invite .type4.active .img4 {
9725
+ animation: invite-vanish 0.5s linear;
9726
+ animation-fill-mode: both;
9001
9727
  }
9002
9728
 
9003
- #receipt-wrap .r-list li .r-input:disabled {
9004
- color: #bfbfbf;
9005
- -webkit-appearance: none;
9006
- opacity: 1;
9729
+ /* ---------- type5 ---------- */
9730
+ #invite .type5 {
9731
+ width: 100%;
9732
+ height: 100%;
9733
+ position: relative;
9007
9734
  }
9008
9735
 
9009
- #receipt-wrap .r-list li .r-input:disabled::-webkit-input-placeholder {
9010
- color: #bfbfbf;
9736
+ #invite .type5 .img1 {
9737
+ width: 100%;
9738
+ height: 100%;
9739
+ position: absolute;
9740
+ top: 0;
9741
+ left: 0;
9742
+ object-fit: cover;
9011
9743
  }
9012
9744
 
9013
- #receipt-wrap .r-list li .r-input::-webkit-input-placeholder {
9014
- color: #bfbfbf;
9015
- opacity: 1;
9745
+ #invite .type5 .content-center {
9746
+ position: absolute;
9747
+ left: 50%;
9748
+ top: 4.08rem;
9749
+ transform: translateX(-50%);
9750
+ width: 8.98667rem;
9751
+ height: 6.02667rem;
9016
9752
  }
9017
9753
 
9018
- #receipt-wrap .r-list li .r-btn {
9754
+ #invite .type5 .content-center .img2 {
9755
+ position: absolute;
9019
9756
  width: 100%;
9020
- height: 30px; /* 0.8rem ≈ 30px */
9021
- line-height: 30px;
9022
- color: #fff;
9023
- background-color: #ff4562;
9024
- border-radius: 20px; /* 0.53333rem ≈ 20px */
9025
- outline: 0;
9026
- font-size: 14px;
9027
- border: none;
9028
- cursor: pointer;
9757
+ height: 100%;
9758
+ left: 0;
9759
+ top: 0;
9029
9760
  }
9030
9761
 
9031
- /* 提示信息样式 */
9032
- #receipt-wrap .tip-cover {
9033
- position: fixed;
9762
+ #invite .type5 .content-center .top-ani {
9763
+ width: 8.98667rem;
9764
+ height: 4.61333rem;
9765
+ position: absolute;
9034
9766
  left: 0;
9035
9767
  top: 0;
9768
+ transform-origin: top center;
9769
+ transform-style: preserve-3d;
9770
+ }
9771
+
9772
+ #invite .type5 .content-center .top-ani .img3,
9773
+ #invite .type5 .content-center .top-ani .img4 {
9036
9774
  width: 100%;
9037
9775
  height: 100%;
9038
- display: flex;
9039
- align-items: center;
9040
- justify-content: center;
9041
- z-index: 999;
9042
- background-color: rgba(0,0,0,.7);
9776
+ position: absolute;
9777
+ left: 0;
9778
+ top: 0;
9043
9779
  }
9044
9780
 
9045
- #receipt-wrap .tip-cover .tip {
9046
- width: 80%;
9047
- max-width: 250px; /* 6.66667rem ≈ 250px */
9048
- padding: 10px;
9049
- border-radius: 5px; /* 0.13333rem ≈ 5px */
9050
- background-color: #fff;
9781
+ #invite .type5 .content-center .top-ani .img4 {
9782
+ backface-visibility: hidden;
9051
9783
  }
9052
9784
 
9053
- #receipt-wrap .tip-cover .tip-btn {
9054
- display: block;
9055
- margin: 25px auto; /* 0.66667rem ≈ 25px */
9056
- width: 120px; /* 3.2rem ≈ 120px */
9057
- height: 30px;
9058
- color: #fff;
9059
- border-radius: 4px; /* 0.10667rem ≈ 4px */
9060
- text-align: center;
9061
- font-size: 14px;
9062
- line-height: 30px;
9063
- background: #ed5566;
9064
- border: none;
9065
- cursor: pointer;
9785
+ #invite .type5 .content-center .top-ani .title {
9786
+ position: absolute;
9787
+ left: 0.53333rem;
9788
+ top: 0.4rem;
9789
+ backface-visibility: hidden;
9066
9790
  }
9067
9791
 
9068
- #receipt-wrap .tip-cover .tip-content {
9069
- font-size: 14px;
9070
- padding-top: 30px; /* 0.8rem ≈ 30px */
9071
- text-align: center;
9792
+ #invite .type5 .content-center .top-ani .content {
9793
+ position: absolute;
9794
+ left: 50%;
9795
+ transform: translateX(-50%);
9796
+ top: 1.86667rem;
9797
+ white-space: nowrap;
9798
+ font-size: 0.32rem;
9799
+ backface-visibility: hidden;
9072
9800
  }
9073
9801
 
9074
- /* 选择器样式 */
9075
- .which-select {
9076
- top: 0;
9077
- z-index: 110;
9078
- height: 100%;
9079
- background-color: rgba(0,0,0,.5);
9802
+ #invite .type5 .content-center .img5 {
9803
+ position: absolute;
9804
+ left: 50%;
9805
+ margin-left: -0.98667rem;
9806
+ top: 3.2rem;
9807
+ width: 1.97333rem;
9808
+ height: 1.97333rem;
9809
+ animation: invite-breathing 2s linear infinite;
9080
9810
  }
9081
9811
 
9082
- .which-select,
9083
- .which-select ul {
9084
- position: absolute;
9085
- left: 0;
9086
- width: 100%;
9812
+ #invite .type5.active {
9813
+ animation: invite-vanish 1s linear 1.8s;
9814
+ animation-fill-mode: both;
9087
9815
  }
9088
9816
 
9089
- .which-select ul {
9090
- bottom: 0;
9091
- transition: transform 0.3s ease-out;
9092
- margin: 0;
9093
- padding: 0;
9094
- list-style: none;
9817
+ #invite .type5.active .content-center {
9818
+ animation: invite-bottomMove 0.5s linear;
9819
+ animation-fill-mode: both;
9095
9820
  }
9096
9821
 
9097
- .which-select ul.hide {
9098
- transform: translateY(100%);
9822
+ #invite .type5.active .content-center .top-ani {
9823
+ animation: invite-topOpen 1.2s linear 0.6s;
9824
+ animation-fill-mode: both;
9099
9825
  }
9100
9826
 
9101
- .which-select ul li {
9827
+ #invite .type5.active .img5 {
9828
+ animation: invite-vanish 0.5s linear;
9829
+ animation-fill-mode: both;
9830
+ }
9831
+
9832
+ /* ---------- type6 ---------- */
9833
+ #invite .type6 {
9102
9834
  width: 100%;
9103
- height: 45px; /* 1.2rem ≈ 45px */
9104
- line-height: 45px;
9105
- background-color: #f0f0f0;
9106
- border-bottom: 1px solid #e0e0e0;
9107
- text-align: center;
9108
- cursor: pointer;
9835
+ height: 100%;
9836
+ position: relative;
9109
9837
  }
9110
9838
 
9111
- .which-select ul li:last-child {
9112
- line-height: 40px;
9113
- height: auto;
9114
- padding-bottom: 15px;
9839
+ #invite .type6 .img1 {
9840
+ position: absolute;
9841
+ width: 100%;
9842
+ bottom: 0;
9843
+ left: 0;
9115
9844
  }
9116
9845
 
9117
- /* 视频播放器样式 */
9118
- .global-v {
9119
- position: fixed;
9846
+ #invite .type6 .top-ani {
9847
+ width: 100%;
9848
+ position: absolute;
9120
9849
  top: 0;
9121
9850
  left: 0;
9851
+ }
9852
+
9853
+ #invite .type6 .top-ani .img2 {
9122
9854
  width: 100%;
9123
- height: 100%;
9124
- background: rgba(0,0,0,.7);
9125
- z-index: 101;
9126
- transition: all 0.3s;
9127
9855
  }
9128
9856
 
9129
- .global-v.gv-show {
9130
- transform: translateX(-100%);
9857
+ #invite .type6 .top-ani .title {
9858
+ top: 2.66667rem;
9859
+ font-size: 1.41333rem;
9860
+ writing-mode: vertical-lr;
9861
+ text-orientation: upright;
9862
+ letter-spacing: 0.34667rem;
9131
9863
  }
9132
9864
 
9133
- .global-v #close-gvideo {
9865
+ #invite .type6 .top-ani .content,
9866
+ #invite .type6 .top-ani .title {
9134
9867
  position: absolute;
9135
- left: 13px; /* 0.34667rem ≈ 13px */
9136
- top: 13px;
9137
- z-index: 10;
9138
- color: #fff;
9139
- cursor: pointer;
9868
+ left: 50%;
9869
+ font-weight: 700;
9870
+ transform: translateX(-50%);
9140
9871
  }
9141
9872
 
9142
- .global-v #close-gvideo .icon-buoumaotubiao20 {
9143
- font-size: 22px; /* 0.58667rem ≈ 22px */
9144
- font-weight: 700;
9873
+ #invite .type6 .top-ani .content {
9874
+ top: 7.14667rem;
9875
+ font-size: 0.48rem;
9876
+ white-space: nowrap;
9145
9877
  }
9146
9878
 
9147
- .global-v .global-v-show {
9148
- position: relative;
9149
- z-index: 1;
9150
- width: 100%;
9151
- height: 100%;
9879
+ #invite .type6 .top-ani .name {
9880
+ position: absolute;
9881
+ top: 10.29333rem;
9882
+ left: 50%;
9883
+ font-size: 0.53333rem;
9884
+ transform: translateX(-50%);
9152
9885
  }
9153
9886
 
9154
- .global-v ::v-deep .global-v-show iframe {
9887
+ #invite .type6 .img3 {
9155
9888
  position: absolute;
9156
- left: 0;
9157
- top: 50%;
9158
- transform: translateY(-60%);
9159
- min-height: 45%;
9160
- max-height: 100%;
9161
- width: 100%;
9889
+ width: 4.26667rem;
9890
+ top: 11.2rem;
9891
+ left: 50%;
9892
+ margin-left: -2.13333rem;
9893
+ z-index: 3;
9894
+ animation: invite-breathing 2s linear infinite;
9162
9895
  }
9163
9896
 
9164
- /* 缩放动画 */
9165
- .scale-enter-active,
9166
- .scale-leave-active {
9167
- transition: 0.2s;
9168
- transform-origin: center center;
9897
+ #invite .type6.active {
9898
+ animation: invite-vanish 1s linear 1.5s;
9899
+ animation-fill-mode: both;
9169
9900
  }
9170
9901
 
9171
- .scale-enter,
9172
- .scale-leave-to {
9173
- opacity: 0;
9174
- transform: scale(1.1);
9902
+ #invite .type6.active .img1 {
9903
+ animation: invite-downMove 1s linear 0.3s;
9904
+ animation-fill-mode: both;
9175
9905
  }
9176
9906
 
9177
- .scale-enter-to,
9178
- .scale-leave {
9179
- opacity: 1;
9180
- transform: scale(1);
9907
+ #invite .type6.active .top-ani {
9908
+ animation: invite-upMove 1s linear 0.3s;
9909
+ animation-fill-mode: both;
9181
9910
  }
9182
- /* 新增 toast 样式 */
9183
- .mint-toast {
9184
- position: fixed;
9185
- top: 50%;
9186
- left: 50%;
9187
- transform: translate(-50%, -50%);
9188
- display: flex;
9189
- flex-direction: column;
9190
- align-items: center;
9191
- justify-content: center;
9192
- min-width: 90px; /* 2.4rem ≈ 90px */
9193
- max-width: 180px; /* 4.8rem ≈ 180px */
9194
- height: 90px;
9195
- padding: 8px !important; /* 0.21333rem ≈ 8px */
9196
- background-color: rgba(0, 0, 0, 0.7);
9197
- border-radius: 8px;
9198
- z-index: 2000;
9199
- color: #fff;
9911
+
9912
+ #invite .type6.active .img3 {
9913
+ animation: invite-vanish 0.5s linear;
9914
+ animation-fill-mode: both;
9200
9915
  }
9201
9916
 
9202
- .mint-toast-text {
9203
- font-size: 12px; /* 0.32rem ≈ 12px */
9204
- padding-top: 0 !important;
9917
+ /* ---------- animations ---------- */
9918
+ @keyframes invite-breathing {
9919
+ 50% {
9920
+ transform: scale3d(1.2, 1.2, 1.2);
9921
+ }
9205
9922
  }
9206
9923
 
9207
- /* 新增图标样式 */
9208
- .icon-duihao:before {
9209
- content: "\E637";
9924
+ @keyframes invite-vanish {
9925
+ to {
9926
+ opacity: 0;
9927
+ transform: scale3d(1.2, 1.2, 1.2);
9928
+ }
9210
9929
  }
9211
9930
 
9212
- .icon-cuowu2:before {
9213
- content: "\E65E";
9214
- color: #F44336; /* 失败的红色 */
9931
+ @keyframes invite-topOpen {
9932
+ to {
9933
+ transform: perspective(13.33333rem) rotateX(180deg);
9934
+ animation-timing-function: ease-out;
9935
+ }
9215
9936
  }
9216
9937
 
9217
- .global.video {
9218
- width: 35px;
9219
- height: 55px;
9220
- border-radius: 50%;
9221
- text-align: center;
9222
- margin-bottom: 5px;
9223
- border: 2px solid #fff;
9224
- cursor: pointer;
9938
+ @keyframes invite-bottomOpen {
9939
+ to {
9940
+ transform: perspective(13.33333rem) rotateX(-180deg);
9941
+ animation-timing-function: ease-out;
9942
+ }
9225
9943
  }
9226
- .icon-shipin2:before { content: "\E611"; }
9227
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9228
- .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
9944
+
9945
+ @keyframes invite-leftOpen {
9946
+ to {
9947
+ transform: perspective(13.33333rem) rotateY(-180deg);
9948
+ animation-timing-function: ease-out;
9949
+ }
9229
9950
  }
9230
9951
 
9231
- .global.map {
9232
- width: 35px;
9233
- height: 55px;
9234
- border-radius: 50%;
9235
- text-align: center;
9236
- margin-bottom: 5px;
9237
- border: 2px solid #fff;
9238
- cursor: pointer;
9952
+ @keyframes invite-rightOpen {
9953
+ to {
9954
+ transform: perspective(13.33333rem) rotateY(180deg);
9955
+ animation-timing-function: ease-out;
9956
+ }
9239
9957
  }
9240
- .icon-daohang1:before { content: "\E612"; }
9241
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9242
- .global.map > span { font-size: 10px; line-height: 20px; display: block;}
9243
- .global.tel {
9244
- width: 35px;
9245
- height: 55px;
9246
- border-radius: 50%;
9247
- text-align: center;
9248
- margin-bottom: 15px;
9249
- border: 2px solid #fff;
9250
- cursor: pointer;
9958
+
9959
+ @keyframes invite-bottomMove {
9960
+ to {
9961
+ top: 4.61333rem;
9962
+ }
9251
9963
  }
9252
- .icon-dianhua:before { content: "\E60E"; }
9253
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9254
- .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
9255
- .global.receipt {
9256
- width: 35px;
9257
- height: 55px;
9258
- border-radius: 50%;
9259
- text-align: center;
9260
- margin-bottom: 5px;
9261
- border: 2px solid #fff;
9262
- cursor: pointer;
9964
+
9965
+ @keyframes invite-upMove {
9966
+ to {
9967
+ transform: translateY(-100%);
9968
+ animation-timing-function: ease-out;
9969
+ }
9970
+ }
9971
+
9972
+ @keyframes invite-downMove {
9973
+ to {
9974
+ transform: translateY(100%);
9975
+ animation-timing-function: ease-out;
9976
+ }
9263
9977
  }
9264
- .icon-liuyan:before { content: "\E636"; }
9265
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
9266
- .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }