unika-components 1.1.111 → 1.1.113

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.
@@ -9,52 +9,6 @@
9
9
  width: 100%;
10
10
  }
11
11
 
12
- .element-video {
13
- position: absolute;
14
- overflow: hidden;
15
- background-color: transparent;
16
- }
17
-
18
- .element-video .ani-wrap, .element-video img {
19
- display: block;
20
- width: 100%;
21
- height: 100%;
22
- }
23
-
24
- .video-container {
25
- width: 100%;
26
- height: 100%;
27
- }
28
-
29
- .video-container iframe {
30
- width: 100%;
31
- height: 100%;
32
- border: none;
33
- }
34
-
35
- .video-cover {
36
- position: relative;
37
- width: 100%;
38
- height: 100%;
39
- background-size: cover;
40
- background-position: center;
41
- cursor: pointer;
42
- }
43
-
44
- .video-cover .play-btn {
45
- position: absolute;
46
- left: 50%;
47
- top: 50%;
48
- transform: translate(-50%, -50%);
49
- width: 50px;
50
- height: 50px;
51
- opacity: 0.8;
52
- transition: opacity 0.2s;
53
- }
54
-
55
- .video-cover:hover .play-btn {
56
- opacity: 1;
57
- }
58
12
  .ele-text {
59
13
  position: relative;
60
14
  }
@@ -122,348 +76,214 @@
122
76
  opacity: 1;
123
77
  }
124
78
  }
125
- @keyframes jumpheart {
126
- to {
127
- -webkit-transform: scale(1.2);
128
- transform: scale(1.2)
79
+ .element-video {
80
+ position: absolute;
81
+ overflow: hidden;
82
+ background-color: transparent;
83
+ }
84
+
85
+ .element-video .ani-wrap, .element-video img {
86
+ display: block;
87
+ width: 100%;
88
+ height: 100%;
89
+ }
90
+
91
+ .video-container {
92
+ width: 100%;
93
+ height: 100%;
94
+ }
95
+
96
+ .video-container iframe {
97
+ width: 100%;
98
+ height: 100%;
99
+ border: none;
100
+ }
101
+
102
+ .video-cover {
103
+ position: relative;
104
+ width: 100%;
105
+ height: 100%;
106
+ background-size: cover;
107
+ background-position: center;
108
+ cursor: pointer;
129
109
  }
110
+
111
+ .video-cover .play-btn {
112
+ position: absolute;
113
+ left: 50%;
114
+ top: 50%;
115
+ transform: translate(-50%, -50%);
116
+ width: 50px;
117
+ height: 50px;
118
+ opacity: 0.8;
119
+ transition: opacity 0.2s;
120
+ }
121
+
122
+ .video-cover:hover .play-btn {
123
+ opacity: 1;
124
+ }.count-down .drag-point {
125
+ cursor: default!important
130
126
  }
131
- .ele-calendar {
132
- position: relative;
133
- width: 325px !important;
134
- min-height: 325px !important;
135
- height: auto !important;
127
+
128
+ .count-down .ani-wrap {
129
+ width: 100%;
130
+ height: 100%
136
131
  }
137
132
 
138
- .ele-calendar .drag-point {
139
- cursor: default !important;
133
+ .count-down .count-text,.count-down .finish-cont {
134
+ display: -webkit-box;
135
+ display: -ms-flexbox;
136
+ display: flex;
137
+ height: 100%;
138
+ -webkit-box-align: center;
139
+ -ms-flex-align: center;
140
+ align-items: center;
141
+ -webkit-box-pack: center;
142
+ -ms-flex-pack: center;
143
+ justify-content: center
140
144
  }
141
145
 
142
- .ele-calendar .ani-wrap {
143
- position: relative;
144
- width: 100%;
145
- min-height: 325px !important;
146
- height: auto !important;
147
- padding: 22px 0;
146
+ .count-down .finish-cont {
147
+ width: 100%
148
148
  }
149
149
 
150
- .ele-calendar .ani-wrap .can-wrap .can-top {
150
+ .count-down .count-flip {
151
+ display: -webkit-box;
152
+ display: -ms-flexbox;
151
153
  display: flex;
152
- justify-content: space-between;
153
- align-items: flex-end;
154
- line-height: 1;
155
- padding: 0 47px 20px;
154
+ height: 100%;
155
+ -webkit-box-align: center;
156
+ -ms-flex-align: center;
157
+ align-items: center;
158
+ -webkit-box-pack: center;
159
+ -ms-flex-pack: center;
160
+ justify-content: center
156
161
  }
157
162
 
158
- .ele-calendar .ani-wrap .can-wrap .can-top .can-left {
159
- font-size: 25px;
160
- padding-bottom: 4px;
163
+ .count-down .count-flip .numscroll {
164
+ -webkit-animation: numscroll .4s ease-in-out;
165
+ animation: numscroll .4s ease-in-out;
166
+ -webkit-animation-fill-mode: both;
167
+ animation-fill-mode: both
161
168
  }
162
169
 
163
- .ele-calendar .ani-wrap .can-wrap .can-top .can-right {
164
- font-size: 25px;
170
+ .count-down .count-flip .numscroll .curr-num {
171
+ -webkit-transition: all .3s ease-in-out;
172
+ transition: all .3s ease-in-out;
173
+ opacity: .6;
174
+ -webkit-transform: scale(.5)!important;
175
+ transform: scale(.5)!important
165
176
  }
166
177
 
167
- .ele-calendar .ani-wrap .can-wrap .can-top .can-right span {
168
- position: relative;
169
- top: 2px;
170
- font-size: 57px;
178
+ @-webkit-keyframes numscroll {
179
+ 0% {
180
+ -webkit-transform: translateZ(0);
181
+ transform: translateZ(0)
182
+ }
183
+
184
+ to {
185
+ -webkit-transform: translate3d(0,100%,0);
186
+ transform: translate3d(0,100%,0)
187
+ }
171
188
  }
172
189
 
173
- .ele-calendar .ani-wrap .can-wrap .can-main {
174
- padding: 0 23px;
190
+ @keyframes numscroll {
191
+ 0% {
192
+ -webkit-transform: translateZ(0);
193
+ transform: translateZ(0)
194
+ }
195
+
196
+ to {
197
+ -webkit-transform: translate3d(0,100%,0);
198
+ transform: translate3d(0,100%,0)
199
+ }
175
200
  }
176
201
 
177
- .ele-calendar .ani-wrap .can-wrap .can-main .can-week {
178
- display: flex;
179
- justify-content: flex-start;
180
- height: 25px;
181
- line-height: 25px;
182
- padding: 0 10px;
183
- border-radius: 13px;
202
+ .count-down .count-flip .c-com {
203
+ min-width: 50px;
204
+ height: auto;
205
+ margin: 6px;
206
+ padding: 5px 0 6px;
207
+ background-color: #111
184
208
  }
185
209
 
186
- .ele-calendar .ani-wrap .can-wrap .can-main .can-week span {
187
- width: 14.2%;
188
- text-align: center;
189
- color: #fff;
190
- font-size: 12px;
210
+ .count-down .count-flip .c-com .flex-wrap {
211
+ display: -webkit-box;
212
+ display: -ms-flexbox;
213
+ display: flex;
214
+ position: relative;
215
+ width: 100%;
216
+ height: 100%;
217
+ -webkit-box-align: center;
218
+ -ms-flex-align: center;
219
+ align-items: center
191
220
  }
192
221
 
193
- .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul {
194
- font-size: 0;
195
- padding: 5px 10px 0;
196
- text-align: left;
222
+ .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
223
+ line-height: 27px
197
224
  }
198
225
 
199
- .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li {
200
- position: relative;
201
- display: inline-block;
202
- height: 25px;
203
- text-align: center;
204
- margin-top: 8px;
226
+ .count-down .count-flip .c-com .flex-wrap .next-num {
227
+ position: absolute;
228
+ top: -100%
205
229
  }
206
230
 
207
- .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li.active .iconfont {
208
- display: block;
231
+ .count-down .count-flip .c-com .flex-wrap .curr-num {
232
+ -webkit-transform: scale(1);
233
+ transform: scale(1)
209
234
  }
210
235
 
211
- .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li.active span {
212
- color: #fff !important;
236
+ .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 {
237
+ display: none!important
213
238
  }
214
239
 
215
- .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li.heart-ani .iconfont {
216
- animation: jumpheart 0.8s ease infinite alternate;
240
+ .c-wrap {
241
+ width: 100%;
242
+ height: 100%;
243
+ overflow: hidden;
244
+ font-size: 0
217
245
  }
218
246
 
219
- .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li .iconfont {
220
- display: none;
221
- font-size: 26px;
247
+ .c-wrap.c-day-wrap {
248
+ text-align: center
222
249
  }
223
250
 
224
- .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li span {
225
- position: absolute;
226
- left: 50%;
227
- top: 50%;
228
- z-index: 1;
229
- color: #666;
230
- font-size: 13px;
231
- transform: translate(-50%, -52%);
251
+ .c-wrap.c-day-wrap .c-num {
252
+ width: auto
232
253
  }
233
254
 
234
- .ele-calendar .bottom-center,
235
- .ele-calendar .left-center,
236
- .ele-calendar .right-center,
237
- .ele-calendar .top-center {
238
- display: none !important;
239
- }
240
-
241
- .ele-calendar .ani-wrap .can-wrap2 {
242
- padding: 21px 23px 0
243
- }
244
-
245
- .ele-calendar .ani-wrap .can-wrap2 .can-top {
246
- display: -webkit-box;
247
- display: -ms-flexbox;
248
- display: flex;
249
- -webkit-box-pack: justify;
250
- -ms-flex-pack: justify;
251
- justify-content: space-between;
252
- -webkit-box-align: end;
253
- -ms-flex-align: end;
254
- align-items: flex-end;
255
- line-height: 1;
256
- padding: 0 16px 22px;
257
- font-size: 36px
258
- }
259
-
260
- .ele-calendar .ani-wrap .can-wrap2 .can-top span {
261
- font-size: 16px
262
- }
263
-
264
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-week {
265
- display: -webkit-box;
266
- display: -ms-flexbox;
267
- display: flex;
268
- -webkit-box-pack: start;
269
- -ms-flex-pack: start;
270
- justify-content: flex-start;
271
- height: 25px;
272
- line-height: 25px;
273
- padding: 0 10px;
274
- border-radius: 13px
275
- }
276
-
277
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-week span {
278
- width: 14.2%;
279
- text-align: center;
280
- color: #fff;
281
- font-size: 12px;
282
- font-weight: 600
283
- }
284
-
285
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date {
286
- position: relative
287
- }
288
-
289
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date .can-year {
290
- position: absolute;
291
- white-space: nowrap;
292
- left: 50%;
293
- top: 15%;
294
- -webkit-transform: translateX(-50%);
295
- transform: translateX(-50%);
296
- font-size: 76px;
297
- opacity: .1;
298
- font-weight: 600
299
- }
300
-
301
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul {
302
- font-size: 0;
303
- padding: 5px 10px 0;
304
- text-align: left
305
- }
306
-
307
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li {
308
- position: relative;
255
+ .c-wrap .c-num {
309
256
  display: inline-block;
310
- width: 14.2%;
311
- height: 25px;
312
- text-align: center;
313
- margin-top: 8px
314
- }
315
-
316
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li.active .iconfont {
317
- display: block;
318
- position: absolute;
319
- left: 17%;
320
- top: 0;
321
- font-size: 25px
322
- }
323
-
324
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li.active span {
325
- color: #fff!important
326
- }
327
-
328
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li.heart-ani .iconfont {
329
- -webkit-animation: jumpheart .8s ease infinite alternate;
330
- animation: jumpheart .8s ease infinite alternate
331
- }
332
-
333
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li .iconfont {
334
- display: none;
335
- font-size: 26px
336
- }
337
-
338
- .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li span {
339
- position: absolute;
340
- left: 50%;
341
- top: 50%;
342
- z-index: 1;
343
- color: #666;
344
- font-size: 13px;
345
- -webkit-transform: translate(-50%,-52%);
346
- transform: translate(-50%,-52%)
257
+ width: 50%;
258
+ overflow: hidden;
259
+ font-size: 20px;
260
+ color: #999
347
261
  }
348
262
 
349
- .ele-calendar .ani-wrap .can-wrap3 .can-top {
263
+ .c-wrap .c-left .flex-wrap {
350
264
  display: -webkit-box;
351
265
  display: -ms-flexbox;
352
266
  display: flex;
353
- -webkit-box-pack: justify;
354
- -ms-flex-pack: justify;
355
- justify-content: space-between;
356
- -webkit-box-align: end;
357
- -ms-flex-align: end;
358
- align-items: flex-end;
359
- line-height: 1;
360
- padding: 18px 33px 10px;
361
- font-size: 36px;
362
- }
363
-
364
- .ele-calendar .ani-wrap .can-wrap3 .can-top span {
365
- font-size: 16px
366
- }
367
-
368
- .ele-calendar .ani-wrap .can-wrap3 .can-top .can-year {
369
- font-size: 20px
267
+ -webkit-box-pack: end;
268
+ -ms-flex-pack: end;
269
+ justify-content: flex-end
370
270
  }
371
271
 
372
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-week {
272
+ .c-wrap .c-text {
373
273
  display: -webkit-box;
374
274
  display: -ms-flexbox;
375
275
  display: flex;
376
- -webkit-box-pack: start;
377
- -ms-flex-pack: start;
378
- justify-content: flex-start;
379
- height: 40px;
380
- line-height: 40px;
381
- padding: 0 34px;
382
- border-bottom: 1px solid
383
- }
384
-
385
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-week span {
386
- width: 14.2%;
387
- text-align: center;
388
- color: #fff;
276
+ width: 100%;
389
277
  font-size: 12px;
390
- font-weight: 600
391
- }
392
-
393
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date {
394
- position: relative
395
- }
396
-
397
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul {
398
- font-size: 0;
399
- padding: 5px 33px 0;
400
- text-align: left
401
- }
402
-
403
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li {
404
- position: relative;
405
- display: inline-block;
406
- width: 14.2%;
407
- height: 25px;
408
- text-align: center;
409
- margin-top: 8px;
410
- }
411
-
412
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.active {
413
- color: #eee
414
- }
415
-
416
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.active .iconfont {
417
- display: block;
418
- position: absolute;
419
- left: 12%;
420
- top: 2px;
421
- }
422
-
423
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.active span {
424
- font-size: 12px
425
- }
426
-
427
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.heart-ani .iconfont {
428
- -webkit-animation: jumpheart .8s ease infinite alternate;
429
- animation: jumpheart .8s ease infinite alternate
430
- }
431
-
432
- @keyframes jumpheart {
433
- to {
434
- -webkit-transform: scale(1.2);
435
- transform: scale(1.2)
436
- }
437
- }
438
-
439
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li .iconfont {
440
- display: none;
441
- font-size: 26px
442
- }
443
-
444
- .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li span {
445
- position: absolute;
446
- left: 50%;
447
- top: 50%;
448
- z-index: 1;
449
- color: #666;
450
- font-size: 13px;
451
- -webkit-transform: translate(-50%,-52%);
452
- transform: translate(-50%,-52%)
453
- }
454
-
455
- .ele-calendar .bottom-center,.ele-calendar .left-center,.ele-calendar .right-center,.ele-calendar .top-center {
456
- display: none!important
457
- }
458
- .icon-tuoyuanxing:before {
459
- content: "\E6A7";
460
- }
461
- .icon-zan1:before {
462
- content: "\E66D";
278
+ -webkit-box-pack: center;
279
+ -ms-flex-pack: center;
280
+ justify-content: center;
281
+ -webkit-box-align: center;
282
+ -ms-flex-align: center;
283
+ align-items: center;
284
+ white-space: nowrap
463
285
  }
464
- .icon-xingzhuangjiehe:before {
465
- content: "\E6A6";
466
- }.ele-img {
286
+ .ele-img {
467
287
  position: absolute;
468
288
  overflow: hidden;
469
289
  }
@@ -512,1223 +332,524 @@
512
332
  opacity: 1;
513
333
  transform: scale(1);
514
334
  }
515
- }.call {
335
+ }#audio {
516
336
  position: absolute;
517
- cursor: pointer;
518
- user-select: none;
519
- }
520
-
521
- .call .ani-wrap {
337
+ right: 10px;
338
+ top: 10px;
339
+ z-index: 103;
340
+ width: 30px;
341
+ height: 30px;
522
342
  display: flex;
523
- justify-content: center;
524
343
  align-items: center;
525
- width: 100%;
526
- height: 100%;
527
- overflow: hidden;
528
- transition: opacity 0.2s;
529
344
  }
530
345
 
531
- .call .ani-wrap:hover {
532
- opacity: 0.9;
533
- }
346
+ #audio .mrotate {
347
+ animation: mrotate 5s linear infinite;
348
+ }
534
349
 
535
- .call-content {
350
+ @keyframes mrotate {
351
+ to {
352
+ transform: rotate(1turn);
353
+ }
354
+ }
355
+
356
+ #audio .audio {
357
+ width: 100%;
358
+ height: 100%;
536
359
  display: flex;
537
360
  align-items: center;
538
361
  justify-content: center;
362
+ color: #fff;
363
+ background: #666;
364
+ border-radius: 50%;
365
+ overflow: hidden;
366
+ cursor: pointer;
367
+ transition: all 0.3s ease;
539
368
  }
540
369
 
541
- .btn-text {
542
- margin-left: 10px;
370
+ #audio .audio.a-border {
371
+ border: 1px solid #fff;
543
372
  }
544
373
 
545
-
546
- .hb-tel:before {
547
- content: "\E642";
548
- }.ele-shape {
549
- position: absolute;
550
- overflow: hidden;
374
+ #audio .audio .music-icon {
375
+ display: block;
376
+ width: 60%;
377
+ height: 60%;
378
+ object-fit: contain;
551
379
  }
552
380
 
553
- .ani-wrap {
554
- width: 100%;
555
- height: 100%;
556
- box-sizing: border-box;
381
+ #audio .audio .iconfont {
382
+ font-size: 2opx;
383
+ line-height: 1;
557
384
  }
558
-
559
- .e-shape {
560
- width: 100%;
561
- height: 100%;
385
+ #audio .icon-cancel {
386
+ position: absolute;
387
+ width: 100%;
388
+ height: 100%;
389
+ border-radius: 50%;
390
+ overflow: hidden;
391
+ padding: 15px 0;
562
392
  }
563
-
564
- .svg-container :deep(svg) {
565
- width: 100%;
566
- height: 100%;
567
- display: block;
393
+ #audio .icon-cancel .icon-h {
394
+ transform: rotate(45deg);
395
+ width: 100%;
396
+ height: 2px;
397
+ background: #fff;
398
+ }
399
+ #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
400
+ content: '';
401
+ position: absolute;
402
+ width: 100%;
403
+ height: 2px;
404
+ background: #fff;
405
+ }
406
+ @keyframes jumpheart {
407
+ to {
408
+ -webkit-transform: scale(1.2);
409
+ transform: scale(1.2)
410
+ }
411
+ }
412
+ .ele-calendar {
413
+ position: relative;
414
+ width: 325px !important;
415
+ min-height: 325px !important;
416
+ height: auto !important;
568
417
  }
569
418
 
570
- .svg-loading,
571
- .svg-error {
572
- display: flex;
573
- align-items: center;
574
- justify-content: center;
575
- width: 100%;
576
- height: 100%;
577
- background: rgba(0,0,0,0.05);
578
- }.count-down .drag-point {
579
- cursor: default!important
419
+ .ele-calendar .drag-point {
420
+ cursor: default !important;
580
421
  }
581
422
 
582
- .count-down .ani-wrap {
423
+ .ele-calendar .ani-wrap {
424
+ position: relative;
583
425
  width: 100%;
584
- height: 100%
426
+ min-height: 325px !important;
427
+ height: auto !important;
428
+ padding: 22px 0;
585
429
  }
586
430
 
587
- .count-down .count-text,.count-down .finish-cont {
588
- display: -webkit-box;
589
- display: -ms-flexbox;
431
+ .ele-calendar .ani-wrap .can-wrap .can-top {
590
432
  display: flex;
591
- height: 100%;
592
- -webkit-box-align: center;
593
- -ms-flex-align: center;
594
- align-items: center;
595
- -webkit-box-pack: center;
596
- -ms-flex-pack: center;
597
- justify-content: center
433
+ justify-content: space-between;
434
+ align-items: flex-end;
435
+ line-height: 1;
436
+ padding: 0 47px 20px;
598
437
  }
599
438
 
600
- .count-down .finish-cont {
601
- width: 100%
439
+ .ele-calendar .ani-wrap .can-wrap .can-top .can-left {
440
+ font-size: 25px;
441
+ padding-bottom: 4px;
602
442
  }
603
443
 
604
- .count-down .count-flip {
605
- display: -webkit-box;
606
- display: -ms-flexbox;
607
- display: flex;
608
- height: 100%;
609
- -webkit-box-align: center;
610
- -ms-flex-align: center;
611
- align-items: center;
612
- -webkit-box-pack: center;
613
- -ms-flex-pack: center;
614
- justify-content: center
444
+ .ele-calendar .ani-wrap .can-wrap .can-top .can-right {
445
+ font-size: 25px;
615
446
  }
616
447
 
617
- .count-down .count-flip .numscroll {
618
- -webkit-animation: numscroll .4s ease-in-out;
619
- animation: numscroll .4s ease-in-out;
620
- -webkit-animation-fill-mode: both;
621
- animation-fill-mode: both
448
+ .ele-calendar .ani-wrap .can-wrap .can-top .can-right span {
449
+ position: relative;
450
+ top: 2px;
451
+ font-size: 57px;
622
452
  }
623
453
 
624
- .count-down .count-flip .numscroll .curr-num {
625
- -webkit-transition: all .3s ease-in-out;
626
- transition: all .3s ease-in-out;
627
- opacity: .6;
628
- -webkit-transform: scale(.5)!important;
629
- transform: scale(.5)!important
454
+ .ele-calendar .ani-wrap .can-wrap .can-main {
455
+ padding: 0 23px;
630
456
  }
631
457
 
632
- @-webkit-keyframes numscroll {
633
- 0% {
634
- -webkit-transform: translateZ(0);
635
- transform: translateZ(0)
636
- }
637
-
638
- to {
639
- -webkit-transform: translate3d(0,100%,0);
640
- transform: translate3d(0,100%,0)
641
- }
458
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-week {
459
+ display: flex;
460
+ justify-content: flex-start;
461
+ height: 25px;
462
+ line-height: 25px;
463
+ padding: 0 10px;
464
+ border-radius: 13px;
642
465
  }
643
466
 
644
- @keyframes numscroll {
645
- 0% {
646
- -webkit-transform: translateZ(0);
647
- transform: translateZ(0)
648
- }
649
-
650
- to {
651
- -webkit-transform: translate3d(0,100%,0);
652
- transform: translate3d(0,100%,0)
653
- }
467
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-week span {
468
+ width: 14.2%;
469
+ text-align: center;
470
+ color: #fff;
471
+ font-size: 12px;
654
472
  }
655
473
 
656
- .count-down .count-flip .c-com {
657
- min-width: 50px;
658
- height: auto;
659
- margin: 6px;
660
- padding: 5px 0 6px;
661
- background-color: #111
474
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul {
475
+ font-size: 0;
476
+ padding: 5px 10px 0;
477
+ text-align: left;
662
478
  }
663
479
 
664
- .count-down .count-flip .c-com .flex-wrap {
665
- display: -webkit-box;
666
- display: -ms-flexbox;
667
- display: flex;
480
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li {
668
481
  position: relative;
669
- width: 100%;
670
- height: 100%;
671
- -webkit-box-align: center;
672
- -ms-flex-align: center;
673
- align-items: center
674
- }
675
-
676
- .count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
677
- line-height: 27px
482
+ display: inline-block;
483
+ height: 25px;
484
+ text-align: center;
485
+ margin-top: 8px;
678
486
  }
679
487
 
680
- .count-down .count-flip .c-com .flex-wrap .next-num {
681
- position: absolute;
682
- top: -100%
488
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li.active .iconfont {
489
+ display: block;
683
490
  }
684
491
 
685
- .count-down .count-flip .c-com .flex-wrap .curr-num {
686
- -webkit-transform: scale(1);
687
- transform: scale(1)
492
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li.active span {
493
+ color: #fff !important;
688
494
  }
689
495
 
690
- .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 {
691
- display: none!important
496
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li.heart-ani .iconfont {
497
+ animation: jumpheart 0.8s ease infinite alternate;
692
498
  }
693
499
 
694
- .c-wrap {
695
- width: 100%;
696
- height: 100%;
697
- overflow: hidden;
698
- font-size: 0
500
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li .iconfont {
501
+ display: none;
502
+ font-size: 26px;
699
503
  }
700
504
 
701
- .c-wrap.c-day-wrap {
702
- text-align: center
505
+ .ele-calendar .ani-wrap .can-wrap .can-main .can-date ul li span {
506
+ position: absolute;
507
+ left: 50%;
508
+ top: 50%;
509
+ z-index: 1;
510
+ color: #666;
511
+ font-size: 13px;
512
+ transform: translate(-50%, -52%);
703
513
  }
704
514
 
705
- .c-wrap.c-day-wrap .c-num {
706
- width: auto
515
+ .ele-calendar .bottom-center,
516
+ .ele-calendar .left-center,
517
+ .ele-calendar .right-center,
518
+ .ele-calendar .top-center {
519
+ display: none !important;
707
520
  }
708
521
 
709
- .c-wrap .c-num {
710
- display: inline-block;
711
- width: 50%;
712
- overflow: hidden;
713
- font-size: 20px;
714
- color: #999
522
+ .ele-calendar .ani-wrap .can-wrap2 {
523
+ padding: 21px 23px 0
715
524
  }
716
525
 
717
- .c-wrap .c-left .flex-wrap {
526
+ .ele-calendar .ani-wrap .can-wrap2 .can-top {
718
527
  display: -webkit-box;
719
528
  display: -ms-flexbox;
720
529
  display: flex;
721
- -webkit-box-pack: end;
722
- -ms-flex-pack: end;
723
- justify-content: flex-end
530
+ -webkit-box-pack: justify;
531
+ -ms-flex-pack: justify;
532
+ justify-content: space-between;
533
+ -webkit-box-align: end;
534
+ -ms-flex-align: end;
535
+ align-items: flex-end;
536
+ line-height: 1;
537
+ padding: 0 16px 22px;
538
+ font-size: 36px
724
539
  }
725
540
 
726
- .c-wrap .c-text {
541
+ .ele-calendar .ani-wrap .can-wrap2 .can-top span {
542
+ font-size: 16px
543
+ }
544
+
545
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-week {
727
546
  display: -webkit-box;
728
547
  display: -ms-flexbox;
729
548
  display: flex;
730
- width: 100%;
549
+ -webkit-box-pack: start;
550
+ -ms-flex-pack: start;
551
+ justify-content: flex-start;
552
+ height: 25px;
553
+ line-height: 25px;
554
+ padding: 0 10px;
555
+ border-radius: 13px
556
+ }
557
+
558
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-week span {
559
+ width: 14.2%;
560
+ text-align: center;
561
+ color: #fff;
731
562
  font-size: 12px;
732
- -webkit-box-pack: center;
733
- -ms-flex-pack: center;
734
- justify-content: center;
735
- -webkit-box-align: center;
736
- -ms-flex-align: center;
737
- align-items: center;
738
- white-space: nowrap
563
+ font-weight: 600
739
564
  }
740
- /* Iconfont definition */
741
- .icon-danmuliebiao1:before {
742
- content: "\E68A";
743
- }
744
-
745
- .icon-cuowu2:before {
746
- content: "\E65E";
565
+
566
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date {
567
+ position: relative
568
+ }
569
+
570
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date .can-year {
571
+ position: absolute;
572
+ white-space: nowrap;
573
+ left: 50%;
574
+ top: 15%;
575
+ -webkit-transform: translateX(-50%);
576
+ transform: translateX(-50%);
577
+ font-size: 76px;
578
+ opacity: .1;
579
+ font-weight: 600
580
+ }
581
+
582
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul {
583
+ font-size: 0;
584
+ padding: 5px 10px 0;
585
+ text-align: left
586
+ }
587
+
588
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li {
589
+ position: relative;
590
+ display: inline-block;
591
+ width: 14.2%;
592
+ height: 25px;
593
+ text-align: center;
594
+ margin-top: 8px
595
+ }
596
+
597
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li.active .iconfont {
598
+ display: block;
599
+ position: absolute;
600
+ left: 17%;
601
+ top: 0;
602
+ font-size: 25px
603
+ }
604
+
605
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li.active span {
606
+ color: #fff!important
607
+ }
608
+
609
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li.heart-ani .iconfont {
610
+ -webkit-animation: jumpheart .8s ease infinite alternate;
611
+ animation: jumpheart .8s ease infinite alternate
612
+ }
613
+
614
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li .iconfont {
615
+ display: none;
616
+ font-size: 26px
617
+ }
618
+
619
+ .ele-calendar .ani-wrap .can-wrap2 .can-main .can-date ul li span {
620
+ position: absolute;
621
+ left: 50%;
622
+ top: 50%;
623
+ z-index: 1;
624
+ color: #666;
625
+ font-size: 13px;
626
+ -webkit-transform: translate(-50%,-52%);
627
+ transform: translate(-50%,-52%)
628
+ }
629
+
630
+ .ele-calendar .ani-wrap .can-wrap3 .can-top {
631
+ display: -webkit-box;
632
+ display: -ms-flexbox;
633
+ display: flex;
634
+ -webkit-box-pack: justify;
635
+ -ms-flex-pack: justify;
636
+ justify-content: space-between;
637
+ -webkit-box-align: end;
638
+ -ms-flex-align: end;
639
+ align-items: flex-end;
640
+ line-height: 1;
641
+ padding: 18px 33px 10px;
642
+ font-size: 36px;
643
+ }
644
+
645
+ .ele-calendar .ani-wrap .can-wrap3 .can-top span {
646
+ font-size: 16px
647
+ }
648
+
649
+ .ele-calendar .ani-wrap .can-wrap3 .can-top .can-year {
650
+ font-size: 20px
651
+ }
652
+
653
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-week {
654
+ display: -webkit-box;
655
+ display: -ms-flexbox;
656
+ display: flex;
657
+ -webkit-box-pack: start;
658
+ -ms-flex-pack: start;
659
+ justify-content: flex-start;
660
+ height: 40px;
661
+ line-height: 40px;
662
+ padding: 0 34px;
663
+ border-bottom: 1px solid
664
+ }
665
+
666
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-week span {
667
+ width: 14.2%;
668
+ text-align: center;
669
+ color: #fff;
670
+ font-size: 12px;
671
+ font-weight: 600
672
+ }
673
+
674
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date {
675
+ position: relative
676
+ }
677
+
678
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul {
679
+ font-size: 0;
680
+ padding: 5px 33px 0;
681
+ text-align: left
682
+ }
683
+
684
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li {
685
+ position: relative;
686
+ display: inline-block;
687
+ width: 14.2%;
688
+ height: 25px;
689
+ text-align: center;
690
+ margin-top: 8px;
691
+ }
692
+
693
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.active {
694
+ color: #eee
695
+ }
696
+
697
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.active .iconfont {
698
+ display: block;
699
+ position: absolute;
700
+ left: 12%;
701
+ top: 2px;
702
+ }
703
+
704
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.active span {
705
+ font-size: 12px
706
+ }
707
+
708
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li.heart-ani .iconfont {
709
+ -webkit-animation: jumpheart .8s ease infinite alternate;
710
+ animation: jumpheart .8s ease infinite alternate
711
+ }
712
+
713
+ @keyframes jumpheart {
714
+ to {
715
+ -webkit-transform: scale(1.2);
716
+ transform: scale(1.2)
747
717
  }
718
+ }
719
+
720
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li .iconfont {
721
+ display: none;
722
+ font-size: 26px
723
+ }
724
+
725
+ .ele-calendar .ani-wrap .can-wrap3 .can-main .can-date ul li span {
726
+ position: absolute;
727
+ left: 50%;
728
+ top: 50%;
729
+ z-index: 1;
730
+ color: #666;
731
+ font-size: 13px;
732
+ -webkit-transform: translate(-50%,-52%);
733
+ transform: translate(-50%,-52%)
734
+ }
735
+
736
+ .ele-calendar .bottom-center,.ele-calendar .left-center,.ele-calendar .right-center,.ele-calendar .top-center {
737
+ display: none!important
738
+ }
739
+ .icon-tuoyuanxing:before {
740
+ content: "\E6A7";
741
+ }
742
+ .icon-zan1:before {
743
+ content: "\E66D";
744
+ }
745
+ .icon-xingzhuangjiehe:before {
746
+ content: "\E6A6";
747
+ }.button {
748
+ position: absolute;
749
+ cursor: pointer;
750
+ user-select: none;
751
+ }
748
752
 
749
- i {
750
- font-style: normal;
751
- }
753
+ .button .ani-wrap {
754
+ display: flex;
755
+ justify-content: center;
756
+ align-items: center;
757
+ width: 100%;
758
+ height: 100%;
759
+ overflow: hidden;
760
+ transition: opacity 0.2s;
761
+ }
752
762
 
753
- .v-modal {
754
- position: fixed;
755
- left: 0;
756
- top: 0;
757
- width: 100%;
758
- height: 100%;
759
- opacity: .5;
760
- background: #000;
761
- }
762
- /* 底部工具栏样式 */
763
- #toolbarNew {
764
- position: fixed;
765
- left: 0;
766
- bottom: 0;
767
- width: 100%;
768
- padding: 12px 0;
769
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
770
- z-index: 100;
771
- }
772
-
773
- .toolbar {
774
- display: flex;
775
- align-items: center;
776
- padding: 0 10px;
777
- }
778
-
779
- .bar-left {
780
- position: relative;
781
- flex: 1;
782
- }
783
-
784
- .bar-mess {
785
- width: 100%;
786
- height: 36px;
787
- line-height: 36px;
788
- font-size: 14px;
789
- color: #ccc;
790
- padding: 0 8px;
791
- border-radius: 18px;
792
- border: none;
793
- -webkit-appearance: none;
794
- background-color: rgba(0, 0, 0, 0.28);
795
- }
796
-
797
- .bar-mess::placeholder {
798
- color: rgba(255, 255, 255, 0.7);
799
- }
800
-
801
- .bar-left .iconfont {
802
- position: absolute;
803
- right: 10px;
804
- top: 50%;
805
- transform: translateY(-50%);
806
- color: #f2f2f2;
807
- font-size: 16px;
808
- cursor: pointer;
809
- z-index: 2;
810
- padding: 5px;
811
- }
812
-
813
- /* 关闭弹幕按钮样式 */
814
- .toolbar-close {
815
- position: absolute;
816
- left: 10px;
817
- transform: translateY(-50%);
818
- display: flex;
819
- align-items: center;
820
- cursor: pointer;
821
- z-index: 2;
822
- }
823
-
824
- .toolbar-close img {
825
- display: block;
826
- width: 36px;
827
- height: 36px;
828
- cursor: pointer;
829
- }
830
-
831
- /* 弹幕容器样式 */
832
- .bullet-container {
833
- position: fixed;
834
- left: 10px;
835
- right: 10px;
836
- height: 120px;
837
- overflow: hidden;
838
- z-index: 99;
839
- pointer-events: none;
840
- }
841
-
842
- .bullet-item {
843
- position: absolute;
844
- left: 0;
845
- bottom: 0;
846
- padding: 5px 10px;
847
- border-radius: 15px;
848
- font-size: 14px;
849
- white-space: nowrap;
850
- animation: bulletMove linear;
851
- animation-fill-mode: forwards;
852
- will-change: transform;
853
- display: inline-block;
854
- max-width: 90%;
855
- }
856
-
857
- @keyframes bulletMove {
858
- 0% {
859
- transform: translateY(0);
860
- opacity: 1;
861
- }
862
- 100% {
863
- transform: translateY(calc(-1 * 150px));
864
- opacity: 0;
865
- }
866
- }
867
-
868
- /* 弹幕输入弹窗样式 */
869
- .popup-overlay {
870
- position: fixed;
871
- top: 0;
872
- left: 0;
873
- right: 0;
874
- bottom: 0;
875
- background: rgba(0, 0, 0, 0.5);
876
- display: flex;
877
- justify-content: center;
878
- align-items: flex-end;
879
- z-index: 200;
763
+ .button .ani-wrap:hover {
764
+ opacity: 0.9;
765
+ }
766
+
767
+ .button-content {
768
+ display: flex;
769
+ align-items: center;
770
+ justify-content: center;
771
+ }
772
+
773
+ .btn-text {
774
+ margin-left: 10px;
775
+ }.call {
776
+ position: absolute;
777
+ cursor: pointer;
778
+ user-select: none;
779
+ }
780
+
781
+ .call .ani-wrap {
782
+ display: flex;
783
+ justify-content: center;
784
+ align-items: center;
785
+ width: 100%;
786
+ height: 100%;
787
+ overflow: hidden;
788
+ transition: opacity 0.2s;
789
+ }
790
+
791
+ .call .ani-wrap:hover {
792
+ opacity: 0.9;
793
+ }
794
+
795
+ .call-content {
796
+ display: flex;
797
+ align-items: center;
798
+ justify-content: center;
799
+ }
800
+
801
+ .btn-text {
802
+ margin-left: 10px;
803
+ }
804
+
805
+
806
+ .hb-tel:before {
807
+ content: "\E642";
808
+ }.ele-effect {
809
+ will-change: transform;
810
+ }
811
+
812
+ .ele-effect .effect-wrap {
813
+ position: relative;
814
+ width: 100%;
815
+ height: 100%;
816
+ }
817
+
818
+ .particle {
819
+ position: absolute;
820
+ background-repeat: no-repeat;
821
+ background-size: contain;
822
+ animation-name: falling;
823
+ animation-timing-function: linear;
824
+ animation-iteration-count: infinite;
825
+ will-change: transform;
826
+ }
827
+
828
+ @keyframes falling {
829
+ 0% {
830
+ transform: translateY(0) rotate(0deg);
831
+ opacity: 1;
880
832
  }
881
-
882
- #index .mint-popup {
883
- background-color: transparent;
833
+ 80% {
834
+ opacity: 0.8;
884
835
  }
885
-
886
- .mint-popup {
887
- position: fixed;
888
- background: #fff;
889
- top: 50%;
890
- left: 50%;
891
- transform: translate3d(-50%, -50%, 0);
892
- -webkit-backface-visibility: hidden;
893
- backface-visibility: hidden;
894
- transition: .2s ease-out;
836
+ 100% {
837
+ transform: translateY(100vh) rotate(360deg);
838
+ opacity: 0;
895
839
  }
896
-
897
- .bar-messwin {
898
- width: 309px;
899
- height: 341px;
900
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
901
- background-size: 100% 100%;
840
+ }
841
+ .ele-lottie .ele-lotwrap {
842
+ overflow: hidden
843
+ }
844
+
845
+ .ele-effect .effect-wrap {
902
846
  position: relative;
903
- display: flex;
904
- flex-direction: column;
905
- align-items: center;
906
- margin-bottom: 20px;
907
- }
908
-
909
- .bar-messwin .mess-logo {
910
- width: 171px;
911
- height: 110px;
912
- margin-top: -64px;
913
- margin-left: 11px;
914
- }
915
-
916
- .bar-messwin .mess-title {
917
- margin-top: 12px;
918
- font-weight: 600;
919
- font-size: 21px;
920
- color: #333;
921
- }
922
-
923
- .bar-messwin .mess-input {
924
- width: 267px;
925
- height: 43px;
926
- background: #fff;
927
- border-radius: 9px;
928
- border: 1px solid rgba(237,85,102,0.4);
929
- margin-top: 12px;
930
- display: flex;
931
- align-items: center;
932
- justify-content: center;
933
- padding: 0 13px;
934
- }
935
-
936
- .bar-messwin .mess-input input {
847
+ overflow: hidden;
937
848
  width: 100%;
938
- font-size: 17px;
939
- font-family: PingFang SC;
940
- font-weight: 400;
941
- color: #333;
942
- border: none;
943
- outline: none;
944
- background: transparent;
945
- }
946
-
947
- .bar-messwin .mess-input input::-webkit-input-placeholder {
948
- color: #999;
949
- }
950
-
951
- .bar-messwin .mess-input input::-ms-input-placeholder {
952
- color: #999;
953
- }
954
-
955
- .bar-messwin .mess-input input::placeholder {
956
- color: #999;
957
- }
958
-
959
- .bar-messwin .mess-textarea {
960
- width: 267px;
961
- height: 85px;
962
- background: #fff;
963
- border-radius: 9px;
964
- border: 1px solid rgba(237,85,102,0.4);
965
- display: flex;
966
- padding: 9px 13px;
967
- justify-content: space-between;
968
- margin-top: 12px;
969
- position: relative;
970
- }
971
-
972
- .bar-messwin .mess-textarea textarea {
973
- width: 203px;
974
- height: 68px;
975
- font-size: 17px;
976
- resize: none;
977
- outline: none;
978
- border: none;
979
- background: transparent;
980
- color: #333;
981
- font-family: PingFang SC;
982
- }
983
-
984
- .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
985
- color: #999;
986
- }
987
-
988
- .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
989
- color: #999;
990
- }
991
-
992
- .bar-messwin .mess-textarea textarea::placeholder {
993
- color: #999;
994
- }
995
-
996
- .bar-messwin .mess-textarea img {
997
- width: 26px;
998
- height: 26px;
999
- cursor: pointer;
1000
- }
1001
-
1002
- .bar-messwin .mess-textarea .wish-dropdown {
1003
- position: absolute;
1004
- top: 43px;
1005
- right: 0;
1006
- width: 267px;
1007
- background: #fff;
1008
- border-radius: 9px;
1009
- box-shadow: 0 2px 10px rgba(0,0,0,0.1);
1010
- z-index: 10;
1011
- max-height: 213px;
1012
- overflow-y: auto;
1013
- border: 1px solid rgba(237,85,102,0.2);
1014
- padding: 0 13px;
1015
- }
1016
-
1017
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
1018
- width: 3px;
1019
- background-color: transparent;
1020
- display: block;
1021
- }
1022
-
1023
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
1024
- background-color: #ccc;
1025
- border-radius: 9px;
1026
- min-height: 32px;
1027
- }
1028
-
1029
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
1030
- background-color: transparent;
1031
- border-radius: 3px;
1032
- margin: 4px 0;
1033
- }
1034
-
1035
- .bar-messwin .mess-textarea .wish-dropdown .wish-item {
1036
- padding: 11px 0;
1037
- display: flex;
1038
- align-items: flex-start;
1039
- cursor: pointer;
1040
- transition: background-color 0.2s;
1041
- border-bottom: 1px solid rgba(0,0,0,0.05);
1042
- }
1043
-
1044
- .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
1045
- border-bottom: none;
1046
- }
1047
-
1048
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
1049
- color: #ff4874;
1050
- margin-right: 5px;
1051
- font-size: 11px;
1052
- line-height: 21px;
1053
- }
1054
-
1055
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
1056
- font-size: 15px;
1057
- color: #333;
1058
- line-height: 21px;
1059
- text-align: left;
1060
- }
1061
-
1062
- .bar-messwin .bar-m-sub {
1063
- width: 267px;
1064
- height: 43px;
1065
- background: linear-gradient(270deg,#ff4874,#ff9061);
1066
- border-radius: 68px;
1067
- font-size: 17px;
1068
- font-family: PingFang SC;
1069
- font-weight: 400;
1070
- color: #fff;
1071
- margin-top: 26px;
1072
- border: none;
1073
- outline: none;
1074
- cursor: pointer;
1075
- display: flex;
1076
- align-items: center;
1077
- justify-content: center;
1078
- }
1079
-
1080
- .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
1081
- position: absolute;
1082
- bottom: -60px;
1083
- right: 50%;
1084
- transform: translateX(50%);
1085
- font-size: 28px;
1086
- color: #fff;
1087
- cursor: pointer;
1088
- }
1089
-
1090
- /* 提示弹窗样式 */
1091
- .mint-msgbox-wrapper {
1092
- position: fixed;
1093
- top: 0;
1094
- left: 0;
1095
- right: 0;
1096
- bottom: 0;
1097
- background-color: rgba(0,0,0,0.5);
1098
- z-index: 2005;
1099
- display: flex;
1100
- justify-content: center;
1101
- align-items: center;
1102
- }
1103
-
1104
- .mint-msgbox {
1105
- position: relative;
1106
- background-color: #fff;
1107
- width: 85%;
1108
- border-radius: 3px;
1109
- font-size: 17px;
1110
- overflow: hidden;
1111
- }
1112
-
1113
- .mint-msgbox-header {
1114
- padding: 16px 0 0;
1115
- }
1116
-
1117
- .mint-msgbox-content {
1118
- padding: 11px 21px 16px;
1119
- border-bottom: 1px solid #ddd;
1120
- min-height: 38px;
1121
- position: relative;
1122
- }
1123
-
1124
- .mint-msgbox-title {
1125
- text-align: center;
1126
- padding-left: 0;
1127
- margin-bottom: 0;
1128
- font-size: 17px;
1129
- font-weight: 700;
1130
- color: #333;
1131
- }
1132
-
1133
- .mint-msgbox-message {
1134
- color: #999;
1135
- margin: 0;
1136
- text-align: center;
1137
- line-height: 38px;
1138
- }
1139
-
1140
- .mint-msgbox-btns {
1141
- display: flex;
1142
- height: 43px;
1143
- line-height: 43px;
1144
- }
1145
-
1146
- .mint-msgbox-btn {
1147
- line-height: 37px;
1148
- display: block;
1149
- background-color: #fff;
1150
- flex: 1;
1151
- margin: 0;
1152
- border: 0;
1153
- }
1154
-
1155
- .mint-msgbox-confirm {
1156
- color: #26a2ff;
1157
- width: 100%;
1158
- }
1159
- /* 右侧按钮区域样式 */
1160
- #toolbarNew .toolbar .bar-right {
1161
- margin-left: 7px;
1162
- font-size: 0;
1163
- display: flex;
1164
- align-items: center;
1165
- }
1166
-
1167
- #toolbarNew .toolbar .bar-right.move-left {
1168
- right: 64px;
1169
- }
1170
-
1171
- #toolbarNew .toolbar .bar-right .bar-r-com,
1172
- #toolbarNew .toolbar .bar-right>img {
1173
- display: inline-block;
1174
- vertical-align: middle;
1175
- }
1176
-
1177
- #toolbarNew .toolbar .bar-right .bar-r-com {
1178
- margin-left: 8px;
1179
- cursor: pointer;
1180
- }
1181
-
1182
- #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
1183
- width: 36px;
1184
- height: 36px;
1185
- transform-origin: center bottom;
1186
- animation: giftJump 3s ease infinite;
1187
- }
1188
-
1189
- @keyframes giftJump {
1190
- 0%, 24%, 48%, to {
1191
- transform: translateZ(0);
1192
- }
1193
- 12% {
1194
- transform: translate3d(0, -10px, 0);
1195
- }
1196
- 36% {
1197
- transform: translate3d(0, -10px, 0);
1198
- }
1199
- }
1200
-
1201
- #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
1202
- margin-left: 0;
1203
- }
1204
-
1205
- #toolbarNew .toolbar .bar-right>img {
1206
- position: relative;
1207
- z-index: 1;
1208
- width: 26px;
1209
- height: 26px;
1210
- }
1211
-
1212
- #toolbarNew .toolbar .bar-right .bar-heart {
1213
- position: relative;
1214
- width: 36px;
1215
- height: 36px;
1216
- text-align: center;
1217
- }
1218
-
1219
- #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
1220
- position: absolute;
1221
- max-width: 36px;
1222
- height: 15px;
1223
- line-height: 15px;
1224
- right: 0;
1225
- top: 0;
1226
- z-index: 3;
1227
- font-size: 10px;
1228
- color: #fff;
1229
- border-radius: 6px;
1230
- padding: 0 4px;
1231
- box-sizing: border-box;
1232
- white-space: nowrap;
1233
- background-color: #f38200;
1234
- transform: translateX(40%);
1235
- }
1236
-
1237
- #toolbarNew .toolbar .bar-right .bar-zan {
1238
- position: relative;
1239
- z-index: 2;
1240
- height: 33px;
1241
- width: 33px;
1242
- box-sizing: border-box;
1243
- }
1244
-
1245
- #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
1246
- position: absolute;
1247
- top: 0;
1248
- left: 10px;
1249
- opacity: 0;
1250
- font-size: 15px;
1251
- color: #f07a87;
1252
- }
1253
-
1254
- #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
1255
- position: absolute;
1256
- left: 0;
1257
- right: 0;
1258
- bottom: 0;
1259
- top: 0;
1260
- z-index: 1;
1261
- }
1262
-
1263
- #toolbarNew .toolbar .bar-right .bar-zan img {
1264
- width: 36px;
1265
- height: 36px;
1266
- }
1267
-
1268
- #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
1269
- z-index: 2;
1270
- animation: praise 1.2s;
1271
- animation-fill-mode: both;
1272
- }
1273
-
1274
- @keyframes praise {
1275
- 0% {
1276
- opacity: 1;
1277
- }
1278
- 50% {
1279
- opacity: 1;
1280
- transform: translate3d(0, -35px, 0);
1281
- }
1282
- to {
1283
- opacity: 0;
1284
- transform: translate3d(0, -35px, 0);
1285
- }
1286
- }
1287
-
1288
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
1289
- transform: scale(0.85);
1290
- }
1291
-
1292
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
1293
- animation: jump .6s ease-out;
1294
- }
1295
-
1296
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
1297
- animation: jump2 .6s ease-out;
1298
- }
1299
-
1300
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
1301
- animation: jump3 .6s ease-out;
1302
- }
1303
-
1304
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
1305
- animation: jump4 .6s ease-out;
1306
- }
1307
-
1308
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
1309
- animation: jump5 .6s ease-out;
1310
- }
1311
-
1312
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
1313
- animation: jump6 .6s ease-out;
1314
- }
1315
-
1316
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
1317
- animation: jump7 .6s ease-out;
1318
- }
1319
-
1320
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
1321
- animation: jump8 .6s ease-out;
1322
- }
1323
-
1324
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
1325
- position: absolute;
1326
- left: 0;
1327
- top: 0;
1328
- right: 0;
1329
- bottom: 0;
1330
- pointer-events: none;
1331
- overflow: visible;
1332
- }
1333
-
1334
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
1335
- position: absolute;
1336
- width: 6px;
1337
- height: 6px;
1338
- border-radius: 50%;
1339
- opacity: 0;
1340
- }
1341
-
1342
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
1343
- left: 50%;
1344
- top: -8px;
1345
- transform: translate3d(-50%, 0, 0);
1346
- background-color: #b3e5c8;
1347
- }
1348
-
1349
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
1350
- left: -8px;
1351
- top: 50%;
1352
- transform: translate3d(0, -50%, 0);
1353
- background-color: #f4ba31;
1354
- }
1355
-
1356
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
1357
- left: 50%;
1358
- bottom: -8px;
1359
- transform: translate3d(-50%, 0, 0);
1360
- background-color: #339fef;
1361
- }
1362
-
1363
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
1364
- top: 50%;
1365
- right: -8px;
1366
- transform: translate3d(0, -50%, 0);
1367
- background-color: #e2264d;
1368
- }
1369
-
1370
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
1371
- left: -5px;
1372
- top: 0;
1373
- transform: translate3d(0, -50%, 0);
1374
- background-color: #a08880;
1375
- }
1376
-
1377
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
1378
- left: -5px;
1379
- bottom: 0;
1380
- transform: translate3d(0, 50%, 0);
1381
- background-color: #43c1b5;
1382
- }
1383
-
1384
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
1385
- right: -5px;
1386
- bottom: 0;
1387
- transform: translate3d(0, 50%, 0);
1388
- background-color: #f5be3b;
1389
- }
1390
-
1391
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
1392
- right: -5px;
1393
- top: 0;
1394
- transform: translate3d(0, -50%, 0);
1395
- background-color: coral;
1396
- }
1397
-
1398
- @keyframes jump {
1399
- 0% {
1400
- opacity: 1;
1401
- transform: translate3d(-50%, 0, 0) scale(1);
1402
- }
1403
- 40% {
1404
- transform: translate3d(-50%, -100%, 0) scale(0.7);
1405
- }
1406
- to {
1407
- opacity: 1;
1408
- transform: translate3d(-50%, -150%, 0) scale(0);
1409
- }
1410
- }
1411
-
1412
- @keyframes jump2 {
1413
- 0% {
1414
- opacity: 1;
1415
- transform: translate3d(0, -50%, 0) scale(1);
1416
- }
1417
- 40% {
1418
- transform: translate3d(-100%, -50%, 0) scale(0.7);
1419
- }
1420
- to {
1421
- opacity: 1;
1422
- transform: translate3d(-150%, -50%, 0) scale(0);
1423
- }
1424
- }
1425
-
1426
- @keyframes jump3 {
1427
- 0% {
1428
- opacity: 1;
1429
- transform: translate3d(-50%, 0, 0) scale(1);
1430
- }
1431
- 40% {
1432
- transform: translate3d(-50%, 100%, 0) scale(0.7);
1433
- }
1434
- to {
1435
- opacity: 1;
1436
- transform: translate3d(-50%, 150%, 0) scale(0);
1437
- }
1438
- }
1439
-
1440
- @keyframes jump4 {
1441
- 0% {
1442
- opacity: 1;
1443
- transform: translate3d(0, -50%, 0) scale(1);
1444
- }
1445
- 40% {
1446
- transform: translate3d(100%, -50%, 0) scale(0.7);
1447
- }
1448
- to {
1449
- opacity: 1;
1450
- transform: translate3d(150%, -50%, 0) scale(0);
1451
- }
1452
- }
1453
-
1454
- @keyframes jump5 {
1455
- 0% {
1456
- opacity: 1;
1457
- transform: translate3d(0, -50%, 0) scale(1);
1458
- }
1459
- 40% {
1460
- transform: translate3d(-80%, -80%, 0) scale(0.7);
1461
- }
1462
- to {
1463
- opacity: 1;
1464
- transform: translate3d(-130%, -130%, 0) scale(0);
1465
- }
1466
- }
1467
-
1468
- @keyframes jump6 {
1469
- 0% {
1470
- opacity: 1;
1471
- transform: translate3d(0, 50%, 0) scale(1);
1472
- }
1473
- 40% {
1474
- transform: translate3d(-80%, 80%, 0) scale(0.7);
1475
- }
1476
- to {
1477
- opacity: 1;
1478
- transform: translate3d(-130%, 130%, 0) scale(0);
1479
- }
1480
- }
1481
-
1482
- @keyframes jump7 {
1483
- 0% {
1484
- opacity: 1;
1485
- transform: translate3d(0, 50%, 0) scale(1);
1486
- }
1487
- 40% {
1488
- transform: translate3d(80%, 80%, 0) scale(0.7);
1489
- }
1490
- to {
1491
- opacity: 1;
1492
- transform: translate3d(130%, 130%, 0) scale(0);
1493
- }
1494
- }
1495
-
1496
- @keyframes jump8 {
1497
- 0% {
1498
- opacity: 1;
1499
- transform: translate3d(0, 50%, 0) scale(1);
1500
- }
1501
- 40% {
1502
- transform: translate3d(80%, -80%, 0) scale(0.7);
1503
- }
1504
- to {
1505
- opacity: 1;
1506
- transform: translate3d(130%, -130%, 0) scale(0);
1507
- }
1508
- }
1509
-
1510
- /* 礼物弹窗样式 */
1511
- .give-gift {
1512
- position: fixed;
1513
- top: 50%;
1514
- left: 50%;
1515
- transform: translate(-50%, -50%);
1516
- z-index: 2004;
1517
- background: white;
1518
- padding: 20px;
1519
- border-radius: 10px;
1520
- text-align: center;
1521
- }
1522
-
1523
- .give-gift .back {
1524
- position: absolute;
1525
- top: 10px;
1526
- left: 10px;
1527
- cursor: pointer;
1528
- }
1529
-
1530
- .give-gift img {
1531
- max-width: 300px;
1532
- max-height: 300px;
1533
- margin-top: 20px;
1534
- }
1535
-
1536
- /* 留言成功弹窗样式 */
1537
- .mess-success-popup {
1538
- position: fixed;
1539
- top: 0;
1540
- left: 0;
1541
- right: 0;
1542
- bottom: 0;
1543
- background-color: rgba(0, 0, 0, 0.5);
1544
- z-index: 2003;
1545
- display: flex;
1546
- justify-content: center;
1547
- align-items: center;
1548
- }
1549
-
1550
- .mess-success-popup .gift-popup {
1551
- width: 300px;
1552
- height: 200px;
1553
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
1554
- border-radius: 10px;
1555
- padding: 20px;
1556
- text-align: center;
1557
- position: relative;
1558
- }
1559
-
1560
- .mess-success-popup .gift-popup .icon-cuowu2 {
1561
- position: absolute;
1562
- top: 10px;
1563
- right: 10px;
1564
- cursor: pointer;
1565
- }
1566
-
1567
- .mess-success-popup .gift-popup .toast {
1568
- display: flex;
1569
- align-items: center;
1570
- justify-content: center;
1571
- margin: 10px 0;
1572
- }
1573
-
1574
- .mess-success-popup .gift-popup .toast img {
1575
- width: 20px;
1576
- height: 15px;
1577
- margin: 0 5px;
1578
- }
1579
-
1580
- .mess-success-popup .gift-popup .title {
1581
- margin: 15px 0;
1582
- font-size: 16px;
1583
- color: #333;
1584
- }
1585
-
1586
- .mess-success-popup .gift-popup .btn {
1587
- background: linear-gradient(270deg, #ff4874, #ff9061);
1588
- color: white;
1589
- border: none;
1590
- padding: 10px 20px;
1591
- border-radius: 20px;
1592
- margin-top: 15px;
1593
- cursor: pointer;
1594
- }
1595
-
1596
- /* 新增图片加载动画样式 */
1597
- .gift-image-container {
1598
- position: relative;
1599
- width: 300px;
1600
- height: 300px;
1601
- margin: 20px 0;
1602
- overflow: hidden;
1603
- }
1604
-
1605
- .gift-image-container img {
1606
- width: 100%;
1607
- height: 100%;
1608
- object-fit: contain;
1609
- opacity: 0;
1610
- transition: opacity 0.5s ease-in-out;
1611
- }
1612
-
1613
- .gift-image-container img.loaded {
1614
- opacity: 1;
1615
- }
1616
-
1617
- .image-loading {
1618
- position: absolute;
1619
- top: 0;
1620
- left: 0;
1621
- width: 100%;
1622
- height: 100%;
1623
- display: flex;
1624
- justify-content: center;
1625
- align-items: center;
1626
- background: rgba(255, 255, 255, 0.8);
1627
- }
1628
-
1629
- .loading-spinner {
1630
- width: 40px;
1631
- height: 40px;
1632
- border: 4px solid #f3f3f3;
1633
- border-top: 4px solid #ed5566;
1634
- border-radius: 50%;
1635
- animation: spin 1s linear infinite;
1636
- }
1637
-
1638
- @keyframes spin {
1639
- 0% { transform: rotate(0deg); }
1640
- 100% { transform: rotate(360deg); }
1641
- }
1642
-
1643
- .element-ditu .ani-wrap {
1644
- width: 100%;
1645
- height: 100%;
1646
- overflow: hidden
1647
- }
1648
-
1649
- .element-ditu .map {
1650
- width: 100%;
1651
- height: 100%
1652
- }
1653
-
1654
- .element-ditu .map .el-button {
1655
- width: 100%;
1656
- height: 100%;
1657
- display: -webkit-box;
1658
- display: -ms-flexbox;
1659
- display: flex;
1660
- -webkit-box-align: center;
1661
- -ms-flex-align: center;
1662
- align-items: center;
1663
- padding: 0;
1664
- -webkit-box-pack: center;
1665
- -ms-flex-pack: center;
1666
- justify-content: center;
1667
- background: inherit;
1668
- color: inherit;
1669
- border: none
1670
- }
1671
-
1672
- .element-ditu .center-map {
1673
- width: 100%;
1674
- height: 100%;
1675
- background: #fff
1676
- }
1677
-
1678
- .element-ditu .mask-map {
1679
- position: absolute;
1680
- width: 100%;
1681
- height: 100%;
1682
- top: 0
1683
- }
1684
- .map-iframe {
1685
- width: 100%;
1686
- height: 100%;
1687
- }.ele-effect {
1688
- will-change: transform;
1689
- }
1690
-
1691
- .ele-effect .effect-wrap {
1692
- position: relative;
1693
- width: 100%;
1694
- height: 100%;
1695
- }
1696
-
1697
- .particle {
1698
- position: absolute;
1699
- background-repeat: no-repeat;
1700
- background-size: contain;
1701
- animation-name: falling;
1702
- animation-timing-function: linear;
1703
- animation-iteration-count: infinite;
1704
- will-change: transform;
1705
- }
1706
-
1707
- @keyframes falling {
1708
- 0% {
1709
- transform: translateY(0) rotate(0deg);
1710
- opacity: 1;
1711
- }
1712
- 80% {
1713
- opacity: 0.8;
1714
- }
1715
- 100% {
1716
- transform: translateY(100vh) rotate(360deg);
1717
- opacity: 0;
1718
- }
1719
- }
1720
- .ele-lottie .ele-lotwrap {
1721
- overflow: hidden
1722
- }
1723
-
1724
- .ele-effect .effect-wrap {
1725
- position: relative;
1726
- overflow: hidden;
1727
- width: 100%;
1728
- height: 100%
1729
- }
1730
-
1731
- .ele-effect .e-small {
849
+ height: 100%
850
+ }
851
+
852
+ .ele-effect .e-small {
1732
853
  position: absolute;
1733
854
  width: 24px;
1734
855
  height: 24px;
@@ -2962,52 +2083,159 @@ animation-timing-function: ease-out
2962
2083
  }
2963
2084
 
2964
2085
  80% {
2965
- -webkit-transform: scale(1.05)
2086
+ -webkit-transform: scale(1.05)
2087
+ }
2088
+
2089
+ 90% {
2090
+ -webkit-transform: scale(.98)
2091
+ }
2092
+
2093
+ to {
2094
+ -webkit-transform: scale(1)
2095
+ }
2096
+ }
2097
+
2098
+ @keyframes bounceSmall {
2099
+ 0% {
2100
+ opacity: 0;
2101
+ -webkit-transform: scale(1.7)
2102
+ }
2103
+
2104
+ 50% {
2105
+ opacity: 1;
2106
+ -webkit-transform: scale(.95)
2107
+ }
2108
+
2109
+ 80% {
2110
+ -webkit-transform: scale(1.05)
2111
+ }
2112
+
2113
+ 90% {
2114
+ -webkit-transform: scale(.98)
2115
+ }
2116
+
2117
+ to {
2118
+ -webkit-transform: scale(1)
2119
+ }
2120
+ }
2121
+
2122
+ .pullUp {
2123
+ -webkit-transform-origin: 50% 100%;
2124
+ transform-origin: 50% 100%;
2125
+ -webkit-animation-name: pullUp;
2126
+ animation-name: pullUp;
2127
+ -webkit-animation-timing-function: ease-out;
2128
+ animation-timing-function: ease-out
2129
+ }
2130
+
2131
+ @-webkit-keyframes pullUp {
2132
+ 0%,40%,60%,80%,99% {
2133
+ -webkit-animation-timing-function: ease-out;
2134
+ animation-timing-function: ease-out
2135
+ }
2136
+
2137
+ 0% {
2138
+ opacity: 0;
2139
+ -webkit-transform: scaleY(.1);
2140
+ transform: scaleY(.1);
2141
+ -webkit-transform-origin: 50% 100%;
2142
+ transform-origin: 50% 100%
2143
+ }
2144
+
2145
+ 40% {
2146
+ opacity: 1;
2147
+ -webkit-transform: scaleY(1.02);
2148
+ transform: scaleY(1.02);
2149
+ -webkit-transform-origin: 50% 100%;
2150
+ transform-origin: 50% 100%
2151
+ }
2152
+
2153
+ 60% {
2154
+ -webkit-transform: scaleY(.98);
2155
+ transform: scaleY(.98);
2156
+ -webkit-transform-origin: 50% 100%;
2157
+ transform-origin: 50% 100%
2158
+ }
2159
+
2160
+ 80% {
2161
+ -webkit-transform: scaleY(1.01);
2162
+ transform: scaleY(1.01);
2163
+ -webkit-transform-origin: 50% 100%;
2164
+ transform-origin: 50% 100%
2966
2165
  }
2967
2166
 
2968
- 90% {
2969
- -webkit-transform: scale(.98)
2167
+ 99% {
2168
+ -webkit-transform: scaleY(1);
2169
+ transform: scaleY(1);
2170
+ -webkit-transform-origin: 50% 100%;
2171
+ transform-origin: 50% 100%
2970
2172
  }
2971
2173
 
2972
2174
  to {
2973
- -webkit-transform: scale(1)
2175
+ -webkit-transform: none;
2176
+ transform: none
2974
2177
  }
2975
2178
  }
2976
2179
 
2977
- @keyframes bounceSmall {
2180
+ @keyframes pullUp {
2181
+ 0%,40%,60%,80%,99% {
2182
+ -webkit-animation-timing-function: ease-out;
2183
+ animation-timing-function: ease-out
2184
+ }
2185
+
2978
2186
  0% {
2979
2187
  opacity: 0;
2980
- -webkit-transform: scale(1.7)
2188
+ -webkit-transform: scaleY(.1);
2189
+ transform: scaleY(.1);
2190
+ -webkit-transform-origin: 50% 100%;
2191
+ transform-origin: 50% 100%
2981
2192
  }
2982
2193
 
2983
- 50% {
2194
+ 40% {
2984
2195
  opacity: 1;
2985
- -webkit-transform: scale(.95)
2196
+ -webkit-transform: scaleY(1.02);
2197
+ transform: scaleY(1.02);
2198
+ -webkit-transform-origin: 50% 100%;
2199
+ transform-origin: 50% 100%
2200
+ }
2201
+
2202
+ 60% {
2203
+ -webkit-transform: scaleY(.98);
2204
+ transform: scaleY(.98);
2205
+ -webkit-transform-origin: 50% 100%;
2206
+ transform-origin: 50% 100%
2986
2207
  }
2987
2208
 
2988
2209
  80% {
2989
- -webkit-transform: scale(1.05)
2210
+ -webkit-transform: scaleY(1.01);
2211
+ transform: scaleY(1.01);
2212
+ -webkit-transform-origin: 50% 100%;
2213
+ transform-origin: 50% 100%
2990
2214
  }
2991
2215
 
2992
- 90% {
2993
- -webkit-transform: scale(.98)
2216
+ 99% {
2217
+ -webkit-transform: scaleY(1);
2218
+ transform: scaleY(1);
2219
+ -webkit-transform-origin: 50% 100%;
2220
+ transform-origin: 50% 100%
2994
2221
  }
2995
2222
 
2996
2223
  to {
2997
- -webkit-transform: scale(1)
2224
+ -webkit-transform: none;
2225
+ transform: none
2998
2226
  }
2999
2227
  }
3000
2228
 
3001
- .pullUp {
3002
- -webkit-transform-origin: 50% 100%;
3003
- transform-origin: 50% 100%;
3004
- -webkit-animation-name: pullUp;
3005
- animation-name: pullUp;
2229
+ .pullDown {
2230
+ -webkit-transform-origin: 50% 0;
2231
+ transform-origin: 50% 0;
2232
+ -webkit-animation-name: pullDown;
2233
+ animation-name: pullDown;
3006
2234
  -webkit-animation-timing-function: ease-out;
3007
2235
  animation-timing-function: ease-out
3008
2236
  }
3009
2237
 
3010
- @-webkit-keyframes pullUp {
2238
+ @-webkit-keyframes pullDown {
3011
2239
  0%,40%,60%,80%,99% {
3012
2240
  -webkit-animation-timing-function: ease-out;
3013
2241
  animation-timing-function: ease-out
@@ -3017,37 +2245,37 @@ animation-timing-function: ease-out
3017
2245
  opacity: 0;
3018
2246
  -webkit-transform: scaleY(.1);
3019
2247
  transform: scaleY(.1);
3020
- -webkit-transform-origin: 50% 100%;
3021
- transform-origin: 50% 100%
2248
+ -webkit-transform-origin: 50% 0;
2249
+ transform-origin: 50% 0
3022
2250
  }
3023
2251
 
3024
2252
  40% {
3025
2253
  opacity: 1;
3026
2254
  -webkit-transform: scaleY(1.02);
3027
2255
  transform: scaleY(1.02);
3028
- -webkit-transform-origin: 50% 100%;
3029
- transform-origin: 50% 100%
2256
+ -webkit-transform-origin: 50% 0;
2257
+ transform-origin: 50% 0
3030
2258
  }
3031
2259
 
3032
2260
  60% {
3033
2261
  -webkit-transform: scaleY(.98);
3034
2262
  transform: scaleY(.98);
3035
- -webkit-transform-origin: 50% 100%;
3036
- transform-origin: 50% 100%
2263
+ -webkit-transform-origin: 50% 0;
2264
+ transform-origin: 50% 0
3037
2265
  }
3038
2266
 
3039
2267
  80% {
3040
2268
  -webkit-transform: scaleY(1.01);
3041
2269
  transform: scaleY(1.01);
3042
- -webkit-transform-origin: 50% 100%;
3043
- transform-origin: 50% 100%
2270
+ -webkit-transform-origin: 50% 0;
2271
+ transform-origin: 50% 0
3044
2272
  }
3045
2273
 
3046
2274
  99% {
3047
2275
  -webkit-transform: scaleY(1);
3048
2276
  transform: scaleY(1);
3049
- -webkit-transform-origin: 50% 100%;
3050
- transform-origin: 50% 100%
2277
+ -webkit-transform-origin: 50% 0;
2278
+ transform-origin: 50% 0
3051
2279
  }
3052
2280
 
3053
2281
  to {
@@ -3056,7 +2284,7 @@ to {
3056
2284
  }
3057
2285
  }
3058
2286
 
3059
- @keyframes pullUp {
2287
+ @keyframes pullDown {
3060
2288
  0%,40%,60%,80%,99% {
3061
2289
  -webkit-animation-timing-function: ease-out;
3062
2290
  animation-timing-function: ease-out
@@ -3064,226 +2292,993 @@ to {
3064
2292
 
3065
2293
  0% {
3066
2294
  opacity: 0;
3067
- -webkit-transform: scaleY(.1);
3068
- transform: scaleY(.1);
3069
- -webkit-transform-origin: 50% 100%;
3070
- transform-origin: 50% 100%
3071
- }
3072
-
3073
- 40% {
3074
- opacity: 1;
3075
- -webkit-transform: scaleY(1.02);
3076
- transform: scaleY(1.02);
3077
- -webkit-transform-origin: 50% 100%;
3078
- transform-origin: 50% 100%
3079
- }
3080
-
3081
- 60% {
3082
- -webkit-transform: scaleY(.98);
3083
- transform: scaleY(.98);
3084
- -webkit-transform-origin: 50% 100%;
3085
- transform-origin: 50% 100%
3086
- }
3087
-
3088
- 80% {
3089
- -webkit-transform: scaleY(1.01);
3090
- transform: scaleY(1.01);
3091
- -webkit-transform-origin: 50% 100%;
3092
- transform-origin: 50% 100%
3093
- }
3094
-
3095
- 99% {
3096
- -webkit-transform: scaleY(1);
3097
- transform: scaleY(1);
3098
- -webkit-transform-origin: 50% 100%;
3099
- transform-origin: 50% 100%
3100
- }
3101
-
3102
- to {
3103
- -webkit-transform: none;
3104
- transform: none
3105
- }
3106
- }
3107
-
3108
- .pullDown {
3109
- -webkit-transform-origin: 50% 0;
3110
- transform-origin: 50% 0;
3111
- -webkit-animation-name: pullDown;
3112
- animation-name: pullDown;
3113
- -webkit-animation-timing-function: ease-out;
3114
- animation-timing-function: ease-out
3115
- }
3116
-
3117
- @-webkit-keyframes pullDown {
3118
- 0%,40%,60%,80%,99% {
3119
- -webkit-animation-timing-function: ease-out;
3120
- animation-timing-function: ease-out
3121
- }
3122
-
3123
- 0% {
2295
+ -webkit-transform: scaleY(.1);
2296
+ transform: scaleY(.1);
2297
+ -webkit-transform-origin: 50% 0;
2298
+ transform-origin: 50% 0
2299
+ }
2300
+
2301
+ 40% {
2302
+ opacity: 1;
2303
+ -webkit-transform: scaleY(1.02);
2304
+ transform: scaleY(1.02);
2305
+ -webkit-transform-origin: 50% 0;
2306
+ transform-origin: 50% 0
2307
+ }
2308
+
2309
+ 60% {
2310
+ -webkit-transform: scaleY(.98);
2311
+ transform: scaleY(.98);
2312
+ -webkit-transform-origin: 50% 0;
2313
+ transform-origin: 50% 0
2314
+ }
2315
+
2316
+ 80% {
2317
+ -webkit-transform: scaleY(1.01);
2318
+ transform: scaleY(1.01);
2319
+ -webkit-transform-origin: 50% 0;
2320
+ transform-origin: 50% 0
2321
+ }
2322
+
2323
+ 99% {
2324
+ -webkit-transform: scaleY(1);
2325
+ transform: scaleY(1);
2326
+ -webkit-transform-origin: 50% 0;
2327
+ transform-origin: 50% 0
2328
+ }
2329
+
2330
+ to {
2331
+ -webkit-transform: none;
2332
+ transform: none
2333
+ }
2334
+ }/* Iconfont definition */
2335
+ .icon-danmuliebiao1:before {
2336
+ content: "\E68A";
2337
+ }
2338
+
2339
+ .icon-cuowu2:before {
2340
+ content: "\E65E";
2341
+ }
2342
+
2343
+ i {
2344
+ font-style: normal;
2345
+ }
2346
+
2347
+ .v-modal {
2348
+ position: fixed;
2349
+ left: 0;
2350
+ top: 0;
2351
+ width: 100%;
2352
+ height: 100%;
2353
+ opacity: .5;
2354
+ background: #000;
2355
+ }
2356
+ /* 底部工具栏样式 */
2357
+ #toolbarNew {
2358
+ position: fixed;
2359
+ left: 0;
2360
+ bottom: 0;
2361
+ width: 100%;
2362
+ padding: 12px 0;
2363
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
2364
+ z-index: 100;
2365
+ }
2366
+
2367
+ .toolbar {
2368
+ display: flex;
2369
+ align-items: center;
2370
+ padding: 0 10px;
2371
+ }
2372
+
2373
+ .bar-left {
2374
+ position: relative;
2375
+ flex: 1;
2376
+ }
2377
+
2378
+ .bar-mess {
2379
+ width: 100%;
2380
+ height: 36px;
2381
+ line-height: 36px;
2382
+ font-size: 14px;
2383
+ color: #ccc;
2384
+ padding: 0 8px;
2385
+ border-radius: 18px;
2386
+ border: none;
2387
+ -webkit-appearance: none;
2388
+ background-color: rgba(0, 0, 0, 0.28);
2389
+ }
2390
+
2391
+ .bar-mess::placeholder {
2392
+ color: rgba(255, 255, 255, 0.7);
2393
+ }
2394
+
2395
+ .bar-left .iconfont {
2396
+ position: absolute;
2397
+ right: 10px;
2398
+ top: 50%;
2399
+ transform: translateY(-50%);
2400
+ color: #f2f2f2;
2401
+ font-size: 16px;
2402
+ cursor: pointer;
2403
+ z-index: 2;
2404
+ padding: 5px;
2405
+ }
2406
+
2407
+ /* 关闭弹幕按钮样式 */
2408
+ .toolbar-close {
2409
+ position: absolute;
2410
+ left: 10px;
2411
+ transform: translateY(-50%);
2412
+ display: flex;
2413
+ align-items: center;
2414
+ cursor: pointer;
2415
+ z-index: 2;
2416
+ }
2417
+
2418
+ .toolbar-close img {
2419
+ display: block;
2420
+ width: 36px;
2421
+ height: 36px;
2422
+ cursor: pointer;
2423
+ }
2424
+
2425
+ /* 弹幕容器样式 */
2426
+ .bullet-container {
2427
+ position: fixed;
2428
+ left: 10px;
2429
+ right: 10px;
2430
+ height: 120px;
2431
+ overflow: hidden;
2432
+ z-index: 99;
2433
+ pointer-events: none;
2434
+ }
2435
+
2436
+ .bullet-item {
2437
+ position: absolute;
2438
+ left: 0;
2439
+ bottom: 0;
2440
+ padding: 5px 10px;
2441
+ border-radius: 15px;
2442
+ font-size: 14px;
2443
+ white-space: nowrap;
2444
+ animation: bulletMove linear;
2445
+ animation-fill-mode: forwards;
2446
+ will-change: transform;
2447
+ display: inline-block;
2448
+ max-width: 90%;
2449
+ }
2450
+
2451
+ @keyframes bulletMove {
2452
+ 0% {
2453
+ transform: translateY(0);
2454
+ opacity: 1;
2455
+ }
2456
+ 100% {
2457
+ transform: translateY(calc(-1 * 150px));
2458
+ opacity: 0;
2459
+ }
2460
+ }
2461
+
2462
+ /* 弹幕输入弹窗样式 */
2463
+ .popup-overlay {
2464
+ position: fixed;
2465
+ top: 0;
2466
+ left: 0;
2467
+ right: 0;
2468
+ bottom: 0;
2469
+ background: rgba(0, 0, 0, 0.5);
2470
+ display: flex;
2471
+ justify-content: center;
2472
+ align-items: flex-end;
2473
+ z-index: 200;
2474
+ }
2475
+
2476
+ #index .mint-popup {
2477
+ background-color: transparent;
2478
+ }
2479
+
2480
+ .mint-popup {
2481
+ position: fixed;
2482
+ background: #fff;
2483
+ top: 50%;
2484
+ left: 50%;
2485
+ transform: translate3d(-50%, -50%, 0);
2486
+ -webkit-backface-visibility: hidden;
2487
+ backface-visibility: hidden;
2488
+ transition: .2s ease-out;
2489
+ }
2490
+
2491
+ .bar-messwin {
2492
+ width: 309px;
2493
+ height: 341px;
2494
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
2495
+ background-size: 100% 100%;
2496
+ position: relative;
2497
+ display: flex;
2498
+ flex-direction: column;
2499
+ align-items: center;
2500
+ margin-bottom: 20px;
2501
+ }
2502
+
2503
+ .bar-messwin .mess-logo {
2504
+ width: 171px;
2505
+ height: 110px;
2506
+ margin-top: -64px;
2507
+ margin-left: 11px;
2508
+ }
2509
+
2510
+ .bar-messwin .mess-title {
2511
+ margin-top: 12px;
2512
+ font-weight: 600;
2513
+ font-size: 21px;
2514
+ color: #333;
2515
+ }
2516
+
2517
+ .bar-messwin .mess-input {
2518
+ width: 267px;
2519
+ height: 43px;
2520
+ background: #fff;
2521
+ border-radius: 9px;
2522
+ border: 1px solid rgba(237,85,102,0.4);
2523
+ margin-top: 12px;
2524
+ display: flex;
2525
+ align-items: center;
2526
+ justify-content: center;
2527
+ padding: 0 13px;
2528
+ }
2529
+
2530
+ .bar-messwin .mess-input input {
2531
+ width: 100%;
2532
+ font-size: 17px;
2533
+ font-family: PingFang SC;
2534
+ font-weight: 400;
2535
+ color: #333;
2536
+ border: none;
2537
+ outline: none;
2538
+ background: transparent;
2539
+ }
2540
+
2541
+ .bar-messwin .mess-input input::-webkit-input-placeholder {
2542
+ color: #999;
2543
+ }
2544
+
2545
+ .bar-messwin .mess-input input::-ms-input-placeholder {
2546
+ color: #999;
2547
+ }
2548
+
2549
+ .bar-messwin .mess-input input::placeholder {
2550
+ color: #999;
2551
+ }
2552
+
2553
+ .bar-messwin .mess-textarea {
2554
+ width: 267px;
2555
+ height: 85px;
2556
+ background: #fff;
2557
+ border-radius: 9px;
2558
+ border: 1px solid rgba(237,85,102,0.4);
2559
+ display: flex;
2560
+ padding: 9px 13px;
2561
+ justify-content: space-between;
2562
+ margin-top: 12px;
2563
+ position: relative;
2564
+ }
2565
+
2566
+ .bar-messwin .mess-textarea textarea {
2567
+ width: 203px;
2568
+ height: 68px;
2569
+ font-size: 17px;
2570
+ resize: none;
2571
+ outline: none;
2572
+ border: none;
2573
+ background: transparent;
2574
+ color: #333;
2575
+ font-family: PingFang SC;
2576
+ }
2577
+
2578
+ .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
2579
+ color: #999;
2580
+ }
2581
+
2582
+ .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
2583
+ color: #999;
2584
+ }
2585
+
2586
+ .bar-messwin .mess-textarea textarea::placeholder {
2587
+ color: #999;
2588
+ }
2589
+
2590
+ .bar-messwin .mess-textarea img {
2591
+ width: 26px;
2592
+ height: 26px;
2593
+ cursor: pointer;
2594
+ }
2595
+
2596
+ .bar-messwin .mess-textarea .wish-dropdown {
2597
+ position: absolute;
2598
+ top: 43px;
2599
+ right: 0;
2600
+ width: 267px;
2601
+ background: #fff;
2602
+ border-radius: 9px;
2603
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
2604
+ z-index: 10;
2605
+ max-height: 213px;
2606
+ overflow-y: auto;
2607
+ border: 1px solid rgba(237,85,102,0.2);
2608
+ padding: 0 13px;
2609
+ }
2610
+
2611
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
2612
+ width: 3px;
2613
+ background-color: transparent;
2614
+ display: block;
2615
+ }
2616
+
2617
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
2618
+ background-color: #ccc;
2619
+ border-radius: 9px;
2620
+ min-height: 32px;
2621
+ }
2622
+
2623
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
2624
+ background-color: transparent;
2625
+ border-radius: 3px;
2626
+ margin: 4px 0;
2627
+ }
2628
+
2629
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item {
2630
+ padding: 11px 0;
2631
+ display: flex;
2632
+ align-items: flex-start;
2633
+ cursor: pointer;
2634
+ transition: background-color 0.2s;
2635
+ border-bottom: 1px solid rgba(0,0,0,0.05);
2636
+ }
2637
+
2638
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
2639
+ border-bottom: none;
2640
+ }
2641
+
2642
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
2643
+ color: #ff4874;
2644
+ margin-right: 5px;
2645
+ font-size: 11px;
2646
+ line-height: 21px;
2647
+ }
2648
+
2649
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
2650
+ font-size: 15px;
2651
+ color: #333;
2652
+ line-height: 21px;
2653
+ text-align: left;
2654
+ }
2655
+
2656
+ .bar-messwin .bar-m-sub {
2657
+ width: 267px;
2658
+ height: 43px;
2659
+ background: linear-gradient(270deg,#ff4874,#ff9061);
2660
+ border-radius: 68px;
2661
+ font-size: 17px;
2662
+ font-family: PingFang SC;
2663
+ font-weight: 400;
2664
+ color: #fff;
2665
+ margin-top: 26px;
2666
+ border: none;
2667
+ outline: none;
2668
+ cursor: pointer;
2669
+ display: flex;
2670
+ align-items: center;
2671
+ justify-content: center;
2672
+ }
2673
+
2674
+ .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
2675
+ position: absolute;
2676
+ bottom: -60px;
2677
+ right: 50%;
2678
+ transform: translateX(50%);
2679
+ font-size: 28px;
2680
+ color: #fff;
2681
+ cursor: pointer;
2682
+ }
2683
+
2684
+ /* 提示弹窗样式 */
2685
+ .mint-msgbox-wrapper {
2686
+ position: fixed;
2687
+ top: 0;
2688
+ left: 0;
2689
+ right: 0;
2690
+ bottom: 0;
2691
+ background-color: rgba(0,0,0,0.5);
2692
+ z-index: 2005;
2693
+ display: flex;
2694
+ justify-content: center;
2695
+ align-items: center;
2696
+ }
2697
+
2698
+ .mint-msgbox {
2699
+ position: relative;
2700
+ background-color: #fff;
2701
+ width: 85%;
2702
+ border-radius: 3px;
2703
+ font-size: 17px;
2704
+ overflow: hidden;
2705
+ }
2706
+
2707
+ .mint-msgbox-header {
2708
+ padding: 16px 0 0;
2709
+ }
2710
+
2711
+ .mint-msgbox-content {
2712
+ padding: 11px 21px 16px;
2713
+ border-bottom: 1px solid #ddd;
2714
+ min-height: 38px;
2715
+ position: relative;
2716
+ }
2717
+
2718
+ .mint-msgbox-title {
2719
+ text-align: center;
2720
+ padding-left: 0;
2721
+ margin-bottom: 0;
2722
+ font-size: 17px;
2723
+ font-weight: 700;
2724
+ color: #333;
2725
+ }
2726
+
2727
+ .mint-msgbox-message {
2728
+ color: #999;
2729
+ margin: 0;
2730
+ text-align: center;
2731
+ line-height: 38px;
2732
+ }
2733
+
2734
+ .mint-msgbox-btns {
2735
+ display: flex;
2736
+ height: 43px;
2737
+ line-height: 43px;
2738
+ }
2739
+
2740
+ .mint-msgbox-btn {
2741
+ line-height: 37px;
2742
+ display: block;
2743
+ background-color: #fff;
2744
+ flex: 1;
2745
+ margin: 0;
2746
+ border: 0;
2747
+ }
2748
+
2749
+ .mint-msgbox-confirm {
2750
+ color: #26a2ff;
2751
+ width: 100%;
2752
+ }
2753
+ /* 右侧按钮区域样式 */
2754
+ #toolbarNew .toolbar .bar-right {
2755
+ margin-left: 7px;
2756
+ font-size: 0;
2757
+ display: flex;
2758
+ align-items: center;
2759
+ }
2760
+
2761
+ #toolbarNew .toolbar .bar-right.move-left {
2762
+ right: 64px;
2763
+ }
2764
+
2765
+ #toolbarNew .toolbar .bar-right .bar-r-com,
2766
+ #toolbarNew .toolbar .bar-right>img {
2767
+ display: inline-block;
2768
+ vertical-align: middle;
2769
+ }
2770
+
2771
+ #toolbarNew .toolbar .bar-right .bar-r-com {
2772
+ margin-left: 8px;
2773
+ cursor: pointer;
2774
+ }
2775
+
2776
+ #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
2777
+ width: 36px;
2778
+ height: 36px;
2779
+ transform-origin: center bottom;
2780
+ animation: giftJump 3s ease infinite;
2781
+ }
2782
+
2783
+ @keyframes giftJump {
2784
+ 0%, 24%, 48%, to {
2785
+ transform: translateZ(0);
2786
+ }
2787
+ 12% {
2788
+ transform: translate3d(0, -10px, 0);
2789
+ }
2790
+ 36% {
2791
+ transform: translate3d(0, -10px, 0);
2792
+ }
2793
+ }
2794
+
2795
+ #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
2796
+ margin-left: 0;
2797
+ }
2798
+
2799
+ #toolbarNew .toolbar .bar-right>img {
2800
+ position: relative;
2801
+ z-index: 1;
2802
+ width: 26px;
2803
+ height: 26px;
2804
+ }
2805
+
2806
+ #toolbarNew .toolbar .bar-right .bar-heart {
2807
+ position: relative;
2808
+ width: 36px;
2809
+ height: 36px;
2810
+ text-align: center;
2811
+ }
2812
+
2813
+ #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
2814
+ position: absolute;
2815
+ max-width: 36px;
2816
+ height: 15px;
2817
+ line-height: 15px;
2818
+ right: 0;
2819
+ top: 0;
2820
+ z-index: 3;
2821
+ font-size: 10px;
2822
+ color: #fff;
2823
+ border-radius: 6px;
2824
+ padding: 0 4px;
2825
+ box-sizing: border-box;
2826
+ white-space: nowrap;
2827
+ background-color: #f38200;
2828
+ transform: translateX(40%);
2829
+ }
2830
+
2831
+ #toolbarNew .toolbar .bar-right .bar-zan {
2832
+ position: relative;
2833
+ z-index: 2;
2834
+ height: 33px;
2835
+ width: 33px;
2836
+ box-sizing: border-box;
2837
+ }
2838
+
2839
+ #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
2840
+ position: absolute;
2841
+ top: 0;
2842
+ left: 10px;
2843
+ opacity: 0;
2844
+ font-size: 15px;
2845
+ color: #f07a87;
2846
+ }
2847
+
2848
+ #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
2849
+ position: absolute;
2850
+ left: 0;
2851
+ right: 0;
2852
+ bottom: 0;
2853
+ top: 0;
2854
+ z-index: 1;
2855
+ }
2856
+
2857
+ #toolbarNew .toolbar .bar-right .bar-zan img {
2858
+ width: 36px;
2859
+ height: 36px;
2860
+ }
2861
+
2862
+ #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
2863
+ z-index: 2;
2864
+ animation: praise 1.2s;
2865
+ animation-fill-mode: both;
2866
+ }
2867
+
2868
+ @keyframes praise {
2869
+ 0% {
2870
+ opacity: 1;
2871
+ }
2872
+ 50% {
2873
+ opacity: 1;
2874
+ transform: translate3d(0, -35px, 0);
2875
+ }
2876
+ to {
2877
+ opacity: 0;
2878
+ transform: translate3d(0, -35px, 0);
2879
+ }
2880
+ }
2881
+
2882
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
2883
+ transform: scale(0.85);
2884
+ }
2885
+
2886
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
2887
+ animation: jump .6s ease-out;
2888
+ }
2889
+
2890
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
2891
+ animation: jump2 .6s ease-out;
2892
+ }
2893
+
2894
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
2895
+ animation: jump3 .6s ease-out;
2896
+ }
2897
+
2898
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
2899
+ animation: jump4 .6s ease-out;
2900
+ }
2901
+
2902
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
2903
+ animation: jump5 .6s ease-out;
2904
+ }
2905
+
2906
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
2907
+ animation: jump6 .6s ease-out;
2908
+ }
2909
+
2910
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
2911
+ animation: jump7 .6s ease-out;
2912
+ }
2913
+
2914
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
2915
+ animation: jump8 .6s ease-out;
2916
+ }
2917
+
2918
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
2919
+ position: absolute;
2920
+ left: 0;
2921
+ top: 0;
2922
+ right: 0;
2923
+ bottom: 0;
2924
+ pointer-events: none;
2925
+ overflow: visible;
2926
+ }
2927
+
2928
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
2929
+ position: absolute;
2930
+ width: 6px;
2931
+ height: 6px;
2932
+ border-radius: 50%;
3124
2933
  opacity: 0;
3125
- -webkit-transform: scaleY(.1);
3126
- transform: scaleY(.1);
3127
- -webkit-transform-origin: 50% 0;
3128
- transform-origin: 50% 0
3129
- }
3130
-
3131
- 40% {
3132
- opacity: 1;
3133
- -webkit-transform: scaleY(1.02);
3134
- transform: scaleY(1.02);
3135
- -webkit-transform-origin: 50% 0;
3136
- transform-origin: 50% 0
3137
- }
3138
-
3139
- 60% {
3140
- -webkit-transform: scaleY(.98);
3141
- transform: scaleY(.98);
3142
- -webkit-transform-origin: 50% 0;
3143
- transform-origin: 50% 0
3144
- }
3145
-
3146
- 80% {
3147
- -webkit-transform: scaleY(1.01);
3148
- transform: scaleY(1.01);
3149
- -webkit-transform-origin: 50% 0;
3150
- transform-origin: 50% 0
3151
- }
3152
-
3153
- 99% {
3154
- -webkit-transform: scaleY(1);
3155
- transform: scaleY(1);
3156
- -webkit-transform-origin: 50% 0;
3157
- transform-origin: 50% 0
3158
- }
3159
-
3160
- to {
3161
- -webkit-transform: none;
3162
- transform: none
3163
- }
3164
- }
3165
-
3166
- @keyframes pullDown {
3167
- 0%,40%,60%,80%,99% {
3168
- -webkit-animation-timing-function: ease-out;
3169
- animation-timing-function: ease-out
3170
- }
3171
-
3172
- 0% {
2934
+ }
2935
+
2936
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
2937
+ left: 50%;
2938
+ top: -8px;
2939
+ transform: translate3d(-50%, 0, 0);
2940
+ background-color: #b3e5c8;
2941
+ }
2942
+
2943
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
2944
+ left: -8px;
2945
+ top: 50%;
2946
+ transform: translate3d(0, -50%, 0);
2947
+ background-color: #f4ba31;
2948
+ }
2949
+
2950
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
2951
+ left: 50%;
2952
+ bottom: -8px;
2953
+ transform: translate3d(-50%, 0, 0);
2954
+ background-color: #339fef;
2955
+ }
2956
+
2957
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
2958
+ top: 50%;
2959
+ right: -8px;
2960
+ transform: translate3d(0, -50%, 0);
2961
+ background-color: #e2264d;
2962
+ }
2963
+
2964
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
2965
+ left: -5px;
2966
+ top: 0;
2967
+ transform: translate3d(0, -50%, 0);
2968
+ background-color: #a08880;
2969
+ }
2970
+
2971
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
2972
+ left: -5px;
2973
+ bottom: 0;
2974
+ transform: translate3d(0, 50%, 0);
2975
+ background-color: #43c1b5;
2976
+ }
2977
+
2978
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
2979
+ right: -5px;
2980
+ bottom: 0;
2981
+ transform: translate3d(0, 50%, 0);
2982
+ background-color: #f5be3b;
2983
+ }
2984
+
2985
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
2986
+ right: -5px;
2987
+ top: 0;
2988
+ transform: translate3d(0, -50%, 0);
2989
+ background-color: coral;
2990
+ }
2991
+
2992
+ @keyframes jump {
2993
+ 0% {
2994
+ opacity: 1;
2995
+ transform: translate3d(-50%, 0, 0) scale(1);
2996
+ }
2997
+ 40% {
2998
+ transform: translate3d(-50%, -100%, 0) scale(0.7);
2999
+ }
3000
+ to {
3001
+ opacity: 1;
3002
+ transform: translate3d(-50%, -150%, 0) scale(0);
3003
+ }
3004
+ }
3005
+
3006
+ @keyframes jump2 {
3007
+ 0% {
3008
+ opacity: 1;
3009
+ transform: translate3d(0, -50%, 0) scale(1);
3010
+ }
3011
+ 40% {
3012
+ transform: translate3d(-100%, -50%, 0) scale(0.7);
3013
+ }
3014
+ to {
3015
+ opacity: 1;
3016
+ transform: translate3d(-150%, -50%, 0) scale(0);
3017
+ }
3018
+ }
3019
+
3020
+ @keyframes jump3 {
3021
+ 0% {
3022
+ opacity: 1;
3023
+ transform: translate3d(-50%, 0, 0) scale(1);
3024
+ }
3025
+ 40% {
3026
+ transform: translate3d(-50%, 100%, 0) scale(0.7);
3027
+ }
3028
+ to {
3029
+ opacity: 1;
3030
+ transform: translate3d(-50%, 150%, 0) scale(0);
3031
+ }
3032
+ }
3033
+
3034
+ @keyframes jump4 {
3035
+ 0% {
3036
+ opacity: 1;
3037
+ transform: translate3d(0, -50%, 0) scale(1);
3038
+ }
3039
+ 40% {
3040
+ transform: translate3d(100%, -50%, 0) scale(0.7);
3041
+ }
3042
+ to {
3043
+ opacity: 1;
3044
+ transform: translate3d(150%, -50%, 0) scale(0);
3045
+ }
3046
+ }
3047
+
3048
+ @keyframes jump5 {
3049
+ 0% {
3050
+ opacity: 1;
3051
+ transform: translate3d(0, -50%, 0) scale(1);
3052
+ }
3053
+ 40% {
3054
+ transform: translate3d(-80%, -80%, 0) scale(0.7);
3055
+ }
3056
+ to {
3057
+ opacity: 1;
3058
+ transform: translate3d(-130%, -130%, 0) scale(0);
3059
+ }
3060
+ }
3061
+
3062
+ @keyframes jump6 {
3063
+ 0% {
3064
+ opacity: 1;
3065
+ transform: translate3d(0, 50%, 0) scale(1);
3066
+ }
3067
+ 40% {
3068
+ transform: translate3d(-80%, 80%, 0) scale(0.7);
3069
+ }
3070
+ to {
3071
+ opacity: 1;
3072
+ transform: translate3d(-130%, 130%, 0) scale(0);
3073
+ }
3074
+ }
3075
+
3076
+ @keyframes jump7 {
3077
+ 0% {
3078
+ opacity: 1;
3079
+ transform: translate3d(0, 50%, 0) scale(1);
3080
+ }
3081
+ 40% {
3082
+ transform: translate3d(80%, 80%, 0) scale(0.7);
3083
+ }
3084
+ to {
3085
+ opacity: 1;
3086
+ transform: translate3d(130%, 130%, 0) scale(0);
3087
+ }
3088
+ }
3089
+
3090
+ @keyframes jump8 {
3091
+ 0% {
3092
+ opacity: 1;
3093
+ transform: translate3d(0, 50%, 0) scale(1);
3094
+ }
3095
+ 40% {
3096
+ transform: translate3d(80%, -80%, 0) scale(0.7);
3097
+ }
3098
+ to {
3099
+ opacity: 1;
3100
+ transform: translate3d(130%, -130%, 0) scale(0);
3101
+ }
3102
+ }
3103
+
3104
+ /* 礼物弹窗样式 */
3105
+ .give-gift {
3106
+ position: fixed;
3107
+ top: 50%;
3108
+ left: 50%;
3109
+ transform: translate(-50%, -50%);
3110
+ z-index: 2004;
3111
+ background: white;
3112
+ padding: 20px;
3113
+ border-radius: 10px;
3114
+ text-align: center;
3115
+ }
3116
+
3117
+ .give-gift .back {
3118
+ position: absolute;
3119
+ top: 10px;
3120
+ left: 10px;
3121
+ cursor: pointer;
3122
+ }
3123
+
3124
+ .give-gift img {
3125
+ max-width: 300px;
3126
+ max-height: 300px;
3127
+ margin-top: 20px;
3128
+ }
3129
+
3130
+ /* 留言成功弹窗样式 */
3131
+ .mess-success-popup {
3132
+ position: fixed;
3133
+ top: 0;
3134
+ left: 0;
3135
+ right: 0;
3136
+ bottom: 0;
3137
+ background-color: rgba(0, 0, 0, 0.5);
3138
+ z-index: 2003;
3139
+ display: flex;
3140
+ justify-content: center;
3141
+ align-items: center;
3142
+ }
3143
+
3144
+ .mess-success-popup .gift-popup {
3145
+ width: 300px;
3146
+ height: 200px;
3147
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
3148
+ border-radius: 10px;
3149
+ padding: 20px;
3150
+ text-align: center;
3151
+ position: relative;
3152
+ }
3153
+
3154
+ .mess-success-popup .gift-popup .icon-cuowu2 {
3155
+ position: absolute;
3156
+ top: 10px;
3157
+ right: 10px;
3158
+ cursor: pointer;
3159
+ }
3160
+
3161
+ .mess-success-popup .gift-popup .toast {
3162
+ display: flex;
3163
+ align-items: center;
3164
+ justify-content: center;
3165
+ margin: 10px 0;
3166
+ }
3167
+
3168
+ .mess-success-popup .gift-popup .toast img {
3169
+ width: 20px;
3170
+ height: 15px;
3171
+ margin: 0 5px;
3172
+ }
3173
+
3174
+ .mess-success-popup .gift-popup .title {
3175
+ margin: 15px 0;
3176
+ font-size: 16px;
3177
+ color: #333;
3178
+ }
3179
+
3180
+ .mess-success-popup .gift-popup .btn {
3181
+ background: linear-gradient(270deg, #ff4874, #ff9061);
3182
+ color: white;
3183
+ border: none;
3184
+ padding: 10px 20px;
3185
+ border-radius: 20px;
3186
+ margin-top: 15px;
3187
+ cursor: pointer;
3188
+ }
3189
+
3190
+ /* 新增图片加载动画样式 */
3191
+ .gift-image-container {
3192
+ position: relative;
3193
+ width: 300px;
3194
+ height: 300px;
3195
+ margin: 20px 0;
3196
+ overflow: hidden;
3197
+ }
3198
+
3199
+ .gift-image-container img {
3200
+ width: 100%;
3201
+ height: 100%;
3202
+ object-fit: contain;
3173
3203
  opacity: 0;
3174
- -webkit-transform: scaleY(.1);
3175
- transform: scaleY(.1);
3176
- -webkit-transform-origin: 50% 0;
3177
- transform-origin: 50% 0
3178
- }
3179
-
3180
- 40% {
3204
+ transition: opacity 0.5s ease-in-out;
3205
+ }
3206
+
3207
+ .gift-image-container img.loaded {
3181
3208
  opacity: 1;
3182
- -webkit-transform: scaleY(1.02);
3183
- transform: scaleY(1.02);
3184
- -webkit-transform-origin: 50% 0;
3185
- transform-origin: 50% 0
3186
- }
3187
-
3188
- 60% {
3189
- -webkit-transform: scaleY(.98);
3190
- transform: scaleY(.98);
3191
- -webkit-transform-origin: 50% 0;
3192
- transform-origin: 50% 0
3193
- }
3194
-
3195
- 80% {
3196
- -webkit-transform: scaleY(1.01);
3197
- transform: scaleY(1.01);
3198
- -webkit-transform-origin: 50% 0;
3199
- transform-origin: 50% 0
3200
- }
3201
-
3202
- 99% {
3203
- -webkit-transform: scaleY(1);
3204
- transform: scaleY(1);
3205
- -webkit-transform-origin: 50% 0;
3206
- transform-origin: 50% 0
3207
- }
3208
-
3209
- to {
3210
- -webkit-transform: none;
3211
- transform: none
3212
- }
3213
- }
3214
- .ele-lottie .ele-lotwrap {
3215
- overflow: hidden;
3216
- }#audio {
3217
- position: absolute;
3218
- right: 10px;
3219
- top: 10px;
3220
- z-index: 103;
3221
- width: 30px;
3222
- height: 30px;
3223
- display: flex;
3224
- align-items: center;
3225
- }
3226
-
3227
- #audio .mrotate {
3228
- animation: mrotate 5s linear infinite;
3209
+ }
3210
+
3211
+ .image-loading {
3212
+ position: absolute;
3213
+ top: 0;
3214
+ left: 0;
3215
+ width: 100%;
3216
+ height: 100%;
3217
+ display: flex;
3218
+ justify-content: center;
3219
+ align-items: center;
3220
+ background: rgba(255, 255, 255, 0.8);
3221
+ }
3222
+
3223
+ .loading-spinner {
3224
+ width: 40px;
3225
+ height: 40px;
3226
+ border: 4px solid #f3f3f3;
3227
+ border-top: 4px solid #ed5566;
3228
+ border-radius: 50%;
3229
+ animation: spin 1s linear infinite;
3230
+ }
3231
+
3232
+ @keyframes spin {
3233
+ 0% { transform: rotate(0deg); }
3234
+ 100% { transform: rotate(360deg); }
3235
+ }
3236
+
3237
+ .element-ditu .ani-wrap {
3238
+ width: 100%;
3239
+ height: 100%;
3240
+ overflow: hidden
3229
3241
  }
3230
3242
 
3231
- @keyframes mrotate {
3232
- to {
3233
- transform: rotate(1turn);
3234
- }
3243
+ .element-ditu .map {
3244
+ width: 100%;
3245
+ height: 100%
3235
3246
  }
3236
3247
 
3237
- #audio .audio {
3248
+ .element-ditu .map .el-button {
3238
3249
  width: 100%;
3239
3250
  height: 100%;
3251
+ display: -webkit-box;
3252
+ display: -ms-flexbox;
3240
3253
  display: flex;
3254
+ -webkit-box-align: center;
3255
+ -ms-flex-align: center;
3241
3256
  align-items: center;
3257
+ padding: 0;
3258
+ -webkit-box-pack: center;
3259
+ -ms-flex-pack: center;
3242
3260
  justify-content: center;
3243
- color: #fff;
3244
- background: #666;
3245
- border-radius: 50%;
3246
- overflow: hidden;
3247
- cursor: pointer;
3248
- transition: all 0.3s ease;
3249
- }
3250
-
3251
- #audio .audio.a-border {
3252
- border: 1px solid #fff;
3261
+ background: inherit;
3262
+ color: inherit;
3263
+ border: none
3253
3264
  }
3254
3265
 
3255
- #audio .audio .music-icon {
3256
- display: block;
3257
- width: 60%;
3258
- height: 60%;
3259
- object-fit: contain;
3266
+ .element-ditu .center-map {
3267
+ width: 100%;
3268
+ height: 100%;
3269
+ background: #fff
3260
3270
  }
3261
3271
 
3262
- #audio .audio .iconfont {
3263
- font-size: 2opx;
3264
- line-height: 1;
3265
- }
3266
- #audio .icon-cancel {
3267
- position: absolute;
3268
- width: 100%;
3269
- height: 100%;
3270
- border-radius: 50%;
3271
- overflow: hidden;
3272
- padding: 15px 0;
3272
+ .element-ditu .mask-map {
3273
+ position: absolute;
3274
+ width: 100%;
3275
+ height: 100%;
3276
+ top: 0
3273
3277
  }
3274
- #audio .icon-cancel .icon-h {
3275
- transform: rotate(45deg);
3276
- width: 100%;
3277
- height: 2px;
3278
- background: #fff;
3279
- }
3280
- #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
3281
- content: '';
3282
- position: absolute;
3283
- width: 100%;
3284
- height: 2px;
3285
- background: #fff;
3286
- }#page-list .tip-cover {
3278
+ .map-iframe {
3279
+ width: 100%;
3280
+ height: 100%;
3281
+ }#page-list .tip-cover {
3287
3282
  position: fixed;
3288
3283
  left: 0;
3289
3284
  top: 0;
@@ -3360,7 +3355,40 @@ to {
3360
3355
  font-size: 14px;
3361
3356
  line-height: 20px;
3362
3357
  background: #ed5566;
3363
- } .form-input {
3358
+ } .ele-shape {
3359
+ position: absolute;
3360
+ overflow: hidden;
3361
+ }
3362
+
3363
+ .ani-wrap {
3364
+ width: 100%;
3365
+ height: 100%;
3366
+ box-sizing: border-box;
3367
+ }
3368
+
3369
+ .e-shape {
3370
+ width: 100%;
3371
+ height: 100%;
3372
+ }
3373
+
3374
+ .svg-container :deep(svg) {
3375
+ width: 100%;
3376
+ height: 100%;
3377
+ display: block;
3378
+ }
3379
+
3380
+ .svg-loading,
3381
+ .svg-error {
3382
+ display: flex;
3383
+ align-items: center;
3384
+ justify-content: center;
3385
+ width: 100%;
3386
+ height: 100%;
3387
+ background: rgba(0,0,0,0.05);
3388
+ }
3389
+ .ele-lottie .ele-lotwrap {
3390
+ overflow: hidden;
3391
+ }.form-input {
3364
3392
  position: absolute;
3365
3393
  }
3366
3394
 
@@ -3410,58 +3438,12 @@ to {
3410
3438
  }
3411
3439
  .dynamic-placeholder-input:-ms-input-placeholder {
3412
3440
  color: var(--placeholder-color, #999);
3413
- }.form-submit {
3414
- cursor: pointer;
3415
- transition: all 0.2s;
3416
- outline: none;
3417
- border: none;
3418
- }
3419
-
3420
- .form-submit:hover {
3421
- opacity: 0.9;
3422
- transform: translateY(-1px);
3423
- }
3424
-
3425
- .form-submit:active {
3426
- opacity: 0.8;
3427
- transform: translateY(0);
3428
- }
3429
-
3430
- .form-submit:disabled {
3431
- opacity: 0.6;
3432
- cursor: not-allowed;
3433
- transform: none !important;
3434
- }
3435
-
3436
- .f-submit {
3437
- position: relative;
3438
- display: block
3439
- }
3440
-
3441
- .f-submit .ani-wrap {
3442
- width: 100%;
3443
- height: 100%;
3444
- padding: 10px;
3445
- overflow: hidden;
3446
- position: relative
3447
- }
3448
-
3449
- .f-submit .f-ovh {
3450
- position: absolute;
3451
- left: 50%;
3452
- top: 50%;
3453
- transform: translate(-50%,-50%)
3454
- }
3455
-
3456
- .form-submit:disabled {
3457
- opacity: 0.7;
3458
- cursor: not-allowed;
3459
- }/* .ele-form {
3441
+ }/* .ele-form {
3460
3442
  position: absolute;
3461
3443
  user-select: none;
3462
- }
3463
- */
3464
- .f-single {
3444
+ } */
3445
+
3446
+ .f-select {
3465
3447
  cursor: pointer;
3466
3448
  }
3467
3449
 
@@ -3469,15 +3451,13 @@ cursor: not-allowed;
3469
3451
  position: relative;
3470
3452
  }
3471
3453
 
3472
- .f-single .ani-wrap .fs-tit {
3454
+ .f-select .ani-wrap .fs-tit {
3455
+ position: relative;
3473
3456
  display: flex;
3474
3457
  padding: 0 5px;
3475
- height: 40px;
3458
+ height: 35px;
3459
+ line-height: 35px;
3476
3460
  align-items: center;
3477
- white-space: nowrap;
3478
- overflow: hidden;
3479
- text-overflow: ellipsis;
3480
- border-bottom: 1px solid rgba(153, 153, 153, 1);
3481
3461
  }
3482
3462
 
3483
3463
  .require {
@@ -3486,63 +3466,69 @@ cursor: not-allowed;
3486
3466
  vertical-align: middle;
3487
3467
  }
3488
3468
 
3489
- .f-single ul {
3490
- padding: 15px;
3491
- margin: 0;
3492
- list-style: none;
3469
+ .fs-cont {
3470
+ padding-right: 15px;
3471
+ white-space: nowrap;
3472
+ overflow: hidden;
3473
+ text-overflow: ellipsis;
3474
+ flex-grow: 1;
3493
3475
  }
3494
3476
 
3495
- .f-single ul li {
3496
- display: flex;
3497
- align-items: center;
3498
- margin-top: 12px;
3499
- font-size: 0;
3477
+ .icon-bofang1 {
3478
+ font-size: 12px;
3479
+ transition: transform 0.2s ease;
3500
3480
  }
3501
3481
 
3502
- .f-single ul li:first-child {
3503
- margin-top: 0;
3482
+ .rotate-180 {
3483
+ transform: rotate(180deg) !important;
3504
3484
  }
3505
3485
 
3506
- .fs-circle {
3507
- display: inline-block;
3508
- width: 16px;
3509
- height: 16px;
3510
- border-radius: 50%;
3511
- position: relative;
3512
- transition: all 0.2s;
3486
+ .f-real {
3487
+ position: absolute;
3488
+ left: 0;
3489
+ top: 0;
3490
+ width: 100%;
3491
+ height: 100%;
3492
+ z-index: 1;
3493
+ opacity: 0;
3494
+ cursor: pointer;
3513
3495
  }
3514
3496
 
3515
- .fs-circle.selected {
3516
- background-color: #2687f1;
3517
- border-color: #2687f1 !important;
3497
+ .dropdown-menu {
3498
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
3518
3499
  }
3519
3500
 
3520
- .fs-circle.selected::after {
3521
- content: "";
3522
- position: absolute;
3523
- top: 3px;
3524
- left: 3px;
3525
- width: 8px;
3526
- height: 8px;
3527
- border-radius: 50%;
3528
- background-color: white;
3501
+ .dropdown-item {
3502
+ padding: 8px 10px;
3503
+ cursor: pointer;
3504
+ transition: background-color 0.2s;
3529
3505
  }
3530
3506
 
3531
- .fs-txt {
3532
- display: inline-block;
3533
- width: calc(100% - 16px);
3534
- padding-left: 8px;
3535
- vertical-align: top;
3536
- word-break: break-all;
3537
- font-size: 14px;
3538
- line-height: 1.2;
3507
+ .dropdown-item:hover {
3508
+ background-color: #f5f5f5;
3539
3509
  }
3540
3510
 
3541
- .has-error .fs-tit {
3542
- border-bottom-color: #ff4d4f;
3511
+ .dropdown-item.selected {
3512
+ background-color: #e6f7ff;
3513
+ color: #1890ff;
3514
+ }
3515
+
3516
+ .f-select .fs-tit .icon-bofang1 {
3517
+ position: absolute;
3518
+ right: 10px;
3519
+ font-size: 12px;
3520
+ display: inline-block;
3521
+ transform: rotate(90deg);
3522
+ }
3523
+
3524
+ .icon-bofang1:before {
3525
+ content: "\E6CF";
3526
+ }
3527
+
3528
+ .has-error {
3529
+ border-color: #ff4d4f !important;
3543
3530
  }
3544
3531
 
3545
- /* 错误提示样式 */
3546
3532
  .error-tip {
3547
3533
  position: fixed;
3548
3534
  left: 0;
@@ -3550,34 +3536,52 @@ cursor: not-allowed;
3550
3536
  width: 100%;
3551
3537
  height: 100%;
3552
3538
  z-index: 1000;
3553
- }.button {
3554
- position: absolute;
3539
+ }.form-submit {
3555
3540
  cursor: pointer;
3556
- user-select: none;
3541
+ transition: all 0.2s;
3542
+ outline: none;
3543
+ border: none;
3557
3544
  }
3558
-
3559
- .button .ani-wrap {
3560
- display: flex;
3561
- justify-content: center;
3562
- align-items: center;
3545
+
3546
+ .form-submit:hover {
3547
+ opacity: 0.9;
3548
+ transform: translateY(-1px);
3549
+ }
3550
+
3551
+ .form-submit:active {
3552
+ opacity: 0.8;
3553
+ transform: translateY(0);
3554
+ }
3555
+
3556
+ .form-submit:disabled {
3557
+ opacity: 0.6;
3558
+ cursor: not-allowed;
3559
+ transform: none !important;
3560
+ }
3561
+
3562
+ .f-submit {
3563
+ position: relative;
3564
+ display: block
3565
+ }
3566
+
3567
+ .f-submit .ani-wrap {
3563
3568
  width: 100%;
3564
3569
  height: 100%;
3570
+ padding: 10px;
3565
3571
  overflow: hidden;
3566
- transition: opacity 0.2s;
3567
- }
3568
-
3569
- .button .ani-wrap:hover {
3570
- opacity: 0.9;
3572
+ position: relative
3571
3573
  }
3572
3574
 
3573
- .button-content {
3574
- display: flex;
3575
- align-items: center;
3576
- justify-content: center;
3575
+ .f-submit .f-ovh {
3576
+ position: absolute;
3577
+ left: 50%;
3578
+ top: 50%;
3579
+ transform: translate(-50%,-50%)
3577
3580
  }
3578
3581
 
3579
- .btn-text {
3580
- margin-left: 10px;
3582
+ .form-submit:disabled {
3583
+ opacity: 0.7;
3584
+ cursor: not-allowed;
3581
3585
  }/* .ele-form {
3582
3586
  position: absolute;
3583
3587
  user-select: none;
@@ -3660,10 +3664,154 @@ cursor: not-allowed;
3660
3664
  font-size: 14px;
3661
3665
  line-height: 1.2;
3662
3666
  }
3663
-
3664
- .has-error .fs-tit {
3665
- border-bottom-color: #ff4d4f;
3667
+
3668
+ .has-error .fs-tit {
3669
+ border-bottom-color: #ff4d4f;
3670
+ }
3671
+ .global.video {
3672
+ width: 35px;
3673
+ height: 55px;
3674
+ border-radius: 50%;
3675
+ text-align: center;
3676
+ margin-bottom: 5px;
3677
+ border: 2px solid #fff;
3678
+ cursor: pointer;
3679
+ }
3680
+ .icon-shipin2:before { content: "\E611"; }
3681
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
3682
+ .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
3683
+ }
3684
+
3685
+ .global.receipt {
3686
+ width: 35px;
3687
+ height: 55px;
3688
+ border-radius: 50%;
3689
+ text-align: center;
3690
+ margin-bottom: 5px;
3691
+ border: 2px solid #fff;
3692
+ cursor: pointer;
3693
+ }
3694
+ .icon-liuyan:before { content: "\E636"; }
3695
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
3696
+ .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
3697
+ .global.tel {
3698
+ width: 35px;
3699
+ height: 55px;
3700
+ border-radius: 50%;
3701
+ text-align: center;
3702
+ margin-bottom: 15px;
3703
+ border: 2px solid #fff;
3704
+ cursor: pointer;
3705
+ }
3706
+ .icon-dianhua:before { content: "\E60E"; }
3707
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
3708
+ .global.tel > span { font-size: 10px; line-height: 20px; display: block;}/* .ele-form {
3709
+ position: absolute;
3710
+ user-select: none;
3711
+ }
3712
+ */
3713
+ .f-single {
3714
+ cursor: pointer;
3715
+ }
3716
+
3717
+ .ani-wrap {
3718
+ position: relative;
3719
+ }
3720
+
3721
+ .f-single .ani-wrap .fs-tit {
3722
+ display: flex;
3723
+ padding: 0 5px;
3724
+ height: 40px;
3725
+ align-items: center;
3726
+ white-space: nowrap;
3727
+ overflow: hidden;
3728
+ text-overflow: ellipsis;
3729
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
3730
+ }
3731
+
3732
+ .require {
3733
+ padding: 0 5px 0 0;
3734
+ color: red;
3735
+ vertical-align: middle;
3736
+ }
3737
+
3738
+ .f-single ul {
3739
+ padding: 15px;
3740
+ margin: 0;
3741
+ list-style: none;
3742
+ }
3743
+
3744
+ .f-single ul li {
3745
+ display: flex;
3746
+ align-items: center;
3747
+ margin-top: 12px;
3748
+ font-size: 0;
3749
+ }
3750
+
3751
+ .f-single ul li:first-child {
3752
+ margin-top: 0;
3753
+ }
3754
+
3755
+ .fs-circle {
3756
+ display: inline-block;
3757
+ width: 16px;
3758
+ height: 16px;
3759
+ border-radius: 50%;
3760
+ position: relative;
3761
+ transition: all 0.2s;
3762
+ }
3763
+
3764
+ .fs-circle.selected {
3765
+ background-color: #2687f1;
3766
+ border-color: #2687f1 !important;
3767
+ }
3768
+
3769
+ .fs-circle.selected::after {
3770
+ content: "";
3771
+ position: absolute;
3772
+ top: 3px;
3773
+ left: 3px;
3774
+ width: 8px;
3775
+ height: 8px;
3776
+ border-radius: 50%;
3777
+ background-color: white;
3778
+ }
3779
+
3780
+ .fs-txt {
3781
+ display: inline-block;
3782
+ width: calc(100% - 16px);
3783
+ padding-left: 8px;
3784
+ vertical-align: top;
3785
+ word-break: break-all;
3786
+ font-size: 14px;
3787
+ line-height: 1.2;
3788
+ }
3789
+
3790
+ .has-error .fs-tit {
3791
+ border-bottom-color: #ff4d4f;
3792
+ }
3793
+
3794
+ /* 错误提示样式 */
3795
+ .error-tip {
3796
+ position: fixed;
3797
+ left: 0;
3798
+ top: 0;
3799
+ width: 100%;
3800
+ height: 100%;
3801
+ z-index: 1000;
3802
+ }
3803
+ .global.map {
3804
+ width: 35px;
3805
+ height: 55px;
3806
+ border-radius: 50%;
3807
+ text-align: center;
3808
+ margin-bottom: 5px;
3809
+ border: 2px solid #fff;
3810
+ cursor: pointer;
3666
3811
  }
3812
+ .icon-daohang1:before { content: "\E612"; }
3813
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
3814
+ .global.map > span { font-size: 10px; line-height: 20px; display: block;}
3667
3815
  .icon-guanbi:before {
3668
3816
  content: "\E676";
3669
3817
  }
@@ -4057,152 +4205,3 @@ cursor: not-allowed;
4057
4205
  content: "\E65E";
4058
4206
  color: #F44336; /* 失败的红色 */
4059
4207
  }
4060
- /* .ele-form {
4061
- position: absolute;
4062
- user-select: none;
4063
- } */
4064
-
4065
- .f-select {
4066
- cursor: pointer;
4067
- }
4068
-
4069
- .ani-wrap {
4070
- position: relative;
4071
- }
4072
-
4073
- .f-select .ani-wrap .fs-tit {
4074
- position: relative;
4075
- display: flex;
4076
- padding: 0 5px;
4077
- height: 35px;
4078
- line-height: 35px;
4079
- align-items: center;
4080
- }
4081
-
4082
- .require {
4083
- padding: 0 5px 0 0;
4084
- color: red;
4085
- vertical-align: middle;
4086
- }
4087
-
4088
- .fs-cont {
4089
- padding-right: 15px;
4090
- white-space: nowrap;
4091
- overflow: hidden;
4092
- text-overflow: ellipsis;
4093
- flex-grow: 1;
4094
- }
4095
-
4096
- .icon-bofang1 {
4097
- font-size: 12px;
4098
- transition: transform 0.2s ease;
4099
- }
4100
-
4101
- .rotate-180 {
4102
- transform: rotate(180deg) !important;
4103
- }
4104
-
4105
- .f-real {
4106
- position: absolute;
4107
- left: 0;
4108
- top: 0;
4109
- width: 100%;
4110
- height: 100%;
4111
- z-index: 1;
4112
- opacity: 0;
4113
- cursor: pointer;
4114
- }
4115
-
4116
- .dropdown-menu {
4117
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
4118
- }
4119
-
4120
- .dropdown-item {
4121
- padding: 8px 10px;
4122
- cursor: pointer;
4123
- transition: background-color 0.2s;
4124
- }
4125
-
4126
- .dropdown-item:hover {
4127
- background-color: #f5f5f5;
4128
- }
4129
-
4130
- .dropdown-item.selected {
4131
- background-color: #e6f7ff;
4132
- color: #1890ff;
4133
- }
4134
-
4135
- .f-select .fs-tit .icon-bofang1 {
4136
- position: absolute;
4137
- right: 10px;
4138
- font-size: 12px;
4139
- display: inline-block;
4140
- transform: rotate(90deg);
4141
- }
4142
-
4143
- .icon-bofang1:before {
4144
- content: "\E6CF";
4145
- }
4146
-
4147
- .has-error {
4148
- border-color: #ff4d4f !important;
4149
- }
4150
-
4151
- .error-tip {
4152
- position: fixed;
4153
- left: 0;
4154
- top: 0;
4155
- width: 100%;
4156
- height: 100%;
4157
- z-index: 1000;
4158
- }
4159
- .global.tel {
4160
- width: 35px;
4161
- height: 55px;
4162
- border-radius: 50%;
4163
- text-align: center;
4164
- margin-bottom: 15px;
4165
- border: 2px solid #fff;
4166
- cursor: pointer;
4167
- }
4168
- .icon-dianhua:before { content: "\E60E"; }
4169
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4170
- .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
4171
- .global.map {
4172
- width: 35px;
4173
- height: 55px;
4174
- border-radius: 50%;
4175
- text-align: center;
4176
- margin-bottom: 5px;
4177
- border: 2px solid #fff;
4178
- cursor: pointer;
4179
- }
4180
- .icon-daohang1:before { content: "\E612"; }
4181
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4182
- .global.map > span { font-size: 10px; line-height: 20px; display: block;}
4183
- .global.video {
4184
- width: 35px;
4185
- height: 55px;
4186
- border-radius: 50%;
4187
- text-align: center;
4188
- margin-bottom: 5px;
4189
- border: 2px solid #fff;
4190
- cursor: pointer;
4191
- }
4192
- .icon-shipin2:before { content: "\E611"; }
4193
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4194
- .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
4195
- }
4196
-
4197
- .global.receipt {
4198
- width: 35px;
4199
- height: 55px;
4200
- border-radius: 50%;
4201
- text-align: center;
4202
- margin-bottom: 5px;
4203
- border: 2px solid #fff;
4204
- cursor: pointer;
4205
- }
4206
- .icon-liuyan:before { content: "\E636"; }
4207
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4208
- .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }