assui 2.1.46 → 2.1.49

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