unika-components 1.1.59 → 1.1.61

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.
@@ -62,77 +62,7 @@ cursor: not-allowed;
62
62
  max-height: 100%;
63
63
  width: 100%;
64
64
  }
65
- #audio {
66
- position: absolute;
67
- right: 10px;
68
- top: 10px;
69
- z-index: 103;
70
- width: 30px;
71
- height: 30px;
72
- display: flex;
73
- align-items: center;
74
- }
75
-
76
- #audio .mrotate {
77
- animation: mrotate 5s linear infinite;
78
- }
79
-
80
- @keyframes mrotate {
81
- to {
82
- transform: rotate(1turn);
83
- }
84
- }
85
-
86
- #audio .audio {
87
- width: 100%;
88
- height: 100%;
89
- display: flex;
90
- align-items: center;
91
- justify-content: center;
92
- color: #fff;
93
- background: #666;
94
- border-radius: 50%;
95
- overflow: hidden;
96
- cursor: pointer;
97
- transition: all 0.3s ease;
98
- }
99
-
100
- #audio .audio.a-border {
101
- border: 1px solid #fff;
102
- }
103
-
104
- #audio .audio .music-icon {
105
- display: block;
106
- width: 60%;
107
- height: 60%;
108
- object-fit: contain;
109
- }
110
65
 
111
- #audio .audio .iconfont {
112
- font-size: 2opx;
113
- line-height: 1;
114
- }
115
- #audio .icon-cancel {
116
- position: absolute;
117
- width: 100%;
118
- height: 100%;
119
- border-radius: 50%;
120
- overflow: hidden;
121
- padding: 15px 0;
122
- }
123
- #audio .icon-cancel .icon-h {
124
- transform: rotate(45deg);
125
- width: 100%;
126
- height: 2px;
127
- background: #fff;
128
- }
129
- #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
130
- content: '';
131
- position: absolute;
132
- width: 100%;
133
- height: 2px;
134
- background: #fff;
135
- }
136
66
  .ele-text {
137
67
  position: relative;
138
68
  }
@@ -199,50 +129,83 @@ cursor: not-allowed;
199
129
  transform: scale(1);
200
130
  opacity: 1;
201
131
  }
202
- }.call {
132
+ }.ele-shape {
203
133
  position: absolute;
204
- cursor: pointer;
205
- user-select: none;
134
+ overflow: hidden;
206
135
  }
207
136
 
208
- .call .ani-wrap {
209
- display: flex;
210
- justify-content: center;
211
- align-items: center;
137
+ .ani-wrap {
212
138
  width: 100%;
213
139
  height: 100%;
214
- overflow: hidden;
215
- transition: opacity 0.2s;
140
+ box-sizing: border-box;
216
141
  }
217
142
 
218
- .call .ani-wrap:hover {
219
- opacity: 0.9;
143
+ .e-shape {
144
+ width: 100%;
145
+ height: 100%;
220
146
  }
221
147
 
222
- .call-content {
148
+ .svg-container :deep(svg) {
149
+ width: 100%;
150
+ height: 100%;
151
+ display: block;
152
+ }
153
+
154
+ .svg-loading,
155
+ .svg-error {
223
156
  display: flex;
224
157
  align-items: center;
225
158
  justify-content: center;
159
+ width: 100%;
160
+ height: 100%;
161
+ background: rgba(0,0,0,0.05);
226
162
  }
227
-
228
- .btn-text {
229
- margin-left: 10px;
230
- }
231
-
232
- /* 这里可以添加实际的电话图标样式 */
233
- /* .iconfont.hb-tel {
234
- display: inline-block;
235
- width: 16px;
236
- height: 16px;
237
- background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>');
238
- background-repeat: no-repeat;
239
- background-position: center;
240
- background-size: contain;
241
- } */
242
-
243
- .hb-tel:before {
244
- content: "\E642";
245
- }.ele-img {
163
+ .element-video {
164
+ position: absolute;
165
+ overflow: hidden;
166
+ background-color: transparent;
167
+ }
168
+
169
+ .element-video .ani-wrap, .element-video img {
170
+ display: block;
171
+ width: 100%;
172
+ height: 100%;
173
+ }
174
+
175
+ .video-container {
176
+ width: 100%;
177
+ height: 100%;
178
+ }
179
+
180
+ .video-container iframe {
181
+ width: 100%;
182
+ height: 100%;
183
+ border: none;
184
+ }
185
+
186
+ .video-cover {
187
+ position: relative;
188
+ width: 100%;
189
+ height: 100%;
190
+ background-size: cover;
191
+ background-position: center;
192
+ cursor: pointer;
193
+ }
194
+
195
+ .video-cover .play-btn {
196
+ position: absolute;
197
+ left: 50%;
198
+ top: 50%;
199
+ transform: translate(-50%, -50%);
200
+ width: 50px;
201
+ height: 50px;
202
+ opacity: 0.8;
203
+ transition: opacity 0.2s;
204
+ }
205
+
206
+ .video-cover:hover .play-btn {
207
+ opacity: 1;
208
+ }.ele-img {
246
209
  position: absolute;
247
210
  overflow: hidden;
248
211
  }
@@ -291,37 +254,7 @@ cursor: not-allowed;
291
254
  opacity: 1;
292
255
  transform: scale(1);
293
256
  }
294
- }.ele-shape {
295
- position: absolute;
296
- overflow: hidden;
297
- }
298
-
299
- .ani-wrap {
300
- width: 100%;
301
- height: 100%;
302
- box-sizing: border-box;
303
- }
304
-
305
- .e-shape {
306
- width: 100%;
307
- height: 100%;
308
- }
309
-
310
- .svg-container :deep(svg) {
311
- width: 100%;
312
- height: 100%;
313
- display: block;
314
- }
315
-
316
- .svg-loading,
317
- .svg-error {
318
- display: flex;
319
- align-items: center;
320
- justify-content: center;
321
- width: 100%;
322
- height: 100%;
323
- background: rgba(0,0,0,0.05);
324
- }.count-down .drag-point {
257
+ }.count-down .drag-point {
325
258
  cursor: default!important
326
259
  }
327
260
 
@@ -483,57 +416,125 @@ cursor: not-allowed;
483
416
  align-items: center;
484
417
  white-space: nowrap
485
418
  }
419
+ #audio {
420
+ position: absolute;
421
+ right: 10px;
422
+ top: 10px;
423
+ z-index: 103;
424
+ width: 30px;
425
+ height: 30px;
426
+ display: flex;
427
+ align-items: center;
428
+ }
486
429
 
487
- .element-video {
488
- position: absolute;
489
- overflow: hidden;
490
- background-color: transparent;
491
- }
492
-
493
- .element-video .ani-wrap, .element-video img {
494
- display: block;
495
- width: 100%;
496
- height: 100%;
497
- }
498
-
499
- .video-container {
500
- width: 100%;
501
- height: 100%;
502
- }
503
-
504
- .video-container iframe {
505
- width: 100%;
506
- height: 100%;
507
- border: none;
508
- }
509
-
510
- .video-cover {
511
- position: relative;
512
- width: 100%;
513
- height: 100%;
514
- background-size: cover;
515
- background-position: center;
516
- cursor: pointer;
517
- }
518
-
519
- .video-cover .play-btn {
520
- position: absolute;
521
- left: 50%;
522
- top: 50%;
523
- transform: translate(-50%, -50%);
524
- width: 50px;
525
- height: 50px;
526
- opacity: 0.8;
527
- transition: opacity 0.2s;
528
- }
529
-
530
- .video-cover:hover .play-btn {
531
- opacity: 1;
532
- }
533
- @keyframes jumpheart {
430
+ #audio .mrotate {
431
+ animation: mrotate 5s linear infinite;
432
+ }
433
+
434
+ @keyframes mrotate {
534
435
  to {
535
- -webkit-transform: scale(1.2);
536
- transform: scale(1.2)
436
+ transform: rotate(1turn);
437
+ }
438
+ }
439
+
440
+ #audio .audio {
441
+ width: 100%;
442
+ height: 100%;
443
+ display: flex;
444
+ align-items: center;
445
+ justify-content: center;
446
+ color: #fff;
447
+ background: #666;
448
+ border-radius: 50%;
449
+ overflow: hidden;
450
+ cursor: pointer;
451
+ transition: all 0.3s ease;
452
+ }
453
+
454
+ #audio .audio.a-border {
455
+ border: 1px solid #fff;
456
+ }
457
+
458
+ #audio .audio .music-icon {
459
+ display: block;
460
+ width: 60%;
461
+ height: 60%;
462
+ object-fit: contain;
463
+ }
464
+
465
+ #audio .audio .iconfont {
466
+ font-size: 2opx;
467
+ line-height: 1;
468
+ }
469
+ #audio .icon-cancel {
470
+ position: absolute;
471
+ width: 100%;
472
+ height: 100%;
473
+ border-radius: 50%;
474
+ overflow: hidden;
475
+ padding: 15px 0;
476
+ }
477
+ #audio .icon-cancel .icon-h {
478
+ transform: rotate(45deg);
479
+ width: 100%;
480
+ height: 2px;
481
+ background: #fff;
482
+ }
483
+ #audio .icon-cancel .icon-h:before, #audio .icon-cancel .icon-h:after {
484
+ content: '';
485
+ position: absolute;
486
+ width: 100%;
487
+ height: 2px;
488
+ background: #fff;
489
+ }.element-ditu .ani-wrap {
490
+ width: 100%;
491
+ height: 100%;
492
+ overflow: hidden
493
+ }
494
+
495
+ .element-ditu .map {
496
+ width: 100%;
497
+ height: 100%
498
+ }
499
+
500
+ .element-ditu .map .el-button {
501
+ width: 100%;
502
+ height: 100%;
503
+ display: -webkit-box;
504
+ display: -ms-flexbox;
505
+ display: flex;
506
+ -webkit-box-align: center;
507
+ -ms-flex-align: center;
508
+ align-items: center;
509
+ padding: 0;
510
+ -webkit-box-pack: center;
511
+ -ms-flex-pack: center;
512
+ justify-content: center;
513
+ background: inherit;
514
+ color: inherit;
515
+ border: none
516
+ }
517
+
518
+ .element-ditu .center-map {
519
+ width: 100%;
520
+ height: 100%;
521
+ background: #fff
522
+ }
523
+
524
+ .element-ditu .mask-map {
525
+ position: absolute;
526
+ width: 100%;
527
+ height: 100%;
528
+ top: 0
529
+ }
530
+ .map-iframe {
531
+ width: 100%;
532
+ height: 100%;
533
+ }
534
+ @keyframes jumpheart {
535
+ to {
536
+ -webkit-transform: scale(1.2);
537
+ transform: scale(1.2)
537
538
  }
538
539
  }
539
540
  .ele-calendar {
@@ -871,1130 +872,100 @@ cursor: not-allowed;
871
872
  }
872
873
  .icon-xingzhuangjiehe:before {
873
874
  content: "\E6A6";
874
- }.button {
875
- position: absolute;
876
- cursor: pointer;
877
- user-select: none;
878
875
  }
879
-
880
- .button .ani-wrap {
881
- display: flex;
882
- justify-content: center;
883
- align-items: center;
876
+ .ele-lottie .ele-lotwrap {
877
+ overflow: hidden;
878
+ }body, html {
884
879
  width: 100%;
885
880
  height: 100%;
886
- overflow: hidden;
887
- transition: opacity 0.2s;
888
881
  }
889
-
890
- .button .ani-wrap:hover {
891
- opacity: 0.9;
882
+ * {
883
+ padding: 0;
884
+ margin: 0;
885
+ box-sizing: border-box;
886
+ white-space: normal;
887
+ word-break: break-all;
888
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
892
889
  }
893
890
 
894
- .button-content {
895
- display: flex;
896
- align-items: center;
897
- justify-content: center;
891
+ @font-face {
892
+ font-family: iconfont;
893
+ src: url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.f1262e4.woff2) format("woff2"),
894
+ url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.788d827.woff) format("woff"),
895
+ url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.9541e59.ttf) format("truetype")
898
896
  }
899
897
 
900
- .btn-text {
901
- margin-left: 10px;
902
- }.element-ditu .ani-wrap {
903
- width: 100%;
904
- height: 100%;
905
- overflow: hidden
898
+ .iconfont {
899
+ font-family: "iconfont" !important;
900
+ font-size: 16px;
901
+ font-style: normal;
902
+ -webkit-font-smoothing: antialiased;
903
+ -moz-osx-font-smoothing: grayscale;
906
904
  }
907
905
 
908
- .element-ditu .map {
906
+ #index {
907
+ position: relative;
909
908
  width: 100%;
910
- height: 100%
909
+ height: 100%;
910
+ overflow: hidden;
911
911
  }
912
912
 
913
- .element-ditu .map .el-button {
913
+ #page-list {
914
+ position: relative;
914
915
  width: 100%;
915
916
  height: 100%;
916
- display: -webkit-box;
917
- display: -ms-flexbox;
918
- display: flex;
919
- -webkit-box-align: center;
920
- -ms-flex-align: center;
921
- align-items: center;
922
- padding: 0;
923
- -webkit-box-pack: center;
924
- -ms-flex-pack: center;
925
- justify-content: center;
926
- background: inherit;
927
- color: inherit;
928
- border: none
917
+ max-width: 800px;
918
+ margin: 0 auto;
919
+ z-index: 1
929
920
  }
930
921
 
931
- .element-ditu .center-map {
932
- width: 100%;
933
- height: 100%;
934
- background: #fff
922
+ #page-list.hardware .eles {
923
+ will-change: transform
935
924
  }
936
925
 
937
- .element-ditu .mask-map {
926
+ #page-list .bg-wrap {
938
927
  position: absolute;
939
- width: 100%;
940
- height: 100%;
941
- top: 0
928
+ left: 0;
929
+ top: 0;
930
+ right: 0;
931
+ bottom: 0;
932
+ z-index: -1
942
933
  }
943
- .map-iframe {
944
- width: 100%;
945
- height: 100%;
946
- }.ele-effect {
947
- will-change: transform;
934
+
935
+ #page-list .ani-pause .ani-wrap {
936
+ animation-play-state: paused!important;
937
+ -webkit-animation-play-state: paused!important
948
938
  }
949
939
 
950
- .ele-effect .effect-wrap {
951
- position: relative;
952
- width: 100%;
953
- height: 100%;
940
+ #page-list .audio-wrap {
941
+ z-index: 10
954
942
  }
955
943
 
956
- .particle {
944
+ #page-list .audio-wrap,#page-list .page-item {
957
945
  position: absolute;
958
- background-repeat: no-repeat;
959
- background-size: contain;
960
- animation-name: falling;
961
- animation-timing-function: linear;
962
- animation-iteration-count: infinite;
963
- will-change: transform;
946
+ left: 0;
947
+ top: 0;
948
+ right: 0;
949
+ bottom: 0
964
950
  }
965
951
 
966
- @keyframes falling {
967
- 0% {
968
- transform: translateY(0) rotate(0deg);
969
- opacity: 1;
970
- }
971
- 80% {
972
- opacity: 0.8;
973
- }
974
- 100% {
975
- transform: translateY(100vh) rotate(360deg);
976
- opacity: 0;
977
- }
952
+ #page-list .page-item {
953
+ z-index: 0;
954
+ overflow: hidden;
955
+ display: none;
956
+ visibility: hidden;
957
+ transform-style: preserve-3d;
958
+ -webkit-backface-visibility: hidden;
959
+ backface-visibility: hidden;
960
+ transition-timing-function: cubic-bezier(.1,.57,.1,1)
978
961
  }
979
- .ele-lottie .ele-lotwrap {
980
- overflow: hidden
962
+
963
+ #page-list .page-item .count-down {
964
+ display: none
981
965
  }
982
966
 
983
- .ele-effect .effect-wrap {
984
- position: relative;
985
- overflow: hidden;
986
- width: 100%;
987
- height: 100%
988
- }
989
-
990
- .ele-effect .e-small {
991
- position: absolute;
992
- width: 24px;
993
- height: 24px;
994
- background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
995
- background-size: cover;
996
- background-repeat: no-repeat;
997
- -webkit-transform-origin: center;
998
- transform-origin: center;
999
- -webkit-animation: snow 5s linear infinite;
1000
- animation: snow 5s linear infinite
1001
- }/* Iconfont definition */
1002
- .icon-danmuliebiao1:before {
1003
- content: "\E68A";
1004
- }
1005
-
1006
- .icon-cuowu2:before {
1007
- content: "\E65E";
1008
- }
1009
-
1010
- i {
1011
- font-style: normal;
1012
- }
1013
-
1014
- .v-modal {
1015
- position: fixed;
1016
- left: 0;
1017
- top: 0;
1018
- width: 100%;
1019
- height: 100%;
1020
- opacity: .5;
1021
- background: #000;
1022
- }
1023
- /* 底部工具栏样式 */
1024
- #toolbarNew {
1025
- position: fixed;
1026
- left: 0;
1027
- bottom: 0;
1028
- width: 100%;
1029
- padding: 12px 0;
1030
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
1031
- z-index: 100;
1032
- }
1033
-
1034
- .toolbar {
1035
- display: flex;
1036
- align-items: center;
1037
- padding: 0 10px;
1038
- }
1039
-
1040
- .bar-left {
1041
- position: relative;
1042
- flex: 1;
1043
- }
1044
-
1045
- .bar-mess {
1046
- width: 100%;
1047
- height: 36px;
1048
- line-height: 36px;
1049
- font-size: 14px;
1050
- color: #ccc;
1051
- padding: 0 8px;
1052
- border-radius: 18px;
1053
- border: none;
1054
- -webkit-appearance: none;
1055
- background-color: rgba(0, 0, 0, 0.28);
1056
- }
1057
-
1058
- .bar-mess::placeholder {
1059
- color: rgba(255, 255, 255, 0.7);
1060
- }
1061
-
1062
- .bar-left .iconfont {
1063
- position: absolute;
1064
- right: 10px;
1065
- top: 50%;
1066
- transform: translateY(-50%);
1067
- color: #f2f2f2;
1068
- font-size: 16px;
1069
- cursor: pointer;
1070
- z-index: 2;
1071
- padding: 5px;
1072
- }
1073
-
1074
- /* 关闭弹幕按钮样式 */
1075
- .toolbar-close {
1076
- position: absolute;
1077
- left: 10px;
1078
- transform: translateY(-50%);
1079
- display: flex;
1080
- align-items: center;
1081
- cursor: pointer;
1082
- z-index: 2;
1083
- }
1084
-
1085
- .toolbar-close img {
1086
- display: block;
1087
- width: 36px;
1088
- height: 36px;
1089
- cursor: pointer;
1090
- }
1091
-
1092
- /* 弹幕容器样式 */
1093
- .bullet-container {
1094
- position: fixed;
1095
- left: 10px;
1096
- right: 10px;
1097
- height: 120px;
1098
- overflow: hidden;
1099
- z-index: 99;
1100
- pointer-events: none;
1101
- }
1102
-
1103
- .bullet-item {
1104
- position: absolute;
1105
- left: 0;
1106
- bottom: 0;
1107
- padding: 5px 10px;
1108
- border-radius: 15px;
1109
- font-size: 14px;
1110
- white-space: nowrap;
1111
- animation: bulletMove linear;
1112
- animation-fill-mode: forwards;
1113
- will-change: transform;
1114
- display: inline-block;
1115
- max-width: 90%;
1116
- }
1117
-
1118
- @keyframes bulletMove {
1119
- 0% {
1120
- transform: translateY(0);
1121
- opacity: 1;
1122
- }
1123
- 100% {
1124
- transform: translateY(calc(-1 * 150px));
1125
- opacity: 0;
1126
- }
1127
- }
1128
-
1129
- /* 弹幕输入弹窗样式 */
1130
- .popup-overlay {
1131
- position: fixed;
1132
- top: 0;
1133
- left: 0;
1134
- right: 0;
1135
- bottom: 0;
1136
- background: rgba(0, 0, 0, 0.5);
1137
- display: flex;
1138
- justify-content: center;
1139
- align-items: flex-end;
1140
- z-index: 200;
1141
- }
1142
-
1143
- #index .mint-popup {
1144
- background-color: transparent;
1145
- }
1146
-
1147
- .mint-popup {
1148
- position: fixed;
1149
- background: #fff;
1150
- top: 50%;
1151
- left: 50%;
1152
- transform: translate3d(-50%, -50%, 0);
1153
- -webkit-backface-visibility: hidden;
1154
- backface-visibility: hidden;
1155
- transition: .2s ease-out;
1156
- }
1157
-
1158
- .bar-messwin {
1159
- width: 309px;
1160
- height: 341px;
1161
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
1162
- background-size: 100% 100%;
1163
- position: relative;
1164
- display: flex;
1165
- flex-direction: column;
1166
- align-items: center;
1167
- margin-bottom: 20px;
1168
- }
1169
-
1170
- .bar-messwin .mess-logo {
1171
- width: 171px;
1172
- height: 110px;
1173
- margin-top: -64px;
1174
- margin-left: 11px;
1175
- }
1176
-
1177
- .bar-messwin .mess-title {
1178
- margin-top: 12px;
1179
- font-weight: 600;
1180
- font-size: 21px;
1181
- color: #333;
1182
- }
1183
-
1184
- .bar-messwin .mess-input {
1185
- width: 267px;
1186
- height: 43px;
1187
- background: #fff;
1188
- border-radius: 9px;
1189
- border: 1px solid rgba(237,85,102,0.4);
1190
- margin-top: 12px;
1191
- display: flex;
1192
- align-items: center;
1193
- justify-content: center;
1194
- padding: 0 13px;
1195
- }
1196
-
1197
- .bar-messwin .mess-input input {
1198
- width: 100%;
1199
- font-size: 17px;
1200
- font-family: PingFang SC;
1201
- font-weight: 400;
1202
- color: #333;
1203
- border: none;
1204
- outline: none;
1205
- background: transparent;
1206
- }
1207
-
1208
- .bar-messwin .mess-input input::-webkit-input-placeholder {
1209
- color: #999;
1210
- }
1211
-
1212
- .bar-messwin .mess-input input::-ms-input-placeholder {
1213
- color: #999;
1214
- }
1215
-
1216
- .bar-messwin .mess-input input::placeholder {
1217
- color: #999;
1218
- }
1219
-
1220
- .bar-messwin .mess-textarea {
1221
- width: 267px;
1222
- height: 85px;
1223
- background: #fff;
1224
- border-radius: 9px;
1225
- border: 1px solid rgba(237,85,102,0.4);
1226
- display: flex;
1227
- padding: 9px 13px;
1228
- justify-content: space-between;
1229
- margin-top: 12px;
1230
- position: relative;
1231
- }
1232
-
1233
- .bar-messwin .mess-textarea textarea {
1234
- width: 203px;
1235
- height: 68px;
1236
- font-size: 17px;
1237
- resize: none;
1238
- outline: none;
1239
- border: none;
1240
- background: transparent;
1241
- color: #333;
1242
- font-family: PingFang SC;
1243
- }
1244
-
1245
- .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
1246
- color: #999;
1247
- }
1248
-
1249
- .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
1250
- color: #999;
1251
- }
1252
-
1253
- .bar-messwin .mess-textarea textarea::placeholder {
1254
- color: #999;
1255
- }
1256
-
1257
- .bar-messwin .mess-textarea img {
1258
- width: 26px;
1259
- height: 26px;
1260
- cursor: pointer;
1261
- }
1262
-
1263
- .bar-messwin .mess-textarea .wish-dropdown {
1264
- position: absolute;
1265
- top: 43px;
1266
- right: 0;
1267
- width: 267px;
1268
- background: #fff;
1269
- border-radius: 9px;
1270
- box-shadow: 0 2px 10px rgba(0,0,0,0.1);
1271
- z-index: 10;
1272
- max-height: 213px;
1273
- overflow-y: auto;
1274
- border: 1px solid rgba(237,85,102,0.2);
1275
- padding: 0 13px;
1276
- }
1277
-
1278
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
1279
- width: 3px;
1280
- background-color: transparent;
1281
- display: block;
1282
- }
1283
-
1284
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
1285
- background-color: #ccc;
1286
- border-radius: 9px;
1287
- min-height: 32px;
1288
- }
1289
-
1290
- .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
1291
- background-color: transparent;
1292
- border-radius: 3px;
1293
- margin: 4px 0;
1294
- }
1295
-
1296
- .bar-messwin .mess-textarea .wish-dropdown .wish-item {
1297
- padding: 11px 0;
1298
- display: flex;
1299
- align-items: flex-start;
1300
- cursor: pointer;
1301
- transition: background-color 0.2s;
1302
- border-bottom: 1px solid rgba(0,0,0,0.05);
1303
- }
1304
-
1305
- .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
1306
- border-bottom: none;
1307
- }
1308
-
1309
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
1310
- color: #ff4874;
1311
- margin-right: 5px;
1312
- font-size: 11px;
1313
- line-height: 21px;
1314
- }
1315
-
1316
- .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
1317
- font-size: 15px;
1318
- color: #333;
1319
- line-height: 21px;
1320
- text-align: left;
1321
- }
1322
-
1323
- .bar-messwin .bar-m-sub {
1324
- width: 267px;
1325
- height: 43px;
1326
- background: linear-gradient(270deg,#ff4874,#ff9061);
1327
- border-radius: 68px;
1328
- font-size: 17px;
1329
- font-family: PingFang SC;
1330
- font-weight: 400;
1331
- color: #fff;
1332
- margin-top: 26px;
1333
- border: none;
1334
- outline: none;
1335
- cursor: pointer;
1336
- display: flex;
1337
- align-items: center;
1338
- justify-content: center;
1339
- }
1340
-
1341
- .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
1342
- position: absolute;
1343
- bottom: -60px;
1344
- right: 50%;
1345
- transform: translateX(50%);
1346
- font-size: 28px;
1347
- color: #fff;
1348
- cursor: pointer;
1349
- }
1350
-
1351
- /* 提示弹窗样式 */
1352
- .mint-msgbox-wrapper {
1353
- position: fixed;
1354
- top: 0;
1355
- left: 0;
1356
- right: 0;
1357
- bottom: 0;
1358
- background-color: rgba(0,0,0,0.5);
1359
- z-index: 2005;
1360
- display: flex;
1361
- justify-content: center;
1362
- align-items: center;
1363
- }
1364
-
1365
- .mint-msgbox {
1366
- position: relative;
1367
- background-color: #fff;
1368
- width: 85%;
1369
- border-radius: 3px;
1370
- font-size: 17px;
1371
- overflow: hidden;
1372
- }
1373
-
1374
- .mint-msgbox-header {
1375
- padding: 16px 0 0;
1376
- }
1377
-
1378
- .mint-msgbox-content {
1379
- padding: 11px 21px 16px;
1380
- border-bottom: 1px solid #ddd;
1381
- min-height: 38px;
1382
- position: relative;
1383
- }
1384
-
1385
- .mint-msgbox-title {
1386
- text-align: center;
1387
- padding-left: 0;
1388
- margin-bottom: 0;
1389
- font-size: 17px;
1390
- font-weight: 700;
1391
- color: #333;
1392
- }
1393
-
1394
- .mint-msgbox-message {
1395
- color: #999;
1396
- margin: 0;
1397
- text-align: center;
1398
- line-height: 38px;
1399
- }
1400
-
1401
- .mint-msgbox-btns {
1402
- display: flex;
1403
- height: 43px;
1404
- line-height: 43px;
1405
- }
1406
-
1407
- .mint-msgbox-btn {
1408
- line-height: 37px;
1409
- display: block;
1410
- background-color: #fff;
1411
- flex: 1;
1412
- margin: 0;
1413
- border: 0;
1414
- }
1415
-
1416
- .mint-msgbox-confirm {
1417
- color: #26a2ff;
1418
- width: 100%;
1419
- }
1420
- /* 右侧按钮区域样式 */
1421
- #toolbarNew .toolbar .bar-right {
1422
- margin-left: 7px;
1423
- font-size: 0;
1424
- display: flex;
1425
- align-items: center;
1426
- }
1427
-
1428
- #toolbarNew .toolbar .bar-right.move-left {
1429
- right: 64px;
1430
- }
1431
-
1432
- #toolbarNew .toolbar .bar-right .bar-r-com,
1433
- #toolbarNew .toolbar .bar-right>img {
1434
- display: inline-block;
1435
- vertical-align: middle;
1436
- }
1437
-
1438
- #toolbarNew .toolbar .bar-right .bar-r-com {
1439
- margin-left: 8px;
1440
- cursor: pointer;
1441
- }
1442
-
1443
- #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
1444
- width: 36px;
1445
- height: 36px;
1446
- transform-origin: center bottom;
1447
- animation: giftJump 3s ease infinite;
1448
- }
1449
-
1450
- @keyframes giftJump {
1451
- 0%, 24%, 48%, to {
1452
- transform: translateZ(0);
1453
- }
1454
- 12% {
1455
- transform: translate3d(0, -10px, 0);
1456
- }
1457
- 36% {
1458
- transform: translate3d(0, -10px, 0);
1459
- }
1460
- }
1461
-
1462
- #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
1463
- margin-left: 0;
1464
- }
1465
-
1466
- #toolbarNew .toolbar .bar-right>img {
1467
- position: relative;
1468
- z-index: 1;
1469
- width: 26px;
1470
- height: 26px;
1471
- }
1472
-
1473
- #toolbarNew .toolbar .bar-right .bar-heart {
1474
- position: relative;
1475
- width: 36px;
1476
- height: 36px;
1477
- text-align: center;
1478
- }
1479
-
1480
- #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
1481
- position: absolute;
1482
- max-width: 36px;
1483
- height: 15px;
1484
- line-height: 15px;
1485
- right: 0;
1486
- top: 0;
1487
- z-index: 3;
1488
- font-size: 10px;
1489
- color: #fff;
1490
- border-radius: 6px;
1491
- padding: 0 4px;
1492
- box-sizing: border-box;
1493
- white-space: nowrap;
1494
- background-color: #f38200;
1495
- transform: translateX(40%);
1496
- }
1497
-
1498
- #toolbarNew .toolbar .bar-right .bar-zan {
1499
- position: relative;
1500
- z-index: 2;
1501
- height: 33px;
1502
- width: 33px;
1503
- box-sizing: border-box;
1504
- }
1505
-
1506
- #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
1507
- position: absolute;
1508
- top: 0;
1509
- left: 10px;
1510
- opacity: 0;
1511
- font-size: 15px;
1512
- color: #f07a87;
1513
- }
1514
-
1515
- #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
1516
- position: absolute;
1517
- left: 0;
1518
- right: 0;
1519
- bottom: 0;
1520
- top: 0;
1521
- z-index: 1;
1522
- }
1523
-
1524
- #toolbarNew .toolbar .bar-right .bar-zan img {
1525
- width: 36px;
1526
- height: 36px;
1527
- }
1528
-
1529
- #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
1530
- z-index: 2;
1531
- animation: praise 1.2s;
1532
- animation-fill-mode: both;
1533
- }
1534
-
1535
- @keyframes praise {
1536
- 0% {
1537
- opacity: 1;
1538
- }
1539
- 50% {
1540
- opacity: 1;
1541
- transform: translate3d(0, -35px, 0);
1542
- }
1543
- to {
1544
- opacity: 0;
1545
- transform: translate3d(0, -35px, 0);
1546
- }
1547
- }
1548
-
1549
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
1550
- transform: scale(0.85);
1551
- }
1552
-
1553
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
1554
- animation: jump .6s ease-out;
1555
- }
1556
-
1557
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
1558
- animation: jump2 .6s ease-out;
1559
- }
1560
-
1561
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
1562
- animation: jump3 .6s ease-out;
1563
- }
1564
-
1565
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
1566
- animation: jump4 .6s ease-out;
1567
- }
1568
-
1569
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
1570
- animation: jump5 .6s ease-out;
1571
- }
1572
-
1573
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
1574
- animation: jump6 .6s ease-out;
1575
- }
1576
-
1577
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
1578
- animation: jump7 .6s ease-out;
1579
- }
1580
-
1581
- #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
1582
- animation: jump8 .6s ease-out;
1583
- }
1584
-
1585
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
1586
- position: absolute;
1587
- left: 0;
1588
- top: 0;
1589
- right: 0;
1590
- bottom: 0;
1591
- pointer-events: none;
1592
- overflow: visible;
1593
- }
1594
-
1595
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
1596
- position: absolute;
1597
- width: 6px;
1598
- height: 6px;
1599
- border-radius: 50%;
1600
- opacity: 0;
1601
- }
1602
-
1603
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
1604
- left: 50%;
1605
- top: -8px;
1606
- transform: translate3d(-50%, 0, 0);
1607
- background-color: #b3e5c8;
1608
- }
1609
-
1610
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
1611
- left: -8px;
1612
- top: 50%;
1613
- transform: translate3d(0, -50%, 0);
1614
- background-color: #f4ba31;
1615
- }
1616
-
1617
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
1618
- left: 50%;
1619
- bottom: -8px;
1620
- transform: translate3d(-50%, 0, 0);
1621
- background-color: #339fef;
1622
- }
1623
-
1624
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
1625
- top: 50%;
1626
- right: -8px;
1627
- transform: translate3d(0, -50%, 0);
1628
- background-color: #e2264d;
1629
- }
1630
-
1631
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
1632
- left: -5px;
1633
- top: 0;
1634
- transform: translate3d(0, -50%, 0);
1635
- background-color: #a08880;
1636
- }
1637
-
1638
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
1639
- left: -5px;
1640
- bottom: 0;
1641
- transform: translate3d(0, 50%, 0);
1642
- background-color: #43c1b5;
1643
- }
1644
-
1645
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
1646
- right: -5px;
1647
- bottom: 0;
1648
- transform: translate3d(0, 50%, 0);
1649
- background-color: #f5be3b;
1650
- }
1651
-
1652
- #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
1653
- right: -5px;
1654
- top: 0;
1655
- transform: translate3d(0, -50%, 0);
1656
- background-color: coral;
1657
- }
1658
-
1659
- @keyframes jump {
1660
- 0% {
1661
- opacity: 1;
1662
- transform: translate3d(-50%, 0, 0) scale(1);
1663
- }
1664
- 40% {
1665
- transform: translate3d(-50%, -100%, 0) scale(0.7);
1666
- }
1667
- to {
1668
- opacity: 1;
1669
- transform: translate3d(-50%, -150%, 0) scale(0);
1670
- }
1671
- }
1672
-
1673
- @keyframes jump2 {
1674
- 0% {
1675
- opacity: 1;
1676
- transform: translate3d(0, -50%, 0) scale(1);
1677
- }
1678
- 40% {
1679
- transform: translate3d(-100%, -50%, 0) scale(0.7);
1680
- }
1681
- to {
1682
- opacity: 1;
1683
- transform: translate3d(-150%, -50%, 0) scale(0);
1684
- }
1685
- }
1686
-
1687
- @keyframes jump3 {
1688
- 0% {
1689
- opacity: 1;
1690
- transform: translate3d(-50%, 0, 0) scale(1);
1691
- }
1692
- 40% {
1693
- transform: translate3d(-50%, 100%, 0) scale(0.7);
1694
- }
1695
- to {
1696
- opacity: 1;
1697
- transform: translate3d(-50%, 150%, 0) scale(0);
1698
- }
1699
- }
1700
-
1701
- @keyframes jump4 {
1702
- 0% {
1703
- opacity: 1;
1704
- transform: translate3d(0, -50%, 0) scale(1);
1705
- }
1706
- 40% {
1707
- transform: translate3d(100%, -50%, 0) scale(0.7);
1708
- }
1709
- to {
1710
- opacity: 1;
1711
- transform: translate3d(150%, -50%, 0) scale(0);
1712
- }
1713
- }
1714
-
1715
- @keyframes jump5 {
1716
- 0% {
1717
- opacity: 1;
1718
- transform: translate3d(0, -50%, 0) scale(1);
1719
- }
1720
- 40% {
1721
- transform: translate3d(-80%, -80%, 0) scale(0.7);
1722
- }
1723
- to {
1724
- opacity: 1;
1725
- transform: translate3d(-130%, -130%, 0) scale(0);
1726
- }
1727
- }
1728
-
1729
- @keyframes jump6 {
1730
- 0% {
1731
- opacity: 1;
1732
- transform: translate3d(0, 50%, 0) scale(1);
1733
- }
1734
- 40% {
1735
- transform: translate3d(-80%, 80%, 0) scale(0.7);
1736
- }
1737
- to {
1738
- opacity: 1;
1739
- transform: translate3d(-130%, 130%, 0) scale(0);
1740
- }
1741
- }
1742
-
1743
- @keyframes jump7 {
1744
- 0% {
1745
- opacity: 1;
1746
- transform: translate3d(0, 50%, 0) scale(1);
1747
- }
1748
- 40% {
1749
- transform: translate3d(80%, 80%, 0) scale(0.7);
1750
- }
1751
- to {
1752
- opacity: 1;
1753
- transform: translate3d(130%, 130%, 0) scale(0);
1754
- }
1755
- }
1756
-
1757
- @keyframes jump8 {
1758
- 0% {
1759
- opacity: 1;
1760
- transform: translate3d(0, 50%, 0) scale(1);
1761
- }
1762
- 40% {
1763
- transform: translate3d(80%, -80%, 0) scale(0.7);
1764
- }
1765
- to {
1766
- opacity: 1;
1767
- transform: translate3d(130%, -130%, 0) scale(0);
1768
- }
1769
- }
1770
-
1771
- /* 礼物弹窗样式 */
1772
- .give-gift {
1773
- position: fixed;
1774
- top: 50%;
1775
- left: 50%;
1776
- transform: translate(-50%, -50%);
1777
- z-index: 2004;
1778
- background: white;
1779
- padding: 20px;
1780
- border-radius: 10px;
1781
- text-align: center;
1782
- }
1783
-
1784
- .give-gift .back {
1785
- position: absolute;
1786
- top: 10px;
1787
- left: 10px;
1788
- cursor: pointer;
1789
- }
1790
-
1791
- .give-gift img {
1792
- max-width: 300px;
1793
- max-height: 300px;
1794
- margin-top: 20px;
1795
- }
1796
-
1797
- /* 留言成功弹窗样式 */
1798
- .mess-success-popup {
1799
- position: fixed;
1800
- top: 0;
1801
- left: 0;
1802
- right: 0;
1803
- bottom: 0;
1804
- background-color: rgba(0, 0, 0, 0.5);
1805
- z-index: 2003;
1806
- display: flex;
1807
- justify-content: center;
1808
- align-items: center;
1809
- }
1810
-
1811
- .mess-success-popup .gift-popup {
1812
- width: 300px;
1813
- height: 200px;
1814
- background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
1815
- border-radius: 10px;
1816
- padding: 20px;
1817
- text-align: center;
1818
- position: relative;
1819
- }
1820
-
1821
- .mess-success-popup .gift-popup .icon-cuowu2 {
1822
- position: absolute;
1823
- top: 10px;
1824
- right: 10px;
1825
- cursor: pointer;
1826
- }
1827
-
1828
- .mess-success-popup .gift-popup .toast {
1829
- display: flex;
1830
- align-items: center;
1831
- justify-content: center;
1832
- margin: 10px 0;
1833
- }
1834
-
1835
- .mess-success-popup .gift-popup .toast img {
1836
- width: 20px;
1837
- height: 15px;
1838
- margin: 0 5px;
1839
- }
1840
-
1841
- .mess-success-popup .gift-popup .title {
1842
- margin: 15px 0;
1843
- font-size: 16px;
1844
- color: #333;
1845
- }
1846
-
1847
- .mess-success-popup .gift-popup .btn {
1848
- background: linear-gradient(270deg, #ff4874, #ff9061);
1849
- color: white;
1850
- border: none;
1851
- padding: 10px 20px;
1852
- border-radius: 20px;
1853
- margin-top: 15px;
1854
- cursor: pointer;
1855
- }
1856
-
1857
- /* 新增图片加载动画样式 */
1858
- .gift-image-container {
1859
- position: relative;
1860
- width: 300px;
1861
- height: 300px;
1862
- margin: 20px 0;
1863
- overflow: hidden;
1864
- }
1865
-
1866
- .gift-image-container img {
1867
- width: 100%;
1868
- height: 100%;
1869
- object-fit: contain;
1870
- opacity: 0;
1871
- transition: opacity 0.5s ease-in-out;
1872
- }
1873
-
1874
- .gift-image-container img.loaded {
1875
- opacity: 1;
1876
- }
1877
-
1878
- .image-loading {
1879
- position: absolute;
1880
- top: 0;
1881
- left: 0;
1882
- width: 100%;
1883
- height: 100%;
1884
- display: flex;
1885
- justify-content: center;
1886
- align-items: center;
1887
- background: rgba(255, 255, 255, 0.8);
1888
- }
1889
-
1890
- .loading-spinner {
1891
- width: 40px;
1892
- height: 40px;
1893
- border: 4px solid #f3f3f3;
1894
- border-top: 4px solid #ed5566;
1895
- border-radius: 50%;
1896
- animation: spin 1s linear infinite;
1897
- }
1898
-
1899
- @keyframes spin {
1900
- 0% { transform: rotate(0deg); }
1901
- 100% { transform: rotate(360deg); }
1902
- }
1903
-
1904
-
1905
- .ele-lottie .ele-lotwrap {
1906
- overflow: hidden;
1907
- }body, html {
1908
- width: 100%;
1909
- height: 100%;
1910
- }
1911
- * {
1912
- padding: 0;
1913
- margin: 0;
1914
- box-sizing: border-box;
1915
- white-space: normal;
1916
- word-break: break-all;
1917
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1918
- }
1919
-
1920
- @font-face {
1921
- font-family: iconfont;
1922
- src: url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.f1262e4.woff2) format("woff2"),
1923
- url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.788d827.woff) format("woff"),
1924
- url(https://h5cdn.unika.cc/static/font/iconfont/iconfont.9541e59.ttf) format("truetype")
1925
- }
1926
-
1927
- .iconfont {
1928
- font-family: "iconfont" !important;
1929
- font-size: 16px;
1930
- font-style: normal;
1931
- -webkit-font-smoothing: antialiased;
1932
- -moz-osx-font-smoothing: grayscale;
1933
- }
1934
-
1935
- #index {
1936
- position: relative;
1937
- width: 100%;
1938
- height: 100%;
1939
- overflow: hidden;
1940
- }
1941
-
1942
- #page-list {
1943
- position: relative;
1944
- width: 100%;
1945
- height: 100%;
1946
- max-width: 800px;
1947
- margin: 0 auto;
1948
- z-index: 1
1949
- }
1950
-
1951
- #page-list.hardware .eles {
1952
- will-change: transform
1953
- }
1954
-
1955
- #page-list .bg-wrap {
1956
- position: absolute;
1957
- left: 0;
1958
- top: 0;
1959
- right: 0;
1960
- bottom: 0;
1961
- z-index: -1
1962
- }
1963
-
1964
- #page-list .ani-pause .ani-wrap {
1965
- animation-play-state: paused!important;
1966
- -webkit-animation-play-state: paused!important
1967
- }
1968
-
1969
- #page-list .audio-wrap {
1970
- z-index: 10
1971
- }
1972
-
1973
- #page-list .audio-wrap,#page-list .page-item {
1974
- position: absolute;
1975
- left: 0;
1976
- top: 0;
1977
- right: 0;
1978
- bottom: 0
1979
- }
1980
-
1981
- #page-list .page-item {
1982
- z-index: 0;
1983
- overflow: hidden;
1984
- display: none;
1985
- visibility: hidden;
1986
- transform-style: preserve-3d;
1987
- -webkit-backface-visibility: hidden;
1988
- backface-visibility: hidden;
1989
- transition-timing-function: cubic-bezier(.1,.57,.1,1)
1990
- }
1991
-
1992
- #page-list .page-item .count-down {
1993
- display: none
1994
- }
1995
-
1996
- #page-list .page-item .has-ani {
1997
- display: none!important
967
+ #page-list .page-item .has-ani {
968
+ display: none!important
1998
969
  }
1999
970
 
2000
971
  #page-list .page-item .ele-effect,#page-list .page-item .page-bg {
@@ -3082,97 +2053,253 @@ to {
3082
2053
 
3083
2054
  0% {
3084
2055
  opacity: 0;
3085
- -webkit-transform: scale3d(2,2,2);
3086
- transform: scale3d(2,2,2)
2056
+ -webkit-transform: scale3d(2,2,2);
2057
+ transform: scale3d(2,2,2)
2058
+ }
2059
+
2060
+ 40% {
2061
+ -webkit-transform: scale3d(.9,.9,.9);
2062
+ transform: scale3d(.9,.9,.9)
2063
+ }
2064
+
2065
+ 60% {
2066
+ -webkit-transform: scale3d(1.03,1.03,1.03);
2067
+ transform: scale3d(1.03,1.03,1.03)
2068
+ }
2069
+
2070
+ 80% {
2071
+ opacity: 1;
2072
+ -webkit-transform: scale3d(.97,.97,.97);
2073
+ transform: scale3d(.97,.97,.97)
2074
+ }
2075
+
2076
+ to {
2077
+ -webkit-transform: scaleX(1);
2078
+ transform: scaleX(1)
2079
+ }
2080
+ }
2081
+
2082
+ .bounceSmall {
2083
+ -webkit-animation-name: bounceSmall;
2084
+ animation-name: bounceSmall;
2085
+ -webkit-animation-timing-function: ease-out;
2086
+ animation-timing-function: ease-out
2087
+ }
2088
+
2089
+ @-webkit-keyframes bounceSmall {
2090
+ 0% {
2091
+ opacity: 0;
2092
+ -webkit-transform: scale(1.7)
2093
+ }
2094
+
2095
+ 50% {
2096
+ opacity: 1;
2097
+ -webkit-transform: scale(.95)
2098
+ }
2099
+
2100
+ 80% {
2101
+ -webkit-transform: scale(1.05)
2102
+ }
2103
+
2104
+ 90% {
2105
+ -webkit-transform: scale(.98)
2106
+ }
2107
+
2108
+ to {
2109
+ -webkit-transform: scale(1)
2110
+ }
2111
+ }
2112
+
2113
+ @keyframes bounceSmall {
2114
+ 0% {
2115
+ opacity: 0;
2116
+ -webkit-transform: scale(1.7)
2117
+ }
2118
+
2119
+ 50% {
2120
+ opacity: 1;
2121
+ -webkit-transform: scale(.95)
2122
+ }
2123
+
2124
+ 80% {
2125
+ -webkit-transform: scale(1.05)
2126
+ }
2127
+
2128
+ 90% {
2129
+ -webkit-transform: scale(.98)
2130
+ }
2131
+
2132
+ to {
2133
+ -webkit-transform: scale(1)
2134
+ }
2135
+ }
2136
+
2137
+ .pullUp {
2138
+ -webkit-transform-origin: 50% 100%;
2139
+ transform-origin: 50% 100%;
2140
+ -webkit-animation-name: pullUp;
2141
+ animation-name: pullUp;
2142
+ -webkit-animation-timing-function: ease-out;
2143
+ animation-timing-function: ease-out
2144
+ }
2145
+
2146
+ @-webkit-keyframes pullUp {
2147
+ 0%,40%,60%,80%,99% {
2148
+ -webkit-animation-timing-function: ease-out;
2149
+ animation-timing-function: ease-out
2150
+ }
2151
+
2152
+ 0% {
2153
+ opacity: 0;
2154
+ -webkit-transform: scaleY(.1);
2155
+ transform: scaleY(.1);
2156
+ -webkit-transform-origin: 50% 100%;
2157
+ transform-origin: 50% 100%
2158
+ }
2159
+
2160
+ 40% {
2161
+ opacity: 1;
2162
+ -webkit-transform: scaleY(1.02);
2163
+ transform: scaleY(1.02);
2164
+ -webkit-transform-origin: 50% 100%;
2165
+ transform-origin: 50% 100%
2166
+ }
2167
+
2168
+ 60% {
2169
+ -webkit-transform: scaleY(.98);
2170
+ transform: scaleY(.98);
2171
+ -webkit-transform-origin: 50% 100%;
2172
+ transform-origin: 50% 100%
2173
+ }
2174
+
2175
+ 80% {
2176
+ -webkit-transform: scaleY(1.01);
2177
+ transform: scaleY(1.01);
2178
+ -webkit-transform-origin: 50% 100%;
2179
+ transform-origin: 50% 100%
2180
+ }
2181
+
2182
+ 99% {
2183
+ -webkit-transform: scaleY(1);
2184
+ transform: scaleY(1);
2185
+ -webkit-transform-origin: 50% 100%;
2186
+ transform-origin: 50% 100%
2187
+ }
2188
+
2189
+ to {
2190
+ -webkit-transform: none;
2191
+ transform: none
2192
+ }
2193
+ }
2194
+
2195
+ @keyframes pullUp {
2196
+ 0%,40%,60%,80%,99% {
2197
+ -webkit-animation-timing-function: ease-out;
2198
+ animation-timing-function: ease-out
2199
+ }
2200
+
2201
+ 0% {
2202
+ opacity: 0;
2203
+ -webkit-transform: scaleY(.1);
2204
+ transform: scaleY(.1);
2205
+ -webkit-transform-origin: 50% 100%;
2206
+ transform-origin: 50% 100%
3087
2207
  }
3088
2208
 
3089
2209
  40% {
3090
- -webkit-transform: scale3d(.9,.9,.9);
3091
- transform: scale3d(.9,.9,.9)
2210
+ opacity: 1;
2211
+ -webkit-transform: scaleY(1.02);
2212
+ transform: scaleY(1.02);
2213
+ -webkit-transform-origin: 50% 100%;
2214
+ transform-origin: 50% 100%
3092
2215
  }
3093
2216
 
3094
2217
  60% {
3095
- -webkit-transform: scale3d(1.03,1.03,1.03);
3096
- transform: scale3d(1.03,1.03,1.03)
2218
+ -webkit-transform: scaleY(.98);
2219
+ transform: scaleY(.98);
2220
+ -webkit-transform-origin: 50% 100%;
2221
+ transform-origin: 50% 100%
3097
2222
  }
3098
2223
 
3099
2224
  80% {
3100
- opacity: 1;
3101
- -webkit-transform: scale3d(.97,.97,.97);
3102
- transform: scale3d(.97,.97,.97)
2225
+ -webkit-transform: scaleY(1.01);
2226
+ transform: scaleY(1.01);
2227
+ -webkit-transform-origin: 50% 100%;
2228
+ transform-origin: 50% 100%
2229
+ }
2230
+
2231
+ 99% {
2232
+ -webkit-transform: scaleY(1);
2233
+ transform: scaleY(1);
2234
+ -webkit-transform-origin: 50% 100%;
2235
+ transform-origin: 50% 100%
3103
2236
  }
3104
2237
 
3105
2238
  to {
3106
- -webkit-transform: scaleX(1);
3107
- transform: scaleX(1)
2239
+ -webkit-transform: none;
2240
+ transform: none
3108
2241
  }
3109
2242
  }
3110
2243
 
3111
- .bounceSmall {
3112
- -webkit-animation-name: bounceSmall;
3113
- animation-name: bounceSmall;
2244
+ .pullDown {
2245
+ -webkit-transform-origin: 50% 0;
2246
+ transform-origin: 50% 0;
2247
+ -webkit-animation-name: pullDown;
2248
+ animation-name: pullDown;
3114
2249
  -webkit-animation-timing-function: ease-out;
3115
2250
  animation-timing-function: ease-out
3116
2251
  }
3117
2252
 
3118
- @-webkit-keyframes bounceSmall {
3119
- 0% {
3120
- opacity: 0;
3121
- -webkit-transform: scale(1.7)
3122
- }
3123
-
3124
- 50% {
3125
- opacity: 1;
3126
- -webkit-transform: scale(.95)
3127
- }
3128
-
3129
- 80% {
3130
- -webkit-transform: scale(1.05)
3131
- }
3132
-
3133
- 90% {
3134
- -webkit-transform: scale(.98)
3135
- }
3136
-
3137
- to {
3138
- -webkit-transform: scale(1)
3139
- }
2253
+ @-webkit-keyframes pullDown {
2254
+ 0%,40%,60%,80%,99% {
2255
+ -webkit-animation-timing-function: ease-out;
2256
+ animation-timing-function: ease-out
3140
2257
  }
3141
2258
 
3142
- @keyframes bounceSmall {
3143
2259
  0% {
3144
2260
  opacity: 0;
3145
- -webkit-transform: scale(1.7)
2261
+ -webkit-transform: scaleY(.1);
2262
+ transform: scaleY(.1);
2263
+ -webkit-transform-origin: 50% 0;
2264
+ transform-origin: 50% 0
3146
2265
  }
3147
2266
 
3148
- 50% {
2267
+ 40% {
3149
2268
  opacity: 1;
3150
- -webkit-transform: scale(.95)
2269
+ -webkit-transform: scaleY(1.02);
2270
+ transform: scaleY(1.02);
2271
+ -webkit-transform-origin: 50% 0;
2272
+ transform-origin: 50% 0
2273
+ }
2274
+
2275
+ 60% {
2276
+ -webkit-transform: scaleY(.98);
2277
+ transform: scaleY(.98);
2278
+ -webkit-transform-origin: 50% 0;
2279
+ transform-origin: 50% 0
3151
2280
  }
3152
2281
 
3153
2282
  80% {
3154
- -webkit-transform: scale(1.05)
2283
+ -webkit-transform: scaleY(1.01);
2284
+ transform: scaleY(1.01);
2285
+ -webkit-transform-origin: 50% 0;
2286
+ transform-origin: 50% 0
3155
2287
  }
3156
2288
 
3157
- 90% {
3158
- -webkit-transform: scale(.98)
2289
+ 99% {
2290
+ -webkit-transform: scaleY(1);
2291
+ transform: scaleY(1);
2292
+ -webkit-transform-origin: 50% 0;
2293
+ transform-origin: 50% 0
3159
2294
  }
3160
2295
 
3161
2296
  to {
3162
- -webkit-transform: scale(1)
3163
- }
2297
+ -webkit-transform: none;
2298
+ transform: none
3164
2299
  }
3165
-
3166
- .pullUp {
3167
- -webkit-transform-origin: 50% 100%;
3168
- transform-origin: 50% 100%;
3169
- -webkit-animation-name: pullUp;
3170
- animation-name: pullUp;
3171
- -webkit-animation-timing-function: ease-out;
3172
- animation-timing-function: ease-out
3173
2300
  }
3174
2301
 
3175
- @-webkit-keyframes pullUp {
2302
+ @keyframes pullDown {
3176
2303
  0%,40%,60%,80%,99% {
3177
2304
  -webkit-animation-timing-function: ease-out;
3178
2305
  animation-timing-function: ease-out
@@ -3182,199 +2309,1017 @@ animation-timing-function: ease-out
3182
2309
  opacity: 0;
3183
2310
  -webkit-transform: scaleY(.1);
3184
2311
  transform: scaleY(.1);
3185
- -webkit-transform-origin: 50% 100%;
3186
- transform-origin: 50% 100%
2312
+ -webkit-transform-origin: 50% 0;
2313
+ transform-origin: 50% 0
3187
2314
  }
3188
2315
 
3189
2316
  40% {
3190
2317
  opacity: 1;
3191
2318
  -webkit-transform: scaleY(1.02);
3192
2319
  transform: scaleY(1.02);
3193
- -webkit-transform-origin: 50% 100%;
3194
- transform-origin: 50% 100%
2320
+ -webkit-transform-origin: 50% 0;
2321
+ transform-origin: 50% 0
3195
2322
  }
3196
2323
 
3197
2324
  60% {
3198
2325
  -webkit-transform: scaleY(.98);
3199
2326
  transform: scaleY(.98);
3200
- -webkit-transform-origin: 50% 100%;
3201
- transform-origin: 50% 100%
2327
+ -webkit-transform-origin: 50% 0;
2328
+ transform-origin: 50% 0
3202
2329
  }
3203
2330
 
3204
2331
  80% {
3205
2332
  -webkit-transform: scaleY(1.01);
3206
2333
  transform: scaleY(1.01);
3207
- -webkit-transform-origin: 50% 100%;
3208
- transform-origin: 50% 100%
2334
+ -webkit-transform-origin: 50% 0;
2335
+ transform-origin: 50% 0
3209
2336
  }
3210
2337
 
3211
2338
  99% {
3212
2339
  -webkit-transform: scaleY(1);
3213
2340
  transform: scaleY(1);
3214
- -webkit-transform-origin: 50% 100%;
3215
- transform-origin: 50% 100%
2341
+ -webkit-transform-origin: 50% 0;
2342
+ transform-origin: 50% 0
3216
2343
  }
3217
2344
 
3218
2345
  to {
3219
2346
  -webkit-transform: none;
3220
2347
  transform: none
3221
2348
  }
2349
+ }.call {
2350
+ position: absolute;
2351
+ cursor: pointer;
2352
+ user-select: none;
3222
2353
  }
3223
2354
 
3224
- @keyframes pullUp {
3225
- 0%,40%,60%,80%,99% {
3226
- -webkit-animation-timing-function: ease-out;
3227
- animation-timing-function: ease-out
2355
+ .call .ani-wrap {
2356
+ display: flex;
2357
+ justify-content: center;
2358
+ align-items: center;
2359
+ width: 100%;
2360
+ height: 100%;
2361
+ overflow: hidden;
2362
+ transition: opacity 0.2s;
3228
2363
  }
3229
2364
 
3230
- 0% {
2365
+ .call .ani-wrap:hover {
2366
+ opacity: 0.9;
2367
+ }
2368
+
2369
+ .call-content {
2370
+ display: flex;
2371
+ align-items: center;
2372
+ justify-content: center;
2373
+ }
2374
+
2375
+ .btn-text {
2376
+ margin-left: 10px;
2377
+ }
2378
+
2379
+ /* 这里可以添加实际的电话图标样式 */
2380
+ /* .iconfont.hb-tel {
2381
+ display: inline-block;
2382
+ width: 16px;
2383
+ height: 16px;
2384
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>');
2385
+ background-repeat: no-repeat;
2386
+ background-position: center;
2387
+ background-size: contain;
2388
+ } */
2389
+
2390
+ .hb-tel:before {
2391
+ content: "\E642";
2392
+ }/* Iconfont definition */
2393
+ .icon-danmuliebiao1:before {
2394
+ content: "\E68A";
2395
+ }
2396
+
2397
+ .icon-cuowu2:before {
2398
+ content: "\E65E";
2399
+ }
2400
+
2401
+ i {
2402
+ font-style: normal;
2403
+ }
2404
+
2405
+ .v-modal {
2406
+ position: fixed;
2407
+ left: 0;
2408
+ top: 0;
2409
+ width: 100%;
2410
+ height: 100%;
2411
+ opacity: .5;
2412
+ background: #000;
2413
+ }
2414
+ /* 底部工具栏样式 */
2415
+ #toolbarNew {
2416
+ position: fixed;
2417
+ left: 0;
2418
+ bottom: 0;
2419
+ width: 100%;
2420
+ padding: 12px 0;
2421
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/inputBg.png') 0 0 repeat-x;
2422
+ z-index: 100;
2423
+ }
2424
+
2425
+ .toolbar {
2426
+ display: flex;
2427
+ align-items: center;
2428
+ padding: 0 10px;
2429
+ }
2430
+
2431
+ .bar-left {
2432
+ position: relative;
2433
+ flex: 1;
2434
+ }
2435
+
2436
+ .bar-mess {
2437
+ width: 100%;
2438
+ height: 36px;
2439
+ line-height: 36px;
2440
+ font-size: 14px;
2441
+ color: #ccc;
2442
+ padding: 0 8px;
2443
+ border-radius: 18px;
2444
+ border: none;
2445
+ -webkit-appearance: none;
2446
+ background-color: rgba(0, 0, 0, 0.28);
2447
+ }
2448
+
2449
+ .bar-mess::placeholder {
2450
+ color: rgba(255, 255, 255, 0.7);
2451
+ }
2452
+
2453
+ .bar-left .iconfont {
2454
+ position: absolute;
2455
+ right: 10px;
2456
+ top: 50%;
2457
+ transform: translateY(-50%);
2458
+ color: #f2f2f2;
2459
+ font-size: 16px;
2460
+ cursor: pointer;
2461
+ z-index: 2;
2462
+ padding: 5px;
2463
+ }
2464
+
2465
+ /* 关闭弹幕按钮样式 */
2466
+ .toolbar-close {
2467
+ position: absolute;
2468
+ left: 10px;
2469
+ transform: translateY(-50%);
2470
+ display: flex;
2471
+ align-items: center;
2472
+ cursor: pointer;
2473
+ z-index: 2;
2474
+ }
2475
+
2476
+ .toolbar-close img {
2477
+ display: block;
2478
+ width: 36px;
2479
+ height: 36px;
2480
+ cursor: pointer;
2481
+ }
2482
+
2483
+ /* 弹幕容器样式 */
2484
+ .bullet-container {
2485
+ position: fixed;
2486
+ left: 10px;
2487
+ right: 10px;
2488
+ height: 120px;
2489
+ overflow: hidden;
2490
+ z-index: 99;
2491
+ pointer-events: none;
2492
+ }
2493
+
2494
+ .bullet-item {
2495
+ position: absolute;
2496
+ left: 0;
2497
+ bottom: 0;
2498
+ padding: 5px 10px;
2499
+ border-radius: 15px;
2500
+ font-size: 14px;
2501
+ white-space: nowrap;
2502
+ animation: bulletMove linear;
2503
+ animation-fill-mode: forwards;
2504
+ will-change: transform;
2505
+ display: inline-block;
2506
+ max-width: 90%;
2507
+ }
2508
+
2509
+ @keyframes bulletMove {
2510
+ 0% {
2511
+ transform: translateY(0);
2512
+ opacity: 1;
2513
+ }
2514
+ 100% {
2515
+ transform: translateY(calc(-1 * 150px));
2516
+ opacity: 0;
2517
+ }
2518
+ }
2519
+
2520
+ /* 弹幕输入弹窗样式 */
2521
+ .popup-overlay {
2522
+ position: fixed;
2523
+ top: 0;
2524
+ left: 0;
2525
+ right: 0;
2526
+ bottom: 0;
2527
+ background: rgba(0, 0, 0, 0.5);
2528
+ display: flex;
2529
+ justify-content: center;
2530
+ align-items: flex-end;
2531
+ z-index: 200;
2532
+ }
2533
+
2534
+ #index .mint-popup {
2535
+ background-color: transparent;
2536
+ }
2537
+
2538
+ .mint-popup {
2539
+ position: fixed;
2540
+ background: #fff;
2541
+ top: 50%;
2542
+ left: 50%;
2543
+ transform: translate3d(-50%, -50%, 0);
2544
+ -webkit-backface-visibility: hidden;
2545
+ backface-visibility: hidden;
2546
+ transition: .2s ease-out;
2547
+ }
2548
+
2549
+ .bar-messwin {
2550
+ width: 309px;
2551
+ height: 341px;
2552
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/mess-bg.png') no-repeat 50%;
2553
+ background-size: 100% 100%;
2554
+ position: relative;
2555
+ display: flex;
2556
+ flex-direction: column;
2557
+ align-items: center;
2558
+ margin-bottom: 20px;
2559
+ }
2560
+
2561
+ .bar-messwin .mess-logo {
2562
+ width: 171px;
2563
+ height: 110px;
2564
+ margin-top: -64px;
2565
+ margin-left: 11px;
2566
+ }
2567
+
2568
+ .bar-messwin .mess-title {
2569
+ margin-top: 12px;
2570
+ font-weight: 600;
2571
+ font-size: 21px;
2572
+ color: #333;
2573
+ }
2574
+
2575
+ .bar-messwin .mess-input {
2576
+ width: 267px;
2577
+ height: 43px;
2578
+ background: #fff;
2579
+ border-radius: 9px;
2580
+ border: 1px solid rgba(237,85,102,0.4);
2581
+ margin-top: 12px;
2582
+ display: flex;
2583
+ align-items: center;
2584
+ justify-content: center;
2585
+ padding: 0 13px;
2586
+ }
2587
+
2588
+ .bar-messwin .mess-input input {
2589
+ width: 100%;
2590
+ font-size: 17px;
2591
+ font-family: PingFang SC;
2592
+ font-weight: 400;
2593
+ color: #333;
2594
+ border: none;
2595
+ outline: none;
2596
+ background: transparent;
2597
+ }
2598
+
2599
+ .bar-messwin .mess-input input::-webkit-input-placeholder {
2600
+ color: #999;
2601
+ }
2602
+
2603
+ .bar-messwin .mess-input input::-ms-input-placeholder {
2604
+ color: #999;
2605
+ }
2606
+
2607
+ .bar-messwin .mess-input input::placeholder {
2608
+ color: #999;
2609
+ }
2610
+
2611
+ .bar-messwin .mess-textarea {
2612
+ width: 267px;
2613
+ height: 85px;
2614
+ background: #fff;
2615
+ border-radius: 9px;
2616
+ border: 1px solid rgba(237,85,102,0.4);
2617
+ display: flex;
2618
+ padding: 9px 13px;
2619
+ justify-content: space-between;
2620
+ margin-top: 12px;
2621
+ position: relative;
2622
+ }
2623
+
2624
+ .bar-messwin .mess-textarea textarea {
2625
+ width: 203px;
2626
+ height: 68px;
2627
+ font-size: 17px;
2628
+ resize: none;
2629
+ outline: none;
2630
+ border: none;
2631
+ background: transparent;
2632
+ color: #333;
2633
+ font-family: PingFang SC;
2634
+ }
2635
+
2636
+ .bar-messwin .mess-textarea textarea::-webkit-input-placeholder {
2637
+ color: #999;
2638
+ }
2639
+
2640
+ .bar-messwin .mess-textarea textarea::-ms-input-placeholder {
2641
+ color: #999;
2642
+ }
2643
+
2644
+ .bar-messwin .mess-textarea textarea::placeholder {
2645
+ color: #999;
2646
+ }
2647
+
2648
+ .bar-messwin .mess-textarea img {
2649
+ width: 26px;
2650
+ height: 26px;
2651
+ cursor: pointer;
2652
+ }
2653
+
2654
+ .bar-messwin .mess-textarea .wish-dropdown {
2655
+ position: absolute;
2656
+ top: 43px;
2657
+ right: 0;
2658
+ width: 267px;
2659
+ background: #fff;
2660
+ border-radius: 9px;
2661
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
2662
+ z-index: 10;
2663
+ max-height: 213px;
2664
+ overflow-y: auto;
2665
+ border: 1px solid rgba(237,85,102,0.2);
2666
+ padding: 0 13px;
2667
+ }
2668
+
2669
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar {
2670
+ width: 3px;
2671
+ background-color: transparent;
2672
+ display: block;
2673
+ }
2674
+
2675
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-thumb {
2676
+ background-color: #ccc;
2677
+ border-radius: 9px;
2678
+ min-height: 32px;
2679
+ }
2680
+
2681
+ .bar-messwin .mess-textarea .wish-dropdown::-webkit-scrollbar-track {
2682
+ background-color: transparent;
2683
+ border-radius: 3px;
2684
+ margin: 4px 0;
2685
+ }
2686
+
2687
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item {
2688
+ padding: 11px 0;
2689
+ display: flex;
2690
+ align-items: flex-start;
2691
+ cursor: pointer;
2692
+ transition: background-color 0.2s;
2693
+ border-bottom: 1px solid rgba(0,0,0,0.05);
2694
+ }
2695
+
2696
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item:last-child {
2697
+ border-bottom: none;
2698
+ }
2699
+
2700
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-dot {
2701
+ color: #ff4874;
2702
+ margin-right: 5px;
2703
+ font-size: 11px;
2704
+ line-height: 21px;
2705
+ }
2706
+
2707
+ .bar-messwin .mess-textarea .wish-dropdown .wish-item .wish-text {
2708
+ font-size: 15px;
2709
+ color: #333;
2710
+ line-height: 21px;
2711
+ text-align: left;
2712
+ }
2713
+
2714
+ .bar-messwin .bar-m-sub {
2715
+ width: 267px;
2716
+ height: 43px;
2717
+ background: linear-gradient(270deg,#ff4874,#ff9061);
2718
+ border-radius: 68px;
2719
+ font-size: 17px;
2720
+ font-family: PingFang SC;
2721
+ font-weight: 400;
2722
+ color: #fff;
2723
+ margin-top: 26px;
2724
+ border: none;
2725
+ outline: none;
2726
+ cursor: pointer;
2727
+ display: flex;
2728
+ align-items: center;
2729
+ justify-content: center;
2730
+ }
2731
+
2732
+ .bar-messwin .icon-cuowu2, .give-gift .icon-cuowu2 {
2733
+ position: absolute;
2734
+ bottom: -60px;
2735
+ right: 50%;
2736
+ transform: translateX(50%);
2737
+ font-size: 28px;
2738
+ color: #fff;
2739
+ cursor: pointer;
2740
+ }
2741
+
2742
+ /* 提示弹窗样式 */
2743
+ .mint-msgbox-wrapper {
2744
+ position: fixed;
2745
+ top: 0;
2746
+ left: 0;
2747
+ right: 0;
2748
+ bottom: 0;
2749
+ background-color: rgba(0,0,0,0.5);
2750
+ z-index: 2005;
2751
+ display: flex;
2752
+ justify-content: center;
2753
+ align-items: center;
2754
+ }
2755
+
2756
+ .mint-msgbox {
2757
+ position: relative;
2758
+ background-color: #fff;
2759
+ width: 85%;
2760
+ border-radius: 3px;
2761
+ font-size: 17px;
2762
+ overflow: hidden;
2763
+ }
2764
+
2765
+ .mint-msgbox-header {
2766
+ padding: 16px 0 0;
2767
+ }
2768
+
2769
+ .mint-msgbox-content {
2770
+ padding: 11px 21px 16px;
2771
+ border-bottom: 1px solid #ddd;
2772
+ min-height: 38px;
2773
+ position: relative;
2774
+ }
2775
+
2776
+ .mint-msgbox-title {
2777
+ text-align: center;
2778
+ padding-left: 0;
2779
+ margin-bottom: 0;
2780
+ font-size: 17px;
2781
+ font-weight: 700;
2782
+ color: #333;
2783
+ }
2784
+
2785
+ .mint-msgbox-message {
2786
+ color: #999;
2787
+ margin: 0;
2788
+ text-align: center;
2789
+ line-height: 38px;
2790
+ }
2791
+
2792
+ .mint-msgbox-btns {
2793
+ display: flex;
2794
+ height: 43px;
2795
+ line-height: 43px;
2796
+ }
2797
+
2798
+ .mint-msgbox-btn {
2799
+ line-height: 37px;
2800
+ display: block;
2801
+ background-color: #fff;
2802
+ flex: 1;
2803
+ margin: 0;
2804
+ border: 0;
2805
+ }
2806
+
2807
+ .mint-msgbox-confirm {
2808
+ color: #26a2ff;
2809
+ width: 100%;
2810
+ }
2811
+ /* 右侧按钮区域样式 */
2812
+ #toolbarNew .toolbar .bar-right {
2813
+ margin-left: 7px;
2814
+ font-size: 0;
2815
+ display: flex;
2816
+ align-items: center;
2817
+ }
2818
+
2819
+ #toolbarNew .toolbar .bar-right.move-left {
2820
+ right: 64px;
2821
+ }
2822
+
2823
+ #toolbarNew .toolbar .bar-right .bar-r-com,
2824
+ #toolbarNew .toolbar .bar-right>img {
2825
+ display: inline-block;
2826
+ vertical-align: middle;
2827
+ }
2828
+
2829
+ #toolbarNew .toolbar .bar-right .bar-r-com {
2830
+ margin-left: 8px;
2831
+ cursor: pointer;
2832
+ }
2833
+
2834
+ #toolbarNew .toolbar .bar-right .bar-r-com.bar-r-gift {
2835
+ width: 36px;
2836
+ height: 36px;
2837
+ transform-origin: center bottom;
2838
+ animation: giftJump 3s ease infinite;
2839
+ }
2840
+
2841
+ @keyframes giftJump {
2842
+ 0%, 24%, 48%, to {
2843
+ transform: translateZ(0);
2844
+ }
2845
+ 12% {
2846
+ transform: translate3d(0, -10px, 0);
2847
+ }
2848
+ 36% {
2849
+ transform: translate3d(0, -10px, 0);
2850
+ }
2851
+ }
2852
+
2853
+ #toolbarNew .toolbar .bar-right .bar-r-com:first-child {
2854
+ margin-left: 0;
2855
+ }
2856
+
2857
+ #toolbarNew .toolbar .bar-right>img {
2858
+ position: relative;
2859
+ z-index: 1;
2860
+ width: 26px;
2861
+ height: 26px;
2862
+ }
2863
+
2864
+ #toolbarNew .toolbar .bar-right .bar-heart {
2865
+ position: relative;
2866
+ width: 36px;
2867
+ height: 36px;
2868
+ text-align: center;
2869
+ }
2870
+
2871
+ #toolbarNew .toolbar .bar-right .bar-heart .bar-praise {
2872
+ position: absolute;
2873
+ max-width: 36px;
2874
+ height: 15px;
2875
+ line-height: 15px;
2876
+ right: 0;
2877
+ top: 0;
2878
+ z-index: 3;
2879
+ font-size: 10px;
2880
+ color: #fff;
2881
+ border-radius: 6px;
2882
+ padding: 0 4px;
2883
+ box-sizing: border-box;
2884
+ white-space: nowrap;
2885
+ background-color: #f38200;
2886
+ transform: translateX(40%);
2887
+ }
2888
+
2889
+ #toolbarNew .toolbar .bar-right .bar-zan {
2890
+ position: relative;
2891
+ z-index: 2;
2892
+ height: 33px;
2893
+ width: 33px;
2894
+ box-sizing: border-box;
2895
+ }
2896
+
2897
+ #toolbarNew .toolbar .bar-right .bar-zan .ani-num {
2898
+ position: absolute;
2899
+ top: 0;
2900
+ left: 10px;
3231
2901
  opacity: 0;
3232
- -webkit-transform: scaleY(.1);
3233
- transform: scaleY(.1);
3234
- -webkit-transform-origin: 50% 100%;
3235
- transform-origin: 50% 100%
3236
- }
3237
-
3238
- 40% {
3239
- opacity: 1;
3240
- -webkit-transform: scaleY(1.02);
3241
- transform: scaleY(1.02);
3242
- -webkit-transform-origin: 50% 100%;
3243
- transform-origin: 50% 100%
3244
- }
3245
-
3246
- 60% {
3247
- -webkit-transform: scaleY(.98);
3248
- transform: scaleY(.98);
3249
- -webkit-transform-origin: 50% 100%;
3250
- transform-origin: 50% 100%
3251
- }
3252
-
3253
- 80% {
3254
- -webkit-transform: scaleY(1.01);
3255
- transform: scaleY(1.01);
3256
- -webkit-transform-origin: 50% 100%;
3257
- transform-origin: 50% 100%
3258
- }
3259
-
3260
- 99% {
3261
- -webkit-transform: scaleY(1);
3262
- transform: scaleY(1);
3263
- -webkit-transform-origin: 50% 100%;
3264
- transform-origin: 50% 100%
3265
- }
3266
-
3267
- to {
3268
- -webkit-transform: none;
3269
- transform: none
3270
- }
3271
- }
3272
-
3273
- .pullDown {
3274
- -webkit-transform-origin: 50% 0;
3275
- transform-origin: 50% 0;
3276
- -webkit-animation-name: pullDown;
3277
- animation-name: pullDown;
3278
- -webkit-animation-timing-function: ease-out;
3279
- animation-timing-function: ease-out
3280
- }
3281
-
3282
- @-webkit-keyframes pullDown {
3283
- 0%,40%,60%,80%,99% {
3284
- -webkit-animation-timing-function: ease-out;
3285
- animation-timing-function: ease-out
3286
- }
3287
-
3288
- 0% {
2902
+ font-size: 15px;
2903
+ color: #f07a87;
2904
+ }
2905
+
2906
+ #toolbarNew .toolbar .bar-right .bar-zan .stop-longtap {
2907
+ position: absolute;
2908
+ left: 0;
2909
+ right: 0;
2910
+ bottom: 0;
2911
+ top: 0;
2912
+ z-index: 1;
2913
+ }
2914
+
2915
+ #toolbarNew .toolbar .bar-right .bar-zan img {
2916
+ width: 36px;
2917
+ height: 36px;
2918
+ }
2919
+
2920
+ #toolbarNew .toolbar .bar-right .bar-zan.active .ani-num {
2921
+ z-index: 2;
2922
+ animation: praise 1.2s;
2923
+ animation-fill-mode: both;
2924
+ }
2925
+
2926
+ @keyframes praise {
2927
+ 0% {
2928
+ opacity: 1;
2929
+ }
2930
+ 50% {
2931
+ opacity: 1;
2932
+ transform: translate3d(0, -35px, 0);
2933
+ }
2934
+ to {
2935
+ opacity: 0;
2936
+ transform: translate3d(0, -35px, 0);
2937
+ }
2938
+ }
2939
+
2940
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap {
2941
+ transform: scale(0.85);
2942
+ }
2943
+
2944
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:first-of-type {
2945
+ animation: jump .6s ease-out;
2946
+ }
2947
+
2948
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(2) {
2949
+ animation: jump2 .6s ease-out;
2950
+ }
2951
+
2952
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(3) {
2953
+ animation: jump3 .6s ease-out;
2954
+ }
2955
+
2956
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(4) {
2957
+ animation: jump4 .6s ease-out;
2958
+ }
2959
+
2960
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(5) {
2961
+ animation: jump5 .6s ease-out;
2962
+ }
2963
+
2964
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(6) {
2965
+ animation: jump6 .6s ease-out;
2966
+ }
2967
+
2968
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(7) {
2969
+ animation: jump7 .6s ease-out;
2970
+ }
2971
+
2972
+ #toolbarNew .toolbar .bar-right .bar-zan.active .zan-wrap span:nth-of-type(8) {
2973
+ animation: jump8 .6s ease-out;
2974
+ }
2975
+
2976
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap {
2977
+ position: absolute;
2978
+ left: 0;
2979
+ top: 0;
2980
+ right: 0;
2981
+ bottom: 0;
2982
+ pointer-events: none;
2983
+ overflow: visible;
2984
+ }
2985
+
2986
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span {
2987
+ position: absolute;
2988
+ width: 6px;
2989
+ height: 6px;
2990
+ border-radius: 50%;
3289
2991
  opacity: 0;
3290
- -webkit-transform: scaleY(.1);
3291
- transform: scaleY(.1);
3292
- -webkit-transform-origin: 50% 0;
3293
- transform-origin: 50% 0
3294
- }
3295
-
3296
- 40% {
3297
- opacity: 1;
3298
- -webkit-transform: scaleY(1.02);
3299
- transform: scaleY(1.02);
3300
- -webkit-transform-origin: 50% 0;
3301
- transform-origin: 50% 0
3302
- }
3303
-
3304
- 60% {
3305
- -webkit-transform: scaleY(.98);
3306
- transform: scaleY(.98);
3307
- -webkit-transform-origin: 50% 0;
3308
- transform-origin: 50% 0
3309
- }
3310
-
3311
- 80% {
3312
- -webkit-transform: scaleY(1.01);
3313
- transform: scaleY(1.01);
3314
- -webkit-transform-origin: 50% 0;
3315
- transform-origin: 50% 0
3316
- }
3317
-
3318
- 99% {
3319
- -webkit-transform: scaleY(1);
3320
- transform: scaleY(1);
3321
- -webkit-transform-origin: 50% 0;
3322
- transform-origin: 50% 0
3323
- }
3324
-
3325
- to {
3326
- -webkit-transform: none;
3327
- transform: none
3328
- }
3329
- }
3330
-
3331
- @keyframes pullDown {
3332
- 0%,40%,60%,80%,99% {
3333
- -webkit-animation-timing-function: ease-out;
3334
- animation-timing-function: ease-out
3335
- }
3336
-
3337
- 0% {
2992
+ }
2993
+
2994
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:first-of-type {
2995
+ left: 50%;
2996
+ top: -8px;
2997
+ transform: translate3d(-50%, 0, 0);
2998
+ background-color: #b3e5c8;
2999
+ }
3000
+
3001
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(2) {
3002
+ left: -8px;
3003
+ top: 50%;
3004
+ transform: translate3d(0, -50%, 0);
3005
+ background-color: #f4ba31;
3006
+ }
3007
+
3008
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(3) {
3009
+ left: 50%;
3010
+ bottom: -8px;
3011
+ transform: translate3d(-50%, 0, 0);
3012
+ background-color: #339fef;
3013
+ }
3014
+
3015
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(4) {
3016
+ top: 50%;
3017
+ right: -8px;
3018
+ transform: translate3d(0, -50%, 0);
3019
+ background-color: #e2264d;
3020
+ }
3021
+
3022
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(5) {
3023
+ left: -5px;
3024
+ top: 0;
3025
+ transform: translate3d(0, -50%, 0);
3026
+ background-color: #a08880;
3027
+ }
3028
+
3029
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(6) {
3030
+ left: -5px;
3031
+ bottom: 0;
3032
+ transform: translate3d(0, 50%, 0);
3033
+ background-color: #43c1b5;
3034
+ }
3035
+
3036
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(7) {
3037
+ right: -5px;
3038
+ bottom: 0;
3039
+ transform: translate3d(0, 50%, 0);
3040
+ background-color: #f5be3b;
3041
+ }
3042
+
3043
+ #toolbarNew .toolbar .bar-right .bar-zan .zan-wrap span:nth-of-type(8) {
3044
+ right: -5px;
3045
+ top: 0;
3046
+ transform: translate3d(0, -50%, 0);
3047
+ background-color: coral;
3048
+ }
3049
+
3050
+ @keyframes jump {
3051
+ 0% {
3052
+ opacity: 1;
3053
+ transform: translate3d(-50%, 0, 0) scale(1);
3054
+ }
3055
+ 40% {
3056
+ transform: translate3d(-50%, -100%, 0) scale(0.7);
3057
+ }
3058
+ to {
3059
+ opacity: 1;
3060
+ transform: translate3d(-50%, -150%, 0) scale(0);
3061
+ }
3062
+ }
3063
+
3064
+ @keyframes jump2 {
3065
+ 0% {
3066
+ opacity: 1;
3067
+ transform: translate3d(0, -50%, 0) scale(1);
3068
+ }
3069
+ 40% {
3070
+ transform: translate3d(-100%, -50%, 0) scale(0.7);
3071
+ }
3072
+ to {
3073
+ opacity: 1;
3074
+ transform: translate3d(-150%, -50%, 0) scale(0);
3075
+ }
3076
+ }
3077
+
3078
+ @keyframes jump3 {
3079
+ 0% {
3080
+ opacity: 1;
3081
+ transform: translate3d(-50%, 0, 0) scale(1);
3082
+ }
3083
+ 40% {
3084
+ transform: translate3d(-50%, 100%, 0) scale(0.7);
3085
+ }
3086
+ to {
3087
+ opacity: 1;
3088
+ transform: translate3d(-50%, 150%, 0) scale(0);
3089
+ }
3090
+ }
3091
+
3092
+ @keyframes jump4 {
3093
+ 0% {
3094
+ opacity: 1;
3095
+ transform: translate3d(0, -50%, 0) scale(1);
3096
+ }
3097
+ 40% {
3098
+ transform: translate3d(100%, -50%, 0) scale(0.7);
3099
+ }
3100
+ to {
3101
+ opacity: 1;
3102
+ transform: translate3d(150%, -50%, 0) scale(0);
3103
+ }
3104
+ }
3105
+
3106
+ @keyframes jump5 {
3107
+ 0% {
3108
+ opacity: 1;
3109
+ transform: translate3d(0, -50%, 0) scale(1);
3110
+ }
3111
+ 40% {
3112
+ transform: translate3d(-80%, -80%, 0) scale(0.7);
3113
+ }
3114
+ to {
3115
+ opacity: 1;
3116
+ transform: translate3d(-130%, -130%, 0) scale(0);
3117
+ }
3118
+ }
3119
+
3120
+ @keyframes jump6 {
3121
+ 0% {
3122
+ opacity: 1;
3123
+ transform: translate3d(0, 50%, 0) scale(1);
3124
+ }
3125
+ 40% {
3126
+ transform: translate3d(-80%, 80%, 0) scale(0.7);
3127
+ }
3128
+ to {
3129
+ opacity: 1;
3130
+ transform: translate3d(-130%, 130%, 0) scale(0);
3131
+ }
3132
+ }
3133
+
3134
+ @keyframes jump7 {
3135
+ 0% {
3136
+ opacity: 1;
3137
+ transform: translate3d(0, 50%, 0) scale(1);
3138
+ }
3139
+ 40% {
3140
+ transform: translate3d(80%, 80%, 0) scale(0.7);
3141
+ }
3142
+ to {
3143
+ opacity: 1;
3144
+ transform: translate3d(130%, 130%, 0) scale(0);
3145
+ }
3146
+ }
3147
+
3148
+ @keyframes jump8 {
3149
+ 0% {
3150
+ opacity: 1;
3151
+ transform: translate3d(0, 50%, 0) scale(1);
3152
+ }
3153
+ 40% {
3154
+ transform: translate3d(80%, -80%, 0) scale(0.7);
3155
+ }
3156
+ to {
3157
+ opacity: 1;
3158
+ transform: translate3d(130%, -130%, 0) scale(0);
3159
+ }
3160
+ }
3161
+
3162
+ /* 礼物弹窗样式 */
3163
+ .give-gift {
3164
+ position: fixed;
3165
+ top: 50%;
3166
+ left: 50%;
3167
+ transform: translate(-50%, -50%);
3168
+ z-index: 2004;
3169
+ background: white;
3170
+ padding: 20px;
3171
+ border-radius: 10px;
3172
+ text-align: center;
3173
+ }
3174
+
3175
+ .give-gift .back {
3176
+ position: absolute;
3177
+ top: 10px;
3178
+ left: 10px;
3179
+ cursor: pointer;
3180
+ }
3181
+
3182
+ .give-gift img {
3183
+ max-width: 300px;
3184
+ max-height: 300px;
3185
+ margin-top: 20px;
3186
+ }
3187
+
3188
+ /* 留言成功弹窗样式 */
3189
+ .mess-success-popup {
3190
+ position: fixed;
3191
+ top: 0;
3192
+ left: 0;
3193
+ right: 0;
3194
+ bottom: 0;
3195
+ background-color: rgba(0, 0, 0, 0.5);
3196
+ z-index: 2003;
3197
+ display: flex;
3198
+ justify-content: center;
3199
+ align-items: center;
3200
+ }
3201
+
3202
+ .mess-success-popup .gift-popup {
3203
+ width: 300px;
3204
+ height: 200px;
3205
+ background: url('https://h5cdn.unika.cc/static/img/uniComponents/bg-color.png') no-repeat;
3206
+ border-radius: 10px;
3207
+ padding: 20px;
3208
+ text-align: center;
3209
+ position: relative;
3210
+ }
3211
+
3212
+ .mess-success-popup .gift-popup .icon-cuowu2 {
3213
+ position: absolute;
3214
+ top: 10px;
3215
+ right: 10px;
3216
+ cursor: pointer;
3217
+ }
3218
+
3219
+ .mess-success-popup .gift-popup .toast {
3220
+ display: flex;
3221
+ align-items: center;
3222
+ justify-content: center;
3223
+ margin: 10px 0;
3224
+ }
3225
+
3226
+ .mess-success-popup .gift-popup .toast img {
3227
+ width: 20px;
3228
+ height: 15px;
3229
+ margin: 0 5px;
3230
+ }
3231
+
3232
+ .mess-success-popup .gift-popup .title {
3233
+ margin: 15px 0;
3234
+ font-size: 16px;
3235
+ color: #333;
3236
+ }
3237
+
3238
+ .mess-success-popup .gift-popup .btn {
3239
+ background: linear-gradient(270deg, #ff4874, #ff9061);
3240
+ color: white;
3241
+ border: none;
3242
+ padding: 10px 20px;
3243
+ border-radius: 20px;
3244
+ margin-top: 15px;
3245
+ cursor: pointer;
3246
+ }
3247
+
3248
+ /* 新增图片加载动画样式 */
3249
+ .gift-image-container {
3250
+ position: relative;
3251
+ width: 300px;
3252
+ height: 300px;
3253
+ margin: 20px 0;
3254
+ overflow: hidden;
3255
+ }
3256
+
3257
+ .gift-image-container img {
3258
+ width: 100%;
3259
+ height: 100%;
3260
+ object-fit: contain;
3338
3261
  opacity: 0;
3339
- -webkit-transform: scaleY(.1);
3340
- transform: scaleY(.1);
3341
- -webkit-transform-origin: 50% 0;
3342
- transform-origin: 50% 0
3343
- }
3344
-
3345
- 40% {
3262
+ transition: opacity 0.5s ease-in-out;
3263
+ }
3264
+
3265
+ .gift-image-container img.loaded {
3346
3266
  opacity: 1;
3347
- -webkit-transform: scaleY(1.02);
3348
- transform: scaleY(1.02);
3349
- -webkit-transform-origin: 50% 0;
3350
- transform-origin: 50% 0
3267
+ }
3268
+
3269
+ .image-loading {
3270
+ position: absolute;
3271
+ top: 0;
3272
+ left: 0;
3273
+ width: 100%;
3274
+ height: 100%;
3275
+ display: flex;
3276
+ justify-content: center;
3277
+ align-items: center;
3278
+ background: rgba(255, 255, 255, 0.8);
3279
+ }
3280
+
3281
+ .loading-spinner {
3282
+ width: 40px;
3283
+ height: 40px;
3284
+ border: 4px solid #f3f3f3;
3285
+ border-top: 4px solid #ed5566;
3286
+ border-radius: 50%;
3287
+ animation: spin 1s linear infinite;
3288
+ }
3289
+
3290
+ @keyframes spin {
3291
+ 0% { transform: rotate(0deg); }
3292
+ 100% { transform: rotate(360deg); }
3293
+ }
3294
+
3295
+ .button {
3296
+ position: absolute;
3297
+ cursor: pointer;
3298
+ user-select: none;
3351
3299
  }
3352
-
3353
- 60% {
3354
- -webkit-transform: scaleY(.98);
3355
- transform: scaleY(.98);
3356
- -webkit-transform-origin: 50% 0;
3357
- transform-origin: 50% 0
3300
+
3301
+ .button .ani-wrap {
3302
+ display: flex;
3303
+ justify-content: center;
3304
+ align-items: center;
3305
+ width: 100%;
3306
+ height: 100%;
3307
+ overflow: hidden;
3308
+ transition: opacity 0.2s;
3358
3309
  }
3359
-
3360
- 80% {
3361
- -webkit-transform: scaleY(1.01);
3362
- transform: scaleY(1.01);
3363
- -webkit-transform-origin: 50% 0;
3364
- transform-origin: 50% 0
3310
+
3311
+ .button .ani-wrap:hover {
3312
+ opacity: 0.9;
3365
3313
  }
3366
3314
 
3367
- 99% {
3368
- -webkit-transform: scaleY(1);
3369
- transform: scaleY(1);
3370
- -webkit-transform-origin: 50% 0;
3371
- transform-origin: 50% 0
3315
+ .button-content {
3316
+ display: flex;
3317
+ align-items: center;
3318
+ justify-content: center;
3372
3319
  }
3373
3320
 
3374
- to {
3375
- -webkit-transform: none;
3376
- transform: none
3377
- }
3321
+ .btn-text {
3322
+ margin-left: 10px;
3378
3323
  }.form-input {
3379
3324
  position: absolute;
3380
3325
  }
@@ -3425,7 +3370,62 @@ to {
3425
3370
  }
3426
3371
  .dynamic-placeholder-input:-ms-input-placeholder {
3427
3372
  color: var(--placeholder-color, #999);
3373
+ }.ele-effect {
3374
+ will-change: transform;
3375
+ }
3376
+
3377
+ .ele-effect .effect-wrap {
3378
+ position: relative;
3379
+ width: 100%;
3380
+ height: 100%;
3381
+ }
3382
+
3383
+ .particle {
3384
+ position: absolute;
3385
+ background-repeat: no-repeat;
3386
+ background-size: contain;
3387
+ animation-name: falling;
3388
+ animation-timing-function: linear;
3389
+ animation-iteration-count: infinite;
3390
+ will-change: transform;
3391
+ }
3392
+
3393
+ @keyframes falling {
3394
+ 0% {
3395
+ transform: translateY(0) rotate(0deg);
3396
+ opacity: 1;
3397
+ }
3398
+ 80% {
3399
+ opacity: 0.8;
3428
3400
  }
3401
+ 100% {
3402
+ transform: translateY(100vh) rotate(360deg);
3403
+ opacity: 0;
3404
+ }
3405
+ }
3406
+ .ele-lottie .ele-lotwrap {
3407
+ overflow: hidden
3408
+ }
3409
+
3410
+ .ele-effect .effect-wrap {
3411
+ position: relative;
3412
+ overflow: hidden;
3413
+ width: 100%;
3414
+ height: 100%
3415
+ }
3416
+
3417
+ .ele-effect .e-small {
3418
+ position: absolute;
3419
+ width: 24px;
3420
+ height: 24px;
3421
+ background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
3422
+ background-size: cover;
3423
+ background-repeat: no-repeat;
3424
+ -webkit-transform-origin: center;
3425
+ transform-origin: center;
3426
+ -webkit-animation: snow 5s linear infinite;
3427
+ animation: snow 5s linear infinite
3428
+ }
3429
3429
  body, html {
3430
3430
  width: 100%;
3431
3431
  height: 100%;
@@ -3723,100 +3723,6 @@ font-style: normal;
3723
3723
  /* .ele-form {
3724
3724
  position: absolute;
3725
3725
  user-select: none;
3726
- }
3727
- */
3728
- .f-single {
3729
- cursor: pointer;
3730
- }
3731
-
3732
- .ani-wrap {
3733
- position: relative;
3734
- }
3735
-
3736
- .f-single .ani-wrap .fs-tit {
3737
- display: flex;
3738
- padding: 0 5px;
3739
- height: 40px;
3740
- align-items: center;
3741
- white-space: nowrap;
3742
- overflow: hidden;
3743
- text-overflow: ellipsis;
3744
- border-bottom: 1px solid rgba(153, 153, 153, 1);
3745
- }
3746
-
3747
- .require {
3748
- padding: 0 5px 0 0;
3749
- color: red;
3750
- vertical-align: middle;
3751
- }
3752
-
3753
- .f-single ul {
3754
- padding: 15px;
3755
- margin: 0;
3756
- list-style: none;
3757
- }
3758
-
3759
- .f-single ul li {
3760
- display: flex;
3761
- align-items: center;
3762
- margin-top: 12px;
3763
- font-size: 0;
3764
- }
3765
-
3766
- .f-single ul li:first-child {
3767
- margin-top: 0;
3768
- }
3769
-
3770
- .fs-circle {
3771
- display: inline-block;
3772
- width: 16px;
3773
- height: 16px;
3774
- border-radius: 50%;
3775
- position: relative;
3776
- transition: all 0.2s;
3777
- }
3778
-
3779
- .fs-circle.selected {
3780
- background-color: #2687f1;
3781
- border-color: #2687f1 !important;
3782
- }
3783
-
3784
- .fs-circle.selected::after {
3785
- content: "";
3786
- position: absolute;
3787
- top: 3px;
3788
- left: 3px;
3789
- width: 8px;
3790
- height: 8px;
3791
- border-radius: 50%;
3792
- background-color: white;
3793
- }
3794
-
3795
- .fs-txt {
3796
- display: inline-block;
3797
- width: calc(100% - 16px);
3798
- padding-left: 8px;
3799
- vertical-align: top;
3800
- word-break: break-all;
3801
- font-size: 14px;
3802
- line-height: 1.2;
3803
- }
3804
-
3805
- .has-error .fs-tit {
3806
- border-bottom-color: #ff4d4f;
3807
- }
3808
-
3809
- /* 错误提示样式 */
3810
- .error-tip {
3811
- position: fixed;
3812
- left: 0;
3813
- top: 0;
3814
- width: 100%;
3815
- height: 100%;
3816
- z-index: 1000;
3817
- }/* .ele-form {
3818
- position: absolute;
3819
- user-select: none;
3820
3726
  } */
3821
3727
 
3822
3728
  .f-select {
@@ -3998,32 +3904,6 @@ font-style: normal;
3998
3904
  .has-error .fs-tit {
3999
3905
  border-bottom-color: #ff4d4f;
4000
3906
  }
4001
- .global.receipt {
4002
- width: 35px;
4003
- height: 55px;
4004
- border-radius: 50%;
4005
- text-align: center;
4006
- margin-bottom: 5px;
4007
- border: 2px solid #fff;
4008
- cursor: pointer;
4009
- }
4010
- .icon-liuyan:before { content: "\E636"; }
4011
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4012
- .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
4013
- .global.video {
4014
- width: 35px;
4015
- height: 55px;
4016
- border-radius: 50%;
4017
- text-align: center;
4018
- margin-bottom: 5px;
4019
- border: 2px solid #fff;
4020
- cursor: pointer;
4021
- }
4022
- .icon-shipin2:before { content: "\E611"; }
4023
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4024
- .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
4025
- }
4026
-
4027
3907
  .icon-guanbi:before {
4028
3908
  content: "\E676";
4029
3909
  }
@@ -4418,7 +4298,7 @@ font-style: normal;
4418
4298
  color: #F44336; /* 失败的红色 */
4419
4299
  }
4420
4300
 
4421
- .global.map {
4301
+ .global.video {
4422
4302
  width: 35px;
4423
4303
  height: 55px;
4424
4304
  border-radius: 50%;
@@ -4427,9 +4307,117 @@ font-style: normal;
4427
4307
  border: 2px solid #fff;
4428
4308
  cursor: pointer;
4429
4309
  }
4430
- .icon-daohang1:before { content: "\E612"; }
4310
+ .icon-shipin2:before { content: "\E611"; }
4311
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4312
+ .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
4313
+ }
4314
+ /* .ele-form {
4315
+ position: absolute;
4316
+ user-select: none;
4317
+ }
4318
+ */
4319
+ .f-single {
4320
+ cursor: pointer;
4321
+ }
4322
+
4323
+ .ani-wrap {
4324
+ position: relative;
4325
+ }
4326
+
4327
+ .f-single .ani-wrap .fs-tit {
4328
+ display: flex;
4329
+ padding: 0 5px;
4330
+ height: 40px;
4331
+ align-items: center;
4332
+ white-space: nowrap;
4333
+ overflow: hidden;
4334
+ text-overflow: ellipsis;
4335
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
4336
+ }
4337
+
4338
+ .require {
4339
+ padding: 0 5px 0 0;
4340
+ color: red;
4341
+ vertical-align: middle;
4342
+ }
4343
+
4344
+ .f-single ul {
4345
+ padding: 15px;
4346
+ margin: 0;
4347
+ list-style: none;
4348
+ }
4349
+
4350
+ .f-single ul li {
4351
+ display: flex;
4352
+ align-items: center;
4353
+ margin-top: 12px;
4354
+ font-size: 0;
4355
+ }
4356
+
4357
+ .f-single ul li:first-child {
4358
+ margin-top: 0;
4359
+ }
4360
+
4361
+ .fs-circle {
4362
+ display: inline-block;
4363
+ width: 16px;
4364
+ height: 16px;
4365
+ border-radius: 50%;
4366
+ position: relative;
4367
+ transition: all 0.2s;
4368
+ }
4369
+
4370
+ .fs-circle.selected {
4371
+ background-color: #2687f1;
4372
+ border-color: #2687f1 !important;
4373
+ }
4374
+
4375
+ .fs-circle.selected::after {
4376
+ content: "";
4377
+ position: absolute;
4378
+ top: 3px;
4379
+ left: 3px;
4380
+ width: 8px;
4381
+ height: 8px;
4382
+ border-radius: 50%;
4383
+ background-color: white;
4384
+ }
4385
+
4386
+ .fs-txt {
4387
+ display: inline-block;
4388
+ width: calc(100% - 16px);
4389
+ padding-left: 8px;
4390
+ vertical-align: top;
4391
+ word-break: break-all;
4392
+ font-size: 14px;
4393
+ line-height: 1.2;
4394
+ }
4395
+
4396
+ .has-error .fs-tit {
4397
+ border-bottom-color: #ff4d4f;
4398
+ }
4399
+
4400
+ /* 错误提示样式 */
4401
+ .error-tip {
4402
+ position: fixed;
4403
+ left: 0;
4404
+ top: 0;
4405
+ width: 100%;
4406
+ height: 100%;
4407
+ z-index: 1000;
4408
+ }
4409
+ .global.receipt {
4410
+ width: 35px;
4411
+ height: 55px;
4412
+ border-radius: 50%;
4413
+ text-align: center;
4414
+ margin-bottom: 5px;
4415
+ border: 2px solid #fff;
4416
+ cursor: pointer;
4417
+ }
4418
+ .icon-liuyan:before { content: "\E636"; }
4431
4419
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4432
- .global.map > span { font-size: 10px; line-height: 20px; display: block;}
4420
+ .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
4433
4421
  .global.tel {
4434
4422
  width: 35px;
4435
4423
  height: 55px;
@@ -4441,4 +4429,16 @@ font-style: normal;
4441
4429
  }
4442
4430
  .icon-dianhua:before { content: "\E60E"; }
4443
4431
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4444
- .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
4432
+ .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
4433
+ .global.map {
4434
+ width: 35px;
4435
+ height: 55px;
4436
+ border-radius: 50%;
4437
+ text-align: center;
4438
+ margin-bottom: 5px;
4439
+ border: 2px solid #fff;
4440
+ cursor: pointer;
4441
+ }
4442
+ .icon-daohang1:before { content: "\E612"; }
4443
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4444
+ .global.map > span { font-size: 10px; line-height: 20px; display: block;}