unika-components 1.1.51 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/unika-components.css +1494 -1498
- package/dist/unika-components.esm.js +7 -1
- package/dist/unika-components.umd.js +7 -1
- package/package.json +1 -1
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
|
|
2
|
+
body {
|
|
3
|
+
margin: 0 auto;
|
|
4
|
+
white-space: normal;
|
|
5
|
+
word-break: break-all;
|
|
6
|
+
font-family: PingFang SC, Microsoft Yahei, Lato, Helvetica Neue, Arial, SimSun, Helvetica, STHeiTi, Roboto Regular, Roboto, Droid Sans, sans-serif;
|
|
7
|
+
}
|
|
8
|
+
|
|
2
9
|
.form-submit {
|
|
3
10
|
cursor: pointer;
|
|
4
11
|
transition: all 0.2s;
|
|
@@ -22,10 +29,6 @@ cursor: not-allowed;
|
|
|
22
29
|
transform: none !important;
|
|
23
30
|
}
|
|
24
31
|
|
|
25
|
-
.ele-form {
|
|
26
|
-
position: absolute;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
32
|
.f-submit {
|
|
30
33
|
position: relative;
|
|
31
34
|
display: block
|
|
@@ -50,13 +53,6 @@ position: absolute;
|
|
|
50
53
|
opacity: 0.7;
|
|
51
54
|
cursor: not-allowed;
|
|
52
55
|
}
|
|
53
|
-
body {
|
|
54
|
-
margin: 0 auto;
|
|
55
|
-
white-space: normal;
|
|
56
|
-
word-break: break-all;
|
|
57
|
-
font-family: PingFang SC, Microsoft Yahei, Lato, Helvetica Neue, Arial, SimSun, Helvetica, STHeiTi, Roboto Regular, Roboto, Droid Sans, sans-serif;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
56
|
.form-container {
|
|
61
57
|
position: relative;
|
|
62
58
|
width: 100%;
|
|
@@ -139,169 +135,7 @@ body {
|
|
|
139
135
|
transform: scale(1);
|
|
140
136
|
opacity: 1;
|
|
141
137
|
}
|
|
142
|
-
}.
|
|
143
|
-
cursor: default!important
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.count-down .ani-wrap {
|
|
147
|
-
width: 100%;
|
|
148
|
-
height: 100%
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.count-down .count-text,.count-down .finish-cont {
|
|
152
|
-
display: -webkit-box;
|
|
153
|
-
display: -ms-flexbox;
|
|
154
|
-
display: flex;
|
|
155
|
-
height: 100%;
|
|
156
|
-
-webkit-box-align: center;
|
|
157
|
-
-ms-flex-align: center;
|
|
158
|
-
align-items: center;
|
|
159
|
-
-webkit-box-pack: center;
|
|
160
|
-
-ms-flex-pack: center;
|
|
161
|
-
justify-content: center
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.count-down .finish-cont {
|
|
165
|
-
width: 100%
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.count-down .count-flip {
|
|
169
|
-
display: -webkit-box;
|
|
170
|
-
display: -ms-flexbox;
|
|
171
|
-
display: flex;
|
|
172
|
-
height: 100%;
|
|
173
|
-
-webkit-box-align: center;
|
|
174
|
-
-ms-flex-align: center;
|
|
175
|
-
align-items: center;
|
|
176
|
-
-webkit-box-pack: center;
|
|
177
|
-
-ms-flex-pack: center;
|
|
178
|
-
justify-content: center
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.count-down .count-flip .numscroll {
|
|
182
|
-
-webkit-animation: numscroll .4s ease-in-out;
|
|
183
|
-
animation: numscroll .4s ease-in-out;
|
|
184
|
-
-webkit-animation-fill-mode: both;
|
|
185
|
-
animation-fill-mode: both
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.count-down .count-flip .numscroll .curr-num {
|
|
189
|
-
-webkit-transition: all .3s ease-in-out;
|
|
190
|
-
transition: all .3s ease-in-out;
|
|
191
|
-
opacity: .6;
|
|
192
|
-
-webkit-transform: scale(.5)!important;
|
|
193
|
-
transform: scale(.5)!important
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
@-webkit-keyframes numscroll {
|
|
197
|
-
0% {
|
|
198
|
-
-webkit-transform: translateZ(0);
|
|
199
|
-
transform: translateZ(0)
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
to {
|
|
203
|
-
-webkit-transform: translate3d(0,100%,0);
|
|
204
|
-
transform: translate3d(0,100%,0)
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
@keyframes numscroll {
|
|
209
|
-
0% {
|
|
210
|
-
-webkit-transform: translateZ(0);
|
|
211
|
-
transform: translateZ(0)
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
to {
|
|
215
|
-
-webkit-transform: translate3d(0,100%,0);
|
|
216
|
-
transform: translate3d(0,100%,0)
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.count-down .count-flip .c-com {
|
|
221
|
-
min-width: 50px;
|
|
222
|
-
height: auto;
|
|
223
|
-
margin: 6px;
|
|
224
|
-
padding: 5px 0 6px;
|
|
225
|
-
background-color: #111
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.count-down .count-flip .c-com .flex-wrap {
|
|
229
|
-
display: -webkit-box;
|
|
230
|
-
display: -ms-flexbox;
|
|
231
|
-
display: flex;
|
|
232
|
-
position: relative;
|
|
233
|
-
width: 100%;
|
|
234
|
-
height: 100%;
|
|
235
|
-
-webkit-box-align: center;
|
|
236
|
-
-ms-flex-align: center;
|
|
237
|
-
align-items: center
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
|
|
241
|
-
line-height: 27px
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.count-down .count-flip .c-com .flex-wrap .next-num {
|
|
245
|
-
position: absolute;
|
|
246
|
-
top: -100%
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.count-down .count-flip .c-com .flex-wrap .curr-num {
|
|
250
|
-
-webkit-transform: scale(1);
|
|
251
|
-
transform: scale(1)
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.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 {
|
|
255
|
-
display: none!important
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.c-wrap {
|
|
259
|
-
width: 100%;
|
|
260
|
-
height: 100%;
|
|
261
|
-
overflow: hidden;
|
|
262
|
-
font-size: 0
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.c-wrap.c-day-wrap {
|
|
266
|
-
text-align: center
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.c-wrap.c-day-wrap .c-num {
|
|
270
|
-
width: auto
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.c-wrap .c-num {
|
|
274
|
-
display: inline-block;
|
|
275
|
-
width: 50%;
|
|
276
|
-
overflow: hidden;
|
|
277
|
-
font-size: 20px;
|
|
278
|
-
color: #999
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.c-wrap .c-left .flex-wrap {
|
|
282
|
-
display: -webkit-box;
|
|
283
|
-
display: -ms-flexbox;
|
|
284
|
-
display: flex;
|
|
285
|
-
-webkit-box-pack: end;
|
|
286
|
-
-ms-flex-pack: end;
|
|
287
|
-
justify-content: flex-end
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.c-wrap .c-text {
|
|
291
|
-
display: -webkit-box;
|
|
292
|
-
display: -ms-flexbox;
|
|
293
|
-
display: flex;
|
|
294
|
-
width: 100%;
|
|
295
|
-
font-size: 12px;
|
|
296
|
-
-webkit-box-pack: center;
|
|
297
|
-
-ms-flex-pack: center;
|
|
298
|
-
justify-content: center;
|
|
299
|
-
-webkit-box-align: center;
|
|
300
|
-
-ms-flex-align: center;
|
|
301
|
-
align-items: center;
|
|
302
|
-
white-space: nowrap
|
|
303
|
-
}
|
|
304
|
-
.ele-shape {
|
|
138
|
+
}.ele-shape {
|
|
305
139
|
position: absolute;
|
|
306
140
|
overflow: hidden;
|
|
307
141
|
}
|
|
@@ -331,77 +165,7 @@ body {
|
|
|
331
165
|
width: 100%;
|
|
332
166
|
height: 100%;
|
|
333
167
|
background: rgba(0,0,0,0.05);
|
|
334
|
-
}#audio {
|
|
335
|
-
position: absolute;
|
|
336
|
-
right: 10px;
|
|
337
|
-
top: 10px;
|
|
338
|
-
z-index: 103;
|
|
339
|
-
width: 30px;
|
|
340
|
-
height: 30px;
|
|
341
|
-
display: flex;
|
|
342
|
-
align-items: center;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
#audio .mrotate {
|
|
346
|
-
animation: mrotate 5s linear infinite;
|
|
347
168
|
}
|
|
348
|
-
|
|
349
|
-
@keyframes mrotate {
|
|
350
|
-
to {
|
|
351
|
-
transform: rotate(1turn);
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
#audio .audio {
|
|
356
|
-
width: 100%;
|
|
357
|
-
height: 100%;
|
|
358
|
-
display: flex;
|
|
359
|
-
align-items: center;
|
|
360
|
-
justify-content: center;
|
|
361
|
-
color: #fff;
|
|
362
|
-
background: #666;
|
|
363
|
-
border-radius: 50%;
|
|
364
|
-
overflow: hidden;
|
|
365
|
-
cursor: pointer;
|
|
366
|
-
transition: all 0.3s ease;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
#audio .audio.a-border {
|
|
370
|
-
border: 1px solid #fff;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
#audio .audio .music-icon {
|
|
374
|
-
display: block;
|
|
375
|
-
width: 60%;
|
|
376
|
-
height: 60%;
|
|
377
|
-
object-fit: contain;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
#audio .audio .iconfont {
|
|
381
|
-
font-size: 2opx;
|
|
382
|
-
line-height: 1;
|
|
383
|
-
}
|
|
384
|
-
#audio .icon-cancel {
|
|
385
|
-
position: absolute;
|
|
386
|
-
width: 100%;
|
|
387
|
-
height: 100%;
|
|
388
|
-
border-radius: 50%;
|
|
389
|
-
overflow: hidden;
|
|
390
|
-
padding: 15px 0;
|
|
391
|
-
}
|
|
392
|
-
#audio .icon-cancel .icon-h {
|
|
393
|
-
transform: rotate(45deg);
|
|
394
|
-
width: 100%;
|
|
395
|
-
height: 2px;
|
|
396
|
-
background: #fff;
|
|
397
|
-
}
|
|
398
|
-
#audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
|
|
399
|
-
content: '';
|
|
400
|
-
position: absolute;
|
|
401
|
-
width: 100%;
|
|
402
|
-
height: 2px;
|
|
403
|
-
background: #fff;
|
|
404
|
-
}
|
|
405
169
|
.element-video {
|
|
406
170
|
position: absolute;
|
|
407
171
|
overflow: hidden;
|
|
@@ -447,12 +211,61 @@ body {
|
|
|
447
211
|
|
|
448
212
|
.video-cover:hover .play-btn {
|
|
449
213
|
opacity: 1;
|
|
214
|
+
}.ele-img {
|
|
215
|
+
position: absolute;
|
|
216
|
+
overflow: hidden;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.ele-img .ani-wrap {
|
|
220
|
+
width: 100%;
|
|
221
|
+
height: 100%;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.ele-img .ele-image {
|
|
225
|
+
position: relative;
|
|
226
|
+
display: block;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.ele-img .rotate-wrap {
|
|
230
|
+
position: absolute;
|
|
231
|
+
left: 0;
|
|
232
|
+
right: 0;
|
|
233
|
+
top: 0;
|
|
234
|
+
bottom: 0;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.ele-img .ele-img-bg,
|
|
238
|
+
.ele-img .rotate-wrap .img-wrap {
|
|
239
|
+
width: 100%;
|
|
240
|
+
height: 100%;
|
|
241
|
+
overflow: hidden;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.ele-img .ele-bg-wrap {
|
|
245
|
+
width: 100%;
|
|
246
|
+
height: 100%;
|
|
247
|
+
background-size: cover;
|
|
248
|
+
background-position: 50% 50%;
|
|
249
|
+
background-repeat: no-repeat;
|
|
250
|
+
background-clip: border-box;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/* 动画关键帧 */
|
|
254
|
+
@keyframes zoomIn {
|
|
255
|
+
from {
|
|
256
|
+
opacity: 0;
|
|
257
|
+
transform: scale(0.5);
|
|
258
|
+
}
|
|
259
|
+
to {
|
|
260
|
+
opacity: 1;
|
|
261
|
+
transform: scale(1);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
@keyframes jumpheart {
|
|
265
|
+
to {
|
|
266
|
+
-webkit-transform: scale(1.2);
|
|
267
|
+
transform: scale(1.2)
|
|
450
268
|
}
|
|
451
|
-
@keyframes jumpheart {
|
|
452
|
-
to {
|
|
453
|
-
-webkit-transform: scale(1.2);
|
|
454
|
-
transform: scale(1.2)
|
|
455
|
-
}
|
|
456
269
|
}
|
|
457
270
|
.ele-calendar {
|
|
458
271
|
position: relative;
|
|
@@ -789,55 +602,76 @@ body {
|
|
|
789
602
|
}
|
|
790
603
|
.icon-xingzhuangjiehe:before {
|
|
791
604
|
content: "\E6A6";
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
605
|
+
}#audio {
|
|
606
|
+
position: absolute;
|
|
607
|
+
right: 10px;
|
|
608
|
+
top: 10px;
|
|
609
|
+
z-index: 103;
|
|
610
|
+
width: 30px;
|
|
611
|
+
height: 30px;
|
|
612
|
+
display: flex;
|
|
613
|
+
align-items: center;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
#audio .mrotate {
|
|
617
|
+
animation: mrotate 5s linear infinite;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
@keyframes mrotate {
|
|
621
|
+
to {
|
|
622
|
+
transform: rotate(1turn);
|
|
805
623
|
}
|
|
806
|
-
|
|
807
|
-
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
#audio .audio {
|
|
627
|
+
width: 100%;
|
|
628
|
+
height: 100%;
|
|
629
|
+
display: flex;
|
|
630
|
+
align-items: center;
|
|
631
|
+
justify-content: center;
|
|
632
|
+
color: #fff;
|
|
633
|
+
background: #666;
|
|
634
|
+
border-radius: 50%;
|
|
635
|
+
overflow: hidden;
|
|
636
|
+
cursor: pointer;
|
|
637
|
+
transition: all 0.3s ease;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
#audio .audio.a-border {
|
|
641
|
+
border: 1px solid #fff;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
#audio .audio .music-icon {
|
|
645
|
+
display: block;
|
|
646
|
+
width: 60%;
|
|
647
|
+
height: 60%;
|
|
648
|
+
object-fit: contain;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
#audio .audio .iconfont {
|
|
652
|
+
font-size: 2opx;
|
|
653
|
+
line-height: 1;
|
|
654
|
+
}
|
|
655
|
+
#audio .icon-cancel {
|
|
808
656
|
position: absolute;
|
|
809
|
-
left: 0;
|
|
810
|
-
right: 0;
|
|
811
|
-
top: 0;
|
|
812
|
-
bottom: 0;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.ele-img .ele-img-bg,
|
|
816
|
-
.ele-img .rotate-wrap .img-wrap {
|
|
817
657
|
width: 100%;
|
|
818
658
|
height: 100%;
|
|
659
|
+
border-radius: 50%;
|
|
819
660
|
overflow: hidden;
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
.
|
|
661
|
+
padding: 15px 0;
|
|
662
|
+
}
|
|
663
|
+
#audio .icon-cancel .icon-h {
|
|
664
|
+
transform: rotate(45deg);
|
|
823
665
|
width: 100%;
|
|
824
|
-
height:
|
|
825
|
-
background
|
|
826
|
-
background-position: 50% 50%;
|
|
827
|
-
background-repeat: no-repeat;
|
|
828
|
-
background-clip: border-box;
|
|
666
|
+
height: 2px;
|
|
667
|
+
background: #fff;
|
|
829
668
|
}
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
}
|
|
837
|
-
to {
|
|
838
|
-
opacity: 1;
|
|
839
|
-
transform: scale(1);
|
|
840
|
-
}
|
|
669
|
+
#audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
|
|
670
|
+
content: '';
|
|
671
|
+
position: absolute;
|
|
672
|
+
width: 100%;
|
|
673
|
+
height: 2px;
|
|
674
|
+
background: #fff;
|
|
841
675
|
}.call {
|
|
842
676
|
position: absolute;
|
|
843
677
|
cursor: pointer;
|
|
@@ -881,37 +715,6 @@ body {
|
|
|
881
715
|
|
|
882
716
|
.hb-tel:before {
|
|
883
717
|
content: "\E642";
|
|
884
|
-
}
|
|
885
|
-
.ele-lottie .ele-lotwrap {
|
|
886
|
-
overflow: hidden;
|
|
887
|
-
}.button {
|
|
888
|
-
position: absolute;
|
|
889
|
-
cursor: pointer;
|
|
890
|
-
user-select: none;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.button .ani-wrap {
|
|
894
|
-
display: flex;
|
|
895
|
-
justify-content: center;
|
|
896
|
-
align-items: center;
|
|
897
|
-
width: 100%;
|
|
898
|
-
height: 100%;
|
|
899
|
-
overflow: hidden;
|
|
900
|
-
transition: opacity 0.2s;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
.button .ani-wrap:hover {
|
|
904
|
-
opacity: 0.9;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
.button-content {
|
|
908
|
-
display: flex;
|
|
909
|
-
align-items: center;
|
|
910
|
-
justify-content: center;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
.btn-text {
|
|
914
|
-
margin-left: 10px;
|
|
915
718
|
}.element-ditu .ani-wrap {
|
|
916
719
|
width: 100%;
|
|
917
720
|
height: 100%;
|
|
@@ -956,19 +759,181 @@ body {
|
|
|
956
759
|
.map-iframe {
|
|
957
760
|
width: 100%;
|
|
958
761
|
height: 100%;
|
|
959
|
-
}.
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
762
|
+
}.count-down .drag-point {
|
|
763
|
+
cursor: default!important
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.count-down .ani-wrap {
|
|
767
|
+
width: 100%;
|
|
768
|
+
height: 100%
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.count-down .count-text,.count-down .finish-cont {
|
|
772
|
+
display: -webkit-box;
|
|
773
|
+
display: -ms-flexbox;
|
|
774
|
+
display: flex;
|
|
775
|
+
height: 100%;
|
|
776
|
+
-webkit-box-align: center;
|
|
777
|
+
-ms-flex-align: center;
|
|
778
|
+
align-items: center;
|
|
779
|
+
-webkit-box-pack: center;
|
|
780
|
+
-ms-flex-pack: center;
|
|
781
|
+
justify-content: center
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.count-down .finish-cont {
|
|
785
|
+
width: 100%
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.count-down .count-flip {
|
|
789
|
+
display: -webkit-box;
|
|
790
|
+
display: -ms-flexbox;
|
|
791
|
+
display: flex;
|
|
792
|
+
height: 100%;
|
|
793
|
+
-webkit-box-align: center;
|
|
794
|
+
-ms-flex-align: center;
|
|
795
|
+
align-items: center;
|
|
796
|
+
-webkit-box-pack: center;
|
|
797
|
+
-ms-flex-pack: center;
|
|
798
|
+
justify-content: center
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.count-down .count-flip .numscroll {
|
|
802
|
+
-webkit-animation: numscroll .4s ease-in-out;
|
|
803
|
+
animation: numscroll .4s ease-in-out;
|
|
804
|
+
-webkit-animation-fill-mode: both;
|
|
805
|
+
animation-fill-mode: both
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.count-down .count-flip .numscroll .curr-num {
|
|
809
|
+
-webkit-transition: all .3s ease-in-out;
|
|
810
|
+
transition: all .3s ease-in-out;
|
|
811
|
+
opacity: .6;
|
|
812
|
+
-webkit-transform: scale(.5)!important;
|
|
813
|
+
transform: scale(.5)!important
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
@-webkit-keyframes numscroll {
|
|
817
|
+
0% {
|
|
818
|
+
-webkit-transform: translateZ(0);
|
|
819
|
+
transform: translateZ(0)
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
to {
|
|
823
|
+
-webkit-transform: translate3d(0,100%,0);
|
|
824
|
+
transform: translate3d(0,100%,0)
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
@keyframes numscroll {
|
|
829
|
+
0% {
|
|
830
|
+
-webkit-transform: translateZ(0);
|
|
831
|
+
transform: translateZ(0)
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
to {
|
|
835
|
+
-webkit-transform: translate3d(0,100%,0);
|
|
836
|
+
transform: translate3d(0,100%,0)
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.count-down .count-flip .c-com {
|
|
841
|
+
min-width: 50px;
|
|
842
|
+
height: auto;
|
|
843
|
+
margin: 6px;
|
|
844
|
+
padding: 5px 0 6px;
|
|
845
|
+
background-color: #111
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.count-down .count-flip .c-com .flex-wrap {
|
|
849
|
+
display: -webkit-box;
|
|
850
|
+
display: -ms-flexbox;
|
|
851
|
+
display: flex;
|
|
852
|
+
position: relative;
|
|
853
|
+
width: 100%;
|
|
854
|
+
height: 100%;
|
|
855
|
+
-webkit-box-align: center;
|
|
856
|
+
-ms-flex-align: center;
|
|
857
|
+
align-items: center
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
|
|
861
|
+
line-height: 27px
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.count-down .count-flip .c-com .flex-wrap .next-num {
|
|
865
|
+
position: absolute;
|
|
866
|
+
top: -100%
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.count-down .count-flip .c-com .flex-wrap .curr-num {
|
|
870
|
+
-webkit-transform: scale(1);
|
|
871
|
+
transform: scale(1)
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
.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 {
|
|
875
|
+
display: none!important
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.c-wrap {
|
|
879
|
+
width: 100%;
|
|
880
|
+
height: 100%;
|
|
881
|
+
overflow: hidden;
|
|
882
|
+
font-size: 0
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.c-wrap.c-day-wrap {
|
|
886
|
+
text-align: center
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.c-wrap.c-day-wrap .c-num {
|
|
890
|
+
width: auto
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.c-wrap .c-num {
|
|
894
|
+
display: inline-block;
|
|
895
|
+
width: 50%;
|
|
896
|
+
overflow: hidden;
|
|
897
|
+
font-size: 20px;
|
|
898
|
+
color: #999
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.c-wrap .c-left .flex-wrap {
|
|
902
|
+
display: -webkit-box;
|
|
903
|
+
display: -ms-flexbox;
|
|
904
|
+
display: flex;
|
|
905
|
+
-webkit-box-pack: end;
|
|
906
|
+
-ms-flex-pack: end;
|
|
907
|
+
justify-content: flex-end
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
.c-wrap .c-text {
|
|
911
|
+
display: -webkit-box;
|
|
912
|
+
display: -ms-flexbox;
|
|
913
|
+
display: flex;
|
|
914
|
+
width: 100%;
|
|
915
|
+
font-size: 12px;
|
|
916
|
+
-webkit-box-pack: center;
|
|
917
|
+
-ms-flex-pack: center;
|
|
918
|
+
justify-content: center;
|
|
919
|
+
-webkit-box-align: center;
|
|
920
|
+
-ms-flex-align: center;
|
|
921
|
+
align-items: center;
|
|
922
|
+
white-space: nowrap
|
|
923
|
+
}
|
|
924
|
+
.form-input {
|
|
925
|
+
position: absolute;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.input-wrapper {
|
|
929
|
+
display: flex;
|
|
930
|
+
align-items: center;
|
|
931
|
+
width: 100%;
|
|
932
|
+
height: 100%;
|
|
933
|
+
padding: 0 10px;
|
|
934
|
+
box-sizing: border-box;
|
|
935
|
+
position: relative;
|
|
936
|
+
transition: border-color 0.3s;
|
|
972
937
|
}
|
|
973
938
|
|
|
974
939
|
.required-marker {
|
|
@@ -1006,1008 +971,38 @@ body {
|
|
|
1006
971
|
}
|
|
1007
972
|
.dynamic-placeholder-input:-ms-input-placeholder {
|
|
1008
973
|
color: var(--placeholder-color, #999);
|
|
1009
|
-
}/* Iconfont definition */
|
|
1010
|
-
.icon-danmuliebiao1:before {
|
|
1011
|
-
content: "\E68A";
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
.icon-cuowu2:before {
|
|
1015
|
-
content: "\E65E";
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
i {
|
|
1019
|
-
font-style: normal;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
.v-modal {
|
|
1023
|
-
position: fixed;
|
|
1024
|
-
left: 0;
|
|
1025
|
-
top: 0;
|
|
1026
|
-
width: 100%;
|
|
1027
|
-
height: 100%;
|
|
1028
|
-
opacity: .5;
|
|
1029
|
-
background: #000;
|
|
1030
|
-
}
|
|
1031
|
-
/* 底部工具栏样式 */
|
|
1032
|
-
#toolbarNew {
|
|
1033
|
-
position: fixed;
|
|
1034
|
-
left: 0;
|
|
1035
|
-
bottom: 0;
|
|
1036
|
-
width: 100%;
|
|
1037
|
-
padding: 12px 0;
|
|
1038
|
-
background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
|
|
1039
|
-
z-index: 100;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.toolbar {
|
|
1043
|
-
display: flex;
|
|
1044
|
-
align-items: center;
|
|
1045
|
-
padding: 0 10px;
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
.bar-left {
|
|
1049
|
-
position: relative;
|
|
1050
|
-
flex: 1;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
.bar-mess {
|
|
1054
|
-
width: 100%;
|
|
1055
|
-
height: 36px;
|
|
1056
|
-
line-height: 36px;
|
|
1057
|
-
font-size: 14px;
|
|
1058
|
-
color: #ccc;
|
|
1059
|
-
padding: 0 8px;
|
|
1060
|
-
border-radius: 18px;
|
|
1061
|
-
border: none;
|
|
1062
|
-
-webkit-appearance: none;
|
|
1063
|
-
background-color: rgba(0, 0, 0, 0.28);
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.bar-mess::placeholder {
|
|
1067
|
-
color: rgba(255, 255, 255, 0.7);
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.bar-left .iconfont {
|
|
1071
|
-
position: absolute;
|
|
1072
|
-
right: 10px;
|
|
1073
|
-
top: 50%;
|
|
1074
|
-
transform: translateY(-50%);
|
|
1075
|
-
color: #f2f2f2;
|
|
1076
|
-
font-size: 16px;
|
|
1077
|
-
cursor: pointer;
|
|
1078
|
-
z-index: 2;
|
|
1079
|
-
padding: 5px;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
/* 关闭弹幕按钮样式 */
|
|
1083
|
-
.toolbar-close {
|
|
1084
|
-
position: absolute;
|
|
1085
|
-
left: 10px;
|
|
1086
|
-
transform: translateY(-50%);
|
|
1087
|
-
display: flex;
|
|
1088
|
-
align-items: center;
|
|
1089
|
-
cursor: pointer;
|
|
1090
|
-
z-index: 2;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
.toolbar-close img {
|
|
1094
|
-
display: block;
|
|
1095
|
-
width: 36px;
|
|
1096
|
-
height: 36px;
|
|
1097
|
-
cursor: pointer;
|
|
1098
974
|
}
|
|
1099
|
-
|
|
1100
|
-
/* 弹幕容器样式 */
|
|
1101
|
-
.bullet-container {
|
|
1102
|
-
position: fixed;
|
|
1103
|
-
left: 10px;
|
|
1104
|
-
right: 10px;
|
|
1105
|
-
height: 120px;
|
|
975
|
+
.ele-lottie .ele-lotwrap {
|
|
1106
976
|
overflow: hidden;
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
position: absolute;
|
|
1113
|
-
left: 0;
|
|
1114
|
-
bottom: 0;
|
|
1115
|
-
padding: 5px 10px;
|
|
1116
|
-
border-radius: 15px;
|
|
1117
|
-
font-size: 14px;
|
|
1118
|
-
white-space: nowrap;
|
|
1119
|
-
animation: bulletMove linear;
|
|
1120
|
-
animation-fill-mode: forwards;
|
|
1121
|
-
will-change: transform;
|
|
1122
|
-
display: inline-block;
|
|
1123
|
-
max-width: 90%;
|
|
1124
|
-
}
|
|
977
|
+
}.button {
|
|
978
|
+
position: absolute;
|
|
979
|
+
cursor: pointer;
|
|
980
|
+
user-select: none;
|
|
981
|
+
}
|
|
1125
982
|
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
}
|
|
983
|
+
.button .ani-wrap {
|
|
984
|
+
display: flex;
|
|
985
|
+
justify-content: center;
|
|
986
|
+
align-items: center;
|
|
987
|
+
width: 100%;
|
|
988
|
+
height: 100%;
|
|
989
|
+
overflow: hidden;
|
|
990
|
+
transition: opacity 0.2s;
|
|
991
|
+
}
|
|
1136
992
|
|
|
1137
|
-
|
|
1138
|
-
.
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
#index .mint-popup {
|
|
1152
|
-
background-color: transparent;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
.mint-popup {
|
|
1156
|
-
position: fixed;
|
|
1157
|
-
background: #fff;
|
|
1158
|
-
top: 50%;
|
|
1159
|
-
left: 50%;
|
|
1160
|
-
transform: translate3d(-50%, -50%, 0);
|
|
1161
|
-
-webkit-backface-visibility: hidden;
|
|
1162
|
-
backface-visibility: hidden;
|
|
1163
|
-
transition: .2s ease-out;
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
.bar-messwin {
|
|
1167
|
-
width: 309px;
|
|
1168
|
-
height: 341px;
|
|
1169
|
-
background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
|
|
1170
|
-
background-size: 100% 100%;
|
|
1171
|
-
position: relative;
|
|
1172
|
-
display: flex;
|
|
1173
|
-
flex-direction: column;
|
|
1174
|
-
align-items: center;
|
|
1175
|
-
margin-bottom: 20px;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.bar-messwin .mess-logo {
|
|
1179
|
-
width: 171px;
|
|
1180
|
-
height: 110px;
|
|
1181
|
-
margin-top: -64px;
|
|
1182
|
-
margin-left: 11px;
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.bar-messwin .mess-title {
|
|
1186
|
-
margin-top: 12px;
|
|
1187
|
-
font-weight: 600;
|
|
1188
|
-
font-size: 21px;
|
|
1189
|
-
color: #333;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
.bar-messwin .mess-input {
|
|
1193
|
-
width: 267px;
|
|
1194
|
-
height: 43px;
|
|
1195
|
-
background: #fff;
|
|
1196
|
-
border-radius: 9px;
|
|
1197
|
-
border: 1px solid rgba(237,85,102,0.4);
|
|
1198
|
-
margin-top: 12px;
|
|
1199
|
-
display: flex;
|
|
1200
|
-
align-items: center;
|
|
1201
|
-
justify-content: center;
|
|
1202
|
-
padding: 0 13px;
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
.bar-messwin .mess-input input {
|
|
1206
|
-
width: 100%;
|
|
1207
|
-
font-size: 17px;
|
|
1208
|
-
font-family: PingFang SC;
|
|
1209
|
-
font-weight: 400;
|
|
1210
|
-
color: #333;
|
|
1211
|
-
border: none;
|
|
1212
|
-
outline: none;
|
|
1213
|
-
background: transparent;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
.bar-messwin .mess-input input::-webkit-input-placeholder {
|
|
1217
|
-
color: #999;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.bar-messwin .mess-input input::-ms-input-placeholder {
|
|
1221
|
-
color: #999;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
.bar-messwin .mess-input input::placeholder {
|
|
1225
|
-
color: #999;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
.bar-messwin .mess-textarea {
|
|
1229
|
-
width: 267px;
|
|
1230
|
-
height: 85px;
|
|
1231
|
-
background: #fff;
|
|
1232
|
-
border-radius: 9px;
|
|
1233
|
-
border: 1px solid rgba(237,85,102,0.4);
|
|
1234
|
-
display: flex;
|
|
1235
|
-
padding: 9px 13px;
|
|
1236
|
-
justify-content: space-between;
|
|
1237
|
-
margin-top: 12px;
|
|
1238
|
-
position: relative;
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
.bar-messwin .mess-textarea textarea {
|
|
1242
|
-
width: 203px;
|
|
1243
|
-
height: 68px;
|
|
1244
|
-
font-size: 17px;
|
|
1245
|
-
resize: none;
|
|
1246
|
-
outline: none;
|
|
1247
|
-
border: none;
|
|
1248
|
-
background: transparent;
|
|
1249
|
-
color: #333;
|
|
1250
|
-
font-family: PingFang SC;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
.bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
|
|
1254
|
-
color: #999;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
.bar-messwin .mess-textarea textarea::-ms-input-placeholder {
|
|
1258
|
-
color: #999;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
.bar-messwin .mess-textarea textarea::placeholder {
|
|
1262
|
-
color: #999;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
.bar-messwin .mess-textarea img {
|
|
1266
|
-
width: 26px;
|
|
1267
|
-
height: 26px;
|
|
1268
|
-
cursor: pointer;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.bar-messwin .mess-textarea .wish-dropdown {
|
|
1272
|
-
position: absolute;
|
|
1273
|
-
top: 43px;
|
|
1274
|
-
right: 0;
|
|
1275
|
-
width: 267px;
|
|
1276
|
-
background: #fff;
|
|
1277
|
-
border-radius: 9px;
|
|
1278
|
-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
|
1279
|
-
z-index: 10;
|
|
1280
|
-
max-height: 213px;
|
|
1281
|
-
overflow-y: auto;
|
|
1282
|
-
border: 1px solid rgba(237,85,102,0.2);
|
|
1283
|
-
padding: 0 13px;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
|
|
1287
|
-
width: 3px;
|
|
1288
|
-
background-color: transparent;
|
|
1289
|
-
display: block;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
.bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
|
|
1293
|
-
background-color: #ccc;
|
|
1294
|
-
border-radius: 9px;
|
|
1295
|
-
min-height: 32px;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
|
|
1299
|
-
background-color: transparent;
|
|
1300
|
-
border-radius: 3px;
|
|
1301
|
-
margin: 4px 0;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.bar-messwin .mess-textarea .wish-dropdown .wish-item {
|
|
1305
|
-
padding: 11px 0;
|
|
1306
|
-
display: flex;
|
|
1307
|
-
align-items: flex-start;
|
|
1308
|
-
cursor: pointer;
|
|
1309
|
-
transition: background-color 0.2s;
|
|
1310
|
-
border-bottom: 1px solid rgba(0,0,0,0.05);
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
.bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
|
|
1314
|
-
border-bottom: none;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
.bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
|
|
1318
|
-
color: #ff4874;
|
|
1319
|
-
margin-right: 5px;
|
|
1320
|
-
font-size: 11px;
|
|
1321
|
-
line-height: 21px;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
.bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
|
|
1325
|
-
font-size: 15px;
|
|
1326
|
-
color: #333;
|
|
1327
|
-
line-height: 21px;
|
|
1328
|
-
text-align: left;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
.bar-messwin .bar-m-sub {
|
|
1332
|
-
width: 267px;
|
|
1333
|
-
height: 43px;
|
|
1334
|
-
background: linear-gradient(270deg,#ff4874,#ff9061);
|
|
1335
|
-
border-radius: 68px;
|
|
1336
|
-
font-size: 17px;
|
|
1337
|
-
font-family: PingFang SC;
|
|
1338
|
-
font-weight: 400;
|
|
1339
|
-
color: #fff;
|
|
1340
|
-
margin-top: 26px;
|
|
1341
|
-
border: none;
|
|
1342
|
-
outline: none;
|
|
1343
|
-
cursor: pointer;
|
|
1344
|
-
display: flex;
|
|
1345
|
-
align-items: center;
|
|
1346
|
-
justify-content: center;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
|
|
1350
|
-
position: absolute;
|
|
1351
|
-
bottom: -60px;
|
|
1352
|
-
right: 50%;
|
|
1353
|
-
transform: translateX(50%);
|
|
1354
|
-
font-size: 28px;
|
|
1355
|
-
color: #fff;
|
|
1356
|
-
cursor: pointer;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
/* 提示弹窗样式 */
|
|
1360
|
-
.mint-msgbox-wrapper {
|
|
1361
|
-
position: fixed;
|
|
1362
|
-
top: 0;
|
|
1363
|
-
left: 0;
|
|
1364
|
-
right: 0;
|
|
1365
|
-
bottom: 0;
|
|
1366
|
-
background-color: rgba(0,0,0,0.5);
|
|
1367
|
-
z-index: 2005;
|
|
1368
|
-
display: flex;
|
|
1369
|
-
justify-content: center;
|
|
1370
|
-
align-items: center;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.mint-msgbox {
|
|
1374
|
-
position: relative;
|
|
1375
|
-
background-color: #fff;
|
|
1376
|
-
width: 85%;
|
|
1377
|
-
border-radius: 3px;
|
|
1378
|
-
font-size: 17px;
|
|
1379
|
-
overflow: hidden;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.mint-msgbox-header {
|
|
1383
|
-
padding: 16px 0 0;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.mint-msgbox-content {
|
|
1387
|
-
padding: 11px 21px 16px;
|
|
1388
|
-
border-bottom: 1px solid #ddd;
|
|
1389
|
-
min-height: 38px;
|
|
1390
|
-
position: relative;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.mint-msgbox-title {
|
|
1394
|
-
text-align: center;
|
|
1395
|
-
padding-left: 0;
|
|
1396
|
-
margin-bottom: 0;
|
|
1397
|
-
font-size: 17px;
|
|
1398
|
-
font-weight: 700;
|
|
1399
|
-
color: #333;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
.mint-msgbox-message {
|
|
1403
|
-
color: #999;
|
|
1404
|
-
margin: 0;
|
|
1405
|
-
text-align: center;
|
|
1406
|
-
line-height: 38px;
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
.mint-msgbox-btns {
|
|
1410
|
-
display: flex;
|
|
1411
|
-
height: 43px;
|
|
1412
|
-
line-height: 43px;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
.mint-msgbox-btn {
|
|
1416
|
-
line-height: 37px;
|
|
1417
|
-
display: block;
|
|
1418
|
-
background-color: #fff;
|
|
1419
|
-
flex: 1;
|
|
1420
|
-
margin: 0;
|
|
1421
|
-
border: 0;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
.mint-msgbox-confirm {
|
|
1425
|
-
color: #26a2ff;
|
|
1426
|
-
width: 100%;
|
|
1427
|
-
}
|
|
1428
|
-
/* 右侧按钮区域样式 */
|
|
1429
|
-
#toolbarNew .toolbar .bar-right {
|
|
1430
|
-
margin-left: 7px;
|
|
1431
|
-
font-size: 0;
|
|
1432
|
-
display: flex;
|
|
1433
|
-
align-items: center;
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
#toolbarNew .toolbar .bar-right.move-left {
|
|
1437
|
-
right: 64px;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
#toolbarNew .toolbar .bar-right .bar-r-com,
|
|
1441
|
-
#toolbarNew .toolbar .bar-right>img {
|
|
1442
|
-
display: inline-block;
|
|
1443
|
-
vertical-align: middle;
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
#toolbarNew .toolbar .bar-right .bar-r-com {
|
|
1447
|
-
margin-left: 8px;
|
|
1448
|
-
cursor: pointer;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
#toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
|
|
1452
|
-
width: 36px;
|
|
1453
|
-
height: 36px;
|
|
1454
|
-
transform-origin: center bottom;
|
|
1455
|
-
animation: giftJump 3s ease infinite;
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
@keyframes giftJump {
|
|
1459
|
-
0%, 24%, 48%, to {
|
|
1460
|
-
transform: translateZ(0);
|
|
1461
|
-
}
|
|
1462
|
-
12% {
|
|
1463
|
-
transform: translate3d(0, -10px, 0);
|
|
1464
|
-
}
|
|
1465
|
-
36% {
|
|
1466
|
-
transform: translate3d(0, -10px, 0);
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
#toolbarNew .toolbar .bar-right .bar-r-com:first-child {
|
|
1471
|
-
margin-left: 0;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
#toolbarNew .toolbar .bar-right>img {
|
|
1475
|
-
position: relative;
|
|
1476
|
-
z-index: 1;
|
|
1477
|
-
width: 26px;
|
|
1478
|
-
height: 26px;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
#toolbarNew .toolbar .bar-right .bar-heart {
|
|
1482
|
-
position: relative;
|
|
1483
|
-
width: 36px;
|
|
1484
|
-
height: 36px;
|
|
1485
|
-
text-align: center;
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
#toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
|
|
1489
|
-
position: absolute;
|
|
1490
|
-
max-width: 36px;
|
|
1491
|
-
height: 15px;
|
|
1492
|
-
line-height: 15px;
|
|
1493
|
-
right: 0;
|
|
1494
|
-
top: 0;
|
|
1495
|
-
z-index: 3;
|
|
1496
|
-
font-size: 10px;
|
|
1497
|
-
color: #fff;
|
|
1498
|
-
border-radius: 6px;
|
|
1499
|
-
padding: 0 4px;
|
|
1500
|
-
box-sizing: border-box;
|
|
1501
|
-
white-space: nowrap;
|
|
1502
|
-
background-color: #f38200;
|
|
1503
|
-
transform: translateX(40%);
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
#toolbarNew .toolbar .bar-right .bar-zan {
|
|
1507
|
-
position: relative;
|
|
1508
|
-
z-index: 2;
|
|
1509
|
-
height: 33px;
|
|
1510
|
-
width: 33px;
|
|
1511
|
-
box-sizing: border-box;
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
#toolbarNew .toolbar .bar-right .bar-zan .ani-num {
|
|
1515
|
-
position: absolute;
|
|
1516
|
-
top: 0;
|
|
1517
|
-
left: 10px;
|
|
1518
|
-
opacity: 0;
|
|
1519
|
-
font-size: 15px;
|
|
1520
|
-
color: #f07a87;
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
#toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
|
|
1524
|
-
position: absolute;
|
|
1525
|
-
left: 0;
|
|
1526
|
-
right: 0;
|
|
1527
|
-
bottom: 0;
|
|
1528
|
-
top: 0;
|
|
1529
|
-
z-index: 1;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
#toolbarNew .toolbar .bar-right .bar-zan img {
|
|
1533
|
-
width: 36px;
|
|
1534
|
-
height: 36px;
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
|
|
1538
|
-
z-index: 2;
|
|
1539
|
-
animation: praise 1.2s;
|
|
1540
|
-
animation-fill-mode: both;
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
@keyframes praise {
|
|
1544
|
-
0% {
|
|
1545
|
-
opacity: 1;
|
|
1546
|
-
}
|
|
1547
|
-
50% {
|
|
1548
|
-
opacity: 1;
|
|
1549
|
-
transform: translate3d(0, -35px, 0);
|
|
1550
|
-
}
|
|
1551
|
-
to {
|
|
1552
|
-
opacity: 0;
|
|
1553
|
-
transform: translate3d(0, -35px, 0);
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
|
|
1558
|
-
transform: scale(0.85);
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
|
|
1562
|
-
animation: jump .6s ease-out;
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
|
|
1566
|
-
animation: jump2 .6s ease-out;
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
|
|
1570
|
-
animation: jump3 .6s ease-out;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
|
|
1574
|
-
animation: jump4 .6s ease-out;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
|
|
1578
|
-
animation: jump5 .6s ease-out;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
|
|
1582
|
-
animation: jump6 .6s ease-out;
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
|
|
1586
|
-
animation: jump7 .6s ease-out;
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
|
|
1590
|
-
animation: jump8 .6s ease-out;
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
|
|
1594
|
-
position: absolute;
|
|
1595
|
-
left: 0;
|
|
1596
|
-
top: 0;
|
|
1597
|
-
right: 0;
|
|
1598
|
-
bottom: 0;
|
|
1599
|
-
pointer-events: none;
|
|
1600
|
-
overflow: visible;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
|
|
1604
|
-
position: absolute;
|
|
1605
|
-
width: 6px;
|
|
1606
|
-
height: 6px;
|
|
1607
|
-
border-radius: 50%;
|
|
1608
|
-
opacity: 0;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
|
|
1612
|
-
left: 50%;
|
|
1613
|
-
top: -8px;
|
|
1614
|
-
transform: translate3d(-50%, 0, 0);
|
|
1615
|
-
background-color: #b3e5c8;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
|
|
1619
|
-
left: -8px;
|
|
1620
|
-
top: 50%;
|
|
1621
|
-
transform: translate3d(0, -50%, 0);
|
|
1622
|
-
background-color: #f4ba31;
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
|
|
1626
|
-
left: 50%;
|
|
1627
|
-
bottom: -8px;
|
|
1628
|
-
transform: translate3d(-50%, 0, 0);
|
|
1629
|
-
background-color: #339fef;
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
|
|
1633
|
-
top: 50%;
|
|
1634
|
-
right: -8px;
|
|
1635
|
-
transform: translate3d(0, -50%, 0);
|
|
1636
|
-
background-color: #e2264d;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
|
|
1640
|
-
left: -5px;
|
|
1641
|
-
top: 0;
|
|
1642
|
-
transform: translate3d(0, -50%, 0);
|
|
1643
|
-
background-color: #a08880;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
|
|
1647
|
-
left: -5px;
|
|
1648
|
-
bottom: 0;
|
|
1649
|
-
transform: translate3d(0, 50%, 0);
|
|
1650
|
-
background-color: #43c1b5;
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
|
|
1654
|
-
right: -5px;
|
|
1655
|
-
bottom: 0;
|
|
1656
|
-
transform: translate3d(0, 50%, 0);
|
|
1657
|
-
background-color: #f5be3b;
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
|
|
1661
|
-
right: -5px;
|
|
1662
|
-
top: 0;
|
|
1663
|
-
transform: translate3d(0, -50%, 0);
|
|
1664
|
-
background-color: coral;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
@keyframes jump {
|
|
1668
|
-
0% {
|
|
1669
|
-
opacity: 1;
|
|
1670
|
-
transform: translate3d(-50%, 0, 0) scale(1);
|
|
1671
|
-
}
|
|
1672
|
-
40% {
|
|
1673
|
-
transform: translate3d(-50%, -100%, 0) scale(0.7);
|
|
1674
|
-
}
|
|
1675
|
-
to {
|
|
1676
|
-
opacity: 1;
|
|
1677
|
-
transform: translate3d(-50%, -150%, 0) scale(0);
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
@keyframes jump2 {
|
|
1682
|
-
0% {
|
|
1683
|
-
opacity: 1;
|
|
1684
|
-
transform: translate3d(0, -50%, 0) scale(1);
|
|
1685
|
-
}
|
|
1686
|
-
40% {
|
|
1687
|
-
transform: translate3d(-100%, -50%, 0) scale(0.7);
|
|
1688
|
-
}
|
|
1689
|
-
to {
|
|
1690
|
-
opacity: 1;
|
|
1691
|
-
transform: translate3d(-150%, -50%, 0) scale(0);
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
@keyframes jump3 {
|
|
1696
|
-
0% {
|
|
1697
|
-
opacity: 1;
|
|
1698
|
-
transform: translate3d(-50%, 0, 0) scale(1);
|
|
1699
|
-
}
|
|
1700
|
-
40% {
|
|
1701
|
-
transform: translate3d(-50%, 100%, 0) scale(0.7);
|
|
1702
|
-
}
|
|
1703
|
-
to {
|
|
1704
|
-
opacity: 1;
|
|
1705
|
-
transform: translate3d(-50%, 150%, 0) scale(0);
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
@keyframes jump4 {
|
|
1710
|
-
0% {
|
|
1711
|
-
opacity: 1;
|
|
1712
|
-
transform: translate3d(0, -50%, 0) scale(1);
|
|
1713
|
-
}
|
|
1714
|
-
40% {
|
|
1715
|
-
transform: translate3d(100%, -50%, 0) scale(0.7);
|
|
1716
|
-
}
|
|
1717
|
-
to {
|
|
1718
|
-
opacity: 1;
|
|
1719
|
-
transform: translate3d(150%, -50%, 0) scale(0);
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
@keyframes jump5 {
|
|
1724
|
-
0% {
|
|
1725
|
-
opacity: 1;
|
|
1726
|
-
transform: translate3d(0, -50%, 0) scale(1);
|
|
1727
|
-
}
|
|
1728
|
-
40% {
|
|
1729
|
-
transform: translate3d(-80%, -80%, 0) scale(0.7);
|
|
1730
|
-
}
|
|
1731
|
-
to {
|
|
1732
|
-
opacity: 1;
|
|
1733
|
-
transform: translate3d(-130%, -130%, 0) scale(0);
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
@keyframes jump6 {
|
|
1738
|
-
0% {
|
|
1739
|
-
opacity: 1;
|
|
1740
|
-
transform: translate3d(0, 50%, 0) scale(1);
|
|
1741
|
-
}
|
|
1742
|
-
40% {
|
|
1743
|
-
transform: translate3d(-80%, 80%, 0) scale(0.7);
|
|
1744
|
-
}
|
|
1745
|
-
to {
|
|
1746
|
-
opacity: 1;
|
|
1747
|
-
transform: translate3d(-130%, 130%, 0) scale(0);
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
@keyframes jump7 {
|
|
1752
|
-
0% {
|
|
1753
|
-
opacity: 1;
|
|
1754
|
-
transform: translate3d(0, 50%, 0) scale(1);
|
|
1755
|
-
}
|
|
1756
|
-
40% {
|
|
1757
|
-
transform: translate3d(80%, 80%, 0) scale(0.7);
|
|
1758
|
-
}
|
|
1759
|
-
to {
|
|
1760
|
-
opacity: 1;
|
|
1761
|
-
transform: translate3d(130%, 130%, 0) scale(0);
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
@keyframes jump8 {
|
|
1766
|
-
0% {
|
|
1767
|
-
opacity: 1;
|
|
1768
|
-
transform: translate3d(0, 50%, 0) scale(1);
|
|
1769
|
-
}
|
|
1770
|
-
40% {
|
|
1771
|
-
transform: translate3d(80%, -80%, 0) scale(0.7);
|
|
1772
|
-
}
|
|
1773
|
-
to {
|
|
1774
|
-
opacity: 1;
|
|
1775
|
-
transform: translate3d(130%, -130%, 0) scale(0);
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
/* 礼物弹窗样式 */
|
|
1780
|
-
.give-gift {
|
|
1781
|
-
position: fixed;
|
|
1782
|
-
top: 50%;
|
|
1783
|
-
left: 50%;
|
|
1784
|
-
transform: translate(-50%, -50%);
|
|
1785
|
-
z-index: 2004;
|
|
1786
|
-
background: white;
|
|
1787
|
-
padding: 20px;
|
|
1788
|
-
border-radius: 10px;
|
|
1789
|
-
text-align: center;
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
.give-gift .back {
|
|
1793
|
-
position: absolute;
|
|
1794
|
-
top: 10px;
|
|
1795
|
-
left: 10px;
|
|
1796
|
-
cursor: pointer;
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
|
-
.give-gift img {
|
|
1800
|
-
max-width: 300px;
|
|
1801
|
-
max-height: 300px;
|
|
1802
|
-
margin-top: 20px;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
/* 留言成功弹窗样式 */
|
|
1806
|
-
.mess-success-popup {
|
|
1807
|
-
position: fixed;
|
|
1808
|
-
top: 0;
|
|
1809
|
-
left: 0;
|
|
1810
|
-
right: 0;
|
|
1811
|
-
bottom: 0;
|
|
1812
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
1813
|
-
z-index: 2003;
|
|
1814
|
-
display: flex;
|
|
1815
|
-
justify-content: center;
|
|
1816
|
-
align-items: center;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
.mess-success-popup .gift-popup {
|
|
1820
|
-
width: 300px;
|
|
1821
|
-
height: 200px;
|
|
1822
|
-
background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
|
|
1823
|
-
border-radius: 10px;
|
|
1824
|
-
padding: 20px;
|
|
1825
|
-
text-align: center;
|
|
1826
|
-
position: relative;
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
.mess-success-popup .gift-popup .icon-cuowu2 {
|
|
1830
|
-
position: absolute;
|
|
1831
|
-
top: 10px;
|
|
1832
|
-
right: 10px;
|
|
1833
|
-
cursor: pointer;
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
.mess-success-popup .gift-popup .toast {
|
|
1837
|
-
display: flex;
|
|
1838
|
-
align-items: center;
|
|
1839
|
-
justify-content: center;
|
|
1840
|
-
margin: 10px 0;
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
.mess-success-popup .gift-popup .toast img {
|
|
1844
|
-
width: 20px;
|
|
1845
|
-
height: 15px;
|
|
1846
|
-
margin: 0 5px;
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
.mess-success-popup .gift-popup .title {
|
|
1850
|
-
margin: 15px 0;
|
|
1851
|
-
font-size: 16px;
|
|
1852
|
-
color: #333;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
.mess-success-popup .gift-popup .btn {
|
|
1856
|
-
background: linear-gradient(270deg, #ff4874, #ff9061);
|
|
1857
|
-
color: white;
|
|
1858
|
-
border: none;
|
|
1859
|
-
padding: 10px 20px;
|
|
1860
|
-
border-radius: 20px;
|
|
1861
|
-
margin-top: 15px;
|
|
1862
|
-
cursor: pointer;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
/* 新增图片加载动画样式 */
|
|
1866
|
-
.gift-image-container {
|
|
1867
|
-
position: relative;
|
|
1868
|
-
width: 300px;
|
|
1869
|
-
height: 300px;
|
|
1870
|
-
margin: 20px 0;
|
|
1871
|
-
overflow: hidden;
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
.gift-image-container img {
|
|
1875
|
-
width: 100%;
|
|
1876
|
-
height: 100%;
|
|
1877
|
-
object-fit: contain;
|
|
1878
|
-
opacity: 0;
|
|
1879
|
-
transition: opacity 0.5s ease-in-out;
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
.gift-image-container img.loaded {
|
|
1883
|
-
opacity: 1;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.image-loading {
|
|
1887
|
-
position: absolute;
|
|
1888
|
-
top: 0;
|
|
1889
|
-
left: 0;
|
|
1890
|
-
width: 100%;
|
|
1891
|
-
height: 100%;
|
|
1892
|
-
display: flex;
|
|
1893
|
-
justify-content: center;
|
|
1894
|
-
align-items: center;
|
|
1895
|
-
background: rgba(255, 255, 255, 0.8);
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
.loading-spinner {
|
|
1899
|
-
width: 40px;
|
|
1900
|
-
height: 40px;
|
|
1901
|
-
border: 4px solid #f3f3f3;
|
|
1902
|
-
border-top: 4px solid #ed5566;
|
|
1903
|
-
border-radius: 50%;
|
|
1904
|
-
animation: spin 1s linear infinite;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
@keyframes spin {
|
|
1908
|
-
0% { transform: rotate(0deg); }
|
|
1909
|
-
100% { transform: rotate(360deg); }
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
|
-
.ele-form {
|
|
1913
|
-
position: absolute;
|
|
1914
|
-
user-select: none;
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
.f-select {
|
|
1918
|
-
cursor: pointer;
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
|
-
.ani-wrap {
|
|
1922
|
-
position: relative;
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
.f-select .ani-wrap .fs-tit {
|
|
1926
|
-
position: relative;
|
|
1927
|
-
display: flex;
|
|
1928
|
-
padding: 0 5px;
|
|
1929
|
-
height: 35px;
|
|
1930
|
-
line-height: 35px;
|
|
1931
|
-
align-items: center;
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
.require {
|
|
1935
|
-
padding: 0 5px 0 0;
|
|
1936
|
-
color: red;
|
|
1937
|
-
vertical-align: middle;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
.fs-cont {
|
|
1941
|
-
padding-right: 15px;
|
|
1942
|
-
white-space: nowrap;
|
|
1943
|
-
overflow: hidden;
|
|
1944
|
-
text-overflow: ellipsis;
|
|
1945
|
-
flex-grow: 1;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
.icon-bofang1 {
|
|
1949
|
-
font-size: 12px;
|
|
1950
|
-
transition: transform 0.2s ease;
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
|
-
.rotate-180 {
|
|
1954
|
-
transform: rotate(180deg) !important;
|
|
1955
|
-
}
|
|
1956
|
-
|
|
1957
|
-
.f-real {
|
|
1958
|
-
position: absolute;
|
|
1959
|
-
left: 0;
|
|
1960
|
-
top: 0;
|
|
1961
|
-
width: 100%;
|
|
1962
|
-
height: 100%;
|
|
1963
|
-
z-index: 1;
|
|
1964
|
-
opacity: 0;
|
|
1965
|
-
cursor: pointer;
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
.dropdown-menu {
|
|
1969
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
.dropdown-item {
|
|
1973
|
-
padding: 8px 10px;
|
|
1974
|
-
cursor: pointer;
|
|
1975
|
-
transition: background-color 0.2s;
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
.dropdown-item:hover {
|
|
1979
|
-
background-color: #f5f5f5;
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
.dropdown-item.selected {
|
|
1983
|
-
background-color: #e6f7ff;
|
|
1984
|
-
color: #1890ff;
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
|
-
.f-select .fs-tit .icon-bofang1 {
|
|
1988
|
-
position: absolute;
|
|
1989
|
-
right: 10px;
|
|
1990
|
-
font-size: 12px;
|
|
1991
|
-
display: inline-block;
|
|
1992
|
-
transform: rotate(90deg);
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
.icon-bofang1:before {
|
|
1996
|
-
content: "\E6CF";
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.has-error {
|
|
2000
|
-
border-color: #ff4d4f !important;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
.error-tip {
|
|
2004
|
-
position: fixed;
|
|
2005
|
-
left: 0;
|
|
2006
|
-
top: 0;
|
|
2007
|
-
width: 100%;
|
|
2008
|
-
height: 100%;
|
|
2009
|
-
z-index: 1000;
|
|
2010
|
-
}/* body.interaction-locked {
|
|
993
|
+
.button .ani-wrap:hover {
|
|
994
|
+
opacity: 0.9;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.button-content {
|
|
998
|
+
display: flex;
|
|
999
|
+
align-items: center;
|
|
1000
|
+
justify-content: center;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
.btn-text {
|
|
1004
|
+
margin-left: 10px;
|
|
1005
|
+
}/* body.interaction-locked {
|
|
2011
1006
|
overflow: hidden !important;
|
|
2012
1007
|
position: relative !important;
|
|
2013
1008
|
height: 100% !important;
|
|
@@ -3479,11 +2474,164 @@ to {
|
|
|
3479
2474
|
transform-origin: 50% 0
|
|
3480
2475
|
}
|
|
3481
2476
|
|
|
3482
|
-
to {
|
|
3483
|
-
-webkit-transform: none;
|
|
3484
|
-
transform: none
|
|
2477
|
+
to {
|
|
2478
|
+
-webkit-transform: none;
|
|
2479
|
+
transform: none
|
|
2480
|
+
}
|
|
2481
|
+
} */.ele-effect {
|
|
2482
|
+
will-change: transform;
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
.ele-effect .effect-wrap {
|
|
2486
|
+
position: relative;
|
|
2487
|
+
width: 100%;
|
|
2488
|
+
height: 100%;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
.particle {
|
|
2492
|
+
position: absolute;
|
|
2493
|
+
background-repeat: no-repeat;
|
|
2494
|
+
background-size: contain;
|
|
2495
|
+
animation-name: falling;
|
|
2496
|
+
animation-timing-function: linear;
|
|
2497
|
+
animation-iteration-count: infinite;
|
|
2498
|
+
will-change: transform;
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
@keyframes falling {
|
|
2502
|
+
0% {
|
|
2503
|
+
transform: translateY(0) rotate(0deg);
|
|
2504
|
+
opacity: 1;
|
|
2505
|
+
}
|
|
2506
|
+
80% {
|
|
2507
|
+
opacity: 0.8;
|
|
2508
|
+
}
|
|
2509
|
+
100% {
|
|
2510
|
+
transform: translateY(100vh) rotate(360deg);
|
|
2511
|
+
opacity: 0;
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
.ele-lottie .ele-lotwrap {
|
|
2515
|
+
overflow: hidden
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
.ele-effect .effect-wrap {
|
|
2519
|
+
position: relative;
|
|
2520
|
+
overflow: hidden;
|
|
2521
|
+
width: 100%;
|
|
2522
|
+
height: 100%
|
|
3485
2523
|
}
|
|
3486
|
-
|
|
2524
|
+
|
|
2525
|
+
.ele-effect .e-small {
|
|
2526
|
+
position: absolute;
|
|
2527
|
+
width: 24px;
|
|
2528
|
+
height: 24px;
|
|
2529
|
+
background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
|
|
2530
|
+
background-size: cover;
|
|
2531
|
+
background-repeat: no-repeat;
|
|
2532
|
+
-webkit-transform-origin: center;
|
|
2533
|
+
transform-origin: center;
|
|
2534
|
+
-webkit-animation: snow 5s linear infinite;
|
|
2535
|
+
animation: snow 5s linear infinite
|
|
2536
|
+
}/* .ele-form {
|
|
2537
|
+
position: absolute;
|
|
2538
|
+
user-select: none;
|
|
2539
|
+
} */
|
|
2540
|
+
|
|
2541
|
+
.f-select {
|
|
2542
|
+
cursor: pointer;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
.ani-wrap {
|
|
2546
|
+
position: relative;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
.f-select .ani-wrap .fs-tit {
|
|
2550
|
+
position: relative;
|
|
2551
|
+
display: flex;
|
|
2552
|
+
padding: 0 5px;
|
|
2553
|
+
height: 35px;
|
|
2554
|
+
line-height: 35px;
|
|
2555
|
+
align-items: center;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
.require {
|
|
2559
|
+
padding: 0 5px 0 0;
|
|
2560
|
+
color: red;
|
|
2561
|
+
vertical-align: middle;
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
.fs-cont {
|
|
2565
|
+
padding-right: 15px;
|
|
2566
|
+
white-space: nowrap;
|
|
2567
|
+
overflow: hidden;
|
|
2568
|
+
text-overflow: ellipsis;
|
|
2569
|
+
flex-grow: 1;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
.icon-bofang1 {
|
|
2573
|
+
font-size: 12px;
|
|
2574
|
+
transition: transform 0.2s ease;
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
.rotate-180 {
|
|
2578
|
+
transform: rotate(180deg) !important;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
.f-real {
|
|
2582
|
+
position: absolute;
|
|
2583
|
+
left: 0;
|
|
2584
|
+
top: 0;
|
|
2585
|
+
width: 100%;
|
|
2586
|
+
height: 100%;
|
|
2587
|
+
z-index: 1;
|
|
2588
|
+
opacity: 0;
|
|
2589
|
+
cursor: pointer;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
.dropdown-menu {
|
|
2593
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
.dropdown-item {
|
|
2597
|
+
padding: 8px 10px;
|
|
2598
|
+
cursor: pointer;
|
|
2599
|
+
transition: background-color 0.2s;
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
.dropdown-item:hover {
|
|
2603
|
+
background-color: #f5f5f5;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
.dropdown-item.selected {
|
|
2607
|
+
background-color: #e6f7ff;
|
|
2608
|
+
color: #1890ff;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
.f-select .fs-tit .icon-bofang1 {
|
|
2612
|
+
position: absolute;
|
|
2613
|
+
right: 10px;
|
|
2614
|
+
font-size: 12px;
|
|
2615
|
+
display: inline-block;
|
|
2616
|
+
transform: rotate(90deg);
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
.icon-bofang1:before {
|
|
2620
|
+
content: "\E6CF";
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
.has-error {
|
|
2624
|
+
border-color: #ff4d4f !important;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
.error-tip {
|
|
2628
|
+
position: fixed;
|
|
2629
|
+
left: 0;
|
|
2630
|
+
top: 0;
|
|
2631
|
+
width: 100%;
|
|
2632
|
+
height: 100%;
|
|
2633
|
+
z-index: 1000;
|
|
2634
|
+
}
|
|
3487
2635
|
body, html {
|
|
3488
2636
|
width: 100%;
|
|
3489
2637
|
height: 100%;
|
|
@@ -3778,66 +2926,914 @@ font-style: normal;
|
|
|
3778
2926
|
line-height: 20px;
|
|
3779
2927
|
background: #ed5566;
|
|
3780
2928
|
}
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
2929
|
+
/* Iconfont definition */
|
|
2930
|
+
.icon-danmuliebiao1:before {
|
|
2931
|
+
content: "\E68A";
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2934
|
+
.icon-cuowu2:before {
|
|
2935
|
+
content: "\E65E";
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
i {
|
|
2939
|
+
font-style: normal;
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
.v-modal {
|
|
2943
|
+
position: fixed;
|
|
2944
|
+
left: 0;
|
|
2945
|
+
top: 0;
|
|
2946
|
+
width: 100%;
|
|
2947
|
+
height: 100%;
|
|
2948
|
+
opacity: .5;
|
|
2949
|
+
background: #000;
|
|
2950
|
+
}
|
|
2951
|
+
/* 底部工具栏样式 */
|
|
2952
|
+
#toolbarNew {
|
|
2953
|
+
position: fixed;
|
|
2954
|
+
left: 0;
|
|
2955
|
+
bottom: 0;
|
|
2956
|
+
width: 100%;
|
|
2957
|
+
padding: 12px 0;
|
|
2958
|
+
background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
|
|
2959
|
+
z-index: 100;
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2962
|
+
.toolbar {
|
|
2963
|
+
display: flex;
|
|
2964
|
+
align-items: center;
|
|
2965
|
+
padding: 0 10px;
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
.bar-left {
|
|
2969
|
+
position: relative;
|
|
2970
|
+
flex: 1;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
.bar-mess {
|
|
2974
|
+
width: 100%;
|
|
2975
|
+
height: 36px;
|
|
2976
|
+
line-height: 36px;
|
|
2977
|
+
font-size: 14px;
|
|
2978
|
+
color: #ccc;
|
|
2979
|
+
padding: 0 8px;
|
|
2980
|
+
border-radius: 18px;
|
|
2981
|
+
border: none;
|
|
2982
|
+
-webkit-appearance: none;
|
|
2983
|
+
background-color: rgba(0, 0, 0, 0.28);
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
.bar-mess::placeholder {
|
|
2987
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2990
|
+
.bar-left .iconfont {
|
|
2991
|
+
position: absolute;
|
|
2992
|
+
right: 10px;
|
|
2993
|
+
top: 50%;
|
|
2994
|
+
transform: translateY(-50%);
|
|
2995
|
+
color: #f2f2f2;
|
|
2996
|
+
font-size: 16px;
|
|
2997
|
+
cursor: pointer;
|
|
2998
|
+
z-index: 2;
|
|
2999
|
+
padding: 5px;
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
/* 关闭弹幕按钮样式 */
|
|
3003
|
+
.toolbar-close {
|
|
3004
|
+
position: absolute;
|
|
3005
|
+
left: 10px;
|
|
3006
|
+
transform: translateY(-50%);
|
|
3007
|
+
display: flex;
|
|
3008
|
+
align-items: center;
|
|
3009
|
+
cursor: pointer;
|
|
3010
|
+
z-index: 2;
|
|
3011
|
+
}
|
|
3012
|
+
|
|
3013
|
+
.toolbar-close img {
|
|
3014
|
+
display: block;
|
|
3015
|
+
width: 36px;
|
|
3016
|
+
height: 36px;
|
|
3017
|
+
cursor: pointer;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
/* 弹幕容器样式 */
|
|
3021
|
+
.bullet-container {
|
|
3022
|
+
position: fixed;
|
|
3023
|
+
left: 10px;
|
|
3024
|
+
right: 10px;
|
|
3025
|
+
height: 120px;
|
|
3026
|
+
overflow: hidden;
|
|
3027
|
+
z-index: 99;
|
|
3028
|
+
pointer-events: none;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.bullet-item {
|
|
3032
|
+
position: absolute;
|
|
3033
|
+
left: 0;
|
|
3034
|
+
bottom: 0;
|
|
3035
|
+
padding: 5px 10px;
|
|
3036
|
+
border-radius: 15px;
|
|
3037
|
+
font-size: 14px;
|
|
3038
|
+
white-space: nowrap;
|
|
3039
|
+
animation: bulletMove linear;
|
|
3040
|
+
animation-fill-mode: forwards;
|
|
3041
|
+
will-change: transform;
|
|
3042
|
+
display: inline-block;
|
|
3043
|
+
max-width: 90%;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
@keyframes bulletMove {
|
|
3047
|
+
0% {
|
|
3048
|
+
transform: translateY(0);
|
|
3049
|
+
opacity: 1;
|
|
3050
|
+
}
|
|
3051
|
+
100% {
|
|
3052
|
+
transform: translateY(calc(-1 * 150px));
|
|
3053
|
+
opacity: 0;
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3057
|
+
/* 弹幕输入弹窗样式 */
|
|
3058
|
+
.popup-overlay {
|
|
3059
|
+
position: fixed;
|
|
3060
|
+
top: 0;
|
|
3061
|
+
left: 0;
|
|
3062
|
+
right: 0;
|
|
3063
|
+
bottom: 0;
|
|
3064
|
+
background: rgba(0, 0, 0, 0.5);
|
|
3065
|
+
display: flex;
|
|
3066
|
+
justify-content: center;
|
|
3067
|
+
align-items: flex-end;
|
|
3068
|
+
z-index: 200;
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
#index .mint-popup {
|
|
3072
|
+
background-color: transparent;
|
|
3073
|
+
}
|
|
3074
|
+
|
|
3075
|
+
.mint-popup {
|
|
3076
|
+
position: fixed;
|
|
3077
|
+
background: #fff;
|
|
3078
|
+
top: 50%;
|
|
3079
|
+
left: 50%;
|
|
3080
|
+
transform: translate3d(-50%, -50%, 0);
|
|
3081
|
+
-webkit-backface-visibility: hidden;
|
|
3082
|
+
backface-visibility: hidden;
|
|
3083
|
+
transition: .2s ease-out;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.bar-messwin {
|
|
3087
|
+
width: 309px;
|
|
3088
|
+
height: 341px;
|
|
3089
|
+
background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
|
|
3090
|
+
background-size: 100% 100%;
|
|
3091
|
+
position: relative;
|
|
3092
|
+
display: flex;
|
|
3093
|
+
flex-direction: column;
|
|
3094
|
+
align-items: center;
|
|
3095
|
+
margin-bottom: 20px;
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3098
|
+
.bar-messwin .mess-logo {
|
|
3099
|
+
width: 171px;
|
|
3100
|
+
height: 110px;
|
|
3101
|
+
margin-top: -64px;
|
|
3102
|
+
margin-left: 11px;
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
.bar-messwin .mess-title {
|
|
3106
|
+
margin-top: 12px;
|
|
3107
|
+
font-weight: 600;
|
|
3108
|
+
font-size: 21px;
|
|
3109
|
+
color: #333;
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
.bar-messwin .mess-input {
|
|
3113
|
+
width: 267px;
|
|
3114
|
+
height: 43px;
|
|
3115
|
+
background: #fff;
|
|
3116
|
+
border-radius: 9px;
|
|
3117
|
+
border: 1px solid rgba(237,85,102,0.4);
|
|
3118
|
+
margin-top: 12px;
|
|
3119
|
+
display: flex;
|
|
3120
|
+
align-items: center;
|
|
3121
|
+
justify-content: center;
|
|
3122
|
+
padding: 0 13px;
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
.bar-messwin .mess-input input {
|
|
3126
|
+
width: 100%;
|
|
3127
|
+
font-size: 17px;
|
|
3128
|
+
font-family: PingFang SC;
|
|
3129
|
+
font-weight: 400;
|
|
3130
|
+
color: #333;
|
|
3131
|
+
border: none;
|
|
3132
|
+
outline: none;
|
|
3133
|
+
background: transparent;
|
|
3134
|
+
}
|
|
3135
|
+
|
|
3136
|
+
.bar-messwin .mess-input input::-webkit-input-placeholder {
|
|
3137
|
+
color: #999;
|
|
3138
|
+
}
|
|
3139
|
+
|
|
3140
|
+
.bar-messwin .mess-input input::-ms-input-placeholder {
|
|
3141
|
+
color: #999;
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
.bar-messwin .mess-input input::placeholder {
|
|
3145
|
+
color: #999;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
.bar-messwin .mess-textarea {
|
|
3149
|
+
width: 267px;
|
|
3150
|
+
height: 85px;
|
|
3151
|
+
background: #fff;
|
|
3152
|
+
border-radius: 9px;
|
|
3153
|
+
border: 1px solid rgba(237,85,102,0.4);
|
|
3154
|
+
display: flex;
|
|
3155
|
+
padding: 9px 13px;
|
|
3156
|
+
justify-content: space-between;
|
|
3157
|
+
margin-top: 12px;
|
|
3158
|
+
position: relative;
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
.bar-messwin .mess-textarea textarea {
|
|
3162
|
+
width: 203px;
|
|
3163
|
+
height: 68px;
|
|
3164
|
+
font-size: 17px;
|
|
3165
|
+
resize: none;
|
|
3166
|
+
outline: none;
|
|
3167
|
+
border: none;
|
|
3168
|
+
background: transparent;
|
|
3169
|
+
color: #333;
|
|
3170
|
+
font-family: PingFang SC;
|
|
3171
|
+
}
|
|
3172
|
+
|
|
3173
|
+
.bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
|
|
3174
|
+
color: #999;
|
|
3175
|
+
}
|
|
3176
|
+
|
|
3177
|
+
.bar-messwin .mess-textarea textarea::-ms-input-placeholder {
|
|
3178
|
+
color: #999;
|
|
3179
|
+
}
|
|
3180
|
+
|
|
3181
|
+
.bar-messwin .mess-textarea textarea::placeholder {
|
|
3182
|
+
color: #999;
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
.bar-messwin .mess-textarea img {
|
|
3186
|
+
width: 26px;
|
|
3187
|
+
height: 26px;
|
|
3188
|
+
cursor: pointer;
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
.bar-messwin .mess-textarea .wish-dropdown {
|
|
3192
|
+
position: absolute;
|
|
3193
|
+
top: 43px;
|
|
3194
|
+
right: 0;
|
|
3195
|
+
width: 267px;
|
|
3196
|
+
background: #fff;
|
|
3197
|
+
border-radius: 9px;
|
|
3198
|
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
|
3199
|
+
z-index: 10;
|
|
3200
|
+
max-height: 213px;
|
|
3201
|
+
overflow-y: auto;
|
|
3202
|
+
border: 1px solid rgba(237,85,102,0.2);
|
|
3203
|
+
padding: 0 13px;
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
.bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
|
|
3207
|
+
width: 3px;
|
|
3208
|
+
background-color: transparent;
|
|
3209
|
+
display: block;
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
.bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
|
|
3213
|
+
background-color: #ccc;
|
|
3214
|
+
border-radius: 9px;
|
|
3215
|
+
min-height: 32px;
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3218
|
+
.bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
|
|
3219
|
+
background-color: transparent;
|
|
3220
|
+
border-radius: 3px;
|
|
3221
|
+
margin: 4px 0;
|
|
3222
|
+
}
|
|
3223
|
+
|
|
3224
|
+
.bar-messwin .mess-textarea .wish-dropdown .wish-item {
|
|
3225
|
+
padding: 11px 0;
|
|
3226
|
+
display: flex;
|
|
3227
|
+
align-items: flex-start;
|
|
3228
|
+
cursor: pointer;
|
|
3229
|
+
transition: background-color 0.2s;
|
|
3230
|
+
border-bottom: 1px solid rgba(0,0,0,0.05);
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
.bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
|
|
3234
|
+
border-bottom: none;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
.bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
|
|
3238
|
+
color: #ff4874;
|
|
3239
|
+
margin-right: 5px;
|
|
3240
|
+
font-size: 11px;
|
|
3241
|
+
line-height: 21px;
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3244
|
+
.bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
|
|
3245
|
+
font-size: 15px;
|
|
3246
|
+
color: #333;
|
|
3247
|
+
line-height: 21px;
|
|
3248
|
+
text-align: left;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
.bar-messwin .bar-m-sub {
|
|
3252
|
+
width: 267px;
|
|
3253
|
+
height: 43px;
|
|
3254
|
+
background: linear-gradient(270deg,#ff4874,#ff9061);
|
|
3255
|
+
border-radius: 68px;
|
|
3256
|
+
font-size: 17px;
|
|
3257
|
+
font-family: PingFang SC;
|
|
3258
|
+
font-weight: 400;
|
|
3259
|
+
color: #fff;
|
|
3260
|
+
margin-top: 26px;
|
|
3261
|
+
border: none;
|
|
3262
|
+
outline: none;
|
|
3263
|
+
cursor: pointer;
|
|
3264
|
+
display: flex;
|
|
3265
|
+
align-items: center;
|
|
3266
|
+
justify-content: center;
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
|
+
.bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
|
|
3270
|
+
position: absolute;
|
|
3271
|
+
bottom: -60px;
|
|
3272
|
+
right: 50%;
|
|
3273
|
+
transform: translateX(50%);
|
|
3274
|
+
font-size: 28px;
|
|
3275
|
+
color: #fff;
|
|
3276
|
+
cursor: pointer;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
/* 提示弹窗样式 */
|
|
3280
|
+
.mint-msgbox-wrapper {
|
|
3281
|
+
position: fixed;
|
|
3282
|
+
top: 0;
|
|
3283
|
+
left: 0;
|
|
3284
|
+
right: 0;
|
|
3285
|
+
bottom: 0;
|
|
3286
|
+
background-color: rgba(0,0,0,0.5);
|
|
3287
|
+
z-index: 2005;
|
|
3288
|
+
display: flex;
|
|
3289
|
+
justify-content: center;
|
|
3290
|
+
align-items: center;
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
.mint-msgbox {
|
|
3294
|
+
position: relative;
|
|
3295
|
+
background-color: #fff;
|
|
3296
|
+
width: 85%;
|
|
3297
|
+
border-radius: 3px;
|
|
3298
|
+
font-size: 17px;
|
|
3299
|
+
overflow: hidden;
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
.mint-msgbox-header {
|
|
3303
|
+
padding: 16px 0 0;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
.mint-msgbox-content {
|
|
3307
|
+
padding: 11px 21px 16px;
|
|
3308
|
+
border-bottom: 1px solid #ddd;
|
|
3309
|
+
min-height: 38px;
|
|
3310
|
+
position: relative;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
.mint-msgbox-title {
|
|
3314
|
+
text-align: center;
|
|
3315
|
+
padding-left: 0;
|
|
3316
|
+
margin-bottom: 0;
|
|
3317
|
+
font-size: 17px;
|
|
3318
|
+
font-weight: 700;
|
|
3319
|
+
color: #333;
|
|
3320
|
+
}
|
|
3321
|
+
|
|
3322
|
+
.mint-msgbox-message {
|
|
3323
|
+
color: #999;
|
|
3324
|
+
margin: 0;
|
|
3325
|
+
text-align: center;
|
|
3326
|
+
line-height: 38px;
|
|
3327
|
+
}
|
|
3328
|
+
|
|
3329
|
+
.mint-msgbox-btns {
|
|
3330
|
+
display: flex;
|
|
3331
|
+
height: 43px;
|
|
3332
|
+
line-height: 43px;
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
.mint-msgbox-btn {
|
|
3336
|
+
line-height: 37px;
|
|
3337
|
+
display: block;
|
|
3338
|
+
background-color: #fff;
|
|
3339
|
+
flex: 1;
|
|
3340
|
+
margin: 0;
|
|
3341
|
+
border: 0;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.mint-msgbox-confirm {
|
|
3345
|
+
color: #26a2ff;
|
|
3346
|
+
width: 100%;
|
|
3347
|
+
}
|
|
3348
|
+
/* 右侧按钮区域样式 */
|
|
3349
|
+
#toolbarNew .toolbar .bar-right {
|
|
3350
|
+
margin-left: 7px;
|
|
3351
|
+
font-size: 0;
|
|
3352
|
+
display: flex;
|
|
3353
|
+
align-items: center;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
#toolbarNew .toolbar .bar-right.move-left {
|
|
3357
|
+
right: 64px;
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
#toolbarNew .toolbar .bar-right .bar-r-com,
|
|
3361
|
+
#toolbarNew .toolbar .bar-right>img {
|
|
3362
|
+
display: inline-block;
|
|
3363
|
+
vertical-align: middle;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
#toolbarNew .toolbar .bar-right .bar-r-com {
|
|
3367
|
+
margin-left: 8px;
|
|
3368
|
+
cursor: pointer;
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
#toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
|
|
3372
|
+
width: 36px;
|
|
3373
|
+
height: 36px;
|
|
3374
|
+
transform-origin: center bottom;
|
|
3375
|
+
animation: giftJump 3s ease infinite;
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3378
|
+
@keyframes giftJump {
|
|
3379
|
+
0%, 24%, 48%, to {
|
|
3380
|
+
transform: translateZ(0);
|
|
3381
|
+
}
|
|
3382
|
+
12% {
|
|
3383
|
+
transform: translate3d(0, -10px, 0);
|
|
3384
|
+
}
|
|
3385
|
+
36% {
|
|
3386
|
+
transform: translate3d(0, -10px, 0);
|
|
3387
|
+
}
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
#toolbarNew .toolbar .bar-right .bar-r-com:first-child {
|
|
3391
|
+
margin-left: 0;
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
#toolbarNew .toolbar .bar-right>img {
|
|
3395
|
+
position: relative;
|
|
3396
|
+
z-index: 1;
|
|
3397
|
+
width: 26px;
|
|
3398
|
+
height: 26px;
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
#toolbarNew .toolbar .bar-right .bar-heart {
|
|
3402
|
+
position: relative;
|
|
3403
|
+
width: 36px;
|
|
3404
|
+
height: 36px;
|
|
3405
|
+
text-align: center;
|
|
3406
|
+
}
|
|
3407
|
+
|
|
3408
|
+
#toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
|
|
3409
|
+
position: absolute;
|
|
3410
|
+
max-width: 36px;
|
|
3411
|
+
height: 15px;
|
|
3412
|
+
line-height: 15px;
|
|
3413
|
+
right: 0;
|
|
3414
|
+
top: 0;
|
|
3415
|
+
z-index: 3;
|
|
3416
|
+
font-size: 10px;
|
|
3417
|
+
color: #fff;
|
|
3418
|
+
border-radius: 6px;
|
|
3419
|
+
padding: 0 4px;
|
|
3420
|
+
box-sizing: border-box;
|
|
3421
|
+
white-space: nowrap;
|
|
3422
|
+
background-color: #f38200;
|
|
3423
|
+
transform: translateX(40%);
|
|
3424
|
+
}
|
|
3425
|
+
|
|
3426
|
+
#toolbarNew .toolbar .bar-right .bar-zan {
|
|
3427
|
+
position: relative;
|
|
3428
|
+
z-index: 2;
|
|
3429
|
+
height: 33px;
|
|
3430
|
+
width: 33px;
|
|
3431
|
+
box-sizing: border-box;
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
#toolbarNew .toolbar .bar-right .bar-zan .ani-num {
|
|
3435
|
+
position: absolute;
|
|
3436
|
+
top: 0;
|
|
3437
|
+
left: 10px;
|
|
3438
|
+
opacity: 0;
|
|
3439
|
+
font-size: 15px;
|
|
3440
|
+
color: #f07a87;
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
#toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
|
|
3444
|
+
position: absolute;
|
|
3445
|
+
left: 0;
|
|
3446
|
+
right: 0;
|
|
3447
|
+
bottom: 0;
|
|
3448
|
+
top: 0;
|
|
3449
|
+
z-index: 1;
|
|
3450
|
+
}
|
|
3451
|
+
|
|
3452
|
+
#toolbarNew .toolbar .bar-right .bar-zan img {
|
|
3453
|
+
width: 36px;
|
|
3454
|
+
height: 36px;
|
|
3455
|
+
}
|
|
3456
|
+
|
|
3457
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
|
|
3458
|
+
z-index: 2;
|
|
3459
|
+
animation: praise 1.2s;
|
|
3460
|
+
animation-fill-mode: both;
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
@keyframes praise {
|
|
3464
|
+
0% {
|
|
3465
|
+
opacity: 1;
|
|
3466
|
+
}
|
|
3467
|
+
50% {
|
|
3468
|
+
opacity: 1;
|
|
3469
|
+
transform: translate3d(0, -35px, 0);
|
|
3470
|
+
}
|
|
3471
|
+
to {
|
|
3472
|
+
opacity: 0;
|
|
3473
|
+
transform: translate3d(0, -35px, 0);
|
|
3474
|
+
}
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3477
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
|
|
3478
|
+
transform: scale(0.85);
|
|
3479
|
+
}
|
|
3480
|
+
|
|
3481
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
|
|
3482
|
+
animation: jump .6s ease-out;
|
|
3483
|
+
}
|
|
3484
|
+
|
|
3485
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
|
|
3486
|
+
animation: jump2 .6s ease-out;
|
|
3487
|
+
}
|
|
3488
|
+
|
|
3489
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
|
|
3490
|
+
animation: jump3 .6s ease-out;
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3493
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
|
|
3494
|
+
animation: jump4 .6s ease-out;
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3497
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
|
|
3498
|
+
animation: jump5 .6s ease-out;
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3501
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
|
|
3502
|
+
animation: jump6 .6s ease-out;
|
|
3503
|
+
}
|
|
3504
|
+
|
|
3505
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
|
|
3506
|
+
animation: jump7 .6s ease-out;
|
|
3507
|
+
}
|
|
3508
|
+
|
|
3509
|
+
#toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
|
|
3510
|
+
animation: jump8 .6s ease-out;
|
|
3511
|
+
}
|
|
3512
|
+
|
|
3513
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
|
|
3514
|
+
position: absolute;
|
|
3515
|
+
left: 0;
|
|
3516
|
+
top: 0;
|
|
3517
|
+
right: 0;
|
|
3518
|
+
bottom: 0;
|
|
3519
|
+
pointer-events: none;
|
|
3520
|
+
overflow: visible;
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3523
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
|
|
3524
|
+
position: absolute;
|
|
3525
|
+
width: 6px;
|
|
3526
|
+
height: 6px;
|
|
3527
|
+
border-radius: 50%;
|
|
3528
|
+
opacity: 0;
|
|
3529
|
+
}
|
|
3530
|
+
|
|
3531
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
|
|
3532
|
+
left: 50%;
|
|
3533
|
+
top: -8px;
|
|
3534
|
+
transform: translate3d(-50%, 0, 0);
|
|
3535
|
+
background-color: #b3e5c8;
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
|
|
3539
|
+
left: -8px;
|
|
3540
|
+
top: 50%;
|
|
3541
|
+
transform: translate3d(0, -50%, 0);
|
|
3542
|
+
background-color: #f4ba31;
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3545
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
|
|
3546
|
+
left: 50%;
|
|
3547
|
+
bottom: -8px;
|
|
3548
|
+
transform: translate3d(-50%, 0, 0);
|
|
3549
|
+
background-color: #339fef;
|
|
3550
|
+
}
|
|
3551
|
+
|
|
3552
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
|
|
3553
|
+
top: 50%;
|
|
3554
|
+
right: -8px;
|
|
3555
|
+
transform: translate3d(0, -50%, 0);
|
|
3556
|
+
background-color: #e2264d;
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
|
|
3560
|
+
left: -5px;
|
|
3561
|
+
top: 0;
|
|
3562
|
+
transform: translate3d(0, -50%, 0);
|
|
3563
|
+
background-color: #a08880;
|
|
3564
|
+
}
|
|
3565
|
+
|
|
3566
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
|
|
3567
|
+
left: -5px;
|
|
3568
|
+
bottom: 0;
|
|
3569
|
+
transform: translate3d(0, 50%, 0);
|
|
3570
|
+
background-color: #43c1b5;
|
|
3571
|
+
}
|
|
3572
|
+
|
|
3573
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
|
|
3574
|
+
right: -5px;
|
|
3575
|
+
bottom: 0;
|
|
3576
|
+
transform: translate3d(0, 50%, 0);
|
|
3577
|
+
background-color: #f5be3b;
|
|
3578
|
+
}
|
|
3579
|
+
|
|
3580
|
+
#toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
|
|
3581
|
+
right: -5px;
|
|
3582
|
+
top: 0;
|
|
3583
|
+
transform: translate3d(0, -50%, 0);
|
|
3584
|
+
background-color: coral;
|
|
3585
|
+
}
|
|
3586
|
+
|
|
3587
|
+
@keyframes jump {
|
|
3588
|
+
0% {
|
|
3589
|
+
opacity: 1;
|
|
3590
|
+
transform: translate3d(-50%, 0, 0) scale(1);
|
|
3591
|
+
}
|
|
3592
|
+
40% {
|
|
3593
|
+
transform: translate3d(-50%, -100%, 0) scale(0.7);
|
|
3594
|
+
}
|
|
3595
|
+
to {
|
|
3596
|
+
opacity: 1;
|
|
3597
|
+
transform: translate3d(-50%, -150%, 0) scale(0);
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
|
|
3601
|
+
@keyframes jump2 {
|
|
3602
|
+
0% {
|
|
3603
|
+
opacity: 1;
|
|
3604
|
+
transform: translate3d(0, -50%, 0) scale(1);
|
|
3605
|
+
}
|
|
3606
|
+
40% {
|
|
3607
|
+
transform: translate3d(-100%, -50%, 0) scale(0.7);
|
|
3608
|
+
}
|
|
3609
|
+
to {
|
|
3610
|
+
opacity: 1;
|
|
3611
|
+
transform: translate3d(-150%, -50%, 0) scale(0);
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3615
|
+
@keyframes jump3 {
|
|
3616
|
+
0% {
|
|
3617
|
+
opacity: 1;
|
|
3618
|
+
transform: translate3d(-50%, 0, 0) scale(1);
|
|
3619
|
+
}
|
|
3620
|
+
40% {
|
|
3621
|
+
transform: translate3d(-50%, 100%, 0) scale(0.7);
|
|
3622
|
+
}
|
|
3623
|
+
to {
|
|
3624
|
+
opacity: 1;
|
|
3625
|
+
transform: translate3d(-50%, 150%, 0) scale(0);
|
|
3626
|
+
}
|
|
3627
|
+
}
|
|
3628
|
+
|
|
3629
|
+
@keyframes jump4 {
|
|
3630
|
+
0% {
|
|
3631
|
+
opacity: 1;
|
|
3632
|
+
transform: translate3d(0, -50%, 0) scale(1);
|
|
3633
|
+
}
|
|
3634
|
+
40% {
|
|
3635
|
+
transform: translate3d(100%, -50%, 0) scale(0.7);
|
|
3636
|
+
}
|
|
3637
|
+
to {
|
|
3638
|
+
opacity: 1;
|
|
3639
|
+
transform: translate3d(150%, -50%, 0) scale(0);
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3642
|
+
|
|
3643
|
+
@keyframes jump5 {
|
|
3644
|
+
0% {
|
|
3645
|
+
opacity: 1;
|
|
3646
|
+
transform: translate3d(0, -50%, 0) scale(1);
|
|
3647
|
+
}
|
|
3648
|
+
40% {
|
|
3649
|
+
transform: translate3d(-80%, -80%, 0) scale(0.7);
|
|
3650
|
+
}
|
|
3651
|
+
to {
|
|
3652
|
+
opacity: 1;
|
|
3653
|
+
transform: translate3d(-130%, -130%, 0) scale(0);
|
|
3654
|
+
}
|
|
3655
|
+
}
|
|
3656
|
+
|
|
3657
|
+
@keyframes jump6 {
|
|
3658
|
+
0% {
|
|
3659
|
+
opacity: 1;
|
|
3660
|
+
transform: translate3d(0, 50%, 0) scale(1);
|
|
3661
|
+
}
|
|
3662
|
+
40% {
|
|
3663
|
+
transform: translate3d(-80%, 80%, 0) scale(0.7);
|
|
3664
|
+
}
|
|
3665
|
+
to {
|
|
3666
|
+
opacity: 1;
|
|
3667
|
+
transform: translate3d(-130%, 130%, 0) scale(0);
|
|
3668
|
+
}
|
|
3669
|
+
}
|
|
3670
|
+
|
|
3671
|
+
@keyframes jump7 {
|
|
3672
|
+
0% {
|
|
3673
|
+
opacity: 1;
|
|
3674
|
+
transform: translate3d(0, 50%, 0) scale(1);
|
|
3675
|
+
}
|
|
3676
|
+
40% {
|
|
3677
|
+
transform: translate3d(80%, 80%, 0) scale(0.7);
|
|
3678
|
+
}
|
|
3679
|
+
to {
|
|
3680
|
+
opacity: 1;
|
|
3681
|
+
transform: translate3d(130%, 130%, 0) scale(0);
|
|
3682
|
+
}
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
@keyframes jump8 {
|
|
3686
|
+
0% {
|
|
3687
|
+
opacity: 1;
|
|
3688
|
+
transform: translate3d(0, 50%, 0) scale(1);
|
|
3689
|
+
}
|
|
3690
|
+
40% {
|
|
3691
|
+
transform: translate3d(80%, -80%, 0) scale(0.7);
|
|
3692
|
+
}
|
|
3693
|
+
to {
|
|
3694
|
+
opacity: 1;
|
|
3695
|
+
transform: translate3d(130%, -130%, 0) scale(0);
|
|
3696
|
+
}
|
|
3697
|
+
}
|
|
3698
|
+
|
|
3699
|
+
/* 礼物弹窗样式 */
|
|
3700
|
+
.give-gift {
|
|
3701
|
+
position: fixed;
|
|
3702
|
+
top: 50%;
|
|
3703
|
+
left: 50%;
|
|
3704
|
+
transform: translate(-50%, -50%);
|
|
3705
|
+
z-index: 2004;
|
|
3706
|
+
background: white;
|
|
3707
|
+
padding: 20px;
|
|
3708
|
+
border-radius: 10px;
|
|
3709
|
+
text-align: center;
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
.give-gift .back {
|
|
3713
|
+
position: absolute;
|
|
3714
|
+
top: 10px;
|
|
3715
|
+
left: 10px;
|
|
3716
|
+
cursor: pointer;
|
|
3717
|
+
}
|
|
3718
|
+
|
|
3719
|
+
.give-gift img {
|
|
3720
|
+
max-width: 300px;
|
|
3721
|
+
max-height: 300px;
|
|
3722
|
+
margin-top: 20px;
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
/* 留言成功弹窗样式 */
|
|
3726
|
+
.mess-success-popup {
|
|
3727
|
+
position: fixed;
|
|
3728
|
+
top: 0;
|
|
3729
|
+
left: 0;
|
|
3730
|
+
right: 0;
|
|
3731
|
+
bottom: 0;
|
|
3732
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
3733
|
+
z-index: 2003;
|
|
3734
|
+
display: flex;
|
|
3735
|
+
justify-content: center;
|
|
3736
|
+
align-items: center;
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3739
|
+
.mess-success-popup .gift-popup {
|
|
3740
|
+
width: 300px;
|
|
3741
|
+
height: 200px;
|
|
3742
|
+
background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
|
|
3743
|
+
border-radius: 10px;
|
|
3744
|
+
padding: 20px;
|
|
3745
|
+
text-align: center;
|
|
3746
|
+
position: relative;
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3749
|
+
.mess-success-popup .gift-popup .icon-cuowu2 {
|
|
3750
|
+
position: absolute;
|
|
3751
|
+
top: 10px;
|
|
3752
|
+
right: 10px;
|
|
3753
|
+
cursor: pointer;
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
.mess-success-popup .gift-popup .toast {
|
|
3757
|
+
display: flex;
|
|
3758
|
+
align-items: center;
|
|
3759
|
+
justify-content: center;
|
|
3760
|
+
margin: 10px 0;
|
|
3761
|
+
}
|
|
3762
|
+
|
|
3763
|
+
.mess-success-popup .gift-popup .toast img {
|
|
3764
|
+
width: 20px;
|
|
3765
|
+
height: 15px;
|
|
3766
|
+
margin: 0 5px;
|
|
3767
|
+
}
|
|
3768
|
+
|
|
3769
|
+
.mess-success-popup .gift-popup .title {
|
|
3770
|
+
margin: 15px 0;
|
|
3771
|
+
font-size: 16px;
|
|
3772
|
+
color: #333;
|
|
3773
|
+
}
|
|
3774
|
+
|
|
3775
|
+
.mess-success-popup .gift-popup .btn {
|
|
3776
|
+
background: linear-gradient(270deg, #ff4874, #ff9061);
|
|
3777
|
+
color: white;
|
|
3778
|
+
border: none;
|
|
3779
|
+
padding: 10px 20px;
|
|
3780
|
+
border-radius: 20px;
|
|
3781
|
+
margin-top: 15px;
|
|
3782
|
+
cursor: pointer;
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
/* 新增图片加载动画样式 */
|
|
3786
|
+
.gift-image-container {
|
|
3787
|
+
position: relative;
|
|
3788
|
+
width: 300px;
|
|
3789
|
+
height: 300px;
|
|
3790
|
+
margin: 20px 0;
|
|
3791
|
+
overflow: hidden;
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
.gift-image-container img {
|
|
3795
|
+
width: 100%;
|
|
3796
|
+
height: 100%;
|
|
3797
|
+
object-fit: contain;
|
|
3798
|
+
opacity: 0;
|
|
3799
|
+
transition: opacity 0.5s ease-in-out;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
.gift-image-container img.loaded {
|
|
3804
3803
|
opacity: 1;
|
|
3805
3804
|
}
|
|
3806
|
-
|
|
3807
|
-
|
|
3805
|
+
|
|
3806
|
+
.image-loading {
|
|
3807
|
+
position: absolute;
|
|
3808
|
+
top: 0;
|
|
3809
|
+
left: 0;
|
|
3810
|
+
width: 100%;
|
|
3811
|
+
height: 100%;
|
|
3812
|
+
display: flex;
|
|
3813
|
+
justify-content: center;
|
|
3814
|
+
align-items: center;
|
|
3815
|
+
background: rgba(255, 255, 255, 0.8);
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
.loading-spinner {
|
|
3819
|
+
width: 40px;
|
|
3820
|
+
height: 40px;
|
|
3821
|
+
border: 4px solid #f3f3f3;
|
|
3822
|
+
border-top: 4px solid #ed5566;
|
|
3823
|
+
border-radius: 50%;
|
|
3824
|
+
animation: spin 1s linear infinite;
|
|
3808
3825
|
}
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3826
|
+
|
|
3827
|
+
@keyframes spin {
|
|
3828
|
+
0% { transform: rotate(0deg); }
|
|
3829
|
+
100% { transform: rotate(360deg); }
|
|
3812
3830
|
}
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
overflow: hidden
|
|
3816
|
-
}
|
|
3817
|
-
|
|
3818
|
-
.ele-effect .effect-wrap {
|
|
3819
|
-
position: relative;
|
|
3820
|
-
overflow: hidden;
|
|
3821
|
-
width: 100%;
|
|
3822
|
-
height: 100%
|
|
3823
|
-
}
|
|
3824
|
-
|
|
3825
|
-
.ele-effect .e-small {
|
|
3826
|
-
position: absolute;
|
|
3827
|
-
width: 24px;
|
|
3828
|
-
height: 24px;
|
|
3829
|
-
background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
|
|
3830
|
-
background-size: cover;
|
|
3831
|
-
background-repeat: no-repeat;
|
|
3832
|
-
-webkit-transform-origin: center;
|
|
3833
|
-
transform-origin: center;
|
|
3834
|
-
-webkit-animation: snow 5s linear infinite;
|
|
3835
|
-
animation: snow 5s linear infinite
|
|
3836
|
-
}.ele-form {
|
|
3831
|
+
|
|
3832
|
+
/* .ele-form {
|
|
3837
3833
|
position: absolute;
|
|
3838
3834
|
user-select: none;
|
|
3839
3835
|
}
|
|
3840
|
-
|
|
3836
|
+
*/
|
|
3841
3837
|
.f-single {
|
|
3842
3838
|
cursor: pointer;
|
|
3843
3839
|
}
|
|
@@ -3927,19 +3923,92 @@ font-style: normal;
|
|
|
3927
3923
|
width: 100%;
|
|
3928
3924
|
height: 100%;
|
|
3929
3925
|
z-index: 1000;
|
|
3930
|
-
}
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
margin-bottom: 15px;
|
|
3937
|
-
border: 2px solid #fff;
|
|
3926
|
+
}/* .ele-form {
|
|
3927
|
+
position: absolute;
|
|
3928
|
+
user-select: none;
|
|
3929
|
+
} */
|
|
3930
|
+
|
|
3931
|
+
.f-multiple {
|
|
3938
3932
|
cursor: pointer;
|
|
3939
3933
|
}
|
|
3940
|
-
|
|
3941
|
-
.
|
|
3942
|
-
|
|
3934
|
+
|
|
3935
|
+
.ani-wrap {
|
|
3936
|
+
position: relative;
|
|
3937
|
+
}
|
|
3938
|
+
|
|
3939
|
+
.f-multiple .ani-wrap .fs-tit {
|
|
3940
|
+
display: flex;
|
|
3941
|
+
padding: 0 5px;
|
|
3942
|
+
height: 40px;
|
|
3943
|
+
align-items: center;
|
|
3944
|
+
white-space: nowrap;
|
|
3945
|
+
overflow: hidden;
|
|
3946
|
+
text-overflow: ellipsis;
|
|
3947
|
+
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3950
|
+
.require {
|
|
3951
|
+
padding: 0 5px 0 0;
|
|
3952
|
+
color: red;
|
|
3953
|
+
vertical-align: middle;
|
|
3954
|
+
}
|
|
3955
|
+
|
|
3956
|
+
.f-multiple ul {
|
|
3957
|
+
padding: 15px;
|
|
3958
|
+
margin: 0;
|
|
3959
|
+
list-style: none;
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3962
|
+
.f-multiple ul li {
|
|
3963
|
+
margin-top: 12px;
|
|
3964
|
+
font-size: 0;
|
|
3965
|
+
display: flex;
|
|
3966
|
+
align-items: center;
|
|
3967
|
+
cursor: pointer;
|
|
3968
|
+
}
|
|
3969
|
+
|
|
3970
|
+
.f-multiple ul li:first-child {
|
|
3971
|
+
margin-top: 0;
|
|
3972
|
+
}
|
|
3973
|
+
|
|
3974
|
+
.fs-circle {
|
|
3975
|
+
display: inline-block;
|
|
3976
|
+
width: 16px;
|
|
3977
|
+
height: 16px;
|
|
3978
|
+
border-radius: 50%;
|
|
3979
|
+
position: relative;
|
|
3980
|
+
transition: all 0.2s;
|
|
3981
|
+
}
|
|
3982
|
+
|
|
3983
|
+
.fs-circle.selected {
|
|
3984
|
+
background-color: #2687f1;
|
|
3985
|
+
border-color: #2687f1 !important;
|
|
3986
|
+
}
|
|
3987
|
+
|
|
3988
|
+
.fs-circle.selected::after {
|
|
3989
|
+
content: "";
|
|
3990
|
+
position: absolute;
|
|
3991
|
+
top: 3px;
|
|
3992
|
+
left: 3px;
|
|
3993
|
+
width: 8px;
|
|
3994
|
+
height: 8px;
|
|
3995
|
+
border-radius: 50%;
|
|
3996
|
+
background-color: white;
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3999
|
+
.fs-txt {
|
|
4000
|
+
display: inline-block;
|
|
4001
|
+
width: calc(100% - 16px);
|
|
4002
|
+
padding-left: 8px;
|
|
4003
|
+
vertical-align: top;
|
|
4004
|
+
word-break: break-all;
|
|
4005
|
+
font-size: 14px;
|
|
4006
|
+
line-height: 1.2;
|
|
4007
|
+
}
|
|
4008
|
+
|
|
4009
|
+
.has-error .fs-tit {
|
|
4010
|
+
border-bottom-color: #ff4d4f;
|
|
4011
|
+
}
|
|
3943
4012
|
.global.video {
|
|
3944
4013
|
width: 35px;
|
|
3945
4014
|
height: 55px;
|
|
@@ -3954,18 +4023,6 @@ font-style: normal;
|
|
|
3954
4023
|
.global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
|
|
3955
4024
|
}
|
|
3956
4025
|
|
|
3957
|
-
.global.receipt {
|
|
3958
|
-
width: 35px;
|
|
3959
|
-
height: 55px;
|
|
3960
|
-
border-radius: 50%;
|
|
3961
|
-
text-align: center;
|
|
3962
|
-
margin-bottom: 5px;
|
|
3963
|
-
border: 2px solid #fff;
|
|
3964
|
-
cursor: pointer;
|
|
3965
|
-
}
|
|
3966
|
-
.icon-liuyan:before { content: "\E636"; }
|
|
3967
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
3968
|
-
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|
|
3969
4026
|
.icon-guanbi:before {
|
|
3970
4027
|
content: "\E676";
|
|
3971
4028
|
}
|
|
@@ -4360,100 +4417,39 @@ font-style: normal;
|
|
|
4360
4417
|
color: #F44336; /* 失败的红色 */
|
|
4361
4418
|
}
|
|
4362
4419
|
|
|
4363
|
-
.global.
|
|
4420
|
+
.global.tel {
|
|
4364
4421
|
width: 35px;
|
|
4365
4422
|
height: 55px;
|
|
4366
4423
|
border-radius: 50%;
|
|
4367
4424
|
text-align: center;
|
|
4368
|
-
margin-bottom:
|
|
4425
|
+
margin-bottom: 15px;
|
|
4369
4426
|
border: 2px solid #fff;
|
|
4370
4427
|
cursor: pointer;
|
|
4371
4428
|
}
|
|
4372
|
-
.icon-
|
|
4429
|
+
.icon-dianhua:before { content: "\E60E"; }
|
|
4373
4430
|
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
4374
|
-
.global.
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
.f-multiple {
|
|
4380
|
-
cursor: pointer;
|
|
4381
|
-
}
|
|
4382
|
-
|
|
4383
|
-
.ani-wrap {
|
|
4384
|
-
position: relative;
|
|
4385
|
-
}
|
|
4386
|
-
|
|
4387
|
-
.f-multiple .ani-wrap .fs-tit {
|
|
4388
|
-
display: flex;
|
|
4389
|
-
padding: 0 5px;
|
|
4390
|
-
height: 40px;
|
|
4391
|
-
align-items: center;
|
|
4392
|
-
white-space: nowrap;
|
|
4393
|
-
overflow: hidden;
|
|
4394
|
-
text-overflow: ellipsis;
|
|
4395
|
-
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
4396
|
-
}
|
|
4397
|
-
|
|
4398
|
-
.require {
|
|
4399
|
-
padding: 0 5px 0 0;
|
|
4400
|
-
color: red;
|
|
4401
|
-
vertical-align: middle;
|
|
4402
|
-
}
|
|
4403
|
-
|
|
4404
|
-
.f-multiple ul {
|
|
4405
|
-
padding: 15px;
|
|
4406
|
-
margin: 0;
|
|
4407
|
-
list-style: none;
|
|
4408
|
-
}
|
|
4409
|
-
|
|
4410
|
-
.f-multiple ul li {
|
|
4411
|
-
margin-top: 12px;
|
|
4412
|
-
font-size: 0;
|
|
4413
|
-
display: flex;
|
|
4414
|
-
align-items: center;
|
|
4415
|
-
cursor: pointer;
|
|
4416
|
-
}
|
|
4417
|
-
|
|
4418
|
-
.f-multiple ul li:first-child {
|
|
4419
|
-
margin-top: 0;
|
|
4420
|
-
}
|
|
4421
|
-
|
|
4422
|
-
.fs-circle {
|
|
4423
|
-
display: inline-block;
|
|
4424
|
-
width: 16px;
|
|
4425
|
-
height: 16px;
|
|
4431
|
+
.global.tel > span { font-size: 10px; line-height: 20px; display: block;}
|
|
4432
|
+
.global.receipt {
|
|
4433
|
+
width: 35px;
|
|
4434
|
+
height: 55px;
|
|
4426
4435
|
border-radius: 50%;
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
.fs-circle.selected {
|
|
4432
|
-
background-color: #2687f1;
|
|
4433
|
-
border-color: #2687f1 !important;
|
|
4436
|
+
text-align: center;
|
|
4437
|
+
margin-bottom: 5px;
|
|
4438
|
+
border: 2px solid #fff;
|
|
4439
|
+
cursor: pointer;
|
|
4434
4440
|
}
|
|
4435
|
-
|
|
4436
|
-
.
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
width: 8px;
|
|
4442
|
-
height: 8px;
|
|
4441
|
+
.icon-liuyan:before { content: "\E636"; }
|
|
4442
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
4443
|
+
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|
|
4444
|
+
.global.map {
|
|
4445
|
+
width: 35px;
|
|
4446
|
+
height: 55px;
|
|
4443
4447
|
border-radius: 50%;
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
display: inline-block;
|
|
4449
|
-
width: calc(100% - 16px);
|
|
4450
|
-
padding-left: 8px;
|
|
4451
|
-
vertical-align: top;
|
|
4452
|
-
word-break: break-all;
|
|
4453
|
-
font-size: 14px;
|
|
4454
|
-
line-height: 1.2;
|
|
4448
|
+
text-align: center;
|
|
4449
|
+
margin-bottom: 5px;
|
|
4450
|
+
border: 2px solid #fff;
|
|
4451
|
+
cursor: pointer;
|
|
4455
4452
|
}
|
|
4456
|
-
|
|
4457
|
-
.
|
|
4458
|
-
|
|
4459
|
-
}
|
|
4453
|
+
.icon-daohang1:before { content: "\E612"; }
|
|
4454
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
4455
|
+
.global.map > span { font-size: 10px; line-height: 20px; display: block;}
|