@cloudbase/weda-ui-mp 3.7.6 → 3.7.7
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/components/form/location/components/mapChoose/index.js +11 -12
- package/components/form/uploader/weui-uploader.wxss +3 -0
- package/components/wd-cascader/index.json +1 -1
- package/components/wd-icon/index.wxss +1 -1
- package/components/wd-rating/index.wxml +1 -0
- package/components/wd-tabs/wd-tabs.wxss +19 -19
- package/index.json +1 -0
- package/package.json +1 -1
- package/{components/wd-icon → style}/wd-font-icon.wxss +453 -229
- package/style/weda-ui.wxss +3 -940
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: WdTd;
|
|
3
|
-
src: url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.
|
|
4
|
-
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.
|
|
3
|
+
src: url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.7/t.eot'),
|
|
4
|
+
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.7/t_iefix.eot')
|
|
5
5
|
format('embedded-opentype'),
|
|
6
|
-
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.
|
|
6
|
+
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.7/t.woff')
|
|
7
7
|
format('woff'),
|
|
8
|
-
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.
|
|
8
|
+
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.7/t.ttf')
|
|
9
9
|
format('truetype'),
|
|
10
|
-
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.
|
|
10
|
+
url('https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/icon/0.0.7/t.svg')
|
|
11
11
|
format('svg');
|
|
12
12
|
font-weight: 400;
|
|
13
13
|
font-style: normal;
|
|
@@ -3633,676 +3633,900 @@
|
|
|
3633
3633
|
.t-icon-zoom-out:before {
|
|
3634
3634
|
content: '\E4B3';
|
|
3635
3635
|
}
|
|
3636
|
-
.
|
|
3636
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon,
|
|
3637
|
+
i.t-icon {
|
|
3637
3638
|
font-family: WdTd !important;
|
|
3638
3639
|
}
|
|
3639
|
-
.
|
|
3640
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-add-circle:before,
|
|
3641
|
+
i.t-icon-add-circle:before {
|
|
3640
3642
|
content: '\E003';
|
|
3641
3643
|
}
|
|
3642
|
-
.
|
|
3644
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-add-rectangle:before,
|
|
3645
|
+
i.t-icon-add-rectangle:before {
|
|
3643
3646
|
content: '\E004';
|
|
3644
3647
|
}
|
|
3645
|
-
.
|
|
3648
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-add:before,
|
|
3649
|
+
i.t-icon-add:before {
|
|
3646
3650
|
content: '\E005';
|
|
3647
3651
|
}
|
|
3648
|
-
.
|
|
3652
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-app:before,
|
|
3653
|
+
i.t-icon-app:before {
|
|
3649
3654
|
content: '\E016';
|
|
3650
3655
|
}
|
|
3651
|
-
.
|
|
3656
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-arrow-down-rectangle:before,
|
|
3657
|
+
i.t-icon-arrow-down-rectangle:before {
|
|
3652
3658
|
content: '\E01D';
|
|
3653
3659
|
}
|
|
3654
|
-
.
|
|
3660
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-arrow-down:before,
|
|
3661
|
+
i.t-icon-arrow-down:before {
|
|
3655
3662
|
content: '\E01E';
|
|
3656
3663
|
}
|
|
3657
|
-
.
|
|
3664
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-arrow-left:before,
|
|
3665
|
+
i.t-icon-arrow-left:before {
|
|
3658
3666
|
content: '\E028';
|
|
3659
3667
|
}
|
|
3660
|
-
.
|
|
3668
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-arrow-right:before,
|
|
3669
|
+
i.t-icon-arrow-right:before {
|
|
3661
3670
|
content: '\E02E';
|
|
3662
3671
|
}
|
|
3663
|
-
.
|
|
3672
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-arrow-up:before,
|
|
3673
|
+
i.t-icon-arrow-up:before {
|
|
3664
3674
|
content: '\E038';
|
|
3665
3675
|
}
|
|
3666
|
-
.
|
|
3676
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-attach:before,
|
|
3677
|
+
i.t-icon-attach:before {
|
|
3667
3678
|
content: '\E040';
|
|
3668
3679
|
}
|
|
3669
|
-
.
|
|
3680
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-backtop-rectangle:before,
|
|
3681
|
+
i.t-icon-backtop-rectangle:before {
|
|
3670
3682
|
content: '\E045';
|
|
3671
3683
|
}
|
|
3672
|
-
.
|
|
3684
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-backtop:before,
|
|
3685
|
+
i.t-icon-backtop:before {
|
|
3673
3686
|
content: '\E046';
|
|
3674
3687
|
}
|
|
3675
|
-
.
|
|
3688
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-backward:before,
|
|
3689
|
+
i.t-icon-backward:before {
|
|
3676
3690
|
content: '\E048';
|
|
3677
3691
|
}
|
|
3678
|
-
.
|
|
3692
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-barcode:before,
|
|
3693
|
+
i.t-icon-barcode:before {
|
|
3679
3694
|
content: '\E04E';
|
|
3680
3695
|
}
|
|
3681
|
-
.
|
|
3696
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-browse-off:before,
|
|
3697
|
+
i.t-icon-browse-off:before {
|
|
3682
3698
|
content: '\E071';
|
|
3683
3699
|
}
|
|
3684
|
-
.
|
|
3700
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-browse:before,
|
|
3701
|
+
i.t-icon-browse:before {
|
|
3685
3702
|
content: '\E072';
|
|
3686
3703
|
}
|
|
3687
|
-
.
|
|
3704
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-bulletpoint:before,
|
|
3705
|
+
i.t-icon-bulletpoint:before {
|
|
3688
3706
|
content: '\E07C';
|
|
3689
3707
|
}
|
|
3690
|
-
.
|
|
3708
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-calendar:before,
|
|
3709
|
+
i.t-icon-calendar:before {
|
|
3691
3710
|
content: '\E088';
|
|
3692
3711
|
}
|
|
3693
|
-
.
|
|
3712
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-call:before,
|
|
3713
|
+
i.t-icon-call:before {
|
|
3694
3714
|
content: '\E08E';
|
|
3695
3715
|
}
|
|
3696
|
-
.
|
|
3716
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-down-small:before,
|
|
3717
|
+
i.t-icon-caret-down-small:before {
|
|
3697
3718
|
content: '\E098';
|
|
3698
3719
|
}
|
|
3699
|
-
.
|
|
3720
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-down:before,
|
|
3721
|
+
i.t-icon-caret-down:before {
|
|
3700
3722
|
content: '\E099';
|
|
3701
3723
|
}
|
|
3702
|
-
.
|
|
3724
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-left-small:before,
|
|
3725
|
+
i.t-icon-caret-left-small:before {
|
|
3703
3726
|
content: '\E09A';
|
|
3704
3727
|
}
|
|
3705
|
-
.
|
|
3728
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-left:before,
|
|
3729
|
+
i.t-icon-caret-left:before {
|
|
3706
3730
|
content: '\E09B';
|
|
3707
3731
|
}
|
|
3708
|
-
.
|
|
3732
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-right-small:before,
|
|
3733
|
+
i.t-icon-caret-right-small:before {
|
|
3709
3734
|
content: '\E09C';
|
|
3710
3735
|
}
|
|
3711
|
-
.
|
|
3736
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-right:before,
|
|
3737
|
+
i.t-icon-caret-right:before {
|
|
3712
3738
|
content: '\E09D';
|
|
3713
3739
|
}
|
|
3714
|
-
.
|
|
3740
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-up-small:before,
|
|
3741
|
+
i.t-icon-caret-up-small:before {
|
|
3715
3742
|
content: '\E09E';
|
|
3716
3743
|
}
|
|
3717
|
-
.
|
|
3744
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-caret-up:before,
|
|
3745
|
+
i.t-icon-caret-up:before {
|
|
3718
3746
|
content: '\E09F';
|
|
3719
3747
|
}
|
|
3720
|
-
.
|
|
3748
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-cart:before,
|
|
3749
|
+
i.t-icon-cart:before {
|
|
3721
3750
|
content: '\E0A1';
|
|
3722
3751
|
}
|
|
3723
|
-
.
|
|
3752
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chart-bar:before,
|
|
3753
|
+
i.t-icon-chart-bar:before {
|
|
3724
3754
|
content: '\E0B8';
|
|
3725
3755
|
}
|
|
3726
|
-
.
|
|
3756
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chart-bubble:before,
|
|
3757
|
+
i.t-icon-chart-bubble:before {
|
|
3727
3758
|
content: '\E0B9';
|
|
3728
3759
|
}
|
|
3729
|
-
.
|
|
3760
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chart-pie:before,
|
|
3761
|
+
i.t-icon-chart-pie:before {
|
|
3730
3762
|
content: '\E0C3';
|
|
3731
3763
|
}
|
|
3732
|
-
.
|
|
3764
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chart:before,
|
|
3765
|
+
i.t-icon-chart:before {
|
|
3733
3766
|
content: '\E0CA';
|
|
3734
3767
|
}
|
|
3735
|
-
.
|
|
3768
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chat:before,
|
|
3769
|
+
i.t-icon-chat:before {
|
|
3736
3770
|
content: '\E0DD';
|
|
3737
3771
|
}
|
|
3738
|
-
.
|
|
3772
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-check-circle-filled:before,
|
|
3773
|
+
i.t-icon-check-circle-filled:before {
|
|
3739
3774
|
content: '\E0DE';
|
|
3740
3775
|
}
|
|
3741
|
-
.
|
|
3776
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-check-circle:before,
|
|
3777
|
+
i.t-icon-check-circle:before {
|
|
3742
3778
|
content: '\E0DF';
|
|
3743
3779
|
}
|
|
3744
|
-
.
|
|
3780
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-check-rectangle-filled:before,
|
|
3781
|
+
i.t-icon-check-rectangle-filled:before {
|
|
3745
3782
|
content: '\E0E1';
|
|
3746
3783
|
}
|
|
3747
|
-
.
|
|
3784
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-check-rectangle:before,
|
|
3785
|
+
i.t-icon-check-rectangle:before {
|
|
3748
3786
|
content: '\E0E2';
|
|
3749
3787
|
}
|
|
3750
|
-
.
|
|
3788
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-check:before,
|
|
3789
|
+
i.t-icon-check:before {
|
|
3751
3790
|
content: '\E0E3';
|
|
3752
3791
|
}
|
|
3753
|
-
.
|
|
3792
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-down-circle:before,
|
|
3793
|
+
i.t-icon-chevron-down-circle:before {
|
|
3754
3794
|
content: '\E0E6';
|
|
3755
3795
|
}
|
|
3756
|
-
.
|
|
3796
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-down-rectangle:before,
|
|
3797
|
+
i.t-icon-chevron-down-rectangle:before {
|
|
3757
3798
|
content: '\E0E9';
|
|
3758
3799
|
}
|
|
3759
|
-
.
|
|
3800
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-down:before,
|
|
3801
|
+
i.t-icon-chevron-down:before {
|
|
3760
3802
|
content: '\E0EB';
|
|
3761
3803
|
}
|
|
3762
|
-
.
|
|
3804
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-left-circle:before,
|
|
3805
|
+
i.t-icon-chevron-left-circle:before {
|
|
3763
3806
|
content: '\E0EC';
|
|
3764
3807
|
}
|
|
3765
|
-
.
|
|
3808
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-left-double:before,
|
|
3809
|
+
i.t-icon-chevron-left-double:before {
|
|
3766
3810
|
content: '\E0EE';
|
|
3767
3811
|
}
|
|
3768
|
-
.
|
|
3812
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-left-rectangle:before,
|
|
3813
|
+
i.t-icon-chevron-left-rectangle:before {
|
|
3769
3814
|
content: '\E0EF';
|
|
3770
3815
|
}
|
|
3771
|
-
.
|
|
3816
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-left:before,
|
|
3817
|
+
i.t-icon-chevron-left:before {
|
|
3772
3818
|
content: '\E0F1';
|
|
3773
3819
|
}
|
|
3774
|
-
.
|
|
3820
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-right-circle:before,
|
|
3821
|
+
i.t-icon-chevron-right-circle:before {
|
|
3775
3822
|
content: '\E0F2';
|
|
3776
3823
|
}
|
|
3777
|
-
.
|
|
3824
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-right-double:before,
|
|
3825
|
+
i.t-icon-chevron-right-double:before {
|
|
3778
3826
|
content: '\E0F4';
|
|
3779
3827
|
}
|
|
3780
|
-
.
|
|
3828
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-right-rectangle:before,
|
|
3829
|
+
i.t-icon-chevron-right-rectangle:before {
|
|
3781
3830
|
content: '\E0F5';
|
|
3782
3831
|
}
|
|
3783
|
-
.
|
|
3832
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-right:before,
|
|
3833
|
+
i.t-icon-chevron-right:before {
|
|
3784
3834
|
content: '\E0F7';
|
|
3785
3835
|
}
|
|
3786
|
-
.
|
|
3836
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-up-circle:before,
|
|
3837
|
+
i.t-icon-chevron-up-circle:before {
|
|
3787
3838
|
content: '\E0F8';
|
|
3788
3839
|
}
|
|
3789
|
-
.
|
|
3840
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-up-rectangle:before,
|
|
3841
|
+
i.t-icon-chevron-up-rectangle:before {
|
|
3790
3842
|
content: '\E0FB';
|
|
3791
3843
|
}
|
|
3792
|
-
.
|
|
3844
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-chevron-up:before,
|
|
3845
|
+
i.t-icon-chevron-up:before {
|
|
3793
3846
|
content: '\E0FD';
|
|
3794
3847
|
}
|
|
3795
|
-
.
|
|
3848
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-circle:before,
|
|
3849
|
+
i.t-icon-circle:before {
|
|
3796
3850
|
content: '\E105';
|
|
3797
3851
|
}
|
|
3798
|
-
.
|
|
3852
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-clear:before,
|
|
3853
|
+
i.t-icon-clear:before {
|
|
3799
3854
|
content: '\E11B';
|
|
3800
3855
|
}
|
|
3801
|
-
.
|
|
3856
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-close-circle-filled:before,
|
|
3857
|
+
i.t-icon-close-circle-filled:before {
|
|
3802
3858
|
content: '\E11C';
|
|
3803
3859
|
}
|
|
3804
|
-
.
|
|
3860
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-close-circle:before,
|
|
3861
|
+
i.t-icon-close-circle:before {
|
|
3805
3862
|
content: '\E11D';
|
|
3806
3863
|
}
|
|
3807
|
-
.
|
|
3864
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-close-rectangle:before,
|
|
3865
|
+
i.t-icon-close-rectangle:before {
|
|
3808
3866
|
content: '\E11F';
|
|
3809
3867
|
}
|
|
3810
|
-
.
|
|
3868
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-close:before,
|
|
3869
|
+
i.t-icon-close:before {
|
|
3811
3870
|
content: '\E120';
|
|
3812
3871
|
}
|
|
3813
|
-
.
|
|
3872
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-cloud-download:before,
|
|
3873
|
+
i.t-icon-cloud-download:before {
|
|
3814
3874
|
content: '\E121';
|
|
3815
3875
|
}
|
|
3816
|
-
.
|
|
3876
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-cloud-upload:before,
|
|
3877
|
+
i.t-icon-cloud-upload:before {
|
|
3817
3878
|
content: '\E122';
|
|
3818
3879
|
}
|
|
3819
|
-
.
|
|
3880
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-cloud:before,
|
|
3881
|
+
i.t-icon-cloud:before {
|
|
3820
3882
|
content: '\E123';
|
|
3821
3883
|
}
|
|
3822
|
-
.
|
|
3884
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-code:before,
|
|
3885
|
+
i.t-icon-code:before {
|
|
3823
3886
|
content: '\E12B';
|
|
3824
3887
|
}
|
|
3825
|
-
.
|
|
3888
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-control-platform:before,
|
|
3889
|
+
i.t-icon-control-platform:before {
|
|
3826
3890
|
content: '\E143';
|
|
3827
3891
|
}
|
|
3828
|
-
.
|
|
3892
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-creditcard:before,
|
|
3893
|
+
i.t-icon-creditcard:before {
|
|
3829
3894
|
content: '\E14F';
|
|
3830
3895
|
}
|
|
3831
|
-
.
|
|
3896
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-dashboard:before,
|
|
3897
|
+
i.t-icon-dashboard:before {
|
|
3832
3898
|
content: '\E165';
|
|
3833
3899
|
}
|
|
3834
|
-
.
|
|
3900
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-delete:before,
|
|
3901
|
+
i.t-icon-delete:before {
|
|
3835
3902
|
content: '\E16E';
|
|
3836
3903
|
}
|
|
3837
|
-
.
|
|
3904
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-desktop:before,
|
|
3905
|
+
i.t-icon-desktop:before {
|
|
3838
3906
|
content: '\E172';
|
|
3839
3907
|
}
|
|
3840
|
-
.
|
|
3908
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-discount-filled:before,
|
|
3909
|
+
i.t-icon-discount-filled:before {
|
|
3841
3910
|
content: '\E175';
|
|
3842
3911
|
}
|
|
3843
|
-
.
|
|
3912
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-discount:before,
|
|
3913
|
+
i.t-icon-discount:before {
|
|
3844
3914
|
content: '\E176';
|
|
3845
3915
|
}
|
|
3846
|
-
.
|
|
3916
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-download:before,
|
|
3917
|
+
i.t-icon-download:before {
|
|
3847
3918
|
content: '\E17E';
|
|
3848
3919
|
}
|
|
3849
|
-
.
|
|
3920
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-edit-1:before,
|
|
3921
|
+
i.t-icon-edit-1:before {
|
|
3850
3922
|
content: '\E188';
|
|
3851
3923
|
}
|
|
3852
|
-
.
|
|
3924
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-edit:before,
|
|
3925
|
+
i.t-icon-edit:before {
|
|
3853
3926
|
content: '\E18B';
|
|
3854
3927
|
}
|
|
3855
|
-
.
|
|
3928
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-ellipsis:before,
|
|
3929
|
+
i.t-icon-ellipsis:before {
|
|
3856
3930
|
content: '\E18E';
|
|
3857
3931
|
}
|
|
3858
|
-
.
|
|
3932
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-enter:before,
|
|
3933
|
+
i.t-icon-enter:before {
|
|
3859
3934
|
content: '\E190';
|
|
3860
3935
|
}
|
|
3861
|
-
.
|
|
3936
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-error-circle-filled:before,
|
|
3937
|
+
i.t-icon-error-circle-filled:before {
|
|
3862
3938
|
content: '\E192';
|
|
3863
3939
|
}
|
|
3864
|
-
.
|
|
3940
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-error-circle:before,
|
|
3941
|
+
i.t-icon-error-circle:before {
|
|
3865
3942
|
content: '\E193';
|
|
3866
3943
|
}
|
|
3867
|
-
.
|
|
3944
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-error:before,
|
|
3945
|
+
i.t-icon-error:before {
|
|
3868
3946
|
content: '\E195';
|
|
3869
3947
|
}
|
|
3870
|
-
.
|
|
3948
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-add:before,
|
|
3949
|
+
i.t-icon-file-add:before {
|
|
3871
3950
|
content: '\E1A7';
|
|
3872
3951
|
}
|
|
3873
|
-
.
|
|
3952
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-copy:before,
|
|
3953
|
+
i.t-icon-file-copy:before {
|
|
3874
3954
|
content: '\E1AC';
|
|
3875
3955
|
}
|
|
3876
|
-
.
|
|
3956
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-excel:before,
|
|
3957
|
+
i.t-icon-file-excel:before {
|
|
3877
3958
|
content: '\E1AE';
|
|
3878
3959
|
}
|
|
3879
|
-
.
|
|
3960
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-image:before,
|
|
3961
|
+
i.t-icon-file-image:before {
|
|
3880
3962
|
content: '\E1B1';
|
|
3881
3963
|
}
|
|
3882
|
-
.
|
|
3964
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-paste:before,
|
|
3965
|
+
i.t-icon-file-paste:before {
|
|
3883
3966
|
content: '\E1B8';
|
|
3884
3967
|
}
|
|
3885
|
-
.
|
|
3968
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-pdf:before,
|
|
3969
|
+
i.t-icon-file-pdf:before {
|
|
3886
3970
|
content: '\E1B9';
|
|
3887
3971
|
}
|
|
3888
|
-
.
|
|
3972
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-powerpoint:before,
|
|
3973
|
+
i.t-icon-file-powerpoint:before {
|
|
3889
3974
|
content: '\E1BA';
|
|
3890
3975
|
}
|
|
3891
|
-
.
|
|
3976
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-unknown:before,
|
|
3977
|
+
i.t-icon-file-unknown:before {
|
|
3892
3978
|
content: '\E1C0';
|
|
3893
3979
|
}
|
|
3894
|
-
.
|
|
3980
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file-word:before,
|
|
3981
|
+
i.t-icon-file-word:before {
|
|
3895
3982
|
content: '\E1C2';
|
|
3896
3983
|
}
|
|
3897
|
-
.
|
|
3984
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-file:before,
|
|
3985
|
+
i.t-icon-file:before {
|
|
3898
3986
|
content: '\E1C4';
|
|
3899
3987
|
}
|
|
3900
|
-
.
|
|
3988
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-filter-clear:before,
|
|
3989
|
+
i.t-icon-filter-clear:before {
|
|
3901
3990
|
content: '\E1CC';
|
|
3902
3991
|
}
|
|
3903
|
-
.
|
|
3992
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-filter:before,
|
|
3993
|
+
i.t-icon-filter:before {
|
|
3904
3994
|
content: '\E1CE';
|
|
3905
3995
|
}
|
|
3906
|
-
.
|
|
3996
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-flag:before,
|
|
3997
|
+
i.t-icon-flag:before {
|
|
3907
3998
|
content: '\E1D8';
|
|
3908
3999
|
}
|
|
3909
|
-
.
|
|
4000
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-folder-add:before,
|
|
4001
|
+
i.t-icon-folder-add:before {
|
|
3910
4002
|
content: '\E1E5';
|
|
3911
4003
|
}
|
|
3912
|
-
.
|
|
4004
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-folder-open:before,
|
|
4005
|
+
i.t-icon-folder-open:before {
|
|
3913
4006
|
content: '\E1EF';
|
|
3914
4007
|
}
|
|
3915
|
-
.
|
|
4008
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-folder:before,
|
|
4009
|
+
i.t-icon-folder:before {
|
|
3916
4010
|
content: '\E1F5';
|
|
3917
4011
|
}
|
|
3918
|
-
.
|
|
4012
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-fork:before,
|
|
4013
|
+
i.t-icon-fork:before {
|
|
3919
4014
|
content: '\E1F7';
|
|
3920
4015
|
}
|
|
3921
|
-
.
|
|
4016
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-format-horizontal-align-bottom:before,
|
|
4017
|
+
i.t-icon-format-horizontal-align-bottom:before {
|
|
3922
4018
|
content: '\E1F9';
|
|
3923
4019
|
}
|
|
3924
|
-
.
|
|
4020
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-format-horizontal-align-center:before,
|
|
4021
|
+
i.t-icon-format-horizontal-align-center:before {
|
|
3925
4022
|
content: '\E1FA';
|
|
3926
4023
|
}
|
|
3927
|
-
.
|
|
4024
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-format-horizontal-align-top:before,
|
|
4025
|
+
i.t-icon-format-horizontal-align-top:before {
|
|
3928
4026
|
content: '\E1FB';
|
|
3929
4027
|
}
|
|
3930
|
-
.
|
|
4028
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-format-vertical-align-center:before,
|
|
4029
|
+
i.t-icon-format-vertical-align-center:before {
|
|
3931
4030
|
content: '\E1FC';
|
|
3932
4031
|
}
|
|
3933
|
-
.
|
|
4032
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-format-vertical-align-left:before,
|
|
4033
|
+
i.t-icon-format-vertical-align-left:before {
|
|
3934
4034
|
content: '\E1FD';
|
|
3935
4035
|
}
|
|
3936
|
-
.
|
|
4036
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-format-vertical-align-right:before,
|
|
4037
|
+
i.t-icon-format-vertical-align-right:before {
|
|
3937
4038
|
content: '\E1FE';
|
|
3938
4039
|
}
|
|
3939
|
-
.
|
|
4040
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-forward:before,
|
|
4041
|
+
i.t-icon-forward:before {
|
|
3940
4042
|
content: '\E1FF';
|
|
3941
4043
|
}
|
|
3942
|
-
.
|
|
4044
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-fullscreen-exit:before,
|
|
4045
|
+
i.t-icon-fullscreen-exit:before {
|
|
3943
4046
|
content: '\E206';
|
|
3944
4047
|
}
|
|
3945
|
-
.
|
|
4048
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-fullscreen:before,
|
|
4049
|
+
i.t-icon-fullscreen:before {
|
|
3946
4050
|
content: '\E207';
|
|
3947
4051
|
}
|
|
3948
|
-
.
|
|
4052
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-gender-female:before,
|
|
4053
|
+
i.t-icon-gender-female:before {
|
|
3949
4054
|
content: '\E20F';
|
|
3950
4055
|
}
|
|
3951
|
-
.
|
|
4056
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-gender-male:before,
|
|
4057
|
+
i.t-icon-gender-male:before {
|
|
3952
4058
|
content: '\E210';
|
|
3953
4059
|
}
|
|
3954
|
-
.
|
|
4060
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-gift:before,
|
|
4061
|
+
i.t-icon-gift:before {
|
|
3955
4062
|
content: '\E224';
|
|
3956
4063
|
}
|
|
3957
|
-
.
|
|
4064
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-heart-filled:before,
|
|
4065
|
+
i.t-icon-heart-filled:before {
|
|
3958
4066
|
content: '\E23B';
|
|
3959
4067
|
}
|
|
3960
|
-
.
|
|
4068
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-heart:before,
|
|
4069
|
+
i.t-icon-heart:before {
|
|
3961
4070
|
content: '\E23C';
|
|
3962
4071
|
}
|
|
3963
|
-
.
|
|
4072
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-help-circle-filled:before,
|
|
4073
|
+
i.t-icon-help-circle-filled:before {
|
|
3964
4074
|
content: '\E23D';
|
|
3965
4075
|
}
|
|
3966
|
-
.
|
|
4076
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-help-circle:before,
|
|
4077
|
+
i.t-icon-help-circle:before {
|
|
3967
4078
|
content: '\E23E';
|
|
3968
4079
|
}
|
|
3969
|
-
.
|
|
4080
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-help:before,
|
|
4081
|
+
i.t-icon-help:before {
|
|
3970
4082
|
content: '\E240';
|
|
3971
4083
|
}
|
|
3972
|
-
.
|
|
4084
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-history:before,
|
|
4085
|
+
i.t-icon-history:before {
|
|
3973
4086
|
content: '\E244';
|
|
3974
4087
|
}
|
|
3975
|
-
.
|
|
4088
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-home:before,
|
|
4089
|
+
i.t-icon-home:before {
|
|
3976
4090
|
content: '\E245';
|
|
3977
4091
|
}
|
|
3978
|
-
.
|
|
4092
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-hourglass:before,
|
|
4093
|
+
i.t-icon-hourglass:before {
|
|
3979
4094
|
content: '\E249';
|
|
3980
4095
|
}
|
|
3981
|
-
.
|
|
4096
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-image:before,
|
|
4097
|
+
i.t-icon-image:before {
|
|
3982
4098
|
content: '\E257';
|
|
3983
4099
|
}
|
|
3984
|
-
.
|
|
4100
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-info-circle-filled:before,
|
|
4101
|
+
i.t-icon-info-circle-filled:before {
|
|
3985
4102
|
content: '\E25B';
|
|
3986
4103
|
}
|
|
3987
|
-
.
|
|
4104
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-info-circle:before,
|
|
4105
|
+
i.t-icon-info-circle:before {
|
|
3988
4106
|
content: '\E25C';
|
|
3989
4107
|
}
|
|
3990
|
-
.
|
|
4108
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-internet:before,
|
|
4109
|
+
i.t-icon-internet:before {
|
|
3991
4110
|
content: '\E263';
|
|
3992
4111
|
}
|
|
3993
|
-
.
|
|
4112
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-jump:before,
|
|
4113
|
+
i.t-icon-jump:before {
|
|
3994
4114
|
content: '\E267';
|
|
3995
4115
|
}
|
|
3996
|
-
.
|
|
4116
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-laptop:before,
|
|
4117
|
+
i.t-icon-laptop:before {
|
|
3997
4118
|
content: '\E269';
|
|
3998
4119
|
}
|
|
3999
|
-
.
|
|
4120
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-layers:before,
|
|
4121
|
+
i.t-icon-layers:before {
|
|
4000
4122
|
content: '\E26A';
|
|
4001
4123
|
}
|
|
4002
|
-
.
|
|
4124
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-link-unlink:before,
|
|
4125
|
+
i.t-icon-link-unlink:before {
|
|
4003
4126
|
content: '\E293';
|
|
4004
4127
|
}
|
|
4005
|
-
.
|
|
4128
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-link:before,
|
|
4129
|
+
i.t-icon-link:before {
|
|
4006
4130
|
content: '\E294';
|
|
4007
4131
|
}
|
|
4008
|
-
.
|
|
4132
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-loading:before,
|
|
4133
|
+
i.t-icon-loading:before {
|
|
4009
4134
|
content: '\E298';
|
|
4010
4135
|
}
|
|
4011
|
-
.
|
|
4136
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-location:before,
|
|
4137
|
+
i.t-icon-location:before {
|
|
4012
4138
|
content: '\E29F';
|
|
4013
4139
|
}
|
|
4014
|
-
.
|
|
4140
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-lock-off:before,
|
|
4141
|
+
i.t-icon-lock-off:before {
|
|
4015
4142
|
content: '\E2A0';
|
|
4016
4143
|
}
|
|
4017
|
-
.
|
|
4144
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-lock-on:before,
|
|
4145
|
+
i.t-icon-lock-on:before {
|
|
4018
4146
|
content: '\E2A1';
|
|
4019
4147
|
}
|
|
4020
|
-
.
|
|
4148
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-login:before,
|
|
4149
|
+
i.t-icon-login:before {
|
|
4021
4150
|
content: '\E2A3';
|
|
4022
4151
|
}
|
|
4023
|
-
.
|
|
4152
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-android:before,
|
|
4153
|
+
i.t-icon-logo-android:before {
|
|
4024
4154
|
content: '\E2A7';
|
|
4025
4155
|
}
|
|
4026
|
-
.
|
|
4156
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-apple-filled:before,
|
|
4157
|
+
i.t-icon-logo-apple-filled:before {
|
|
4027
4158
|
content: '\E2A8';
|
|
4028
4159
|
}
|
|
4029
|
-
.
|
|
4160
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-apple:before,
|
|
4161
|
+
i.t-icon-logo-apple:before {
|
|
4030
4162
|
content: '\E2A9';
|
|
4031
4163
|
}
|
|
4032
|
-
.
|
|
4164
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-chrome-filled:before,
|
|
4165
|
+
i.t-icon-logo-chrome-filled:before {
|
|
4033
4166
|
content: '\E2AB';
|
|
4034
4167
|
}
|
|
4035
|
-
.
|
|
4168
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-chrome:before,
|
|
4169
|
+
i.t-icon-logo-chrome:before {
|
|
4036
4170
|
content: '\E2AC';
|
|
4037
4171
|
}
|
|
4038
|
-
.
|
|
4172
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-codepen:before,
|
|
4173
|
+
i.t-icon-logo-codepen:before {
|
|
4039
4174
|
content: '\E2AE';
|
|
4040
4175
|
}
|
|
4041
|
-
.
|
|
4176
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-github-filled:before,
|
|
4177
|
+
i.t-icon-logo-github-filled:before {
|
|
4042
4178
|
content: '\E2B4';
|
|
4043
4179
|
}
|
|
4044
|
-
.
|
|
4180
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-github:before,
|
|
4181
|
+
i.t-icon-logo-github:before {
|
|
4045
4182
|
content: '\E2B5';
|
|
4046
4183
|
}
|
|
4047
|
-
.
|
|
4184
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-ie-filled:before,
|
|
4185
|
+
i.t-icon-logo-ie-filled:before {
|
|
4048
4186
|
content: '\E2B7';
|
|
4049
4187
|
}
|
|
4050
|
-
.
|
|
4188
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-ie:before,
|
|
4189
|
+
i.t-icon-logo-ie:before {
|
|
4051
4190
|
content: '\E2B8';
|
|
4052
4191
|
}
|
|
4053
|
-
.
|
|
4192
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-windows-filled:before,
|
|
4193
|
+
i.t-icon-logo-windows-filled:before {
|
|
4054
4194
|
content: '\E2BF';
|
|
4055
4195
|
}
|
|
4056
|
-
.
|
|
4196
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logo-windows:before,
|
|
4197
|
+
i.t-icon-logo-windows:before {
|
|
4057
4198
|
content: '\E2C0';
|
|
4058
4199
|
}
|
|
4059
|
-
.
|
|
4200
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-logout:before,
|
|
4201
|
+
i.t-icon-logout:before {
|
|
4060
4202
|
content: '\E2C2';
|
|
4061
4203
|
}
|
|
4062
|
-
.
|
|
4204
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-mail:before,
|
|
4205
|
+
i.t-icon-mail:before {
|
|
4063
4206
|
content: '\E2C5';
|
|
4064
4207
|
}
|
|
4065
|
-
.
|
|
4208
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-menu-fold:before,
|
|
4209
|
+
i.t-icon-menu-fold:before {
|
|
4066
4210
|
content: '\E2EE';
|
|
4067
4211
|
}
|
|
4068
|
-
.
|
|
4212
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-menu-unfold:before,
|
|
4213
|
+
i.t-icon-menu-unfold:before {
|
|
4069
4214
|
content: '\E2EF';
|
|
4070
4215
|
}
|
|
4071
|
-
.
|
|
4216
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-minus-circle-filled:before,
|
|
4217
|
+
i.t-icon-minus-circle-filled:before {
|
|
4072
4218
|
content: '\E2F6';
|
|
4073
4219
|
}
|
|
4074
|
-
.
|
|
4220
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-minus-circle:before,
|
|
4221
|
+
i.t-icon-minus-circle:before {
|
|
4075
4222
|
content: '\E2F7';
|
|
4076
4223
|
}
|
|
4077
|
-
.
|
|
4224
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-minus-rectangle:before,
|
|
4225
|
+
i.t-icon-minus-rectangle:before {
|
|
4078
4226
|
content: '\E2F9';
|
|
4079
4227
|
}
|
|
4080
|
-
.
|
|
4228
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-mobile-vibrate:before,
|
|
4229
|
+
i.t-icon-mobile-vibrate:before {
|
|
4081
4230
|
content: '\E300';
|
|
4082
4231
|
}
|
|
4083
|
-
.
|
|
4232
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-mobile:before,
|
|
4233
|
+
i.t-icon-mobile:before {
|
|
4084
4234
|
content: '\E301';
|
|
4085
4235
|
}
|
|
4086
|
-
.
|
|
4236
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-more:before,
|
|
4237
|
+
i.t-icon-more:before {
|
|
4087
4238
|
content: '\E30A';
|
|
4088
4239
|
}
|
|
4089
|
-
.
|
|
4240
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-move:before,
|
|
4241
|
+
i.t-icon-move:before {
|
|
4090
4242
|
content: '\E30F';
|
|
4091
4243
|
}
|
|
4092
|
-
.
|
|
4244
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-next:before,
|
|
4245
|
+
i.t-icon-next:before {
|
|
4093
4246
|
content: '\E31C';
|
|
4094
4247
|
}
|
|
4095
|
-
.
|
|
4248
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-notification-filled:before,
|
|
4249
|
+
i.t-icon-notification-filled:before {
|
|
4096
4250
|
content: '\E322';
|
|
4097
4251
|
}
|
|
4098
|
-
.
|
|
4252
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-notification:before,
|
|
4253
|
+
i.t-icon-notification:before {
|
|
4099
4254
|
content: '\E323';
|
|
4100
4255
|
}
|
|
4101
|
-
.
|
|
4256
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-order-adjustment-column:before,
|
|
4257
|
+
i.t-icon-order-adjustment-column:before {
|
|
4102
4258
|
content: '\E33C';
|
|
4103
4259
|
}
|
|
4104
|
-
.
|
|
4260
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-order-ascending:before,
|
|
4261
|
+
i.t-icon-order-ascending:before {
|
|
4105
4262
|
content: '\E33D';
|
|
4106
4263
|
}
|
|
4107
|
-
.
|
|
4264
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-order-descending:before,
|
|
4265
|
+
i.t-icon-order-descending:before {
|
|
4108
4266
|
content: '\E33E';
|
|
4109
4267
|
}
|
|
4110
|
-
.
|
|
4268
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-page-first:before,
|
|
4269
|
+
i.t-icon-page-first:before {
|
|
4111
4270
|
content: '\E340';
|
|
4112
4271
|
}
|
|
4113
|
-
.
|
|
4272
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-page-last:before,
|
|
4273
|
+
i.t-icon-page-last:before {
|
|
4114
4274
|
content: '\E342';
|
|
4115
4275
|
}
|
|
4116
|
-
.
|
|
4276
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-pause-circle-filled:before,
|
|
4277
|
+
i.t-icon-pause-circle-filled:before {
|
|
4117
4278
|
content: '\E351';
|
|
4118
4279
|
}
|
|
4119
|
-
.
|
|
4280
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-pin:before,
|
|
4281
|
+
i.t-icon-pin:before {
|
|
4120
4282
|
content: '\E366';
|
|
4121
4283
|
}
|
|
4122
|
-
.
|
|
4284
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-play-circle-filled:before,
|
|
4285
|
+
i.t-icon-play-circle-filled:before {
|
|
4123
4286
|
content: '\E367';
|
|
4124
4287
|
}
|
|
4125
|
-
.
|
|
4288
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-play-circle-stroke:before,
|
|
4289
|
+
i.t-icon-play-circle-stroke:before {
|
|
4126
4290
|
content: '\E369';
|
|
4127
4291
|
}
|
|
4128
|
-
.
|
|
4292
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-play-circle:before,
|
|
4293
|
+
i.t-icon-play-circle:before {
|
|
4129
4294
|
content: '\E36A';
|
|
4130
4295
|
}
|
|
4131
|
-
.
|
|
4296
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-play:before,
|
|
4297
|
+
i.t-icon-play:before {
|
|
4132
4298
|
content: '\E36D';
|
|
4133
4299
|
}
|
|
4134
|
-
.
|
|
4300
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-poweroff:before,
|
|
4301
|
+
i.t-icon-poweroff:before {
|
|
4135
4302
|
content: '\E372';
|
|
4136
4303
|
}
|
|
4137
|
-
.
|
|
4304
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-precise-monitor:before,
|
|
4305
|
+
i.t-icon-precise-monitor:before {
|
|
4138
4306
|
content: '\E373';
|
|
4139
4307
|
}
|
|
4140
|
-
.
|
|
4308
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-previous:before,
|
|
4309
|
+
i.t-icon-previous:before {
|
|
4141
4310
|
content: '\E374';
|
|
4142
4311
|
}
|
|
4143
|
-
.
|
|
4312
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-print:before,
|
|
4313
|
+
i.t-icon-print:before {
|
|
4144
4314
|
content: '\E375';
|
|
4145
4315
|
}
|
|
4146
|
-
.
|
|
4316
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-qrcode:before,
|
|
4317
|
+
i.t-icon-qrcode:before {
|
|
4147
4318
|
content: '\E379';
|
|
4148
4319
|
}
|
|
4149
|
-
.
|
|
4320
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-queue:before,
|
|
4321
|
+
i.t-icon-queue:before {
|
|
4150
4322
|
content: '\E37C';
|
|
4151
4323
|
}
|
|
4152
|
-
.
|
|
4324
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-rectangle:before,
|
|
4325
|
+
i.t-icon-rectangle:before {
|
|
4153
4326
|
content: '\E385';
|
|
4154
4327
|
}
|
|
4155
|
-
.
|
|
4328
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-refresh:before,
|
|
4329
|
+
i.t-icon-refresh:before {
|
|
4156
4330
|
content: '\E386';
|
|
4157
4331
|
}
|
|
4158
|
-
.
|
|
4332
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-remove:before,
|
|
4333
|
+
i.t-icon-remove:before {
|
|
4159
4334
|
content: '\E38A';
|
|
4160
4335
|
}
|
|
4161
|
-
.
|
|
4336
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-rollback:before,
|
|
4337
|
+
i.t-icon-rollback:before {
|
|
4162
4338
|
content: '\E390';
|
|
4163
4339
|
}
|
|
4164
|
-
.
|
|
4340
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-root-list:before,
|
|
4341
|
+
i.t-icon-root-list:before {
|
|
4165
4342
|
content: '\E392';
|
|
4166
4343
|
}
|
|
4167
|
-
.
|
|
4344
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-round:before,
|
|
4345
|
+
i.t-icon-round:before {
|
|
4168
4346
|
content: '\E396';
|
|
4169
4347
|
}
|
|
4170
|
-
.
|
|
4348
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-save:before,
|
|
4349
|
+
i.t-icon-save:before {
|
|
4171
4350
|
content: '\E39E';
|
|
4172
4351
|
}
|
|
4173
|
-
.
|
|
4352
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-scan:before,
|
|
4353
|
+
i.t-icon-scan:before {
|
|
4174
4354
|
content: '\E3A0';
|
|
4175
4355
|
}
|
|
4176
|
-
.
|
|
4356
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-search:before,
|
|
4357
|
+
i.t-icon-search:before {
|
|
4177
4358
|
content: '\E3A8';
|
|
4178
4359
|
}
|
|
4179
|
-
.
|
|
4360
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-secured:before,
|
|
4361
|
+
i.t-icon-secured:before {
|
|
4180
4362
|
content: '\E3A9';
|
|
4181
4363
|
}
|
|
4182
|
-
.
|
|
4364
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-server:before,
|
|
4365
|
+
i.t-icon-server:before {
|
|
4183
4366
|
content: '\E3B1';
|
|
4184
4367
|
}
|
|
4185
|
-
.
|
|
4368
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-service:before,
|
|
4369
|
+
i.t-icon-service:before {
|
|
4186
4370
|
content: '\E3B2';
|
|
4187
4371
|
}
|
|
4188
|
-
.
|
|
4372
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-setting:before,
|
|
4373
|
+
i.t-icon-setting:before {
|
|
4189
4374
|
content: '\E3B4';
|
|
4190
4375
|
}
|
|
4191
|
-
.
|
|
4376
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-share:before,
|
|
4377
|
+
i.t-icon-share:before {
|
|
4192
4378
|
content: '\E3B6';
|
|
4193
4379
|
}
|
|
4194
|
-
.
|
|
4380
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-shop:before,
|
|
4381
|
+
i.t-icon-shop:before {
|
|
4195
4382
|
content: '\E3BF';
|
|
4196
4383
|
}
|
|
4197
|
-
.
|
|
4384
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-slash:before,
|
|
4385
|
+
i.t-icon-slash:before {
|
|
4198
4386
|
content: '\E3CA';
|
|
4199
4387
|
}
|
|
4200
|
-
.
|
|
4388
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-sound:before,
|
|
4389
|
+
i.t-icon-sound:before {
|
|
4201
4390
|
content: '\E3D8';
|
|
4202
4391
|
}
|
|
4203
|
-
.
|
|
4392
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-star-filled:before,
|
|
4393
|
+
i.t-icon-star-filled:before {
|
|
4204
4394
|
content: '\E3DB';
|
|
4205
4395
|
}
|
|
4206
|
-
.
|
|
4396
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-star:before,
|
|
4397
|
+
i.t-icon-star:before {
|
|
4207
4398
|
content: '\E3DC';
|
|
4208
4399
|
}
|
|
4209
|
-
.
|
|
4400
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-stop-circle-filled:before,
|
|
4401
|
+
i.t-icon-stop-circle-filled:before {
|
|
4210
4402
|
content: '\E3DF';
|
|
4211
4403
|
}
|
|
4212
|
-
.
|
|
4404
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-stop-circle:before,
|
|
4405
|
+
i.t-icon-stop-circle:before {
|
|
4213
4406
|
content: '\E3E1';
|
|
4214
4407
|
}
|
|
4215
|
-
.
|
|
4408
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-stop:before,
|
|
4409
|
+
i.t-icon-stop:before {
|
|
4216
4410
|
content: '\E3E2';
|
|
4217
4411
|
}
|
|
4218
|
-
.
|
|
4412
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-swap-left:before,
|
|
4413
|
+
i.t-icon-swap-left:before {
|
|
4219
4414
|
content: '\E3EF';
|
|
4220
4415
|
}
|
|
4221
|
-
.
|
|
4416
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-swap-right:before,
|
|
4417
|
+
i.t-icon-swap-right:before {
|
|
4222
4418
|
content: '\E3F0';
|
|
4223
4419
|
}
|
|
4224
|
-
.
|
|
4420
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-swap:before,
|
|
4421
|
+
i.t-icon-swap:before {
|
|
4225
4422
|
content: '\E3F1';
|
|
4226
4423
|
}
|
|
4227
|
-
.
|
|
4424
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-thumb-down:before,
|
|
4425
|
+
i.t-icon-thumb-down:before {
|
|
4228
4426
|
content: '\E42D';
|
|
4229
4427
|
}
|
|
4230
|
-
.
|
|
4428
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-thumb-up:before,
|
|
4429
|
+
i.t-icon-thumb-up:before {
|
|
4231
4430
|
content: '\E430';
|
|
4232
4431
|
}
|
|
4233
|
-
.
|
|
4432
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-time-filled:before,
|
|
4433
|
+
i.t-icon-time-filled:before {
|
|
4234
4434
|
content: '\E436';
|
|
4235
4435
|
}
|
|
4236
|
-
.
|
|
4436
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-time:before,
|
|
4437
|
+
i.t-icon-time:before {
|
|
4237
4438
|
content: '\E437';
|
|
4238
4439
|
}
|
|
4239
|
-
.
|
|
4440
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-tips:before,
|
|
4441
|
+
i.t-icon-tips:before {
|
|
4240
4442
|
content: '\E439';
|
|
4241
4443
|
}
|
|
4242
|
-
.
|
|
4444
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-tools:before,
|
|
4445
|
+
i.t-icon-tools:before {
|
|
4243
4446
|
content: '\E43C';
|
|
4244
4447
|
}
|
|
4245
|
-
.
|
|
4448
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-unfold-less:before,
|
|
4449
|
+
i.t-icon-unfold-less:before {
|
|
4246
4450
|
content: '\E45F';
|
|
4247
4451
|
}
|
|
4248
|
-
.
|
|
4452
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-unfold-more:before,
|
|
4453
|
+
i.t-icon-unfold-more:before {
|
|
4249
4454
|
content: '\E460';
|
|
4250
4455
|
}
|
|
4251
|
-
.
|
|
4456
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-upload:before,
|
|
4457
|
+
i.t-icon-upload:before {
|
|
4252
4458
|
content: '\E465';
|
|
4253
4459
|
}
|
|
4254
|
-
.
|
|
4460
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-usb:before,
|
|
4461
|
+
i.t-icon-usb:before {
|
|
4255
4462
|
content: '\E467';
|
|
4256
4463
|
}
|
|
4257
|
-
.
|
|
4464
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-user-add:before,
|
|
4465
|
+
i.t-icon-user-add:before {
|
|
4258
4466
|
content: '\E469';
|
|
4259
4467
|
}
|
|
4260
|
-
.
|
|
4468
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-user-avatar:before,
|
|
4469
|
+
i.t-icon-user-avatar:before {
|
|
4261
4470
|
content: '\E46E';
|
|
4262
4471
|
}
|
|
4263
|
-
.
|
|
4472
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-user-circle:before,
|
|
4473
|
+
i.t-icon-user-circle:before {
|
|
4264
4474
|
content: '\E473';
|
|
4265
4475
|
}
|
|
4266
|
-
.
|
|
4476
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-user-clear:before,
|
|
4477
|
+
i.t-icon-user-clear:before {
|
|
4267
4478
|
content: '\E474';
|
|
4268
4479
|
}
|
|
4269
|
-
.
|
|
4480
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-user-talk:before,
|
|
4481
|
+
i.t-icon-user-talk:before {
|
|
4270
4482
|
content: '\E480';
|
|
4271
4483
|
}
|
|
4272
|
-
.
|
|
4484
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-user:before,
|
|
4485
|
+
i.t-icon-user:before {
|
|
4273
4486
|
content: '\E487';
|
|
4274
4487
|
}
|
|
4275
|
-
.
|
|
4488
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-usergroup-add:before,
|
|
4489
|
+
i.t-icon-usergroup-add:before {
|
|
4276
4490
|
content: '\E488';
|
|
4277
4491
|
}
|
|
4278
|
-
.
|
|
4492
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-usergroup-clear:before,
|
|
4493
|
+
i.t-icon-usergroup-clear:before {
|
|
4279
4494
|
content: '\E489';
|
|
4280
4495
|
}
|
|
4281
|
-
.
|
|
4496
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-usergroup:before,
|
|
4497
|
+
i.t-icon-usergroup:before {
|
|
4282
4498
|
content: '\E48A';
|
|
4283
4499
|
}
|
|
4284
|
-
.
|
|
4500
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-video:before,
|
|
4501
|
+
i.t-icon-video:before {
|
|
4285
4502
|
content: '\E496';
|
|
4286
4503
|
}
|
|
4287
|
-
.
|
|
4504
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-view-column:before,
|
|
4505
|
+
i.t-icon-view-column:before {
|
|
4288
4506
|
content: '\E498';
|
|
4289
4507
|
}
|
|
4290
|
-
.
|
|
4508
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-view-list:before,
|
|
4509
|
+
i.t-icon-view-list:before {
|
|
4291
4510
|
content: '\E49A';
|
|
4292
4511
|
}
|
|
4293
|
-
.
|
|
4512
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-view-module:before,
|
|
4513
|
+
i.t-icon-view-module:before {
|
|
4294
4514
|
content: '\E49B';
|
|
4295
4515
|
}
|
|
4296
|
-
.
|
|
4516
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-wallet:before,
|
|
4517
|
+
i.t-icon-wallet:before {
|
|
4297
4518
|
content: '\E49D';
|
|
4298
4519
|
}
|
|
4299
|
-
.
|
|
4520
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-wifi:before,
|
|
4521
|
+
i.t-icon-wifi:before {
|
|
4300
4522
|
content: '\E4A8';
|
|
4301
4523
|
}
|
|
4302
|
-
.
|
|
4524
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-zoom-in:before,
|
|
4525
|
+
i.t-icon-zoom-in:before {
|
|
4303
4526
|
content: '\E4B2';
|
|
4304
4527
|
}
|
|
4305
|
-
.
|
|
4528
|
+
.wa-comp-CLOUDBASE_STANDARD-Icon .t-icon-zoom-out:before,
|
|
4529
|
+
i.t-icon-zoom-out:before {
|
|
4306
4530
|
content: '\E4B3';
|
|
4307
4531
|
}
|
|
4308
4532
|
@font-face {
|