@fle-ui/next 1.0.0-alpha.7 → 1.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@fle-ui/next.css +1 -1
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +1 -1
- package/dist/@fle-ui/next.min.css +1 -1
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +1 -1
- package/es/style/compact.less +4 -0
- package/es/style/css.js +1 -0
- package/es/style/dark.less +4 -0
- package/es/style/default.css +1787 -0
- package/es/style/default.less +4 -0
- package/es/style/index-pure.less +3 -0
- package/es/style/index.d.ts +1 -0
- package/es/style/index.js +1 -0
- package/es/style/index.less +3 -3
- package/es/style/variable.less +4 -0
- package/lib/style/compact.less +4 -0
- package/lib/style/css.js +3 -0
- package/lib/style/dark.less +4 -0
- package/lib/style/default.css +1787 -0
- package/lib/style/default.less +4 -0
- package/lib/style/index-pure.less +3 -0
- package/lib/style/index.d.ts +1 -0
- package/lib/style/index.js +3 -0
- package/lib/style/index.less +3 -3
- package/lib/style/variable.less +4 -0
- package/package.json +1 -1
- package/report.html +1 -1
@@ -0,0 +1,1787 @@
|
|
1
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
2
|
+
/* stylelint-disable no-duplicate-selectors */
|
3
|
+
/* stylelint-disable */
|
4
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
[class^=ant-]::-ms-clear,
|
6
|
+
[class*= ant-]::-ms-clear,
|
7
|
+
[class^=ant-] input::-ms-clear,
|
8
|
+
[class*= ant-] input::-ms-clear,
|
9
|
+
[class^=ant-] input::-ms-reveal,
|
10
|
+
[class*= ant-] input::-ms-reveal {
|
11
|
+
display: none;
|
12
|
+
}
|
13
|
+
/* stylelint-disable at-rule-no-unknown */
|
14
|
+
html,
|
15
|
+
body {
|
16
|
+
width: 100%;
|
17
|
+
height: 100%;
|
18
|
+
}
|
19
|
+
input::-ms-clear,
|
20
|
+
input::-ms-reveal {
|
21
|
+
display: none;
|
22
|
+
}
|
23
|
+
*,
|
24
|
+
*::before,
|
25
|
+
*::after {
|
26
|
+
box-sizing: border-box;
|
27
|
+
}
|
28
|
+
html {
|
29
|
+
font-family: sans-serif;
|
30
|
+
line-height: 1.15;
|
31
|
+
-webkit-text-size-adjust: 100%;
|
32
|
+
-ms-text-size-adjust: 100%;
|
33
|
+
-ms-overflow-style: scrollbar;
|
34
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
35
|
+
}
|
36
|
+
@-ms-viewport {
|
37
|
+
width: device-width;
|
38
|
+
}
|
39
|
+
body {
|
40
|
+
margin: 0;
|
41
|
+
color: #4c4c4c;
|
42
|
+
font-size: 14px;
|
43
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
44
|
+
font-variant: tabular-nums;
|
45
|
+
line-height: 1.5715;
|
46
|
+
background-color: #fff;
|
47
|
+
font-feature-settings: 'tnum';
|
48
|
+
}
|
49
|
+
[tabindex='-1']:focus {
|
50
|
+
outline: none !important;
|
51
|
+
}
|
52
|
+
hr {
|
53
|
+
box-sizing: content-box;
|
54
|
+
height: 0;
|
55
|
+
overflow: visible;
|
56
|
+
}
|
57
|
+
h1,
|
58
|
+
h2,
|
59
|
+
h3,
|
60
|
+
h4,
|
61
|
+
h5,
|
62
|
+
h6 {
|
63
|
+
margin-top: 0;
|
64
|
+
margin-bottom: 0.5em;
|
65
|
+
color: #262626;
|
66
|
+
font-weight: 500;
|
67
|
+
}
|
68
|
+
p {
|
69
|
+
margin-top: 0;
|
70
|
+
margin-bottom: 1em;
|
71
|
+
}
|
72
|
+
abbr[title],
|
73
|
+
abbr[data-original-title] {
|
74
|
+
text-decoration: underline;
|
75
|
+
-webkit-text-decoration: underline dotted;
|
76
|
+
text-decoration: underline dotted;
|
77
|
+
border-bottom: 0;
|
78
|
+
cursor: help;
|
79
|
+
}
|
80
|
+
address {
|
81
|
+
margin-bottom: 1em;
|
82
|
+
font-style: normal;
|
83
|
+
line-height: inherit;
|
84
|
+
}
|
85
|
+
input[type='text'],
|
86
|
+
input[type='password'],
|
87
|
+
input[type='number'],
|
88
|
+
textarea {
|
89
|
+
-webkit-appearance: none;
|
90
|
+
}
|
91
|
+
ol,
|
92
|
+
ul,
|
93
|
+
dl {
|
94
|
+
margin-top: 0;
|
95
|
+
margin-bottom: 1em;
|
96
|
+
}
|
97
|
+
ol ol,
|
98
|
+
ul ul,
|
99
|
+
ol ul,
|
100
|
+
ul ol {
|
101
|
+
margin-bottom: 0;
|
102
|
+
}
|
103
|
+
dt {
|
104
|
+
font-weight: 500;
|
105
|
+
}
|
106
|
+
dd {
|
107
|
+
margin-bottom: 0.5em;
|
108
|
+
margin-left: 0;
|
109
|
+
}
|
110
|
+
blockquote {
|
111
|
+
margin: 0 0 1em;
|
112
|
+
}
|
113
|
+
dfn {
|
114
|
+
font-style: italic;
|
115
|
+
}
|
116
|
+
b,
|
117
|
+
strong {
|
118
|
+
font-weight: bolder;
|
119
|
+
}
|
120
|
+
small {
|
121
|
+
font-size: 80%;
|
122
|
+
}
|
123
|
+
sub,
|
124
|
+
sup {
|
125
|
+
position: relative;
|
126
|
+
font-size: 75%;
|
127
|
+
line-height: 0;
|
128
|
+
vertical-align: baseline;
|
129
|
+
}
|
130
|
+
sub {
|
131
|
+
bottom: -0.25em;
|
132
|
+
}
|
133
|
+
sup {
|
134
|
+
top: -0.5em;
|
135
|
+
}
|
136
|
+
a {
|
137
|
+
color: #2c68ff;
|
138
|
+
text-decoration: none;
|
139
|
+
background-color: transparent;
|
140
|
+
outline: none;
|
141
|
+
cursor: pointer;
|
142
|
+
transition: color 0.3s;
|
143
|
+
-webkit-text-decoration-skip: objects;
|
144
|
+
}
|
145
|
+
a:hover {
|
146
|
+
color: #548aff;
|
147
|
+
}
|
148
|
+
a:active {
|
149
|
+
color: #1a4ad9;
|
150
|
+
}
|
151
|
+
a:active,
|
152
|
+
a:hover {
|
153
|
+
text-decoration: none;
|
154
|
+
outline: 0;
|
155
|
+
}
|
156
|
+
a:focus {
|
157
|
+
text-decoration: none;
|
158
|
+
outline: 0;
|
159
|
+
}
|
160
|
+
a[disabled] {
|
161
|
+
color: #a9a9a9;
|
162
|
+
cursor: not-allowed;
|
163
|
+
}
|
164
|
+
pre,
|
165
|
+
code,
|
166
|
+
kbd,
|
167
|
+
samp {
|
168
|
+
font-size: 1em;
|
169
|
+
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
170
|
+
}
|
171
|
+
pre {
|
172
|
+
margin-top: 0;
|
173
|
+
margin-bottom: 1em;
|
174
|
+
overflow: auto;
|
175
|
+
}
|
176
|
+
figure {
|
177
|
+
margin: 0 0 1em;
|
178
|
+
}
|
179
|
+
img {
|
180
|
+
vertical-align: middle;
|
181
|
+
border-style: none;
|
182
|
+
}
|
183
|
+
svg:not(:root) {
|
184
|
+
overflow: hidden;
|
185
|
+
}
|
186
|
+
a,
|
187
|
+
area,
|
188
|
+
button,
|
189
|
+
[role='button'],
|
190
|
+
input:not([type='range']),
|
191
|
+
label,
|
192
|
+
select,
|
193
|
+
summary,
|
194
|
+
textarea {
|
195
|
+
touch-action: manipulation;
|
196
|
+
}
|
197
|
+
table {
|
198
|
+
border-collapse: collapse;
|
199
|
+
}
|
200
|
+
caption {
|
201
|
+
padding-top: 0.75em;
|
202
|
+
padding-bottom: 0.3em;
|
203
|
+
color: #a9a9a9;
|
204
|
+
text-align: left;
|
205
|
+
caption-side: bottom;
|
206
|
+
}
|
207
|
+
input,
|
208
|
+
button,
|
209
|
+
select,
|
210
|
+
optgroup,
|
211
|
+
textarea {
|
212
|
+
margin: 0;
|
213
|
+
color: inherit;
|
214
|
+
font-size: inherit;
|
215
|
+
font-family: inherit;
|
216
|
+
line-height: inherit;
|
217
|
+
}
|
218
|
+
button,
|
219
|
+
input {
|
220
|
+
overflow: visible;
|
221
|
+
}
|
222
|
+
button,
|
223
|
+
select {
|
224
|
+
text-transform: none;
|
225
|
+
}
|
226
|
+
button,
|
227
|
+
html [type="button"],
|
228
|
+
[type="reset"],
|
229
|
+
[type="submit"] {
|
230
|
+
-webkit-appearance: button;
|
231
|
+
}
|
232
|
+
button::-moz-focus-inner,
|
233
|
+
[type='button']::-moz-focus-inner,
|
234
|
+
[type='reset']::-moz-focus-inner,
|
235
|
+
[type='submit']::-moz-focus-inner {
|
236
|
+
padding: 0;
|
237
|
+
border-style: none;
|
238
|
+
}
|
239
|
+
input[type='radio'],
|
240
|
+
input[type='checkbox'] {
|
241
|
+
box-sizing: border-box;
|
242
|
+
padding: 0;
|
243
|
+
}
|
244
|
+
input[type='date'],
|
245
|
+
input[type='time'],
|
246
|
+
input[type='datetime-local'],
|
247
|
+
input[type='month'] {
|
248
|
+
-webkit-appearance: listbox;
|
249
|
+
}
|
250
|
+
textarea {
|
251
|
+
overflow: auto;
|
252
|
+
resize: vertical;
|
253
|
+
}
|
254
|
+
fieldset {
|
255
|
+
min-width: 0;
|
256
|
+
margin: 0;
|
257
|
+
padding: 0;
|
258
|
+
border: 0;
|
259
|
+
}
|
260
|
+
legend {
|
261
|
+
display: block;
|
262
|
+
width: 100%;
|
263
|
+
max-width: 100%;
|
264
|
+
margin-bottom: 0.5em;
|
265
|
+
padding: 0;
|
266
|
+
color: inherit;
|
267
|
+
font-size: 1.5em;
|
268
|
+
line-height: inherit;
|
269
|
+
white-space: normal;
|
270
|
+
}
|
271
|
+
progress {
|
272
|
+
vertical-align: baseline;
|
273
|
+
}
|
274
|
+
[type='number']::-webkit-inner-spin-button,
|
275
|
+
[type='number']::-webkit-outer-spin-button {
|
276
|
+
height: auto;
|
277
|
+
}
|
278
|
+
[type='search'] {
|
279
|
+
outline-offset: -2px;
|
280
|
+
-webkit-appearance: none;
|
281
|
+
}
|
282
|
+
[type='search']::-webkit-search-cancel-button,
|
283
|
+
[type='search']::-webkit-search-decoration {
|
284
|
+
-webkit-appearance: none;
|
285
|
+
}
|
286
|
+
::-webkit-file-upload-button {
|
287
|
+
font: inherit;
|
288
|
+
-webkit-appearance: button;
|
289
|
+
}
|
290
|
+
output {
|
291
|
+
display: inline-block;
|
292
|
+
}
|
293
|
+
summary {
|
294
|
+
display: list-item;
|
295
|
+
}
|
296
|
+
template {
|
297
|
+
display: none;
|
298
|
+
}
|
299
|
+
[hidden] {
|
300
|
+
display: none !important;
|
301
|
+
}
|
302
|
+
mark {
|
303
|
+
padding: 0.2em;
|
304
|
+
background-color: #feffe6;
|
305
|
+
}
|
306
|
+
::-moz-selection {
|
307
|
+
color: #fff;
|
308
|
+
background: #2c68ff;
|
309
|
+
}
|
310
|
+
::selection {
|
311
|
+
color: #fff;
|
312
|
+
background: #2c68ff;
|
313
|
+
}
|
314
|
+
.clearfix::before {
|
315
|
+
display: table;
|
316
|
+
content: '';
|
317
|
+
}
|
318
|
+
.clearfix::after {
|
319
|
+
display: table;
|
320
|
+
clear: both;
|
321
|
+
content: '';
|
322
|
+
}
|
323
|
+
.anticon {
|
324
|
+
display: inline-block;
|
325
|
+
color: inherit;
|
326
|
+
font-style: normal;
|
327
|
+
line-height: 0;
|
328
|
+
text-align: center;
|
329
|
+
text-transform: none;
|
330
|
+
vertical-align: -0.125em;
|
331
|
+
text-rendering: optimizeLegibility;
|
332
|
+
-webkit-font-smoothing: antialiased;
|
333
|
+
-moz-osx-font-smoothing: grayscale;
|
334
|
+
}
|
335
|
+
.anticon > * {
|
336
|
+
line-height: 1;
|
337
|
+
}
|
338
|
+
.anticon svg {
|
339
|
+
display: inline-block;
|
340
|
+
}
|
341
|
+
.anticon::before {
|
342
|
+
display: none;
|
343
|
+
}
|
344
|
+
.anticon .anticon-icon {
|
345
|
+
display: block;
|
346
|
+
}
|
347
|
+
.anticon[tabindex] {
|
348
|
+
cursor: pointer;
|
349
|
+
}
|
350
|
+
.anticon-spin::before {
|
351
|
+
display: inline-block;
|
352
|
+
-webkit-animation: loadingCircle 1s infinite linear;
|
353
|
+
animation: loadingCircle 1s infinite linear;
|
354
|
+
}
|
355
|
+
.anticon-spin {
|
356
|
+
display: inline-block;
|
357
|
+
-webkit-animation: loadingCircle 1s infinite linear;
|
358
|
+
animation: loadingCircle 1s infinite linear;
|
359
|
+
}
|
360
|
+
.ant-fade-enter,
|
361
|
+
.ant-fade-appear {
|
362
|
+
-webkit-animation-duration: 0.2s;
|
363
|
+
animation-duration: 0.2s;
|
364
|
+
-webkit-animation-fill-mode: both;
|
365
|
+
animation-fill-mode: both;
|
366
|
+
-webkit-animation-play-state: paused;
|
367
|
+
animation-play-state: paused;
|
368
|
+
}
|
369
|
+
.ant-fade-leave {
|
370
|
+
-webkit-animation-duration: 0.2s;
|
371
|
+
animation-duration: 0.2s;
|
372
|
+
-webkit-animation-fill-mode: both;
|
373
|
+
animation-fill-mode: both;
|
374
|
+
-webkit-animation-play-state: paused;
|
375
|
+
animation-play-state: paused;
|
376
|
+
}
|
377
|
+
.ant-fade-enter.ant-fade-enter-active,
|
378
|
+
.ant-fade-appear.ant-fade-appear-active {
|
379
|
+
-webkit-animation-name: antFadeIn;
|
380
|
+
animation-name: antFadeIn;
|
381
|
+
-webkit-animation-play-state: running;
|
382
|
+
animation-play-state: running;
|
383
|
+
}
|
384
|
+
.ant-fade-leave.ant-fade-leave-active {
|
385
|
+
-webkit-animation-name: antFadeOut;
|
386
|
+
animation-name: antFadeOut;
|
387
|
+
-webkit-animation-play-state: running;
|
388
|
+
animation-play-state: running;
|
389
|
+
pointer-events: none;
|
390
|
+
}
|
391
|
+
.ant-fade-enter,
|
392
|
+
.ant-fade-appear {
|
393
|
+
opacity: 0;
|
394
|
+
-webkit-animation-timing-function: linear;
|
395
|
+
animation-timing-function: linear;
|
396
|
+
}
|
397
|
+
.ant-fade-leave {
|
398
|
+
-webkit-animation-timing-function: linear;
|
399
|
+
animation-timing-function: linear;
|
400
|
+
}
|
401
|
+
@-webkit-keyframes antFadeIn {
|
402
|
+
0% {
|
403
|
+
opacity: 0;
|
404
|
+
}
|
405
|
+
100% {
|
406
|
+
opacity: 1;
|
407
|
+
}
|
408
|
+
}
|
409
|
+
@keyframes antFadeIn {
|
410
|
+
0% {
|
411
|
+
opacity: 0;
|
412
|
+
}
|
413
|
+
100% {
|
414
|
+
opacity: 1;
|
415
|
+
}
|
416
|
+
}
|
417
|
+
@-webkit-keyframes antFadeOut {
|
418
|
+
0% {
|
419
|
+
opacity: 1;
|
420
|
+
}
|
421
|
+
100% {
|
422
|
+
opacity: 0;
|
423
|
+
}
|
424
|
+
}
|
425
|
+
@keyframes antFadeOut {
|
426
|
+
0% {
|
427
|
+
opacity: 1;
|
428
|
+
}
|
429
|
+
100% {
|
430
|
+
opacity: 0;
|
431
|
+
}
|
432
|
+
}
|
433
|
+
.ant-move-up-enter,
|
434
|
+
.ant-move-up-appear {
|
435
|
+
-webkit-animation-duration: 0.2s;
|
436
|
+
animation-duration: 0.2s;
|
437
|
+
-webkit-animation-fill-mode: both;
|
438
|
+
animation-fill-mode: both;
|
439
|
+
-webkit-animation-play-state: paused;
|
440
|
+
animation-play-state: paused;
|
441
|
+
}
|
442
|
+
.ant-move-up-leave {
|
443
|
+
-webkit-animation-duration: 0.2s;
|
444
|
+
animation-duration: 0.2s;
|
445
|
+
-webkit-animation-fill-mode: both;
|
446
|
+
animation-fill-mode: both;
|
447
|
+
-webkit-animation-play-state: paused;
|
448
|
+
animation-play-state: paused;
|
449
|
+
}
|
450
|
+
.ant-move-up-enter.ant-move-up-enter-active,
|
451
|
+
.ant-move-up-appear.ant-move-up-appear-active {
|
452
|
+
-webkit-animation-name: antMoveUpIn;
|
453
|
+
animation-name: antMoveUpIn;
|
454
|
+
-webkit-animation-play-state: running;
|
455
|
+
animation-play-state: running;
|
456
|
+
}
|
457
|
+
.ant-move-up-leave.ant-move-up-leave-active {
|
458
|
+
-webkit-animation-name: antMoveUpOut;
|
459
|
+
animation-name: antMoveUpOut;
|
460
|
+
-webkit-animation-play-state: running;
|
461
|
+
animation-play-state: running;
|
462
|
+
pointer-events: none;
|
463
|
+
}
|
464
|
+
.ant-move-up-enter,
|
465
|
+
.ant-move-up-appear {
|
466
|
+
opacity: 0;
|
467
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
468
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
469
|
+
}
|
470
|
+
.ant-move-up-leave {
|
471
|
+
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
472
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
473
|
+
}
|
474
|
+
.ant-move-down-enter,
|
475
|
+
.ant-move-down-appear {
|
476
|
+
-webkit-animation-duration: 0.2s;
|
477
|
+
animation-duration: 0.2s;
|
478
|
+
-webkit-animation-fill-mode: both;
|
479
|
+
animation-fill-mode: both;
|
480
|
+
-webkit-animation-play-state: paused;
|
481
|
+
animation-play-state: paused;
|
482
|
+
}
|
483
|
+
.ant-move-down-leave {
|
484
|
+
-webkit-animation-duration: 0.2s;
|
485
|
+
animation-duration: 0.2s;
|
486
|
+
-webkit-animation-fill-mode: both;
|
487
|
+
animation-fill-mode: both;
|
488
|
+
-webkit-animation-play-state: paused;
|
489
|
+
animation-play-state: paused;
|
490
|
+
}
|
491
|
+
.ant-move-down-enter.ant-move-down-enter-active,
|
492
|
+
.ant-move-down-appear.ant-move-down-appear-active {
|
493
|
+
-webkit-animation-name: antMoveDownIn;
|
494
|
+
animation-name: antMoveDownIn;
|
495
|
+
-webkit-animation-play-state: running;
|
496
|
+
animation-play-state: running;
|
497
|
+
}
|
498
|
+
.ant-move-down-leave.ant-move-down-leave-active {
|
499
|
+
-webkit-animation-name: antMoveDownOut;
|
500
|
+
animation-name: antMoveDownOut;
|
501
|
+
-webkit-animation-play-state: running;
|
502
|
+
animation-play-state: running;
|
503
|
+
pointer-events: none;
|
504
|
+
}
|
505
|
+
.ant-move-down-enter,
|
506
|
+
.ant-move-down-appear {
|
507
|
+
opacity: 0;
|
508
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
509
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
510
|
+
}
|
511
|
+
.ant-move-down-leave {
|
512
|
+
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
513
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
514
|
+
}
|
515
|
+
.ant-move-left-enter,
|
516
|
+
.ant-move-left-appear {
|
517
|
+
-webkit-animation-duration: 0.2s;
|
518
|
+
animation-duration: 0.2s;
|
519
|
+
-webkit-animation-fill-mode: both;
|
520
|
+
animation-fill-mode: both;
|
521
|
+
-webkit-animation-play-state: paused;
|
522
|
+
animation-play-state: paused;
|
523
|
+
}
|
524
|
+
.ant-move-left-leave {
|
525
|
+
-webkit-animation-duration: 0.2s;
|
526
|
+
animation-duration: 0.2s;
|
527
|
+
-webkit-animation-fill-mode: both;
|
528
|
+
animation-fill-mode: both;
|
529
|
+
-webkit-animation-play-state: paused;
|
530
|
+
animation-play-state: paused;
|
531
|
+
}
|
532
|
+
.ant-move-left-enter.ant-move-left-enter-active,
|
533
|
+
.ant-move-left-appear.ant-move-left-appear-active {
|
534
|
+
-webkit-animation-name: antMoveLeftIn;
|
535
|
+
animation-name: antMoveLeftIn;
|
536
|
+
-webkit-animation-play-state: running;
|
537
|
+
animation-play-state: running;
|
538
|
+
}
|
539
|
+
.ant-move-left-leave.ant-move-left-leave-active {
|
540
|
+
-webkit-animation-name: antMoveLeftOut;
|
541
|
+
animation-name: antMoveLeftOut;
|
542
|
+
-webkit-animation-play-state: running;
|
543
|
+
animation-play-state: running;
|
544
|
+
pointer-events: none;
|
545
|
+
}
|
546
|
+
.ant-move-left-enter,
|
547
|
+
.ant-move-left-appear {
|
548
|
+
opacity: 0;
|
549
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
550
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
551
|
+
}
|
552
|
+
.ant-move-left-leave {
|
553
|
+
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
554
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
555
|
+
}
|
556
|
+
.ant-move-right-enter,
|
557
|
+
.ant-move-right-appear {
|
558
|
+
-webkit-animation-duration: 0.2s;
|
559
|
+
animation-duration: 0.2s;
|
560
|
+
-webkit-animation-fill-mode: both;
|
561
|
+
animation-fill-mode: both;
|
562
|
+
-webkit-animation-play-state: paused;
|
563
|
+
animation-play-state: paused;
|
564
|
+
}
|
565
|
+
.ant-move-right-leave {
|
566
|
+
-webkit-animation-duration: 0.2s;
|
567
|
+
animation-duration: 0.2s;
|
568
|
+
-webkit-animation-fill-mode: both;
|
569
|
+
animation-fill-mode: both;
|
570
|
+
-webkit-animation-play-state: paused;
|
571
|
+
animation-play-state: paused;
|
572
|
+
}
|
573
|
+
.ant-move-right-enter.ant-move-right-enter-active,
|
574
|
+
.ant-move-right-appear.ant-move-right-appear-active {
|
575
|
+
-webkit-animation-name: antMoveRightIn;
|
576
|
+
animation-name: antMoveRightIn;
|
577
|
+
-webkit-animation-play-state: running;
|
578
|
+
animation-play-state: running;
|
579
|
+
}
|
580
|
+
.ant-move-right-leave.ant-move-right-leave-active {
|
581
|
+
-webkit-animation-name: antMoveRightOut;
|
582
|
+
animation-name: antMoveRightOut;
|
583
|
+
-webkit-animation-play-state: running;
|
584
|
+
animation-play-state: running;
|
585
|
+
pointer-events: none;
|
586
|
+
}
|
587
|
+
.ant-move-right-enter,
|
588
|
+
.ant-move-right-appear {
|
589
|
+
opacity: 0;
|
590
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
591
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
592
|
+
}
|
593
|
+
.ant-move-right-leave {
|
594
|
+
-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
595
|
+
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
596
|
+
}
|
597
|
+
@-webkit-keyframes antMoveDownIn {
|
598
|
+
0% {
|
599
|
+
transform: translateY(100%);
|
600
|
+
transform-origin: 0 0;
|
601
|
+
opacity: 0;
|
602
|
+
}
|
603
|
+
100% {
|
604
|
+
transform: translateY(0%);
|
605
|
+
transform-origin: 0 0;
|
606
|
+
opacity: 1;
|
607
|
+
}
|
608
|
+
}
|
609
|
+
@keyframes antMoveDownIn {
|
610
|
+
0% {
|
611
|
+
transform: translateY(100%);
|
612
|
+
transform-origin: 0 0;
|
613
|
+
opacity: 0;
|
614
|
+
}
|
615
|
+
100% {
|
616
|
+
transform: translateY(0%);
|
617
|
+
transform-origin: 0 0;
|
618
|
+
opacity: 1;
|
619
|
+
}
|
620
|
+
}
|
621
|
+
@-webkit-keyframes antMoveDownOut {
|
622
|
+
0% {
|
623
|
+
transform: translateY(0%);
|
624
|
+
transform-origin: 0 0;
|
625
|
+
opacity: 1;
|
626
|
+
}
|
627
|
+
100% {
|
628
|
+
transform: translateY(100%);
|
629
|
+
transform-origin: 0 0;
|
630
|
+
opacity: 0;
|
631
|
+
}
|
632
|
+
}
|
633
|
+
@keyframes antMoveDownOut {
|
634
|
+
0% {
|
635
|
+
transform: translateY(0%);
|
636
|
+
transform-origin: 0 0;
|
637
|
+
opacity: 1;
|
638
|
+
}
|
639
|
+
100% {
|
640
|
+
transform: translateY(100%);
|
641
|
+
transform-origin: 0 0;
|
642
|
+
opacity: 0;
|
643
|
+
}
|
644
|
+
}
|
645
|
+
@-webkit-keyframes antMoveLeftIn {
|
646
|
+
0% {
|
647
|
+
transform: translateX(-100%);
|
648
|
+
transform-origin: 0 0;
|
649
|
+
opacity: 0;
|
650
|
+
}
|
651
|
+
100% {
|
652
|
+
transform: translateX(0%);
|
653
|
+
transform-origin: 0 0;
|
654
|
+
opacity: 1;
|
655
|
+
}
|
656
|
+
}
|
657
|
+
@keyframes antMoveLeftIn {
|
658
|
+
0% {
|
659
|
+
transform: translateX(-100%);
|
660
|
+
transform-origin: 0 0;
|
661
|
+
opacity: 0;
|
662
|
+
}
|
663
|
+
100% {
|
664
|
+
transform: translateX(0%);
|
665
|
+
transform-origin: 0 0;
|
666
|
+
opacity: 1;
|
667
|
+
}
|
668
|
+
}
|
669
|
+
@-webkit-keyframes antMoveLeftOut {
|
670
|
+
0% {
|
671
|
+
transform: translateX(0%);
|
672
|
+
transform-origin: 0 0;
|
673
|
+
opacity: 1;
|
674
|
+
}
|
675
|
+
100% {
|
676
|
+
transform: translateX(-100%);
|
677
|
+
transform-origin: 0 0;
|
678
|
+
opacity: 0;
|
679
|
+
}
|
680
|
+
}
|
681
|
+
@keyframes antMoveLeftOut {
|
682
|
+
0% {
|
683
|
+
transform: translateX(0%);
|
684
|
+
transform-origin: 0 0;
|
685
|
+
opacity: 1;
|
686
|
+
}
|
687
|
+
100% {
|
688
|
+
transform: translateX(-100%);
|
689
|
+
transform-origin: 0 0;
|
690
|
+
opacity: 0;
|
691
|
+
}
|
692
|
+
}
|
693
|
+
@-webkit-keyframes antMoveRightIn {
|
694
|
+
0% {
|
695
|
+
transform: translateX(100%);
|
696
|
+
transform-origin: 0 0;
|
697
|
+
opacity: 0;
|
698
|
+
}
|
699
|
+
100% {
|
700
|
+
transform: translateX(0%);
|
701
|
+
transform-origin: 0 0;
|
702
|
+
opacity: 1;
|
703
|
+
}
|
704
|
+
}
|
705
|
+
@keyframes antMoveRightIn {
|
706
|
+
0% {
|
707
|
+
transform: translateX(100%);
|
708
|
+
transform-origin: 0 0;
|
709
|
+
opacity: 0;
|
710
|
+
}
|
711
|
+
100% {
|
712
|
+
transform: translateX(0%);
|
713
|
+
transform-origin: 0 0;
|
714
|
+
opacity: 1;
|
715
|
+
}
|
716
|
+
}
|
717
|
+
@-webkit-keyframes antMoveRightOut {
|
718
|
+
0% {
|
719
|
+
transform: translateX(0%);
|
720
|
+
transform-origin: 0 0;
|
721
|
+
opacity: 1;
|
722
|
+
}
|
723
|
+
100% {
|
724
|
+
transform: translateX(100%);
|
725
|
+
transform-origin: 0 0;
|
726
|
+
opacity: 0;
|
727
|
+
}
|
728
|
+
}
|
729
|
+
@keyframes antMoveRightOut {
|
730
|
+
0% {
|
731
|
+
transform: translateX(0%);
|
732
|
+
transform-origin: 0 0;
|
733
|
+
opacity: 1;
|
734
|
+
}
|
735
|
+
100% {
|
736
|
+
transform: translateX(100%);
|
737
|
+
transform-origin: 0 0;
|
738
|
+
opacity: 0;
|
739
|
+
}
|
740
|
+
}
|
741
|
+
@-webkit-keyframes antMoveUpIn {
|
742
|
+
0% {
|
743
|
+
transform: translateY(-100%);
|
744
|
+
transform-origin: 0 0;
|
745
|
+
opacity: 0;
|
746
|
+
}
|
747
|
+
100% {
|
748
|
+
transform: translateY(0%);
|
749
|
+
transform-origin: 0 0;
|
750
|
+
opacity: 1;
|
751
|
+
}
|
752
|
+
}
|
753
|
+
@keyframes antMoveUpIn {
|
754
|
+
0% {
|
755
|
+
transform: translateY(-100%);
|
756
|
+
transform-origin: 0 0;
|
757
|
+
opacity: 0;
|
758
|
+
}
|
759
|
+
100% {
|
760
|
+
transform: translateY(0%);
|
761
|
+
transform-origin: 0 0;
|
762
|
+
opacity: 1;
|
763
|
+
}
|
764
|
+
}
|
765
|
+
@-webkit-keyframes antMoveUpOut {
|
766
|
+
0% {
|
767
|
+
transform: translateY(0%);
|
768
|
+
transform-origin: 0 0;
|
769
|
+
opacity: 1;
|
770
|
+
}
|
771
|
+
100% {
|
772
|
+
transform: translateY(-100%);
|
773
|
+
transform-origin: 0 0;
|
774
|
+
opacity: 0;
|
775
|
+
}
|
776
|
+
}
|
777
|
+
@keyframes antMoveUpOut {
|
778
|
+
0% {
|
779
|
+
transform: translateY(0%);
|
780
|
+
transform-origin: 0 0;
|
781
|
+
opacity: 1;
|
782
|
+
}
|
783
|
+
100% {
|
784
|
+
transform: translateY(-100%);
|
785
|
+
transform-origin: 0 0;
|
786
|
+
opacity: 0;
|
787
|
+
}
|
788
|
+
}
|
789
|
+
@-webkit-keyframes loadingCircle {
|
790
|
+
100% {
|
791
|
+
transform: rotate(360deg);
|
792
|
+
}
|
793
|
+
}
|
794
|
+
@keyframes loadingCircle {
|
795
|
+
100% {
|
796
|
+
transform: rotate(360deg);
|
797
|
+
}
|
798
|
+
}
|
799
|
+
[ant-click-animating='true'],
|
800
|
+
[ant-click-animating-without-extra-node='true'] {
|
801
|
+
position: relative;
|
802
|
+
}
|
803
|
+
html {
|
804
|
+
--antd-wave-shadow-color: #2c68ff;
|
805
|
+
--scroll-bar: 0;
|
806
|
+
}
|
807
|
+
[ant-click-animating-without-extra-node='true']::after,
|
808
|
+
.ant-click-animating-node {
|
809
|
+
position: absolute;
|
810
|
+
top: 0;
|
811
|
+
right: 0;
|
812
|
+
bottom: 0;
|
813
|
+
left: 0;
|
814
|
+
display: block;
|
815
|
+
border-radius: inherit;
|
816
|
+
box-shadow: 0 0 0 0 #2c68ff;
|
817
|
+
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
|
818
|
+
opacity: 0.2;
|
819
|
+
-webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
820
|
+
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
821
|
+
-webkit-animation-fill-mode: forwards;
|
822
|
+
animation-fill-mode: forwards;
|
823
|
+
content: '';
|
824
|
+
pointer-events: none;
|
825
|
+
}
|
826
|
+
@-webkit-keyframes waveEffect {
|
827
|
+
100% {
|
828
|
+
box-shadow: 0 0 0 #2c68ff;
|
829
|
+
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
|
830
|
+
}
|
831
|
+
}
|
832
|
+
@keyframes waveEffect {
|
833
|
+
100% {
|
834
|
+
box-shadow: 0 0 0 #2c68ff;
|
835
|
+
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
|
836
|
+
}
|
837
|
+
}
|
838
|
+
@-webkit-keyframes fadeEffect {
|
839
|
+
100% {
|
840
|
+
opacity: 0;
|
841
|
+
}
|
842
|
+
}
|
843
|
+
@keyframes fadeEffect {
|
844
|
+
100% {
|
845
|
+
opacity: 0;
|
846
|
+
}
|
847
|
+
}
|
848
|
+
.ant-slide-up-enter,
|
849
|
+
.ant-slide-up-appear {
|
850
|
+
-webkit-animation-duration: 0.2s;
|
851
|
+
animation-duration: 0.2s;
|
852
|
+
-webkit-animation-fill-mode: both;
|
853
|
+
animation-fill-mode: both;
|
854
|
+
-webkit-animation-play-state: paused;
|
855
|
+
animation-play-state: paused;
|
856
|
+
}
|
857
|
+
.ant-slide-up-leave {
|
858
|
+
-webkit-animation-duration: 0.2s;
|
859
|
+
animation-duration: 0.2s;
|
860
|
+
-webkit-animation-fill-mode: both;
|
861
|
+
animation-fill-mode: both;
|
862
|
+
-webkit-animation-play-state: paused;
|
863
|
+
animation-play-state: paused;
|
864
|
+
}
|
865
|
+
.ant-slide-up-enter.ant-slide-up-enter-active,
|
866
|
+
.ant-slide-up-appear.ant-slide-up-appear-active {
|
867
|
+
-webkit-animation-name: antSlideUpIn;
|
868
|
+
animation-name: antSlideUpIn;
|
869
|
+
-webkit-animation-play-state: running;
|
870
|
+
animation-play-state: running;
|
871
|
+
}
|
872
|
+
.ant-slide-up-leave.ant-slide-up-leave-active {
|
873
|
+
-webkit-animation-name: antSlideUpOut;
|
874
|
+
animation-name: antSlideUpOut;
|
875
|
+
-webkit-animation-play-state: running;
|
876
|
+
animation-play-state: running;
|
877
|
+
pointer-events: none;
|
878
|
+
}
|
879
|
+
.ant-slide-up-enter,
|
880
|
+
.ant-slide-up-appear {
|
881
|
+
opacity: 0;
|
882
|
+
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
883
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
884
|
+
}
|
885
|
+
.ant-slide-up-leave {
|
886
|
+
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
887
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
888
|
+
}
|
889
|
+
.ant-slide-down-enter,
|
890
|
+
.ant-slide-down-appear {
|
891
|
+
-webkit-animation-duration: 0.2s;
|
892
|
+
animation-duration: 0.2s;
|
893
|
+
-webkit-animation-fill-mode: both;
|
894
|
+
animation-fill-mode: both;
|
895
|
+
-webkit-animation-play-state: paused;
|
896
|
+
animation-play-state: paused;
|
897
|
+
}
|
898
|
+
.ant-slide-down-leave {
|
899
|
+
-webkit-animation-duration: 0.2s;
|
900
|
+
animation-duration: 0.2s;
|
901
|
+
-webkit-animation-fill-mode: both;
|
902
|
+
animation-fill-mode: both;
|
903
|
+
-webkit-animation-play-state: paused;
|
904
|
+
animation-play-state: paused;
|
905
|
+
}
|
906
|
+
.ant-slide-down-enter.ant-slide-down-enter-active,
|
907
|
+
.ant-slide-down-appear.ant-slide-down-appear-active {
|
908
|
+
-webkit-animation-name: antSlideDownIn;
|
909
|
+
animation-name: antSlideDownIn;
|
910
|
+
-webkit-animation-play-state: running;
|
911
|
+
animation-play-state: running;
|
912
|
+
}
|
913
|
+
.ant-slide-down-leave.ant-slide-down-leave-active {
|
914
|
+
-webkit-animation-name: antSlideDownOut;
|
915
|
+
animation-name: antSlideDownOut;
|
916
|
+
-webkit-animation-play-state: running;
|
917
|
+
animation-play-state: running;
|
918
|
+
pointer-events: none;
|
919
|
+
}
|
920
|
+
.ant-slide-down-enter,
|
921
|
+
.ant-slide-down-appear {
|
922
|
+
opacity: 0;
|
923
|
+
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
924
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
925
|
+
}
|
926
|
+
.ant-slide-down-leave {
|
927
|
+
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
928
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
929
|
+
}
|
930
|
+
.ant-slide-left-enter,
|
931
|
+
.ant-slide-left-appear {
|
932
|
+
-webkit-animation-duration: 0.2s;
|
933
|
+
animation-duration: 0.2s;
|
934
|
+
-webkit-animation-fill-mode: both;
|
935
|
+
animation-fill-mode: both;
|
936
|
+
-webkit-animation-play-state: paused;
|
937
|
+
animation-play-state: paused;
|
938
|
+
}
|
939
|
+
.ant-slide-left-leave {
|
940
|
+
-webkit-animation-duration: 0.2s;
|
941
|
+
animation-duration: 0.2s;
|
942
|
+
-webkit-animation-fill-mode: both;
|
943
|
+
animation-fill-mode: both;
|
944
|
+
-webkit-animation-play-state: paused;
|
945
|
+
animation-play-state: paused;
|
946
|
+
}
|
947
|
+
.ant-slide-left-enter.ant-slide-left-enter-active,
|
948
|
+
.ant-slide-left-appear.ant-slide-left-appear-active {
|
949
|
+
-webkit-animation-name: antSlideLeftIn;
|
950
|
+
animation-name: antSlideLeftIn;
|
951
|
+
-webkit-animation-play-state: running;
|
952
|
+
animation-play-state: running;
|
953
|
+
}
|
954
|
+
.ant-slide-left-leave.ant-slide-left-leave-active {
|
955
|
+
-webkit-animation-name: antSlideLeftOut;
|
956
|
+
animation-name: antSlideLeftOut;
|
957
|
+
-webkit-animation-play-state: running;
|
958
|
+
animation-play-state: running;
|
959
|
+
pointer-events: none;
|
960
|
+
}
|
961
|
+
.ant-slide-left-enter,
|
962
|
+
.ant-slide-left-appear {
|
963
|
+
opacity: 0;
|
964
|
+
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
965
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
966
|
+
}
|
967
|
+
.ant-slide-left-leave {
|
968
|
+
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
969
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
970
|
+
}
|
971
|
+
.ant-slide-right-enter,
|
972
|
+
.ant-slide-right-appear {
|
973
|
+
-webkit-animation-duration: 0.2s;
|
974
|
+
animation-duration: 0.2s;
|
975
|
+
-webkit-animation-fill-mode: both;
|
976
|
+
animation-fill-mode: both;
|
977
|
+
-webkit-animation-play-state: paused;
|
978
|
+
animation-play-state: paused;
|
979
|
+
}
|
980
|
+
.ant-slide-right-leave {
|
981
|
+
-webkit-animation-duration: 0.2s;
|
982
|
+
animation-duration: 0.2s;
|
983
|
+
-webkit-animation-fill-mode: both;
|
984
|
+
animation-fill-mode: both;
|
985
|
+
-webkit-animation-play-state: paused;
|
986
|
+
animation-play-state: paused;
|
987
|
+
}
|
988
|
+
.ant-slide-right-enter.ant-slide-right-enter-active,
|
989
|
+
.ant-slide-right-appear.ant-slide-right-appear-active {
|
990
|
+
-webkit-animation-name: antSlideRightIn;
|
991
|
+
animation-name: antSlideRightIn;
|
992
|
+
-webkit-animation-play-state: running;
|
993
|
+
animation-play-state: running;
|
994
|
+
}
|
995
|
+
.ant-slide-right-leave.ant-slide-right-leave-active {
|
996
|
+
-webkit-animation-name: antSlideRightOut;
|
997
|
+
animation-name: antSlideRightOut;
|
998
|
+
-webkit-animation-play-state: running;
|
999
|
+
animation-play-state: running;
|
1000
|
+
pointer-events: none;
|
1001
|
+
}
|
1002
|
+
.ant-slide-right-enter,
|
1003
|
+
.ant-slide-right-appear {
|
1004
|
+
opacity: 0;
|
1005
|
+
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
1006
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
1007
|
+
}
|
1008
|
+
.ant-slide-right-leave {
|
1009
|
+
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
1010
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
1011
|
+
}
|
1012
|
+
@-webkit-keyframes antSlideUpIn {
|
1013
|
+
0% {
|
1014
|
+
transform: scaleY(0.8);
|
1015
|
+
transform-origin: 0% 0%;
|
1016
|
+
opacity: 0;
|
1017
|
+
}
|
1018
|
+
100% {
|
1019
|
+
transform: scaleY(1);
|
1020
|
+
transform-origin: 0% 0%;
|
1021
|
+
opacity: 1;
|
1022
|
+
}
|
1023
|
+
}
|
1024
|
+
@keyframes antSlideUpIn {
|
1025
|
+
0% {
|
1026
|
+
transform: scaleY(0.8);
|
1027
|
+
transform-origin: 0% 0%;
|
1028
|
+
opacity: 0;
|
1029
|
+
}
|
1030
|
+
100% {
|
1031
|
+
transform: scaleY(1);
|
1032
|
+
transform-origin: 0% 0%;
|
1033
|
+
opacity: 1;
|
1034
|
+
}
|
1035
|
+
}
|
1036
|
+
@-webkit-keyframes antSlideUpOut {
|
1037
|
+
0% {
|
1038
|
+
transform: scaleY(1);
|
1039
|
+
transform-origin: 0% 0%;
|
1040
|
+
opacity: 1;
|
1041
|
+
}
|
1042
|
+
100% {
|
1043
|
+
transform: scaleY(0.8);
|
1044
|
+
transform-origin: 0% 0%;
|
1045
|
+
opacity: 0;
|
1046
|
+
}
|
1047
|
+
}
|
1048
|
+
@keyframes antSlideUpOut {
|
1049
|
+
0% {
|
1050
|
+
transform: scaleY(1);
|
1051
|
+
transform-origin: 0% 0%;
|
1052
|
+
opacity: 1;
|
1053
|
+
}
|
1054
|
+
100% {
|
1055
|
+
transform: scaleY(0.8);
|
1056
|
+
transform-origin: 0% 0%;
|
1057
|
+
opacity: 0;
|
1058
|
+
}
|
1059
|
+
}
|
1060
|
+
@-webkit-keyframes antSlideDownIn {
|
1061
|
+
0% {
|
1062
|
+
transform: scaleY(0.8);
|
1063
|
+
transform-origin: 100% 100%;
|
1064
|
+
opacity: 0;
|
1065
|
+
}
|
1066
|
+
100% {
|
1067
|
+
transform: scaleY(1);
|
1068
|
+
transform-origin: 100% 100%;
|
1069
|
+
opacity: 1;
|
1070
|
+
}
|
1071
|
+
}
|
1072
|
+
@keyframes antSlideDownIn {
|
1073
|
+
0% {
|
1074
|
+
transform: scaleY(0.8);
|
1075
|
+
transform-origin: 100% 100%;
|
1076
|
+
opacity: 0;
|
1077
|
+
}
|
1078
|
+
100% {
|
1079
|
+
transform: scaleY(1);
|
1080
|
+
transform-origin: 100% 100%;
|
1081
|
+
opacity: 1;
|
1082
|
+
}
|
1083
|
+
}
|
1084
|
+
@-webkit-keyframes antSlideDownOut {
|
1085
|
+
0% {
|
1086
|
+
transform: scaleY(1);
|
1087
|
+
transform-origin: 100% 100%;
|
1088
|
+
opacity: 1;
|
1089
|
+
}
|
1090
|
+
100% {
|
1091
|
+
transform: scaleY(0.8);
|
1092
|
+
transform-origin: 100% 100%;
|
1093
|
+
opacity: 0;
|
1094
|
+
}
|
1095
|
+
}
|
1096
|
+
@keyframes antSlideDownOut {
|
1097
|
+
0% {
|
1098
|
+
transform: scaleY(1);
|
1099
|
+
transform-origin: 100% 100%;
|
1100
|
+
opacity: 1;
|
1101
|
+
}
|
1102
|
+
100% {
|
1103
|
+
transform: scaleY(0.8);
|
1104
|
+
transform-origin: 100% 100%;
|
1105
|
+
opacity: 0;
|
1106
|
+
}
|
1107
|
+
}
|
1108
|
+
@-webkit-keyframes antSlideLeftIn {
|
1109
|
+
0% {
|
1110
|
+
transform: scaleX(0.8);
|
1111
|
+
transform-origin: 0% 0%;
|
1112
|
+
opacity: 0;
|
1113
|
+
}
|
1114
|
+
100% {
|
1115
|
+
transform: scaleX(1);
|
1116
|
+
transform-origin: 0% 0%;
|
1117
|
+
opacity: 1;
|
1118
|
+
}
|
1119
|
+
}
|
1120
|
+
@keyframes antSlideLeftIn {
|
1121
|
+
0% {
|
1122
|
+
transform: scaleX(0.8);
|
1123
|
+
transform-origin: 0% 0%;
|
1124
|
+
opacity: 0;
|
1125
|
+
}
|
1126
|
+
100% {
|
1127
|
+
transform: scaleX(1);
|
1128
|
+
transform-origin: 0% 0%;
|
1129
|
+
opacity: 1;
|
1130
|
+
}
|
1131
|
+
}
|
1132
|
+
@-webkit-keyframes antSlideLeftOut {
|
1133
|
+
0% {
|
1134
|
+
transform: scaleX(1);
|
1135
|
+
transform-origin: 0% 0%;
|
1136
|
+
opacity: 1;
|
1137
|
+
}
|
1138
|
+
100% {
|
1139
|
+
transform: scaleX(0.8);
|
1140
|
+
transform-origin: 0% 0%;
|
1141
|
+
opacity: 0;
|
1142
|
+
}
|
1143
|
+
}
|
1144
|
+
@keyframes antSlideLeftOut {
|
1145
|
+
0% {
|
1146
|
+
transform: scaleX(1);
|
1147
|
+
transform-origin: 0% 0%;
|
1148
|
+
opacity: 1;
|
1149
|
+
}
|
1150
|
+
100% {
|
1151
|
+
transform: scaleX(0.8);
|
1152
|
+
transform-origin: 0% 0%;
|
1153
|
+
opacity: 0;
|
1154
|
+
}
|
1155
|
+
}
|
1156
|
+
@-webkit-keyframes antSlideRightIn {
|
1157
|
+
0% {
|
1158
|
+
transform: scaleX(0.8);
|
1159
|
+
transform-origin: 100% 0%;
|
1160
|
+
opacity: 0;
|
1161
|
+
}
|
1162
|
+
100% {
|
1163
|
+
transform: scaleX(1);
|
1164
|
+
transform-origin: 100% 0%;
|
1165
|
+
opacity: 1;
|
1166
|
+
}
|
1167
|
+
}
|
1168
|
+
@keyframes antSlideRightIn {
|
1169
|
+
0% {
|
1170
|
+
transform: scaleX(0.8);
|
1171
|
+
transform-origin: 100% 0%;
|
1172
|
+
opacity: 0;
|
1173
|
+
}
|
1174
|
+
100% {
|
1175
|
+
transform: scaleX(1);
|
1176
|
+
transform-origin: 100% 0%;
|
1177
|
+
opacity: 1;
|
1178
|
+
}
|
1179
|
+
}
|
1180
|
+
@-webkit-keyframes antSlideRightOut {
|
1181
|
+
0% {
|
1182
|
+
transform: scaleX(1);
|
1183
|
+
transform-origin: 100% 0%;
|
1184
|
+
opacity: 1;
|
1185
|
+
}
|
1186
|
+
100% {
|
1187
|
+
transform: scaleX(0.8);
|
1188
|
+
transform-origin: 100% 0%;
|
1189
|
+
opacity: 0;
|
1190
|
+
}
|
1191
|
+
}
|
1192
|
+
@keyframes antSlideRightOut {
|
1193
|
+
0% {
|
1194
|
+
transform: scaleX(1);
|
1195
|
+
transform-origin: 100% 0%;
|
1196
|
+
opacity: 1;
|
1197
|
+
}
|
1198
|
+
100% {
|
1199
|
+
transform: scaleX(0.8);
|
1200
|
+
transform-origin: 100% 0%;
|
1201
|
+
opacity: 0;
|
1202
|
+
}
|
1203
|
+
}
|
1204
|
+
.ant-zoom-enter,
|
1205
|
+
.ant-zoom-appear {
|
1206
|
+
-webkit-animation-duration: 0.2s;
|
1207
|
+
animation-duration: 0.2s;
|
1208
|
+
-webkit-animation-fill-mode: both;
|
1209
|
+
animation-fill-mode: both;
|
1210
|
+
-webkit-animation-play-state: paused;
|
1211
|
+
animation-play-state: paused;
|
1212
|
+
}
|
1213
|
+
.ant-zoom-leave {
|
1214
|
+
-webkit-animation-duration: 0.2s;
|
1215
|
+
animation-duration: 0.2s;
|
1216
|
+
-webkit-animation-fill-mode: both;
|
1217
|
+
animation-fill-mode: both;
|
1218
|
+
-webkit-animation-play-state: paused;
|
1219
|
+
animation-play-state: paused;
|
1220
|
+
}
|
1221
|
+
.ant-zoom-enter.ant-zoom-enter-active,
|
1222
|
+
.ant-zoom-appear.ant-zoom-appear-active {
|
1223
|
+
-webkit-animation-name: antZoomIn;
|
1224
|
+
animation-name: antZoomIn;
|
1225
|
+
-webkit-animation-play-state: running;
|
1226
|
+
animation-play-state: running;
|
1227
|
+
}
|
1228
|
+
.ant-zoom-leave.ant-zoom-leave-active {
|
1229
|
+
-webkit-animation-name: antZoomOut;
|
1230
|
+
animation-name: antZoomOut;
|
1231
|
+
-webkit-animation-play-state: running;
|
1232
|
+
animation-play-state: running;
|
1233
|
+
pointer-events: none;
|
1234
|
+
}
|
1235
|
+
.ant-zoom-enter,
|
1236
|
+
.ant-zoom-appear {
|
1237
|
+
transform: scale(0);
|
1238
|
+
opacity: 0;
|
1239
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1240
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1241
|
+
}
|
1242
|
+
.ant-zoom-enter-prepare,
|
1243
|
+
.ant-zoom-appear-prepare {
|
1244
|
+
transform: none;
|
1245
|
+
}
|
1246
|
+
.ant-zoom-leave {
|
1247
|
+
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1248
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1249
|
+
}
|
1250
|
+
.ant-zoom-big-enter,
|
1251
|
+
.ant-zoom-big-appear {
|
1252
|
+
-webkit-animation-duration: 0.2s;
|
1253
|
+
animation-duration: 0.2s;
|
1254
|
+
-webkit-animation-fill-mode: both;
|
1255
|
+
animation-fill-mode: both;
|
1256
|
+
-webkit-animation-play-state: paused;
|
1257
|
+
animation-play-state: paused;
|
1258
|
+
}
|
1259
|
+
.ant-zoom-big-leave {
|
1260
|
+
-webkit-animation-duration: 0.2s;
|
1261
|
+
animation-duration: 0.2s;
|
1262
|
+
-webkit-animation-fill-mode: both;
|
1263
|
+
animation-fill-mode: both;
|
1264
|
+
-webkit-animation-play-state: paused;
|
1265
|
+
animation-play-state: paused;
|
1266
|
+
}
|
1267
|
+
.ant-zoom-big-enter.ant-zoom-big-enter-active,
|
1268
|
+
.ant-zoom-big-appear.ant-zoom-big-appear-active {
|
1269
|
+
-webkit-animation-name: antZoomBigIn;
|
1270
|
+
animation-name: antZoomBigIn;
|
1271
|
+
-webkit-animation-play-state: running;
|
1272
|
+
animation-play-state: running;
|
1273
|
+
}
|
1274
|
+
.ant-zoom-big-leave.ant-zoom-big-leave-active {
|
1275
|
+
-webkit-animation-name: antZoomBigOut;
|
1276
|
+
animation-name: antZoomBigOut;
|
1277
|
+
-webkit-animation-play-state: running;
|
1278
|
+
animation-play-state: running;
|
1279
|
+
pointer-events: none;
|
1280
|
+
}
|
1281
|
+
.ant-zoom-big-enter,
|
1282
|
+
.ant-zoom-big-appear {
|
1283
|
+
transform: scale(0);
|
1284
|
+
opacity: 0;
|
1285
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1286
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1287
|
+
}
|
1288
|
+
.ant-zoom-big-enter-prepare,
|
1289
|
+
.ant-zoom-big-appear-prepare {
|
1290
|
+
transform: none;
|
1291
|
+
}
|
1292
|
+
.ant-zoom-big-leave {
|
1293
|
+
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1294
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1295
|
+
}
|
1296
|
+
.ant-zoom-big-fast-enter,
|
1297
|
+
.ant-zoom-big-fast-appear {
|
1298
|
+
-webkit-animation-duration: 0.1s;
|
1299
|
+
animation-duration: 0.1s;
|
1300
|
+
-webkit-animation-fill-mode: both;
|
1301
|
+
animation-fill-mode: both;
|
1302
|
+
-webkit-animation-play-state: paused;
|
1303
|
+
animation-play-state: paused;
|
1304
|
+
}
|
1305
|
+
.ant-zoom-big-fast-leave {
|
1306
|
+
-webkit-animation-duration: 0.1s;
|
1307
|
+
animation-duration: 0.1s;
|
1308
|
+
-webkit-animation-fill-mode: both;
|
1309
|
+
animation-fill-mode: both;
|
1310
|
+
-webkit-animation-play-state: paused;
|
1311
|
+
animation-play-state: paused;
|
1312
|
+
}
|
1313
|
+
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
|
1314
|
+
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
|
1315
|
+
-webkit-animation-name: antZoomBigIn;
|
1316
|
+
animation-name: antZoomBigIn;
|
1317
|
+
-webkit-animation-play-state: running;
|
1318
|
+
animation-play-state: running;
|
1319
|
+
}
|
1320
|
+
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
|
1321
|
+
-webkit-animation-name: antZoomBigOut;
|
1322
|
+
animation-name: antZoomBigOut;
|
1323
|
+
-webkit-animation-play-state: running;
|
1324
|
+
animation-play-state: running;
|
1325
|
+
pointer-events: none;
|
1326
|
+
}
|
1327
|
+
.ant-zoom-big-fast-enter,
|
1328
|
+
.ant-zoom-big-fast-appear {
|
1329
|
+
transform: scale(0);
|
1330
|
+
opacity: 0;
|
1331
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1332
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1333
|
+
}
|
1334
|
+
.ant-zoom-big-fast-enter-prepare,
|
1335
|
+
.ant-zoom-big-fast-appear-prepare {
|
1336
|
+
transform: none;
|
1337
|
+
}
|
1338
|
+
.ant-zoom-big-fast-leave {
|
1339
|
+
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1340
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1341
|
+
}
|
1342
|
+
.ant-zoom-up-enter,
|
1343
|
+
.ant-zoom-up-appear {
|
1344
|
+
-webkit-animation-duration: 0.2s;
|
1345
|
+
animation-duration: 0.2s;
|
1346
|
+
-webkit-animation-fill-mode: both;
|
1347
|
+
animation-fill-mode: both;
|
1348
|
+
-webkit-animation-play-state: paused;
|
1349
|
+
animation-play-state: paused;
|
1350
|
+
}
|
1351
|
+
.ant-zoom-up-leave {
|
1352
|
+
-webkit-animation-duration: 0.2s;
|
1353
|
+
animation-duration: 0.2s;
|
1354
|
+
-webkit-animation-fill-mode: both;
|
1355
|
+
animation-fill-mode: both;
|
1356
|
+
-webkit-animation-play-state: paused;
|
1357
|
+
animation-play-state: paused;
|
1358
|
+
}
|
1359
|
+
.ant-zoom-up-enter.ant-zoom-up-enter-active,
|
1360
|
+
.ant-zoom-up-appear.ant-zoom-up-appear-active {
|
1361
|
+
-webkit-animation-name: antZoomUpIn;
|
1362
|
+
animation-name: antZoomUpIn;
|
1363
|
+
-webkit-animation-play-state: running;
|
1364
|
+
animation-play-state: running;
|
1365
|
+
}
|
1366
|
+
.ant-zoom-up-leave.ant-zoom-up-leave-active {
|
1367
|
+
-webkit-animation-name: antZoomUpOut;
|
1368
|
+
animation-name: antZoomUpOut;
|
1369
|
+
-webkit-animation-play-state: running;
|
1370
|
+
animation-play-state: running;
|
1371
|
+
pointer-events: none;
|
1372
|
+
}
|
1373
|
+
.ant-zoom-up-enter,
|
1374
|
+
.ant-zoom-up-appear {
|
1375
|
+
transform: scale(0);
|
1376
|
+
opacity: 0;
|
1377
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1378
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1379
|
+
}
|
1380
|
+
.ant-zoom-up-enter-prepare,
|
1381
|
+
.ant-zoom-up-appear-prepare {
|
1382
|
+
transform: none;
|
1383
|
+
}
|
1384
|
+
.ant-zoom-up-leave {
|
1385
|
+
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1386
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1387
|
+
}
|
1388
|
+
.ant-zoom-down-enter,
|
1389
|
+
.ant-zoom-down-appear {
|
1390
|
+
-webkit-animation-duration: 0.2s;
|
1391
|
+
animation-duration: 0.2s;
|
1392
|
+
-webkit-animation-fill-mode: both;
|
1393
|
+
animation-fill-mode: both;
|
1394
|
+
-webkit-animation-play-state: paused;
|
1395
|
+
animation-play-state: paused;
|
1396
|
+
}
|
1397
|
+
.ant-zoom-down-leave {
|
1398
|
+
-webkit-animation-duration: 0.2s;
|
1399
|
+
animation-duration: 0.2s;
|
1400
|
+
-webkit-animation-fill-mode: both;
|
1401
|
+
animation-fill-mode: both;
|
1402
|
+
-webkit-animation-play-state: paused;
|
1403
|
+
animation-play-state: paused;
|
1404
|
+
}
|
1405
|
+
.ant-zoom-down-enter.ant-zoom-down-enter-active,
|
1406
|
+
.ant-zoom-down-appear.ant-zoom-down-appear-active {
|
1407
|
+
-webkit-animation-name: antZoomDownIn;
|
1408
|
+
animation-name: antZoomDownIn;
|
1409
|
+
-webkit-animation-play-state: running;
|
1410
|
+
animation-play-state: running;
|
1411
|
+
}
|
1412
|
+
.ant-zoom-down-leave.ant-zoom-down-leave-active {
|
1413
|
+
-webkit-animation-name: antZoomDownOut;
|
1414
|
+
animation-name: antZoomDownOut;
|
1415
|
+
-webkit-animation-play-state: running;
|
1416
|
+
animation-play-state: running;
|
1417
|
+
pointer-events: none;
|
1418
|
+
}
|
1419
|
+
.ant-zoom-down-enter,
|
1420
|
+
.ant-zoom-down-appear {
|
1421
|
+
transform: scale(0);
|
1422
|
+
opacity: 0;
|
1423
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1424
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1425
|
+
}
|
1426
|
+
.ant-zoom-down-enter-prepare,
|
1427
|
+
.ant-zoom-down-appear-prepare {
|
1428
|
+
transform: none;
|
1429
|
+
}
|
1430
|
+
.ant-zoom-down-leave {
|
1431
|
+
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1432
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1433
|
+
}
|
1434
|
+
.ant-zoom-left-enter,
|
1435
|
+
.ant-zoom-left-appear {
|
1436
|
+
-webkit-animation-duration: 0.2s;
|
1437
|
+
animation-duration: 0.2s;
|
1438
|
+
-webkit-animation-fill-mode: both;
|
1439
|
+
animation-fill-mode: both;
|
1440
|
+
-webkit-animation-play-state: paused;
|
1441
|
+
animation-play-state: paused;
|
1442
|
+
}
|
1443
|
+
.ant-zoom-left-leave {
|
1444
|
+
-webkit-animation-duration: 0.2s;
|
1445
|
+
animation-duration: 0.2s;
|
1446
|
+
-webkit-animation-fill-mode: both;
|
1447
|
+
animation-fill-mode: both;
|
1448
|
+
-webkit-animation-play-state: paused;
|
1449
|
+
animation-play-state: paused;
|
1450
|
+
}
|
1451
|
+
.ant-zoom-left-enter.ant-zoom-left-enter-active,
|
1452
|
+
.ant-zoom-left-appear.ant-zoom-left-appear-active {
|
1453
|
+
-webkit-animation-name: antZoomLeftIn;
|
1454
|
+
animation-name: antZoomLeftIn;
|
1455
|
+
-webkit-animation-play-state: running;
|
1456
|
+
animation-play-state: running;
|
1457
|
+
}
|
1458
|
+
.ant-zoom-left-leave.ant-zoom-left-leave-active {
|
1459
|
+
-webkit-animation-name: antZoomLeftOut;
|
1460
|
+
animation-name: antZoomLeftOut;
|
1461
|
+
-webkit-animation-play-state: running;
|
1462
|
+
animation-play-state: running;
|
1463
|
+
pointer-events: none;
|
1464
|
+
}
|
1465
|
+
.ant-zoom-left-enter,
|
1466
|
+
.ant-zoom-left-appear {
|
1467
|
+
transform: scale(0);
|
1468
|
+
opacity: 0;
|
1469
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1470
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1471
|
+
}
|
1472
|
+
.ant-zoom-left-enter-prepare,
|
1473
|
+
.ant-zoom-left-appear-prepare {
|
1474
|
+
transform: none;
|
1475
|
+
}
|
1476
|
+
.ant-zoom-left-leave {
|
1477
|
+
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1478
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1479
|
+
}
|
1480
|
+
.ant-zoom-right-enter,
|
1481
|
+
.ant-zoom-right-appear {
|
1482
|
+
-webkit-animation-duration: 0.2s;
|
1483
|
+
animation-duration: 0.2s;
|
1484
|
+
-webkit-animation-fill-mode: both;
|
1485
|
+
animation-fill-mode: both;
|
1486
|
+
-webkit-animation-play-state: paused;
|
1487
|
+
animation-play-state: paused;
|
1488
|
+
}
|
1489
|
+
.ant-zoom-right-leave {
|
1490
|
+
-webkit-animation-duration: 0.2s;
|
1491
|
+
animation-duration: 0.2s;
|
1492
|
+
-webkit-animation-fill-mode: both;
|
1493
|
+
animation-fill-mode: both;
|
1494
|
+
-webkit-animation-play-state: paused;
|
1495
|
+
animation-play-state: paused;
|
1496
|
+
}
|
1497
|
+
.ant-zoom-right-enter.ant-zoom-right-enter-active,
|
1498
|
+
.ant-zoom-right-appear.ant-zoom-right-appear-active {
|
1499
|
+
-webkit-animation-name: antZoomRightIn;
|
1500
|
+
animation-name: antZoomRightIn;
|
1501
|
+
-webkit-animation-play-state: running;
|
1502
|
+
animation-play-state: running;
|
1503
|
+
}
|
1504
|
+
.ant-zoom-right-leave.ant-zoom-right-leave-active {
|
1505
|
+
-webkit-animation-name: antZoomRightOut;
|
1506
|
+
animation-name: antZoomRightOut;
|
1507
|
+
-webkit-animation-play-state: running;
|
1508
|
+
animation-play-state: running;
|
1509
|
+
pointer-events: none;
|
1510
|
+
}
|
1511
|
+
.ant-zoom-right-enter,
|
1512
|
+
.ant-zoom-right-appear {
|
1513
|
+
transform: scale(0);
|
1514
|
+
opacity: 0;
|
1515
|
+
-webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1516
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
1517
|
+
}
|
1518
|
+
.ant-zoom-right-enter-prepare,
|
1519
|
+
.ant-zoom-right-appear-prepare {
|
1520
|
+
transform: none;
|
1521
|
+
}
|
1522
|
+
.ant-zoom-right-leave {
|
1523
|
+
-webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1524
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
1525
|
+
}
|
1526
|
+
@-webkit-keyframes antZoomIn {
|
1527
|
+
0% {
|
1528
|
+
transform: scale(0.2);
|
1529
|
+
opacity: 0;
|
1530
|
+
}
|
1531
|
+
100% {
|
1532
|
+
transform: scale(1);
|
1533
|
+
opacity: 1;
|
1534
|
+
}
|
1535
|
+
}
|
1536
|
+
@keyframes antZoomIn {
|
1537
|
+
0% {
|
1538
|
+
transform: scale(0.2);
|
1539
|
+
opacity: 0;
|
1540
|
+
}
|
1541
|
+
100% {
|
1542
|
+
transform: scale(1);
|
1543
|
+
opacity: 1;
|
1544
|
+
}
|
1545
|
+
}
|
1546
|
+
@-webkit-keyframes antZoomOut {
|
1547
|
+
0% {
|
1548
|
+
transform: scale(1);
|
1549
|
+
}
|
1550
|
+
100% {
|
1551
|
+
transform: scale(0.2);
|
1552
|
+
opacity: 0;
|
1553
|
+
}
|
1554
|
+
}
|
1555
|
+
@keyframes antZoomOut {
|
1556
|
+
0% {
|
1557
|
+
transform: scale(1);
|
1558
|
+
}
|
1559
|
+
100% {
|
1560
|
+
transform: scale(0.2);
|
1561
|
+
opacity: 0;
|
1562
|
+
}
|
1563
|
+
}
|
1564
|
+
@-webkit-keyframes antZoomBigIn {
|
1565
|
+
0% {
|
1566
|
+
transform: scale(0.8);
|
1567
|
+
opacity: 0;
|
1568
|
+
}
|
1569
|
+
100% {
|
1570
|
+
transform: scale(1);
|
1571
|
+
opacity: 1;
|
1572
|
+
}
|
1573
|
+
}
|
1574
|
+
@keyframes antZoomBigIn {
|
1575
|
+
0% {
|
1576
|
+
transform: scale(0.8);
|
1577
|
+
opacity: 0;
|
1578
|
+
}
|
1579
|
+
100% {
|
1580
|
+
transform: scale(1);
|
1581
|
+
opacity: 1;
|
1582
|
+
}
|
1583
|
+
}
|
1584
|
+
@-webkit-keyframes antZoomBigOut {
|
1585
|
+
0% {
|
1586
|
+
transform: scale(1);
|
1587
|
+
}
|
1588
|
+
100% {
|
1589
|
+
transform: scale(0.8);
|
1590
|
+
opacity: 0;
|
1591
|
+
}
|
1592
|
+
}
|
1593
|
+
@keyframes antZoomBigOut {
|
1594
|
+
0% {
|
1595
|
+
transform: scale(1);
|
1596
|
+
}
|
1597
|
+
100% {
|
1598
|
+
transform: scale(0.8);
|
1599
|
+
opacity: 0;
|
1600
|
+
}
|
1601
|
+
}
|
1602
|
+
@-webkit-keyframes antZoomUpIn {
|
1603
|
+
0% {
|
1604
|
+
transform: scale(0.8);
|
1605
|
+
transform-origin: 50% 0%;
|
1606
|
+
opacity: 0;
|
1607
|
+
}
|
1608
|
+
100% {
|
1609
|
+
transform: scale(1);
|
1610
|
+
transform-origin: 50% 0%;
|
1611
|
+
}
|
1612
|
+
}
|
1613
|
+
@keyframes antZoomUpIn {
|
1614
|
+
0% {
|
1615
|
+
transform: scale(0.8);
|
1616
|
+
transform-origin: 50% 0%;
|
1617
|
+
opacity: 0;
|
1618
|
+
}
|
1619
|
+
100% {
|
1620
|
+
transform: scale(1);
|
1621
|
+
transform-origin: 50% 0%;
|
1622
|
+
}
|
1623
|
+
}
|
1624
|
+
@-webkit-keyframes antZoomUpOut {
|
1625
|
+
0% {
|
1626
|
+
transform: scale(1);
|
1627
|
+
transform-origin: 50% 0%;
|
1628
|
+
}
|
1629
|
+
100% {
|
1630
|
+
transform: scale(0.8);
|
1631
|
+
transform-origin: 50% 0%;
|
1632
|
+
opacity: 0;
|
1633
|
+
}
|
1634
|
+
}
|
1635
|
+
@keyframes antZoomUpOut {
|
1636
|
+
0% {
|
1637
|
+
transform: scale(1);
|
1638
|
+
transform-origin: 50% 0%;
|
1639
|
+
}
|
1640
|
+
100% {
|
1641
|
+
transform: scale(0.8);
|
1642
|
+
transform-origin: 50% 0%;
|
1643
|
+
opacity: 0;
|
1644
|
+
}
|
1645
|
+
}
|
1646
|
+
@-webkit-keyframes antZoomLeftIn {
|
1647
|
+
0% {
|
1648
|
+
transform: scale(0.8);
|
1649
|
+
transform-origin: 0% 50%;
|
1650
|
+
opacity: 0;
|
1651
|
+
}
|
1652
|
+
100% {
|
1653
|
+
transform: scale(1);
|
1654
|
+
transform-origin: 0% 50%;
|
1655
|
+
}
|
1656
|
+
}
|
1657
|
+
@keyframes antZoomLeftIn {
|
1658
|
+
0% {
|
1659
|
+
transform: scale(0.8);
|
1660
|
+
transform-origin: 0% 50%;
|
1661
|
+
opacity: 0;
|
1662
|
+
}
|
1663
|
+
100% {
|
1664
|
+
transform: scale(1);
|
1665
|
+
transform-origin: 0% 50%;
|
1666
|
+
}
|
1667
|
+
}
|
1668
|
+
@-webkit-keyframes antZoomLeftOut {
|
1669
|
+
0% {
|
1670
|
+
transform: scale(1);
|
1671
|
+
transform-origin: 0% 50%;
|
1672
|
+
}
|
1673
|
+
100% {
|
1674
|
+
transform: scale(0.8);
|
1675
|
+
transform-origin: 0% 50%;
|
1676
|
+
opacity: 0;
|
1677
|
+
}
|
1678
|
+
}
|
1679
|
+
@keyframes antZoomLeftOut {
|
1680
|
+
0% {
|
1681
|
+
transform: scale(1);
|
1682
|
+
transform-origin: 0% 50%;
|
1683
|
+
}
|
1684
|
+
100% {
|
1685
|
+
transform: scale(0.8);
|
1686
|
+
transform-origin: 0% 50%;
|
1687
|
+
opacity: 0;
|
1688
|
+
}
|
1689
|
+
}
|
1690
|
+
@-webkit-keyframes antZoomRightIn {
|
1691
|
+
0% {
|
1692
|
+
transform: scale(0.8);
|
1693
|
+
transform-origin: 100% 50%;
|
1694
|
+
opacity: 0;
|
1695
|
+
}
|
1696
|
+
100% {
|
1697
|
+
transform: scale(1);
|
1698
|
+
transform-origin: 100% 50%;
|
1699
|
+
}
|
1700
|
+
}
|
1701
|
+
@keyframes antZoomRightIn {
|
1702
|
+
0% {
|
1703
|
+
transform: scale(0.8);
|
1704
|
+
transform-origin: 100% 50%;
|
1705
|
+
opacity: 0;
|
1706
|
+
}
|
1707
|
+
100% {
|
1708
|
+
transform: scale(1);
|
1709
|
+
transform-origin: 100% 50%;
|
1710
|
+
}
|
1711
|
+
}
|
1712
|
+
@-webkit-keyframes antZoomRightOut {
|
1713
|
+
0% {
|
1714
|
+
transform: scale(1);
|
1715
|
+
transform-origin: 100% 50%;
|
1716
|
+
}
|
1717
|
+
100% {
|
1718
|
+
transform: scale(0.8);
|
1719
|
+
transform-origin: 100% 50%;
|
1720
|
+
opacity: 0;
|
1721
|
+
}
|
1722
|
+
}
|
1723
|
+
@keyframes antZoomRightOut {
|
1724
|
+
0% {
|
1725
|
+
transform: scale(1);
|
1726
|
+
transform-origin: 100% 50%;
|
1727
|
+
}
|
1728
|
+
100% {
|
1729
|
+
transform: scale(0.8);
|
1730
|
+
transform-origin: 100% 50%;
|
1731
|
+
opacity: 0;
|
1732
|
+
}
|
1733
|
+
}
|
1734
|
+
@-webkit-keyframes antZoomDownIn {
|
1735
|
+
0% {
|
1736
|
+
transform: scale(0.8);
|
1737
|
+
transform-origin: 50% 100%;
|
1738
|
+
opacity: 0;
|
1739
|
+
}
|
1740
|
+
100% {
|
1741
|
+
transform: scale(1);
|
1742
|
+
transform-origin: 50% 100%;
|
1743
|
+
}
|
1744
|
+
}
|
1745
|
+
@keyframes antZoomDownIn {
|
1746
|
+
0% {
|
1747
|
+
transform: scale(0.8);
|
1748
|
+
transform-origin: 50% 100%;
|
1749
|
+
opacity: 0;
|
1750
|
+
}
|
1751
|
+
100% {
|
1752
|
+
transform: scale(1);
|
1753
|
+
transform-origin: 50% 100%;
|
1754
|
+
}
|
1755
|
+
}
|
1756
|
+
@-webkit-keyframes antZoomDownOut {
|
1757
|
+
0% {
|
1758
|
+
transform: scale(1);
|
1759
|
+
transform-origin: 50% 100%;
|
1760
|
+
}
|
1761
|
+
100% {
|
1762
|
+
transform: scale(0.8);
|
1763
|
+
transform-origin: 50% 100%;
|
1764
|
+
opacity: 0;
|
1765
|
+
}
|
1766
|
+
}
|
1767
|
+
@keyframes antZoomDownOut {
|
1768
|
+
0% {
|
1769
|
+
transform: scale(1);
|
1770
|
+
transform-origin: 50% 100%;
|
1771
|
+
}
|
1772
|
+
100% {
|
1773
|
+
transform: scale(0.8);
|
1774
|
+
transform-origin: 50% 100%;
|
1775
|
+
opacity: 0;
|
1776
|
+
}
|
1777
|
+
}
|
1778
|
+
.ant-motion-collapse-legacy {
|
1779
|
+
overflow: hidden;
|
1780
|
+
}
|
1781
|
+
.ant-motion-collapse-legacy-active {
|
1782
|
+
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
1783
|
+
}
|
1784
|
+
.ant-motion-collapse {
|
1785
|
+
overflow: hidden;
|
1786
|
+
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
1787
|
+
}
|