unika-components 1.0.53 → 1.0.54
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.
|
@@ -357,6 +357,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
357
357
|
rendererSettings: any;
|
|
358
358
|
assetsPath: string;
|
|
359
359
|
}> | null>;
|
|
360
|
+
play: () => void;
|
|
360
361
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
361
362
|
left: {
|
|
362
363
|
type: StringConstructor;
|
|
@@ -10,42 +10,6 @@ button.uni-text-component {
|
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
white-space: pre-wrap;
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
.uni-background-component {
|
|
15
|
-
width: 100%;
|
|
16
|
-
}
|
|
17
|
-
.bg-img {
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
object-fit: cover;
|
|
21
|
-
z-index:1;
|
|
22
|
-
}
|
|
23
|
-
.watermark {
|
|
24
|
-
height: 100%;
|
|
25
|
-
position: absolute;
|
|
26
|
-
top: 0;
|
|
27
|
-
left: 0;
|
|
28
|
-
right: 0;
|
|
29
|
-
bottom: 0;
|
|
30
|
-
}
|
|
31
|
-
.watermark-div {
|
|
32
|
-
height: 100%;
|
|
33
|
-
width:100%;
|
|
34
|
-
position:absolute;
|
|
35
|
-
z-index:99999999;
|
|
36
|
-
}
|
|
37
|
-
body:before{
|
|
38
|
-
content: '';
|
|
39
|
-
position: fixed;
|
|
40
|
-
top: 0;
|
|
41
|
-
bottom: 0;
|
|
42
|
-
left: 0;
|
|
43
|
-
right: 0;
|
|
44
|
-
z-index: -1;
|
|
45
|
-
/* background: url(https://unika-static-dev.unika.cc/logo.png) 0 0 repeat; */
|
|
46
|
-
background-position: center;
|
|
47
|
-
opacity: 0.1;
|
|
48
|
-
}
|
|
49
13
|
|
|
50
14
|
.uni-image-component {
|
|
51
15
|
max-width: 100%;
|
|
@@ -240,12 +204,40 @@ body, html {
|
|
|
240
204
|
background: rgba(0, 0, 0, 0.8);
|
|
241
205
|
}
|
|
242
206
|
|
|
243
|
-
.
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
207
|
+
.uni-background-component {
|
|
208
|
+
width: 100%;
|
|
209
|
+
}
|
|
210
|
+
.bg-img {
|
|
211
|
+
width: 100%;
|
|
212
|
+
height: 100%;
|
|
213
|
+
object-fit: cover;
|
|
214
|
+
z-index:1;
|
|
215
|
+
}
|
|
216
|
+
.watermark {
|
|
217
|
+
height: 100%;
|
|
218
|
+
position: absolute;
|
|
219
|
+
top: 0;
|
|
220
|
+
left: 0;
|
|
221
|
+
right: 0;
|
|
222
|
+
bottom: 0;
|
|
223
|
+
}
|
|
224
|
+
.watermark-div {
|
|
225
|
+
height: 100%;
|
|
226
|
+
width:100%;
|
|
227
|
+
position:absolute;
|
|
228
|
+
z-index:99999999;
|
|
229
|
+
}
|
|
230
|
+
body:before{
|
|
231
|
+
content: '';
|
|
232
|
+
position: fixed;
|
|
233
|
+
top: 0;
|
|
234
|
+
bottom: 0;
|
|
235
|
+
left: 0;
|
|
236
|
+
right: 0;
|
|
237
|
+
z-index: -1;
|
|
238
|
+
/* background: url(https://unika-static-dev.unika.cc/logo.png) 0 0 repeat; */
|
|
239
|
+
background-position: center;
|
|
240
|
+
opacity: 0.1;
|
|
249
241
|
}
|
|
250
242
|
|
|
251
243
|
.like-button {
|
|
@@ -270,26 +262,12 @@ body, html {
|
|
|
270
262
|
color: #333;
|
|
271
263
|
}
|
|
272
264
|
|
|
273
|
-
|
|
274
|
-
position: relative;
|
|
275
|
-
}
|
|
276
|
-
.snowflake {
|
|
265
|
+
.slot-number {
|
|
277
266
|
position: absolute;
|
|
278
|
-
|
|
279
|
-
left:
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
background: red;
|
|
283
|
-
border-radius: 50%;
|
|
284
|
-
animation: falling 10s linear infinite;
|
|
285
|
-
}
|
|
286
|
-
@keyframes falling {
|
|
287
|
-
from {
|
|
288
|
-
transform: translateY(0) rotate(0deg);
|
|
289
|
-
}
|
|
290
|
-
to {
|
|
291
|
-
transform: translateY(100vh) rotate(360deg);
|
|
292
|
-
}
|
|
267
|
+
bottom: 2px;
|
|
268
|
+
left: 7px;
|
|
269
|
+
font-size: 12px;
|
|
270
|
+
color: #666
|
|
293
271
|
}
|
|
294
272
|
|
|
295
273
|
.video-player {
|
|
@@ -313,6 +291,28 @@ body, html {
|
|
|
313
291
|
background: rgba(0, 0, 0, 0.8);
|
|
314
292
|
}
|
|
315
293
|
|
|
294
|
+
#app1 {
|
|
295
|
+
position: relative;
|
|
296
|
+
}
|
|
297
|
+
.snowflake {
|
|
298
|
+
position: absolute;
|
|
299
|
+
top: 0;
|
|
300
|
+
left: 0;
|
|
301
|
+
width: 10px;
|
|
302
|
+
height: 10px;
|
|
303
|
+
background: red;
|
|
304
|
+
border-radius: 50%;
|
|
305
|
+
animation: falling 10s linear infinite;
|
|
306
|
+
}
|
|
307
|
+
@keyframes falling {
|
|
308
|
+
from {
|
|
309
|
+
transform: translateY(0) rotate(0deg);
|
|
310
|
+
}
|
|
311
|
+
to {
|
|
312
|
+
transform: translateY(100vh) rotate(360deg);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
316
316
|
/*.swiper-container {
|
|
317
317
|
width: 100%;
|
|
318
318
|
height: 300px;
|
|
@@ -874,193 +874,6 @@ button.swiper-pagination-bullet {
|
|
|
874
874
|
backface-visibility: hidden;
|
|
875
875
|
}
|
|
876
876
|
|
|
877
|
-
|
|
878
|
-
.no-animation__card {
|
|
879
|
-
font-weight: 500;
|
|
880
|
-
font-size: var(--countdown-size, 2rem);
|
|
881
|
-
line-height: 1.5;
|
|
882
|
-
display: block;
|
|
883
|
-
color: var(--main-color, #EC685C);
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.flip-clock {
|
|
887
|
-
text-align: center;
|
|
888
|
-
perspective: 600px;
|
|
889
|
-
margin: 0 auto;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.flip-clock *,
|
|
893
|
-
.flip-clock *:before,
|
|
894
|
-
.flip-clock *:after {
|
|
895
|
-
box-sizing: border-box;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.flip-clock__piece {
|
|
899
|
-
display: inline-block;
|
|
900
|
-
margin: 0 0.2vw;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
@media (min-width: 1000px) {
|
|
904
|
-
.flip-clock__piece {
|
|
905
|
-
margin: 0 5px;
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
.flip-clock__slot {
|
|
910
|
-
font-size: var(--label-size, 1rem);
|
|
911
|
-
line-height: 1.5;
|
|
912
|
-
display: block;
|
|
913
|
-
color: var(--label-color, #222222);
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.flip-card {
|
|
917
|
-
display: block;
|
|
918
|
-
position: relative;
|
|
919
|
-
padding-bottom: 0.72em; /* halfHeight */
|
|
920
|
-
font-size: var(--countdown-size, 2.25rem);
|
|
921
|
-
line-height: 0.95;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
@media (min-width: 1000px) {
|
|
925
|
-
.flip-clock__slot {
|
|
926
|
-
font-size: 1.2rem;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.flip-card {
|
|
930
|
-
font-size: 3rem;
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.flip-card__top,
|
|
935
|
-
.flip-card__bottom,
|
|
936
|
-
.flip-card__back-bottom,
|
|
937
|
-
.flip-card__back::before,
|
|
938
|
-
.flip-card__back::after{
|
|
939
|
-
display: block;
|
|
940
|
-
height: 0.72em; /* halfHeight */
|
|
941
|
-
color: var(--main-color, #EC685C);
|
|
942
|
-
background: var(--main-flip-background-color, #222222);
|
|
943
|
-
padding: 0.23em 0.15em 0.4em;
|
|
944
|
-
border-radius: 0.15em 0.15em 0 0; /* borderRadius */
|
|
945
|
-
backface-visibility: hidden;
|
|
946
|
-
-webkit-backface-visibility: hidden;
|
|
947
|
-
transform-style: preserve-3d;
|
|
948
|
-
width: 2.1em;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
.flip-card__top-4digits,
|
|
952
|
-
.flip-card__bottom-4digits,
|
|
953
|
-
.flip-card__back-bottom-4digits,
|
|
954
|
-
.flip-card__back-4digits::before,
|
|
955
|
-
.flip-card__back-4digits::after {
|
|
956
|
-
display: block;
|
|
957
|
-
height: 0.72em; /* halfHeight */
|
|
958
|
-
color: var(--main-color, #EC685C);
|
|
959
|
-
background: var(--main-flip-background-color, #222222);
|
|
960
|
-
padding: 0.23em 0.15em 0.4em;
|
|
961
|
-
border-radius: 0.15em 0.15em 0 0; /* borderRadius */
|
|
962
|
-
backface-visibility: hidden;
|
|
963
|
-
-webkit-backface-visibility: hidden;
|
|
964
|
-
transform-style: preserve-3d;
|
|
965
|
-
width: 2.65em;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.flip-card__bottom,
|
|
969
|
-
.flip-card__back-bottom,
|
|
970
|
-
.flip-card__bottom-4digits,
|
|
971
|
-
.flip-card__back-bottom-4digits {
|
|
972
|
-
color: var(--second-flip-color, #EC685C);
|
|
973
|
-
position: absolute;
|
|
974
|
-
top: 50%;
|
|
975
|
-
left: 0;
|
|
976
|
-
border-top: solid 1px var(--second-flip-background-color, #000);
|
|
977
|
-
background: var(--second-flip-background-color, #393939);
|
|
978
|
-
border-radius: 0 0 0.15em 0.15em; /* borderRadius */
|
|
979
|
-
pointer-events: none;
|
|
980
|
-
overflow: hidden;
|
|
981
|
-
z-index: 2;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.flip-card__back-bottom,
|
|
985
|
-
.flip-card__back-bottom-4digits {
|
|
986
|
-
z-index: 1;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
.flip-card__bottom::after,
|
|
990
|
-
.flip-card__back-bottom::after,
|
|
991
|
-
.flip-card__bottom-4digits::after,
|
|
992
|
-
.flip-card__back-bottom-4digits::after {
|
|
993
|
-
display: block;
|
|
994
|
-
margin-top: -0.72em; /* Negative halfHeight */
|
|
995
|
-
}
|
|
996
|
-
.flip-card__back::before,
|
|
997
|
-
.flip-card__bottom::after,
|
|
998
|
-
.flip-card__back-bottom::after,
|
|
999
|
-
.flip-card__back-4digits::before,
|
|
1000
|
-
.flip-card__bottom-4digits::after,
|
|
1001
|
-
.flip-card__back-bottom-4digits::after {
|
|
1002
|
-
content: attr(data-value);
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
.flip-card__back,
|
|
1006
|
-
.flip-card__back-4digits {
|
|
1007
|
-
position: absolute;
|
|
1008
|
-
top: 0;
|
|
1009
|
-
height: 100%;
|
|
1010
|
-
left: 0%;
|
|
1011
|
-
pointer-events: none;
|
|
1012
|
-
}
|
|
1013
|
-
.flip-card__back::before,
|
|
1014
|
-
.flip-card__back-4digits::before {
|
|
1015
|
-
position: relative;
|
|
1016
|
-
overflow: hidden;
|
|
1017
|
-
z-index: -1;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.flip .flip-card__back::before,
|
|
1021
|
-
.flip .flip-card__back-4digits::before {
|
|
1022
|
-
z-index: 1;
|
|
1023
|
-
animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
|
|
1024
|
-
animation-fill-mode: both;
|
|
1025
|
-
transform-origin: center bottom;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.flip .flip-card__bottom,
|
|
1029
|
-
.flip .flip-card__bottom-4digits {
|
|
1030
|
-
transform-origin: center top;
|
|
1031
|
-
animation-fill-mode: both;
|
|
1032
|
-
animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
|
|
1033
|
-
}
|
|
1034
|
-
@keyframes flipTop {
|
|
1035
|
-
0% {
|
|
1036
|
-
transform: rotateX(0deg);
|
|
1037
|
-
z-index: 2;
|
|
1038
|
-
}
|
|
1039
|
-
0%, 99% {
|
|
1040
|
-
opacity: 1;
|
|
1041
|
-
}
|
|
1042
|
-
100% {
|
|
1043
|
-
transform: rotateX(-90deg);
|
|
1044
|
-
opacity: 0;
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
@keyframes flipBottom {
|
|
1049
|
-
0%, 50% {
|
|
1050
|
-
z-index: -1;
|
|
1051
|
-
transform: rotateX(90deg);
|
|
1052
|
-
opacity: 0;
|
|
1053
|
-
}
|
|
1054
|
-
51% {
|
|
1055
|
-
opacity: 1;
|
|
1056
|
-
}
|
|
1057
|
-
100% {
|
|
1058
|
-
opacity: 1;
|
|
1059
|
-
transform: rotateX(0deg);
|
|
1060
|
-
z-index: 5;
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
877
|
.unika-calendar-title {
|
|
1065
878
|
font-size: 25px;
|
|
1066
879
|
padding-bottom: 4px;
|
|
@@ -1312,3 +1125,190 @@ button.swiper-pagination-bullet {
|
|
|
1312
1125
|
padding: 0 0px;
|
|
1313
1126
|
border-bottom: 1px solid
|
|
1314
1127
|
}
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
.no-animation__card {
|
|
1131
|
+
font-weight: 500;
|
|
1132
|
+
font-size: var(--countdown-size, 2rem);
|
|
1133
|
+
line-height: 1.5;
|
|
1134
|
+
display: block;
|
|
1135
|
+
color: var(--main-color, #EC685C);
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.flip-clock {
|
|
1139
|
+
text-align: center;
|
|
1140
|
+
perspective: 600px;
|
|
1141
|
+
margin: 0 auto;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.flip-clock *,
|
|
1145
|
+
.flip-clock *:before,
|
|
1146
|
+
.flip-clock *:after {
|
|
1147
|
+
box-sizing: border-box;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
.flip-clock__piece {
|
|
1151
|
+
display: inline-block;
|
|
1152
|
+
margin: 0 0.2vw;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
@media (min-width: 1000px) {
|
|
1156
|
+
.flip-clock__piece {
|
|
1157
|
+
margin: 0 5px;
|
|
1158
|
+
}
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.flip-clock__slot {
|
|
1162
|
+
font-size: var(--label-size, 1rem);
|
|
1163
|
+
line-height: 1.5;
|
|
1164
|
+
display: block;
|
|
1165
|
+
color: var(--label-color, #222222);
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.flip-card {
|
|
1169
|
+
display: block;
|
|
1170
|
+
position: relative;
|
|
1171
|
+
padding-bottom: 0.72em; /* halfHeight */
|
|
1172
|
+
font-size: var(--countdown-size, 2.25rem);
|
|
1173
|
+
line-height: 0.95;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
@media (min-width: 1000px) {
|
|
1177
|
+
.flip-clock__slot {
|
|
1178
|
+
font-size: 1.2rem;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.flip-card {
|
|
1182
|
+
font-size: 3rem;
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.flip-card__top,
|
|
1187
|
+
.flip-card__bottom,
|
|
1188
|
+
.flip-card__back-bottom,
|
|
1189
|
+
.flip-card__back::before,
|
|
1190
|
+
.flip-card__back::after{
|
|
1191
|
+
display: block;
|
|
1192
|
+
height: 0.72em; /* halfHeight */
|
|
1193
|
+
color: var(--main-color, #EC685C);
|
|
1194
|
+
background: var(--main-flip-background-color, #222222);
|
|
1195
|
+
padding: 0.23em 0.15em 0.4em;
|
|
1196
|
+
border-radius: 0.15em 0.15em 0 0; /* borderRadius */
|
|
1197
|
+
backface-visibility: hidden;
|
|
1198
|
+
-webkit-backface-visibility: hidden;
|
|
1199
|
+
transform-style: preserve-3d;
|
|
1200
|
+
width: 2.1em;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.flip-card__top-4digits,
|
|
1204
|
+
.flip-card__bottom-4digits,
|
|
1205
|
+
.flip-card__back-bottom-4digits,
|
|
1206
|
+
.flip-card__back-4digits::before,
|
|
1207
|
+
.flip-card__back-4digits::after {
|
|
1208
|
+
display: block;
|
|
1209
|
+
height: 0.72em; /* halfHeight */
|
|
1210
|
+
color: var(--main-color, #EC685C);
|
|
1211
|
+
background: var(--main-flip-background-color, #222222);
|
|
1212
|
+
padding: 0.23em 0.15em 0.4em;
|
|
1213
|
+
border-radius: 0.15em 0.15em 0 0; /* borderRadius */
|
|
1214
|
+
backface-visibility: hidden;
|
|
1215
|
+
-webkit-backface-visibility: hidden;
|
|
1216
|
+
transform-style: preserve-3d;
|
|
1217
|
+
width: 2.65em;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.flip-card__bottom,
|
|
1221
|
+
.flip-card__back-bottom,
|
|
1222
|
+
.flip-card__bottom-4digits,
|
|
1223
|
+
.flip-card__back-bottom-4digits {
|
|
1224
|
+
color: var(--second-flip-color, #EC685C);
|
|
1225
|
+
position: absolute;
|
|
1226
|
+
top: 50%;
|
|
1227
|
+
left: 0;
|
|
1228
|
+
border-top: solid 1px var(--second-flip-background-color, #000);
|
|
1229
|
+
background: var(--second-flip-background-color, #393939);
|
|
1230
|
+
border-radius: 0 0 0.15em 0.15em; /* borderRadius */
|
|
1231
|
+
pointer-events: none;
|
|
1232
|
+
overflow: hidden;
|
|
1233
|
+
z-index: 2;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.flip-card__back-bottom,
|
|
1237
|
+
.flip-card__back-bottom-4digits {
|
|
1238
|
+
z-index: 1;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
.flip-card__bottom::after,
|
|
1242
|
+
.flip-card__back-bottom::after,
|
|
1243
|
+
.flip-card__bottom-4digits::after,
|
|
1244
|
+
.flip-card__back-bottom-4digits::after {
|
|
1245
|
+
display: block;
|
|
1246
|
+
margin-top: -0.72em; /* Negative halfHeight */
|
|
1247
|
+
}
|
|
1248
|
+
.flip-card__back::before,
|
|
1249
|
+
.flip-card__bottom::after,
|
|
1250
|
+
.flip-card__back-bottom::after,
|
|
1251
|
+
.flip-card__back-4digits::before,
|
|
1252
|
+
.flip-card__bottom-4digits::after,
|
|
1253
|
+
.flip-card__back-bottom-4digits::after {
|
|
1254
|
+
content: attr(data-value);
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.flip-card__back,
|
|
1258
|
+
.flip-card__back-4digits {
|
|
1259
|
+
position: absolute;
|
|
1260
|
+
top: 0;
|
|
1261
|
+
height: 100%;
|
|
1262
|
+
left: 0%;
|
|
1263
|
+
pointer-events: none;
|
|
1264
|
+
}
|
|
1265
|
+
.flip-card__back::before,
|
|
1266
|
+
.flip-card__back-4digits::before {
|
|
1267
|
+
position: relative;
|
|
1268
|
+
overflow: hidden;
|
|
1269
|
+
z-index: -1;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.flip .flip-card__back::before,
|
|
1273
|
+
.flip .flip-card__back-4digits::before {
|
|
1274
|
+
z-index: 1;
|
|
1275
|
+
animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
|
|
1276
|
+
animation-fill-mode: both;
|
|
1277
|
+
transform-origin: center bottom;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.flip .flip-card__bottom,
|
|
1281
|
+
.flip .flip-card__bottom-4digits {
|
|
1282
|
+
transform-origin: center top;
|
|
1283
|
+
animation-fill-mode: both;
|
|
1284
|
+
animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
|
|
1285
|
+
}
|
|
1286
|
+
@keyframes flipTop {
|
|
1287
|
+
0% {
|
|
1288
|
+
transform: rotateX(0deg);
|
|
1289
|
+
z-index: 2;
|
|
1290
|
+
}
|
|
1291
|
+
0%, 99% {
|
|
1292
|
+
opacity: 1;
|
|
1293
|
+
}
|
|
1294
|
+
100% {
|
|
1295
|
+
transform: rotateX(-90deg);
|
|
1296
|
+
opacity: 0;
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
@keyframes flipBottom {
|
|
1301
|
+
0%, 50% {
|
|
1302
|
+
z-index: -1;
|
|
1303
|
+
transform: rotateX(90deg);
|
|
1304
|
+
opacity: 0;
|
|
1305
|
+
}
|
|
1306
|
+
51% {
|
|
1307
|
+
opacity: 1;
|
|
1308
|
+
}
|
|
1309
|
+
100% {
|
|
1310
|
+
opacity: 1;
|
|
1311
|
+
transform: rotateX(0deg);
|
|
1312
|
+
z-index: 5;
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
@@ -46744,11 +46744,17 @@ var script$1 = defineComponent({
|
|
|
46744
46744
|
const styleProps = useStylePick(props);
|
|
46745
46745
|
const handleClick = useComponentClick(props);
|
|
46746
46746
|
const lottieAnimation = ref(null);
|
|
46747
|
+
const play = () => {
|
|
46748
|
+
if (lottieAnimation.value) {
|
|
46749
|
+
lottieAnimation.value.play();
|
|
46750
|
+
}
|
|
46751
|
+
};
|
|
46747
46752
|
return {
|
|
46748
46753
|
styleProps,
|
|
46749
46754
|
// AstronautJSON,
|
|
46750
46755
|
handleClick,
|
|
46751
|
-
lottieAnimation
|
|
46756
|
+
lottieAnimation,
|
|
46757
|
+
play
|
|
46752
46758
|
};
|
|
46753
46759
|
}
|
|
46754
46760
|
});
|
|
@@ -46751,11 +46751,17 @@
|
|
|
46751
46751
|
const styleProps = useStylePick(props);
|
|
46752
46752
|
const handleClick = useComponentClick(props);
|
|
46753
46753
|
const lottieAnimation = vue.ref(null);
|
|
46754
|
+
const play = () => {
|
|
46755
|
+
if (lottieAnimation.value) {
|
|
46756
|
+
lottieAnimation.value.play();
|
|
46757
|
+
}
|
|
46758
|
+
};
|
|
46754
46759
|
return {
|
|
46755
46760
|
styleProps,
|
|
46756
46761
|
// AstronautJSON,
|
|
46757
46762
|
handleClick,
|
|
46758
|
-
lottieAnimation
|
|
46763
|
+
lottieAnimation,
|
|
46764
|
+
play
|
|
46759
46765
|
};
|
|
46760
46766
|
}
|
|
46761
46767
|
});
|