@arco-design/mobile-react 2.29.4 → 2.29.6
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/CHANGELOG.md +28 -0
- package/README.en-US.md +2 -2
- package/README.md +2 -2
- package/cjs/action-sheet/index.d.ts +2 -2
- package/cjs/dialog/index.d.ts +2 -2
- package/cjs/image/index.d.ts +7 -7
- package/cjs/image/index.js +81 -61
- package/cjs/image-picker/index.js +14 -6
- package/cjs/image-preview/index.d.ts +2 -2
- package/cjs/image-preview/index.js +11 -5
- package/cjs/image-preview/methods.d.ts +1 -0
- package/cjs/image-preview/methods.js +7 -2
- package/cjs/index.d.ts +5 -5
- package/cjs/index.js +16 -16
- package/cjs/load-more/index.d.ts +7 -2
- package/cjs/load-more/index.js +9 -1
- package/cjs/masking/index.d.ts +2 -2
- package/cjs/masking/methods.js +7 -2
- package/cjs/popup/index.d.ts +2 -2
- package/cjs/popup-swiper/index.d.ts +4 -10
- package/cjs/pull-refresh/android-pull-refresh.js +12 -20
- package/cjs/pull-refresh/hooks.js +2 -2
- package/cjs/pull-refresh/style/css/index.css +0 -1
- package/cjs/pull-refresh/style/index.less +0 -1
- package/cjs/style.d.ts +5 -5
- package/cjs/style.js +8 -8
- package/cjs/tabs/index.js +4 -1
- package/cjs/tabs/tab-pane.js +5 -2
- package/cjs/toast/index.d.ts +12 -12
- package/dist/index.js +2505 -2458
- package/dist/index.min.js +4 -4
- package/dist/style.css +503 -504
- package/dist/style.min.css +1 -1
- package/esm/action-sheet/index.d.ts +2 -2
- package/esm/dialog/index.d.ts +2 -2
- package/esm/image/index.d.ts +7 -7
- package/esm/image/index.js +81 -61
- package/esm/image-picker/index.js +13 -6
- package/esm/image-preview/index.d.ts +2 -2
- package/esm/image-preview/index.js +11 -5
- package/esm/image-preview/methods.d.ts +1 -0
- package/esm/image-preview/methods.js +7 -3
- package/esm/index.d.ts +5 -5
- package/esm/index.js +5 -5
- package/esm/load-more/index.d.ts +7 -2
- package/esm/load-more/index.js +9 -1
- package/esm/masking/index.d.ts +2 -2
- package/esm/masking/methods.js +7 -3
- package/esm/popup/index.d.ts +2 -2
- package/esm/popup-swiper/index.d.ts +4 -10
- package/esm/pull-refresh/android-pull-refresh.js +13 -22
- package/esm/pull-refresh/hooks.js +2 -2
- package/esm/pull-refresh/style/css/index.css +0 -1
- package/esm/pull-refresh/style/index.less +0 -1
- package/esm/style.d.ts +5 -5
- package/esm/style.js +5 -5
- package/esm/tabs/index.js +4 -1
- package/esm/tabs/tab-pane.js +6 -3
- package/esm/toast/index.d.ts +12 -12
- package/package.json +3 -3
- package/umd/action-sheet/index.d.ts +2 -2
- package/umd/dialog/index.d.ts +2 -2
- package/umd/image/index.d.ts +7 -7
- package/umd/image/index.js +81 -61
- package/umd/image-picker/index.js +16 -10
- package/umd/image-preview/index.d.ts +2 -2
- package/umd/image-preview/index.js +11 -5
- package/umd/image-preview/methods.d.ts +1 -0
- package/umd/image-preview/methods.js +7 -2
- package/umd/index.d.ts +5 -5
- package/umd/index.js +14 -14
- package/umd/load-more/index.d.ts +7 -2
- package/umd/load-more/index.js +9 -1
- package/umd/masking/index.d.ts +2 -2
- package/umd/masking/methods.js +7 -2
- package/umd/popup/index.d.ts +2 -2
- package/umd/popup-swiper/index.d.ts +4 -10
- package/umd/pull-refresh/android-pull-refresh.js +15 -24
- package/umd/pull-refresh/hooks.js +2 -2
- package/umd/pull-refresh/style/css/index.css +0 -1
- package/umd/pull-refresh/style/index.less +0 -1
- package/umd/style.d.ts +5 -5
- package/umd/style.js +2 -2
- package/umd/tabs/index.js +4 -1
- package/umd/tabs/tab-pane.js +5 -2
- package/umd/toast/index.d.ts +12 -12
package/dist/style.css
CHANGED
@@ -485,305 +485,204 @@ samp {
|
|
485
485
|
}
|
486
486
|
|
487
487
|
|
488
|
-
.arco-load-more {
|
489
|
-
text-align: center;
|
490
|
-
font-size: 0.28rem ;
|
491
|
-
color: #86909c ;
|
492
|
-
}
|
493
488
|
|
494
|
-
.arco-
|
495
|
-
|
496
|
-
font-size: 0.32rem ;
|
497
|
-
margin-left: 0.32rem ;
|
498
|
-
padding-right: 0.32rem ;
|
499
|
-
}
|
500
|
-
.arco-cell:not(:first-of-type).bordered {
|
501
|
-
position: relative;
|
502
|
-
border-width: 0;
|
489
|
+
.arco-fade-enter {
|
490
|
+
opacity: 0;
|
503
491
|
}
|
504
|
-
.arco-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
position: absolute;
|
509
|
-
left: 0;
|
510
|
-
top: 0;
|
511
|
-
z-index: 1;
|
512
|
-
border-top-style: solid;
|
513
|
-
border-top-width: 1PX;
|
514
|
-
border-top-color: #e5e6eb;
|
515
|
-
box-sizing: border-box;
|
516
|
-
transform-origin: left top;
|
517
|
-
-webkit-transform-origin: left top;
|
518
|
-
pointer-events: none;
|
519
|
-
border-radius: 0;
|
492
|
+
.arco-fade-enter-active {
|
493
|
+
opacity: 1;
|
494
|
+
transition-property: opacity;
|
495
|
+
transition-duration: 300ms ;
|
520
496
|
}
|
521
|
-
|
522
|
-
|
523
|
-
transform: scaleY(0.5);
|
524
|
-
-webkit-transform: scaleY(0.5);
|
525
|
-
border-radius: 0;
|
526
|
-
}
|
497
|
+
.arco-fade-exit {
|
498
|
+
opacity: 1;
|
527
499
|
}
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
border-radius: 0;
|
533
|
-
}
|
500
|
+
.arco-fade-exit-active {
|
501
|
+
opacity: 0;
|
502
|
+
transition-property: opacity;
|
503
|
+
transition-duration: 300ms ;
|
534
504
|
}
|
535
|
-
.arco-
|
536
|
-
|
537
|
-
padding-left: 0.32rem ;
|
538
|
-
margin-left: 0;
|
505
|
+
.arco-fade-exit-done {
|
506
|
+
display: none;
|
539
507
|
}
|
540
|
-
|
508
|
+
|
509
|
+
.arco-loading {
|
510
|
+
display: inline-block;
|
511
|
+
font-size: 0;
|
512
|
+
line-height: 0;
|
541
513
|
position: relative;
|
542
|
-
border-width: 0;
|
543
514
|
}
|
544
|
-
.arco-
|
545
|
-
|
546
|
-
width: 100%;
|
547
|
-
height: 1PX;
|
548
|
-
position: absolute;
|
549
|
-
left: 0;
|
550
|
-
top: 0;
|
551
|
-
z-index: 1;
|
552
|
-
border-top-style: solid;
|
553
|
-
border-top-width: 1PX;
|
554
|
-
border-top-color: #e5e6eb;
|
555
|
-
box-sizing: border-box;
|
556
|
-
transform-origin: left top;
|
557
|
-
-webkit-transform-origin: left top;
|
558
|
-
pointer-events: none;
|
559
|
-
border-radius: 0;
|
515
|
+
.arco-loading .bg-color-with-config {
|
516
|
+
background: #165dff;
|
560
517
|
}
|
561
|
-
|
562
|
-
|
563
|
-
transform: scaleY(0.5);
|
564
|
-
-webkit-transform: scaleY(0.5);
|
565
|
-
border-radius: 0;
|
566
|
-
}
|
518
|
+
.arco-loading .stop-color-with-config {
|
519
|
+
stop-color: #165dff;
|
567
520
|
}
|
568
|
-
|
569
|
-
|
570
|
-
transform: scaleY(0.33333333);
|
571
|
-
-webkit-transform: scaleY(0.33333333);
|
572
|
-
border-radius: 0;
|
573
|
-
}
|
521
|
+
.arco-loading .fill-color-with-config {
|
522
|
+
fill: #165dff;
|
574
523
|
}
|
575
|
-
.arco-
|
576
|
-
|
577
|
-
width: 100%;
|
578
|
-
height: 1PX;
|
579
|
-
position: absolute;
|
580
|
-
left: 0;
|
581
|
-
bottom: 0;
|
582
|
-
z-index: 1;
|
583
|
-
border-bottom-style: solid;
|
584
|
-
border-bottom-width: 1PX;
|
585
|
-
border-bottom-color: #e5e6eb;
|
586
|
-
box-sizing: border-box;
|
587
|
-
transform-origin: left bottom;
|
588
|
-
-webkit-transform-origin: left bottom;
|
589
|
-
pointer-events: none;
|
590
|
-
border-radius: 0;
|
524
|
+
.arco-loading .stroke-color-with-config {
|
525
|
+
stroke: #165dff;
|
591
526
|
}
|
592
|
-
@
|
593
|
-
|
594
|
-
transform:
|
595
|
-
-webkit-transform: scaleY(0.5);
|
596
|
-
border-radius: 0;
|
527
|
+
@keyframes changDeg {
|
528
|
+
0% {
|
529
|
+
transform: rotate(0deg);
|
597
530
|
}
|
598
|
-
|
599
|
-
|
600
|
-
.arco-cell.without-group.bordered::after {
|
601
|
-
transform: scaleY(0.33333333);
|
602
|
-
-webkit-transform: scaleY(0.33333333);
|
603
|
-
border-radius: 0;
|
531
|
+
100% {
|
532
|
+
transform: rotate(360deg);
|
604
533
|
}
|
605
534
|
}
|
606
|
-
.arco-
|
607
|
-
|
608
|
-
|
609
|
-
|
535
|
+
.arco-loading.circle,
|
536
|
+
.arco-loading.arc,
|
537
|
+
.arco-loading.spin {
|
538
|
+
animation: changDeg 1s infinite linear;
|
610
539
|
}
|
611
|
-
.arco-
|
612
|
-
|
540
|
+
.arco-loading.circle .loading-circle-middle {
|
541
|
+
stop-opacity: 0.5;
|
613
542
|
}
|
614
|
-
.arco-
|
615
|
-
|
616
|
-
margin-right: 0.48rem ;
|
543
|
+
.arco-loading.circle .loading-circle-end {
|
544
|
+
stop-opacity: 0;
|
617
545
|
}
|
618
|
-
|
619
|
-
|
620
|
-
|
546
|
+
.arco-loading.dot .dot-cell {
|
547
|
+
display: inline-block;
|
548
|
+
width: 6PX ;
|
549
|
+
height: 6PX ;
|
550
|
+
margin-left: 0.12rem ;
|
621
551
|
}
|
622
|
-
.arco-
|
623
|
-
|
624
|
-
font-size: 0.28rem ;
|
625
|
-
margin-top: 0.04rem ;
|
552
|
+
.arco-loading.dot .dot-cell:first-of-type {
|
553
|
+
margin-left: 0;
|
626
554
|
}
|
627
|
-
.arco-
|
628
|
-
|
629
|
-
display: flex;
|
630
|
-
align-items: center;
|
631
|
-
height: 100%;
|
555
|
+
.arco-loading.dot .dot-cell.filleted {
|
556
|
+
border-radius: 50%;
|
632
557
|
}
|
633
|
-
.arco-
|
634
|
-
|
558
|
+
.arco-loading.spin {
|
559
|
+
height: 0.44rem;
|
560
|
+
width: 0.44rem;
|
561
|
+
position: relative;
|
635
562
|
}
|
636
|
-
.arco-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
display: -
|
563
|
+
.arco-loading.spin .spin-cell {
|
564
|
+
position: absolute;
|
565
|
+
left: 0.2rem;
|
566
|
+
top: 0.02rem;
|
567
|
+
display: inline-block;
|
568
|
+
height: 0.2rem;
|
569
|
+
padding-bottom: 0.08rem;
|
641
570
|
overflow: hidden;
|
642
|
-
|
643
|
-
-webkit-line-clamp: 2;
|
644
|
-
/* autoprefixer: ignore next */
|
645
|
-
-webkit-box-orient: vertical;
|
646
|
-
white-space: normal;
|
647
|
-
}
|
648
|
-
[dir="rtl"] .arco-cell .cell-content .cell-text {
|
649
|
-
text-align: left;
|
571
|
+
transform-origin: 50% bottom;
|
650
572
|
}
|
651
|
-
.arco-
|
652
|
-
|
653
|
-
|
573
|
+
.arco-loading.spin .spin-cell-inner {
|
574
|
+
display: inline-block;
|
575
|
+
position: absolute;
|
576
|
+
top: 0;
|
577
|
+
left: 0;
|
578
|
+
width: 200%;
|
579
|
+
transform: scale(0.5);
|
580
|
+
transform-origin: top left;
|
581
|
+
height: 0.24rem;
|
654
582
|
}
|
655
|
-
|
656
|
-
|
657
|
-
margin-left: 0.24rem ;
|
583
|
+
.arco-loading.arc .arc-bg {
|
584
|
+
stroke: #e5e6eb ;
|
658
585
|
}
|
659
|
-
.arco-
|
660
|
-
|
661
|
-
font-size: 0.4rem ;
|
662
|
-
color: #4e5969 ;
|
586
|
+
.arco-loading.line {
|
587
|
+
width: 100%;
|
663
588
|
}
|
664
|
-
.arco-
|
665
|
-
|
666
|
-
|
589
|
+
.arco-loading.line .loading-line-start,
|
590
|
+
.arco-loading.line .loading-line-end {
|
591
|
+
stop-color: #165dff ;
|
667
592
|
}
|
668
|
-
|
669
|
-
|
593
|
+
.arco-loading.line .loading-line-start {
|
594
|
+
stop-opacity: 0;
|
670
595
|
}
|
671
|
-
|
672
|
-
|
673
|
-
|
596
|
+
|
597
|
+
.arco-toast-wrapper {
|
598
|
+
position: fixed;
|
599
|
+
top: 0;
|
600
|
+
left: 0;
|
601
|
+
width: 100%;
|
602
|
+
height: 100%;
|
603
|
+
z-index: 1001;
|
604
|
+
display: flex;
|
605
|
+
justify-content: center;
|
606
|
+
padding: 0 0.32rem ;
|
674
607
|
}
|
675
|
-
.arco-
|
676
|
-
|
677
|
-
color: #c9cdd4 ;
|
608
|
+
.arco-toast-wrapper.no-event {
|
609
|
+
pointer-events: none;
|
678
610
|
}
|
679
|
-
.arco-
|
680
|
-
|
611
|
+
.arco-toast-wrapper.from-center {
|
612
|
+
align-items: center;
|
681
613
|
}
|
682
|
-
.arco-
|
683
|
-
|
614
|
+
.arco-toast-wrapper.from-top {
|
615
|
+
align-items: flex-start;
|
616
|
+
padding-top: 30% ;
|
684
617
|
}
|
685
|
-
.arco-
|
686
|
-
|
618
|
+
.arco-toast-wrapper.from-bottom {
|
619
|
+
align-items: flex-end;
|
620
|
+
padding-bottom: 30% ;
|
687
621
|
}
|
688
|
-
|
689
|
-
|
690
|
-
|
622
|
+
.arco-toast-inner {
|
623
|
+
background: rgba(0, 0, 0, 0.8) ;
|
624
|
+
color: #ffffff ;
|
625
|
+
font-size: 0.32rem ;
|
626
|
+
line-height: 0.48rem ;
|
627
|
+
border-radius: 0.08rem ;
|
628
|
+
flex-direction: column;
|
629
|
+
display: flex;
|
630
|
+
align-items: center;
|
631
|
+
justify-content: center;
|
632
|
+
pointer-events: initial;
|
691
633
|
}
|
692
|
-
.arco-
|
693
|
-
|
694
|
-
|
695
|
-
font-size: 0.28rem ;
|
696
|
-
line-height: 0.4rem ;
|
697
|
-
padding: 0.24rem 0.32rem ;
|
634
|
+
.arco-toast-inner.horizontal {
|
635
|
+
flex-direction: row;
|
636
|
+
padding: 0.16rem 0.32rem ;
|
698
637
|
}
|
699
|
-
.arco-
|
700
|
-
|
638
|
+
.arco-toast-inner.horizontal .arco-icon {
|
639
|
+
flex: 0 0 auto;
|
640
|
+
font-size: 0.32rem ;
|
701
641
|
}
|
702
|
-
.arco-
|
703
|
-
|
704
|
-
|
642
|
+
.arco-toast-inner.horizontal .arco-toast-loading-wrapper + .arco-toast-content,
|
643
|
+
.arco-toast-inner.horizontal .arco-icon + .arco-toast-content {
|
644
|
+
margin-left: 0.16rem ;
|
705
645
|
}
|
706
|
-
.arco-
|
707
|
-
|
708
|
-
width: 100%;
|
709
|
-
height: 1PX;
|
710
|
-
position: absolute;
|
711
|
-
left: 0;
|
712
|
-
top: 0;
|
713
|
-
z-index: 1;
|
714
|
-
border-top-style: solid;
|
715
|
-
border-top-width: 1PX;
|
716
|
-
border-top-color: #e5e6eb;
|
717
|
-
box-sizing: border-box;
|
718
|
-
transform-origin: left top;
|
719
|
-
-webkit-transform-origin: left top;
|
720
|
-
pointer-events: none;
|
721
|
-
border-radius: 0;
|
646
|
+
.arco-toast-inner.vertical {
|
647
|
+
padding: 0.32rem ;
|
722
648
|
}
|
723
|
-
|
724
|
-
|
725
|
-
transform: scaleY(0.5);
|
726
|
-
-webkit-transform: scaleY(0.5);
|
727
|
-
border-radius: 0;
|
728
|
-
}
|
649
|
+
.arco-toast-inner.vertical .arco-icon {
|
650
|
+
font-size: 0.48rem ;
|
729
651
|
}
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
-webkit-transform: scaleY(0.33333333);
|
734
|
-
border-radius: 0;
|
735
|
-
}
|
652
|
+
.arco-toast-inner.vertical .arco-toast-loading-wrapper + .arco-toast-content,
|
653
|
+
.arco-toast-inner.vertical .arco-icon + .arco-toast-content {
|
654
|
+
margin-top: 0.16rem ;
|
736
655
|
}
|
737
|
-
.arco-
|
738
|
-
|
739
|
-
width: 100%;
|
740
|
-
height: 1PX;
|
741
|
-
position: absolute;
|
742
|
-
left: 0;
|
743
|
-
bottom: 0;
|
744
|
-
z-index: 1;
|
745
|
-
border-bottom-style: solid;
|
746
|
-
border-bottom-width: 1PX;
|
747
|
-
border-bottom-color: #e5e6eb;
|
748
|
-
box-sizing: border-box;
|
749
|
-
transform-origin: left bottom;
|
750
|
-
-webkit-transform-origin: left bottom;
|
751
|
-
pointer-events: none;
|
752
|
-
border-radius: 0;
|
656
|
+
.arco-toast-inner .arco-loading .bg-color-with-config {
|
657
|
+
background: #ffffff;
|
753
658
|
}
|
754
|
-
|
755
|
-
|
756
|
-
transform: scaleY(0.5);
|
757
|
-
-webkit-transform: scaleY(0.5);
|
758
|
-
border-radius: 0;
|
759
|
-
}
|
659
|
+
.arco-toast-inner .arco-loading .stop-color-with-config {
|
660
|
+
stop-color: #ffffff;
|
760
661
|
}
|
761
|
-
|
762
|
-
|
763
|
-
transform: scaleY(0.33333333);
|
764
|
-
-webkit-transform: scaleY(0.33333333);
|
765
|
-
border-radius: 0;
|
766
|
-
}
|
662
|
+
.arco-toast-inner .arco-loading .fill-color-with-config {
|
663
|
+
fill: #ffffff;
|
767
664
|
}
|
768
|
-
|
769
|
-
|
770
|
-
opacity: 0;
|
665
|
+
.arco-toast-inner .arco-loading .stroke-color-with-config {
|
666
|
+
stroke: #ffffff;
|
771
667
|
}
|
772
|
-
.arco-
|
773
|
-
|
774
|
-
transition-property: opacity;
|
775
|
-
transition-duration: 300ms ;
|
668
|
+
.arco-toast-inner .arco-loading.arc .arc-bg {
|
669
|
+
stroke: #666666 ;
|
776
670
|
}
|
777
|
-
.arco-
|
778
|
-
|
671
|
+
.arco-toast-loading-wrapper {
|
672
|
+
display: flex;
|
673
|
+
position: relative;
|
779
674
|
}
|
780
|
-
.arco-
|
781
|
-
|
782
|
-
|
783
|
-
|
675
|
+
.arco-toast-loading-inner {
|
676
|
+
position: absolute;
|
677
|
+
top: 50%;
|
678
|
+
left: 50%;
|
679
|
+
transform: translate(-50%, -50%);
|
680
|
+
font-size: 0.24rem ;
|
784
681
|
}
|
785
|
-
.arco-
|
786
|
-
|
682
|
+
.arco-toast-content {
|
683
|
+
width: 100%;
|
684
|
+
text-align: center;
|
685
|
+
white-space: pre-line;
|
787
686
|
}
|
788
687
|
|
789
688
|
.arco-masking-mask.pre-mount:not([class*="-enter"]):not([class*="-exit"]),
|
@@ -1013,113 +912,25 @@ samp {
|
|
1013
912
|
transform: scaleY(0.5);
|
1014
913
|
-webkit-transform: scaleY(0.5);
|
1015
914
|
border-radius: 0;
|
1016
|
-
}
|
1017
|
-
}
|
1018
|
-
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
1019
|
-
.arco-action-sheet-item:not(:last-child)::after {
|
1020
|
-
transform: scaleY(0.33333333);
|
1021
|
-
-webkit-transform: scaleY(0.33333333);
|
1022
|
-
border-radius: 0;
|
1023
|
-
}
|
1024
|
-
}
|
1025
|
-
.arco-action-sheet-item.disabled {
|
1026
|
-
color: #c9cdd4 ;
|
1027
|
-
}
|
1028
|
-
.arco-action-sheet-item.danger {
|
1029
|
-
color: #f53f3f ;
|
1030
|
-
}
|
1031
|
-
.arco-action-sheet-item.cancel-item {
|
1032
|
-
border-top-style: solid;
|
1033
|
-
border-top-color: #F2F3F5 ;
|
1034
|
-
border-top-width: 0.16rem ;
|
1035
|
-
}
|
1036
|
-
|
1037
|
-
.arco-loading {
|
1038
|
-
display: inline-block;
|
1039
|
-
font-size: 0;
|
1040
|
-
line-height: 0;
|
1041
|
-
position: relative;
|
1042
|
-
}
|
1043
|
-
.arco-loading .bg-color-with-config {
|
1044
|
-
background: #165dff;
|
1045
|
-
}
|
1046
|
-
.arco-loading .stop-color-with-config {
|
1047
|
-
stop-color: #165dff;
|
1048
|
-
}
|
1049
|
-
.arco-loading .fill-color-with-config {
|
1050
|
-
fill: #165dff;
|
1051
|
-
}
|
1052
|
-
.arco-loading .stroke-color-with-config {
|
1053
|
-
stroke: #165dff;
|
1054
|
-
}
|
1055
|
-
@keyframes changDeg {
|
1056
|
-
0% {
|
1057
|
-
transform: rotate(0deg);
|
1058
|
-
}
|
1059
|
-
100% {
|
1060
|
-
transform: rotate(360deg);
|
1061
|
-
}
|
1062
|
-
}
|
1063
|
-
.arco-loading.circle,
|
1064
|
-
.arco-loading.arc,
|
1065
|
-
.arco-loading.spin {
|
1066
|
-
animation: changDeg 1s infinite linear;
|
1067
|
-
}
|
1068
|
-
.arco-loading.circle .loading-circle-middle {
|
1069
|
-
stop-opacity: 0.5;
|
1070
|
-
}
|
1071
|
-
.arco-loading.circle .loading-circle-end {
|
1072
|
-
stop-opacity: 0;
|
1073
|
-
}
|
1074
|
-
.arco-loading.dot .dot-cell {
|
1075
|
-
display: inline-block;
|
1076
|
-
width: 6PX ;
|
1077
|
-
height: 6PX ;
|
1078
|
-
margin-left: 0.12rem ;
|
1079
|
-
}
|
1080
|
-
.arco-loading.dot .dot-cell:first-of-type {
|
1081
|
-
margin-left: 0;
|
1082
|
-
}
|
1083
|
-
.arco-loading.dot .dot-cell.filleted {
|
1084
|
-
border-radius: 50%;
|
1085
|
-
}
|
1086
|
-
.arco-loading.spin {
|
1087
|
-
height: 0.44rem;
|
1088
|
-
width: 0.44rem;
|
1089
|
-
position: relative;
|
1090
|
-
}
|
1091
|
-
.arco-loading.spin .spin-cell {
|
1092
|
-
position: absolute;
|
1093
|
-
left: 0.2rem;
|
1094
|
-
top: 0.02rem;
|
1095
|
-
display: inline-block;
|
1096
|
-
height: 0.2rem;
|
1097
|
-
padding-bottom: 0.08rem;
|
1098
|
-
overflow: hidden;
|
1099
|
-
transform-origin: 50% bottom;
|
1100
|
-
}
|
1101
|
-
.arco-loading.spin .spin-cell-inner {
|
1102
|
-
display: inline-block;
|
1103
|
-
position: absolute;
|
1104
|
-
top: 0;
|
1105
|
-
left: 0;
|
1106
|
-
width: 200%;
|
1107
|
-
transform: scale(0.5);
|
1108
|
-
transform-origin: top left;
|
1109
|
-
height: 0.24rem;
|
915
|
+
}
|
1110
916
|
}
|
1111
|
-
|
1112
|
-
|
917
|
+
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
918
|
+
.arco-action-sheet-item:not(:last-child)::after {
|
919
|
+
transform: scaleY(0.33333333);
|
920
|
+
-webkit-transform: scaleY(0.33333333);
|
921
|
+
border-radius: 0;
|
922
|
+
}
|
1113
923
|
}
|
1114
|
-
.arco-
|
1115
|
-
|
924
|
+
.arco-action-sheet-item.disabled {
|
925
|
+
color: #c9cdd4 ;
|
1116
926
|
}
|
1117
|
-
.arco-
|
1118
|
-
|
1119
|
-
stop-color: #165dff ;
|
927
|
+
.arco-action-sheet-item.danger {
|
928
|
+
color: #f53f3f ;
|
1120
929
|
}
|
1121
|
-
.arco-
|
1122
|
-
|
930
|
+
.arco-action-sheet-item.cancel-item {
|
931
|
+
border-top-style: solid;
|
932
|
+
border-top-color: #F2F3F5 ;
|
933
|
+
border-top-width: 0.16rem ;
|
1123
934
|
}
|
1124
935
|
|
1125
936
|
.arco-image {
|
@@ -1895,80 +1706,355 @@ samp {
|
|
1895
1706
|
margin: 0;
|
1896
1707
|
margin-bottom: 0.16rem ;
|
1897
1708
|
}
|
1898
|
-
.arco-carousel-indicator-vertical.pos-start {
|
1899
|
-
top: 0.32rem ;
|
1709
|
+
.arco-carousel-indicator-vertical.pos-start {
|
1710
|
+
top: 0.32rem ;
|
1711
|
+
}
|
1712
|
+
.arco-carousel-indicator-vertical.pos-center {
|
1713
|
+
bottom: 50%;
|
1714
|
+
transform: translate3d(0, 50%, 0);
|
1715
|
+
}
|
1716
|
+
.arco-carousel-indicator-vertical.pos-end {
|
1717
|
+
bottom: 0.32rem ;
|
1718
|
+
}
|
1719
|
+
.arco-carousel-indicator-vertical.ver-pos-left {
|
1720
|
+
left: auto;
|
1721
|
+
right: auto;
|
1722
|
+
left: 0.24rem ;
|
1723
|
+
}
|
1724
|
+
[dir="rtl"] .arco-carousel-indicator-vertical.ver-pos-left {
|
1725
|
+
left: initial;
|
1726
|
+
right: 0.24rem ;
|
1727
|
+
}
|
1728
|
+
.arco-carousel-indicator-vertical.ver-pos-right {
|
1729
|
+
left: auto;
|
1730
|
+
right: auto;
|
1731
|
+
right: 0.24rem ;
|
1732
|
+
}
|
1733
|
+
[dir="rtl"] .arco-carousel-indicator-vertical.ver-pos-right {
|
1734
|
+
right: initial;
|
1735
|
+
left: 0.24rem ;
|
1736
|
+
}
|
1737
|
+
.arco-carousel-indicator.inverse .indicator {
|
1738
|
+
background-color: #e5e6eb ;
|
1739
|
+
}
|
1740
|
+
.arco-carousel-indicator.inverse .indicator.active {
|
1741
|
+
background-color: #165dff ;
|
1742
|
+
}
|
1743
|
+
.arco-carousel-indicator.outside {
|
1744
|
+
position: relative;
|
1745
|
+
left: 0;
|
1746
|
+
transform: none;
|
1747
|
+
bottom: 0;
|
1748
|
+
padding: 0.16rem 0 0.1rem ;
|
1749
|
+
}
|
1750
|
+
.arco-carousel-indicator .indicator {
|
1751
|
+
transition: all 0.2s;
|
1752
|
+
background-color: rgba(255, 255, 255, 0.5) ;
|
1753
|
+
}
|
1754
|
+
.arco-carousel-indicator .indicator.active {
|
1755
|
+
background-color: #ffffff ;
|
1756
|
+
}
|
1757
|
+
.arco-carousel-indicator-horizontal .indicator {
|
1758
|
+
display: inline-block;
|
1759
|
+
width: 0.24rem ;
|
1760
|
+
height: 3PX ;
|
1761
|
+
}
|
1762
|
+
.arco-carousel-indicator-horizontal .indicator:not(:last-of-type) {
|
1763
|
+
margin-right: 0.16rem ;
|
1764
|
+
}
|
1765
|
+
[dir="rtl"] .arco-carousel-indicator-horizontal .indicator:not(:last-of-type) {
|
1766
|
+
margin-right: initial;
|
1767
|
+
margin-left: 0.16rem ;
|
1768
|
+
}
|
1769
|
+
.arco-carousel-indicator .circle-indicator,
|
1770
|
+
.arco-carousel-indicator .indicator.type-circle {
|
1771
|
+
width: 6PX ;
|
1772
|
+
height: 6PX ;
|
1773
|
+
border-radius: 50%;
|
1774
|
+
}
|
1775
|
+
.arco-carousel-indicator .circle-indicator:not(:last-of-type),
|
1776
|
+
.arco-carousel-indicator .indicator.type-circle:not(:last-of-type) {
|
1777
|
+
margin-right: 0.16rem ;
|
1778
|
+
}
|
1779
|
+
[dir="rtl"] .arco-carousel-indicator .circle-indicator:not(:last-of-type),
|
1780
|
+
[dir="rtl"] .arco-carousel-indicator .indicator.type-circle:not(:last-of-type) {
|
1781
|
+
margin-right: initial;
|
1782
|
+
margin-left: 0.16rem ;
|
1783
|
+
}
|
1784
|
+
|
1785
|
+
.arco-cell {
|
1786
|
+
color: #86909c ;
|
1787
|
+
font-size: 0.32rem ;
|
1788
|
+
margin-left: 0.32rem ;
|
1789
|
+
padding-right: 0.32rem ;
|
1790
|
+
}
|
1791
|
+
.arco-cell:not(:first-of-type).bordered {
|
1792
|
+
position: relative;
|
1793
|
+
border-width: 0;
|
1794
|
+
}
|
1795
|
+
.arco-cell:not(:first-of-type).bordered::before {
|
1796
|
+
content: '';
|
1797
|
+
width: 100%;
|
1798
|
+
height: 1PX;
|
1799
|
+
position: absolute;
|
1800
|
+
left: 0;
|
1801
|
+
top: 0;
|
1802
|
+
z-index: 1;
|
1803
|
+
border-top-style: solid;
|
1804
|
+
border-top-width: 1PX;
|
1805
|
+
border-top-color: #e5e6eb;
|
1806
|
+
box-sizing: border-box;
|
1807
|
+
transform-origin: left top;
|
1808
|
+
-webkit-transform-origin: left top;
|
1809
|
+
pointer-events: none;
|
1810
|
+
border-radius: 0;
|
1811
|
+
}
|
1812
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
|
1813
|
+
.arco-cell:not(:first-of-type).bordered::before {
|
1814
|
+
transform: scaleY(0.5);
|
1815
|
+
-webkit-transform: scaleY(0.5);
|
1816
|
+
border-radius: 0;
|
1817
|
+
}
|
1818
|
+
}
|
1819
|
+
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
1820
|
+
.arco-cell:not(:first-of-type).bordered::before {
|
1821
|
+
transform: scaleY(0.33333333);
|
1822
|
+
-webkit-transform: scaleY(0.33333333);
|
1823
|
+
border-radius: 0;
|
1824
|
+
}
|
1825
|
+
}
|
1826
|
+
.arco-cell.without-group {
|
1827
|
+
background-color: #ffffff ;
|
1828
|
+
padding-left: 0.32rem ;
|
1829
|
+
margin-left: 0;
|
1830
|
+
}
|
1831
|
+
.arco-cell.without-group.bordered {
|
1832
|
+
position: relative;
|
1833
|
+
border-width: 0;
|
1834
|
+
}
|
1835
|
+
.arco-cell.without-group.bordered::before {
|
1836
|
+
content: '';
|
1837
|
+
width: 100%;
|
1838
|
+
height: 1PX;
|
1839
|
+
position: absolute;
|
1840
|
+
left: 0;
|
1841
|
+
top: 0;
|
1842
|
+
z-index: 1;
|
1843
|
+
border-top-style: solid;
|
1844
|
+
border-top-width: 1PX;
|
1845
|
+
border-top-color: #e5e6eb;
|
1846
|
+
box-sizing: border-box;
|
1847
|
+
transform-origin: left top;
|
1848
|
+
-webkit-transform-origin: left top;
|
1849
|
+
pointer-events: none;
|
1850
|
+
border-radius: 0;
|
1851
|
+
}
|
1852
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
|
1853
|
+
.arco-cell.without-group.bordered::before {
|
1854
|
+
transform: scaleY(0.5);
|
1855
|
+
-webkit-transform: scaleY(0.5);
|
1856
|
+
border-radius: 0;
|
1857
|
+
}
|
1858
|
+
}
|
1859
|
+
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
1860
|
+
.arco-cell.without-group.bordered::before {
|
1861
|
+
transform: scaleY(0.33333333);
|
1862
|
+
-webkit-transform: scaleY(0.33333333);
|
1863
|
+
border-radius: 0;
|
1864
|
+
}
|
1865
|
+
}
|
1866
|
+
.arco-cell.without-group.bordered::after {
|
1867
|
+
content: '';
|
1868
|
+
width: 100%;
|
1869
|
+
height: 1PX;
|
1870
|
+
position: absolute;
|
1871
|
+
left: 0;
|
1872
|
+
bottom: 0;
|
1873
|
+
z-index: 1;
|
1874
|
+
border-bottom-style: solid;
|
1875
|
+
border-bottom-width: 1PX;
|
1876
|
+
border-bottom-color: #e5e6eb;
|
1877
|
+
box-sizing: border-box;
|
1878
|
+
transform-origin: left bottom;
|
1879
|
+
-webkit-transform-origin: left bottom;
|
1880
|
+
pointer-events: none;
|
1881
|
+
border-radius: 0;
|
1882
|
+
}
|
1883
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
|
1884
|
+
.arco-cell.without-group.bordered::after {
|
1885
|
+
transform: scaleY(0.5);
|
1886
|
+
-webkit-transform: scaleY(0.5);
|
1887
|
+
border-radius: 0;
|
1888
|
+
}
|
1889
|
+
}
|
1890
|
+
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
1891
|
+
.arco-cell.without-group.bordered::after {
|
1892
|
+
transform: scaleY(0.33333333);
|
1893
|
+
-webkit-transform: scaleY(0.33333333);
|
1894
|
+
border-radius: 0;
|
1895
|
+
}
|
1896
|
+
}
|
1897
|
+
.arco-cell-inner {
|
1898
|
+
display: flex;
|
1899
|
+
align-items: center;
|
1900
|
+
height: 1.08rem ;
|
1901
|
+
}
|
1902
|
+
.arco-cell-inner.has-desc {
|
1903
|
+
height: 1.48rem ;
|
1904
|
+
}
|
1905
|
+
.arco-cell .cell-label {
|
1906
|
+
color: #1d2129 ;
|
1907
|
+
margin-right: 0.48rem ;
|
1908
|
+
}
|
1909
|
+
[dir="rtl"] .arco-cell .cell-label {
|
1910
|
+
margin-right: initial;
|
1911
|
+
margin-left: 0.48rem ;
|
1912
|
+
}
|
1913
|
+
.arco-cell .cell-desc {
|
1914
|
+
color: #86909c ;
|
1915
|
+
font-size: 0.28rem ;
|
1916
|
+
margin-top: 0.04rem ;
|
1917
|
+
}
|
1918
|
+
.arco-cell .cell-content {
|
1919
|
+
flex: 1;
|
1920
|
+
display: flex;
|
1921
|
+
align-items: center;
|
1922
|
+
height: 100%;
|
1923
|
+
}
|
1924
|
+
.arco-cell .cell-content.has-label {
|
1925
|
+
justify-content: flex-end;
|
1926
|
+
}
|
1927
|
+
.arco-cell .cell-content .cell-text {
|
1928
|
+
width: 100%;
|
1929
|
+
text-align: right;
|
1930
|
+
font-size: 0.28rem ;
|
1931
|
+
display: -webkit-box;
|
1932
|
+
overflow: hidden;
|
1933
|
+
text-overflow: ellipsis;
|
1934
|
+
-webkit-line-clamp: 2;
|
1935
|
+
/* autoprefixer: ignore next */
|
1936
|
+
-webkit-box-orient: vertical;
|
1937
|
+
white-space: normal;
|
1938
|
+
}
|
1939
|
+
[dir="rtl"] .arco-cell .cell-content .cell-text {
|
1940
|
+
text-align: left;
|
1941
|
+
}
|
1942
|
+
.arco-cell .cell-label-icon {
|
1943
|
+
margin-right: 0.24rem ;
|
1944
|
+
font-size: 0;
|
1900
1945
|
}
|
1901
|
-
.arco-
|
1902
|
-
|
1903
|
-
|
1946
|
+
[dir="rtl"] .arco-cell .cell-label-icon {
|
1947
|
+
margin-right: initial;
|
1948
|
+
margin-left: 0.24rem ;
|
1904
1949
|
}
|
1905
|
-
.arco-
|
1906
|
-
|
1950
|
+
.arco-cell .cell-label-icon .arco-icon {
|
1951
|
+
line-height: initial;
|
1952
|
+
font-size: 0.4rem ;
|
1953
|
+
color: #4e5969 ;
|
1907
1954
|
}
|
1908
|
-
.arco-
|
1909
|
-
left:
|
1910
|
-
|
1911
|
-
left: 0.24rem ;
|
1955
|
+
.arco-cell .cell-arrow-icon {
|
1956
|
+
margin-left: 0.16rem ;
|
1957
|
+
font-size: 0;
|
1912
1958
|
}
|
1913
|
-
[dir="rtl"] .arco-
|
1914
|
-
|
1915
|
-
right: 0.24rem ;
|
1959
|
+
[dir="rtl"] .arco-cell .cell-arrow-icon {
|
1960
|
+
transform: scale(-1);
|
1916
1961
|
}
|
1917
|
-
.arco-
|
1918
|
-
left:
|
1919
|
-
right:
|
1920
|
-
right: 0.24rem ;
|
1962
|
+
[dir="rtl"] .arco-cell .cell-arrow-icon {
|
1963
|
+
margin-left: initial;
|
1964
|
+
margin-right: 0.16rem ;
|
1921
1965
|
}
|
1922
|
-
|
1923
|
-
|
1924
|
-
|
1966
|
+
.arco-cell .cell-arrow-icon .arco-icon {
|
1967
|
+
font-size: 0.24rem ;
|
1968
|
+
color: #c9cdd4 ;
|
1925
1969
|
}
|
1926
|
-
.arco-
|
1927
|
-
|
1970
|
+
.arco-cell .cell-arrow-icon .arrow-icon-svg {
|
1971
|
+
width: 0.16rem;
|
1928
1972
|
}
|
1929
|
-
.arco-
|
1930
|
-
|
1973
|
+
.arco-cell .cell-arrow-icon .arrow-icon-svg path {
|
1974
|
+
fill: #c9cdd4 ;
|
1931
1975
|
}
|
1932
|
-
.arco-
|
1933
|
-
|
1934
|
-
left: 0;
|
1935
|
-
transform: none;
|
1936
|
-
bottom: 0;
|
1937
|
-
padding: 0.16rem 0 0.1rem ;
|
1976
|
+
.arco-cell .arco-input-wrap {
|
1977
|
+
padding-left: 0;
|
1938
1978
|
}
|
1939
|
-
.arco-
|
1940
|
-
|
1941
|
-
|
1979
|
+
[dir="rtl"] .arco-cell .arco-input-wrap {
|
1980
|
+
padding-left: 0.32rem ;
|
1981
|
+
padding-right: 0;
|
1942
1982
|
}
|
1943
|
-
.arco-
|
1983
|
+
.arco-cell-group .cell-group-header,
|
1984
|
+
.arco-cell-group .cell-group-footer {
|
1985
|
+
color: #86909c ;
|
1986
|
+
font-size: 0.28rem ;
|
1987
|
+
line-height: 0.4rem ;
|
1988
|
+
padding: 0.24rem 0.32rem ;
|
1989
|
+
}
|
1990
|
+
.arco-cell-group .cell-group-body {
|
1944
1991
|
background-color: #ffffff ;
|
1945
1992
|
}
|
1946
|
-
.arco-
|
1947
|
-
|
1948
|
-
width:
|
1949
|
-
height: 3PX ;
|
1993
|
+
.arco-cell-group .cell-group-body.bordered {
|
1994
|
+
position: relative;
|
1995
|
+
border-width: 0;
|
1950
1996
|
}
|
1951
|
-
.arco-
|
1952
|
-
|
1997
|
+
.arco-cell-group .cell-group-body.bordered::before {
|
1998
|
+
content: '';
|
1999
|
+
width: 100%;
|
2000
|
+
height: 1PX;
|
2001
|
+
position: absolute;
|
2002
|
+
left: 0;
|
2003
|
+
top: 0;
|
2004
|
+
z-index: 1;
|
2005
|
+
border-top-style: solid;
|
2006
|
+
border-top-width: 1PX;
|
2007
|
+
border-top-color: #e5e6eb;
|
2008
|
+
box-sizing: border-box;
|
2009
|
+
transform-origin: left top;
|
2010
|
+
-webkit-transform-origin: left top;
|
2011
|
+
pointer-events: none;
|
2012
|
+
border-radius: 0;
|
1953
2013
|
}
|
1954
|
-
|
1955
|
-
|
1956
|
-
|
2014
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
|
2015
|
+
.arco-cell-group .cell-group-body.bordered::before {
|
2016
|
+
transform: scaleY(0.5);
|
2017
|
+
-webkit-transform: scaleY(0.5);
|
2018
|
+
border-radius: 0;
|
2019
|
+
}
|
1957
2020
|
}
|
1958
|
-
|
1959
|
-
.arco-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
2021
|
+
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
2022
|
+
.arco-cell-group .cell-group-body.bordered::before {
|
2023
|
+
transform: scaleY(0.33333333);
|
2024
|
+
-webkit-transform: scaleY(0.33333333);
|
2025
|
+
border-radius: 0;
|
2026
|
+
}
|
1963
2027
|
}
|
1964
|
-
.arco-
|
1965
|
-
|
1966
|
-
|
2028
|
+
.arco-cell-group .cell-group-body.bordered::after {
|
2029
|
+
content: '';
|
2030
|
+
width: 100%;
|
2031
|
+
height: 1PX;
|
2032
|
+
position: absolute;
|
2033
|
+
left: 0;
|
2034
|
+
bottom: 0;
|
2035
|
+
z-index: 1;
|
2036
|
+
border-bottom-style: solid;
|
2037
|
+
border-bottom-width: 1PX;
|
2038
|
+
border-bottom-color: #e5e6eb;
|
2039
|
+
box-sizing: border-box;
|
2040
|
+
transform-origin: left bottom;
|
2041
|
+
-webkit-transform-origin: left bottom;
|
2042
|
+
pointer-events: none;
|
2043
|
+
border-radius: 0;
|
1967
2044
|
}
|
1968
|
-
|
1969
|
-
|
1970
|
-
|
1971
|
-
|
2045
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
|
2046
|
+
.arco-cell-group .cell-group-body.bordered::after {
|
2047
|
+
transform: scaleY(0.5);
|
2048
|
+
-webkit-transform: scaleY(0.5);
|
2049
|
+
border-radius: 0;
|
2050
|
+
}
|
2051
|
+
}
|
2052
|
+
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
2053
|
+
.arco-cell-group .cell-group-body.bordered::after {
|
2054
|
+
transform: scaleY(0.33333333);
|
2055
|
+
-webkit-transform: scaleY(0.33333333);
|
2056
|
+
border-radius: 0;
|
2057
|
+
}
|
1972
2058
|
}
|
1973
2059
|
|
1974
2060
|
.arco-checkbox {
|
@@ -3668,6 +3754,12 @@ samp {
|
|
3668
3754
|
display: none;
|
3669
3755
|
}
|
3670
3756
|
|
3757
|
+
.arco-load-more {
|
3758
|
+
text-align: center;
|
3759
|
+
font-size: 0.28rem ;
|
3760
|
+
color: #86909c ;
|
3761
|
+
}
|
3762
|
+
|
3671
3763
|
.arco-nav-bar {
|
3672
3764
|
position: relative;
|
3673
3765
|
width: 100%;
|
@@ -4404,7 +4496,6 @@ samp {
|
|
4404
4496
|
transition: all 240ms cubic-bezier(0.34, 0.69, 0.1, 1) ;
|
4405
4497
|
}
|
4406
4498
|
|
4407
|
-
|
4408
4499
|
.arco-progress.progress-fixed {
|
4409
4500
|
position: fixed;
|
4410
4501
|
width: 100%;
|
@@ -4544,7 +4635,6 @@ samp {
|
|
4544
4635
|
overflow-y: auto;
|
4545
4636
|
}
|
4546
4637
|
.arco-pull-refresh-place {
|
4547
|
-
will-change: transform;
|
4548
4638
|
position: relative;
|
4549
4639
|
height: 100%;
|
4550
4640
|
}
|
@@ -4814,6 +4904,7 @@ samp {
|
|
4814
4904
|
color: #165dff ;
|
4815
4905
|
}
|
4816
4906
|
|
4907
|
+
|
4817
4908
|
.arco-skeleton {
|
4818
4909
|
position: relative;
|
4819
4910
|
color: rgba(255, 255, 255, 0.6) ;
|
@@ -4933,7 +5024,6 @@ samp {
|
|
4933
5024
|
}
|
4934
5025
|
}
|
4935
5026
|
|
4936
|
-
|
4937
5027
|
.arco-slider {
|
4938
5028
|
position: relative;
|
4939
5029
|
display: flex;
|
@@ -6011,94 +6101,3 @@ samp {
|
|
6011
6101
|
.arco-input-container .statistic-text.exceed {
|
6012
6102
|
color: #f53f3f ;
|
6013
6103
|
}
|
6014
|
-
|
6015
|
-
.arco-toast-wrapper {
|
6016
|
-
position: fixed;
|
6017
|
-
top: 0;
|
6018
|
-
left: 0;
|
6019
|
-
width: 100%;
|
6020
|
-
height: 100%;
|
6021
|
-
z-index: 1001;
|
6022
|
-
display: flex;
|
6023
|
-
justify-content: center;
|
6024
|
-
padding: 0 0.32rem ;
|
6025
|
-
}
|
6026
|
-
.arco-toast-wrapper.no-event {
|
6027
|
-
pointer-events: none;
|
6028
|
-
}
|
6029
|
-
.arco-toast-wrapper.from-center {
|
6030
|
-
align-items: center;
|
6031
|
-
}
|
6032
|
-
.arco-toast-wrapper.from-top {
|
6033
|
-
align-items: flex-start;
|
6034
|
-
padding-top: 30% ;
|
6035
|
-
}
|
6036
|
-
.arco-toast-wrapper.from-bottom {
|
6037
|
-
align-items: flex-end;
|
6038
|
-
padding-bottom: 30% ;
|
6039
|
-
}
|
6040
|
-
.arco-toast-inner {
|
6041
|
-
background: rgba(0, 0, 0, 0.8) ;
|
6042
|
-
color: #ffffff ;
|
6043
|
-
font-size: 0.32rem ;
|
6044
|
-
line-height: 0.48rem ;
|
6045
|
-
border-radius: 0.08rem ;
|
6046
|
-
flex-direction: column;
|
6047
|
-
display: flex;
|
6048
|
-
align-items: center;
|
6049
|
-
justify-content: center;
|
6050
|
-
pointer-events: initial;
|
6051
|
-
}
|
6052
|
-
.arco-toast-inner.horizontal {
|
6053
|
-
flex-direction: row;
|
6054
|
-
padding: 0.16rem 0.32rem ;
|
6055
|
-
}
|
6056
|
-
.arco-toast-inner.horizontal .arco-icon {
|
6057
|
-
flex: 0 0 auto;
|
6058
|
-
font-size: 0.32rem ;
|
6059
|
-
}
|
6060
|
-
.arco-toast-inner.horizontal .arco-toast-loading-wrapper + .arco-toast-content,
|
6061
|
-
.arco-toast-inner.horizontal .arco-icon + .arco-toast-content {
|
6062
|
-
margin-left: 0.16rem ;
|
6063
|
-
}
|
6064
|
-
.arco-toast-inner.vertical {
|
6065
|
-
padding: 0.32rem ;
|
6066
|
-
}
|
6067
|
-
.arco-toast-inner.vertical .arco-icon {
|
6068
|
-
font-size: 0.48rem ;
|
6069
|
-
}
|
6070
|
-
.arco-toast-inner.vertical .arco-toast-loading-wrapper + .arco-toast-content,
|
6071
|
-
.arco-toast-inner.vertical .arco-icon + .arco-toast-content {
|
6072
|
-
margin-top: 0.16rem ;
|
6073
|
-
}
|
6074
|
-
.arco-toast-inner .arco-loading .bg-color-with-config {
|
6075
|
-
background: #ffffff;
|
6076
|
-
}
|
6077
|
-
.arco-toast-inner .arco-loading .stop-color-with-config {
|
6078
|
-
stop-color: #ffffff;
|
6079
|
-
}
|
6080
|
-
.arco-toast-inner .arco-loading .fill-color-with-config {
|
6081
|
-
fill: #ffffff;
|
6082
|
-
}
|
6083
|
-
.arco-toast-inner .arco-loading .stroke-color-with-config {
|
6084
|
-
stroke: #ffffff;
|
6085
|
-
}
|
6086
|
-
.arco-toast-inner .arco-loading.arc .arc-bg {
|
6087
|
-
stroke: #666666 ;
|
6088
|
-
}
|
6089
|
-
.arco-toast-loading-wrapper {
|
6090
|
-
display: flex;
|
6091
|
-
position: relative;
|
6092
|
-
}
|
6093
|
-
.arco-toast-loading-inner {
|
6094
|
-
position: absolute;
|
6095
|
-
top: 50%;
|
6096
|
-
left: 50%;
|
6097
|
-
transform: translate(-50%, -50%);
|
6098
|
-
font-size: 0.24rem ;
|
6099
|
-
}
|
6100
|
-
.arco-toast-content {
|
6101
|
-
width: 100%;
|
6102
|
-
text-align: center;
|
6103
|
-
white-space: pre-line;
|
6104
|
-
}
|