cloud-business 0.1.124-1 → 0.1.124-10
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/.babelrc +22 -0
- package/.idea/cloud-business.iml +8 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +741 -0
- package/LICENSE +21 -0
- package/README.md +2 -0
- package/assets.json +132 -0
- package/{cloud-business.css → dist/cloud-business.css} +135 -3249
- package/dist/cloud-business.js +1 -0
- package/dist/cloud-business.min.css +1 -0
- package/dist/cloud-business.min.js +1 -0
- package/dist/package.json +131 -0
- package/jsconfig.json +13 -0
- package/package.json +131 -1
- package/typings.d.ts +2 -0
- package/cloud-business.js +0 -146446
- package/cloud-business.min.css +0 -1
- package/cloud-business.min.js +0 -202
|
@@ -3539,9 +3539,6 @@ body {
|
|
|
3539
3539
|
.customer-view-area-new .hideLabel {
|
|
3540
3540
|
display: none;
|
|
3541
3541
|
}
|
|
3542
|
-
.customer-view-area-new .newCloud-input {
|
|
3543
|
-
border: 1px solid #e8e8e8 !important;
|
|
3544
|
-
}
|
|
3545
3542
|
.customer-view-new-tip-temp {
|
|
3546
3543
|
display: flex;
|
|
3547
3544
|
}
|
|
@@ -3637,9 +3634,6 @@ body {
|
|
|
3637
3634
|
.customer-view-area-new .hideLabel {
|
|
3638
3635
|
display: none;
|
|
3639
3636
|
}
|
|
3640
|
-
.customer-view-area-new .newCloud-input {
|
|
3641
|
-
border: 1px solid #e8e8e8 !important;
|
|
3642
|
-
}
|
|
3643
3637
|
.customer-view-new-tip-temp {
|
|
3644
3638
|
display: flex;
|
|
3645
3639
|
}
|
|
@@ -3950,9 +3944,6 @@ body {
|
|
|
3950
3944
|
.customer-view-area-new .hideLabel {
|
|
3951
3945
|
display: none;
|
|
3952
3946
|
}
|
|
3953
|
-
.customer-view-area-new .newCloud-input {
|
|
3954
|
-
border: 1px solid #e8e8e8 !important;
|
|
3955
|
-
}
|
|
3956
3947
|
.customer-view-new-tip-temp {
|
|
3957
3948
|
display: flex;
|
|
3958
3949
|
}
|
|
@@ -4800,9 +4791,6 @@ body {
|
|
|
4800
4791
|
.customer-view-area-new .hideLabel {
|
|
4801
4792
|
display: none;
|
|
4802
4793
|
}
|
|
4803
|
-
.customer-view-area-new .newCloud-input {
|
|
4804
|
-
border: 1px solid #e8e8e8 !important;
|
|
4805
|
-
}
|
|
4806
4794
|
.customer-view-new-tip-temp {
|
|
4807
4795
|
display: flex;
|
|
4808
4796
|
}
|
|
@@ -5006,9 +4994,6 @@ body {
|
|
|
5006
4994
|
.customer-view-area-new .hideLabel {
|
|
5007
4995
|
display: none;
|
|
5008
4996
|
}
|
|
5009
|
-
.customer-view-area-new .newCloud-input {
|
|
5010
|
-
border: 1px solid #e8e8e8 !important;
|
|
5011
|
-
}
|
|
5012
4997
|
.customer-view-new-tip-temp {
|
|
5013
4998
|
display: flex;
|
|
5014
4999
|
}
|
|
@@ -6623,7 +6608,7 @@ body {
|
|
|
6623
6608
|
--shuyunBlue6: #003775;
|
|
6624
6609
|
--shuyunBlue7: #002147;
|
|
6625
6610
|
}
|
|
6626
|
-
.goods-failure-tip {
|
|
6611
|
+
.goods-failure-tip-new {
|
|
6627
6612
|
width: 154px;
|
|
6628
6613
|
position: absolute;
|
|
6629
6614
|
top: 42px;
|
|
@@ -6637,7 +6622,7 @@ body {
|
|
|
6637
6622
|
max-height: 150px;
|
|
6638
6623
|
overflow: auto;
|
|
6639
6624
|
}
|
|
6640
|
-
.goods-failure-tip::before {
|
|
6625
|
+
.goods-failure-tip-new::before {
|
|
6641
6626
|
content: '';
|
|
6642
6627
|
position: absolute;
|
|
6643
6628
|
width: 7px;
|
|
@@ -6650,7 +6635,7 @@ body {
|
|
|
6650
6635
|
border-bottom: 0;
|
|
6651
6636
|
background-color: #fff;
|
|
6652
6637
|
}
|
|
6653
|
-
.goods-failure-tip .copy-goods-operate {
|
|
6638
|
+
.goods-failure-tip-new .copy-goods-operate {
|
|
6654
6639
|
padding-bottom: 10px;
|
|
6655
6640
|
border-bottom: 1px solid #ccc;
|
|
6656
6641
|
display: flex;
|
|
@@ -6659,12 +6644,12 @@ body {
|
|
|
6659
6644
|
color: #0083ba;
|
|
6660
6645
|
cursor: pointer;
|
|
6661
6646
|
}
|
|
6662
|
-
.goods-failure-tip .copy-goods-ids {
|
|
6647
|
+
.goods-failure-tip-new .copy-goods-ids {
|
|
6663
6648
|
padding-top: 5px;
|
|
6664
6649
|
line-height: 1.5;
|
|
6665
6650
|
color: #333;
|
|
6666
6651
|
}
|
|
6667
|
-
.goods-failure-tip .copy-goods-ids p {
|
|
6652
|
+
.goods-failure-tip-new .copy-goods-ids p {
|
|
6668
6653
|
width: 100%;
|
|
6669
6654
|
overflow: hidden;
|
|
6670
6655
|
text-overflow: ellipsis;
|
|
@@ -6755,54 +6740,54 @@ body {
|
|
|
6755
6740
|
--shuyunBlue6: #003775;
|
|
6756
6741
|
--shuyunBlue7: #002147;
|
|
6757
6742
|
}
|
|
6758
|
-
.goods-selector-
|
|
6759
|
-
.goods-selector-
|
|
6760
|
-
.goods-selector-
|
|
6761
|
-
.goods-selector-
|
|
6743
|
+
.cloud-goods-selector-new .newCloud-input-focus .newCloud-input-affix,
|
|
6744
|
+
.cloud-goods-selector-new .newCloud-input-focus .newCloud-input-affix,
|
|
6745
|
+
.cloud-goods-selector-new .newCloud-input-textarea:focus,
|
|
6746
|
+
.cloud-goods-selector-new .newCloud-input:focus {
|
|
6762
6747
|
border-color: var(--shuyunBlue4) !important;
|
|
6763
6748
|
}
|
|
6764
|
-
.goods-selector-
|
|
6749
|
+
.cloud-goods-selector-new ::-webkit-scrollbar-track {
|
|
6765
6750
|
background-color: #fff !important;
|
|
6766
6751
|
}
|
|
6767
|
-
.goods-selector-
|
|
6752
|
+
.cloud-goods-selector-new ::-webkit-scrollbar-thumb {
|
|
6768
6753
|
background-color: #fff !important;
|
|
6769
6754
|
}
|
|
6770
|
-
.goods-selector-
|
|
6755
|
+
.cloud-goods-selector-new .newCloud-modal-header .newCloud-modal-title {
|
|
6771
6756
|
color: rgba(0, 0, 0, 0.85);
|
|
6772
6757
|
cursor: text;
|
|
6773
6758
|
display: block;
|
|
6774
6759
|
width: 100%;
|
|
6775
6760
|
margin-right: 16px;
|
|
6776
6761
|
}
|
|
6777
|
-
.goods-selector-
|
|
6762
|
+
.cloud-goods-selector-new .newCloud-dropdowns {
|
|
6778
6763
|
gap: 4px;
|
|
6779
6764
|
grid-gap: 4px;
|
|
6780
6765
|
color: rgba(0, 0, 0, 0.65);
|
|
6781
6766
|
}
|
|
6782
|
-
.goods-selector-
|
|
6767
|
+
.cloud-goods-selector-new .newCloud-dropdowns-open {
|
|
6783
6768
|
color: var(--shuyunBlue4);
|
|
6784
6769
|
}
|
|
6785
|
-
.goods-selector-
|
|
6786
|
-
.goods-selector-
|
|
6787
|
-
.goods-selector-
|
|
6770
|
+
.cloud-goods-selector-new .newCloud-dropdowns:hover,
|
|
6771
|
+
.cloud-goods-selector-new .newCloud-dropdowns:focus,
|
|
6772
|
+
.cloud-goods-selector-new .newCloud-dropdowns:active {
|
|
6788
6773
|
color: var(--shuyunBlue4);
|
|
6789
6774
|
}
|
|
6790
|
-
.goods-selector-
|
|
6775
|
+
.cloud-goods-selector-new-footer {
|
|
6791
6776
|
display: flex;
|
|
6792
6777
|
flex-direction: row-reverse;
|
|
6793
6778
|
}
|
|
6794
|
-
.goods-selector-
|
|
6779
|
+
.cloud-goods-selector-new-footer .cancel {
|
|
6795
6780
|
border: 1px solid #E8E8E8;
|
|
6796
6781
|
color: rgba(0, 0, 0, 0.85);
|
|
6797
6782
|
font-size: 14px;
|
|
6798
6783
|
}
|
|
6799
|
-
.goods-selector-
|
|
6800
|
-
.goods-selector-
|
|
6784
|
+
.cloud-goods-selector-new-footer .cancel:hover,
|
|
6785
|
+
.cloud-goods-selector-new-footer .cancel:active {
|
|
6801
6786
|
border: 1px solid #05c;
|
|
6802
6787
|
background-color: #FFFFFF;
|
|
6803
6788
|
color: #05c;
|
|
6804
6789
|
}
|
|
6805
|
-
.goods-selector-
|
|
6790
|
+
.cloud-goods-selector-new .rc-overflow {
|
|
6806
6791
|
display: flex;
|
|
6807
6792
|
flex-wrap: wrap;
|
|
6808
6793
|
max-width: 100%;
|
|
@@ -6810,13 +6795,13 @@ body {
|
|
|
6810
6795
|
align-items: center;
|
|
6811
6796
|
height: 100%;
|
|
6812
6797
|
}
|
|
6813
|
-
.goods-selector-
|
|
6798
|
+
.cloud-goods-selector-new .rc-overflow-item {
|
|
6814
6799
|
flex: none;
|
|
6815
6800
|
max-width: 100%;
|
|
6816
6801
|
display: flex;
|
|
6817
6802
|
align-items: center;
|
|
6818
6803
|
}
|
|
6819
|
-
.goods-selector-
|
|
6804
|
+
.cloud-goods-selector-new .newCloud-drawer {
|
|
6820
6805
|
margin: 0 auto;
|
|
6821
6806
|
bottom: 0px;
|
|
6822
6807
|
}
|
|
@@ -6837,29 +6822,29 @@ body {
|
|
|
6837
6822
|
.cloud-condition-name-item:hover .cloud-condition-name-item-operate {
|
|
6838
6823
|
display: inline-flex;
|
|
6839
6824
|
}
|
|
6840
|
-
.cloud-
|
|
6825
|
+
.cloud-goods-selector-new-rules-container .newCloud-dropdowns-menu-area {
|
|
6841
6826
|
width: 210px;
|
|
6842
6827
|
height: 248px;
|
|
6843
6828
|
overflow-y: scroll;
|
|
6844
6829
|
}
|
|
6845
|
-
.cloud-
|
|
6830
|
+
.cloud-goods-selector-new-rules-container .cloud-select-condition-list {
|
|
6846
6831
|
display: flex;
|
|
6847
6832
|
align-items: center;
|
|
6848
6833
|
height: 52px;
|
|
6849
6834
|
}
|
|
6850
|
-
.cloud-
|
|
6835
|
+
.cloud-goods-selector-new-rules-container .cloud-select-condition-list .cloud-divider-item {
|
|
6851
6836
|
margin-left: 12px;
|
|
6852
6837
|
color: rgba(0, 0, 0, 0.45);
|
|
6853
6838
|
font-size: 12px;
|
|
6854
6839
|
margin-top: 8px;
|
|
6855
6840
|
}
|
|
6856
|
-
.cloud-
|
|
6841
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group {
|
|
6857
6842
|
padding: 16px;
|
|
6858
6843
|
border-radius: 2px;
|
|
6859
6844
|
border: 1px solid #E8E8E8;
|
|
6860
6845
|
margin-bottom: 16px;
|
|
6861
6846
|
}
|
|
6862
|
-
.cloud-
|
|
6847
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group-title {
|
|
6863
6848
|
display: flex;
|
|
6864
6849
|
justify-content: space-between;
|
|
6865
6850
|
line-height: 20px;
|
|
@@ -6867,57 +6852,57 @@ body {
|
|
|
6867
6852
|
font-weight: 500;
|
|
6868
6853
|
color: rgba(0, 0, 0, 0.85);
|
|
6869
6854
|
}
|
|
6870
|
-
.cloud-
|
|
6855
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group-title .newCloud-icon {
|
|
6871
6856
|
color: rgba(0, 0, 0, 0.25);
|
|
6872
6857
|
font-size: 14px;
|
|
6873
6858
|
margin-left: 5px;
|
|
6874
6859
|
cursor: pointer;
|
|
6875
6860
|
}
|
|
6876
|
-
.cloud-
|
|
6861
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group-title .clear-btn {
|
|
6877
6862
|
font-weight: 400;
|
|
6878
6863
|
color: var(--shuyunBlue4);
|
|
6879
6864
|
cursor: pointer;
|
|
6880
6865
|
}
|
|
6881
|
-
.cloud-
|
|
6866
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new {
|
|
6882
6867
|
padding: 0;
|
|
6883
6868
|
background: #fff;
|
|
6884
6869
|
}
|
|
6885
|
-
.cloud-
|
|
6870
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-item {
|
|
6886
6871
|
position: relative;
|
|
6887
6872
|
display: flex;
|
|
6888
6873
|
align-items: center;
|
|
6889
6874
|
min-height: 30px;
|
|
6890
6875
|
}
|
|
6891
|
-
.cloud-
|
|
6876
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-item:not(:last-child) {
|
|
6892
6877
|
margin-top: 16px;
|
|
6893
6878
|
}
|
|
6894
|
-
.cloud-
|
|
6895
|
-
.cloud-
|
|
6879
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-item .condition-widget-shop-selector-new,
|
|
6880
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-item .condition-widget-box-content {
|
|
6896
6881
|
width: 380px;
|
|
6897
6882
|
}
|
|
6898
|
-
.cloud-
|
|
6899
|
-
.cloud-
|
|
6883
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-item .condition-widget-shop-selector-new > div,
|
|
6884
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-item .condition-widget-box-content > div {
|
|
6900
6885
|
width: 380px;
|
|
6901
6886
|
}
|
|
6902
|
-
.cloud-
|
|
6887
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-field {
|
|
6903
6888
|
width: 214px;
|
|
6904
6889
|
}
|
|
6905
|
-
.cloud-
|
|
6890
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new .newCloud-select.setting-conditions-new-operator {
|
|
6906
6891
|
width: 160px;
|
|
6907
6892
|
margin: 0 12px;
|
|
6908
6893
|
}
|
|
6909
|
-
.cloud-
|
|
6894
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .setting-conditions-new-remove-new {
|
|
6910
6895
|
position: absolute;
|
|
6911
6896
|
right: 0;
|
|
6912
6897
|
font-size: 16px;
|
|
6913
6898
|
color: rgba(0, 0, 0, 0.25);
|
|
6914
6899
|
}
|
|
6915
|
-
.cloud-
|
|
6900
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .cloud-dynamic-add-btn {
|
|
6916
6901
|
display: flex;
|
|
6917
6902
|
align-items: center;
|
|
6918
6903
|
margin-top: 16px;
|
|
6919
6904
|
}
|
|
6920
|
-
.cloud-
|
|
6905
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-group .cloud-dynamic-add-btn span {
|
|
6921
6906
|
display: inline-block;
|
|
6922
6907
|
text-align: center;
|
|
6923
6908
|
line-height: 12px;
|
|
@@ -6929,10 +6914,10 @@ body {
|
|
|
6929
6914
|
color: #fff;
|
|
6930
6915
|
font-size: 12px;
|
|
6931
6916
|
}
|
|
6932
|
-
.cloud-
|
|
6917
|
+
.cloud-goods-selector-new-rules-container .cloud-rule--bottom-btn {
|
|
6933
6918
|
padding-bottom: 40px;
|
|
6934
6919
|
}
|
|
6935
|
-
.cloud-
|
|
6920
|
+
.cloud-goods-selector-new-rules-container .cloud-rule-static-idGroup {
|
|
6936
6921
|
margin-top: 16px;
|
|
6937
6922
|
color: rgba(0, 0, 0, 0.65);
|
|
6938
6923
|
}
|
|
@@ -6968,21 +6953,6 @@ body {
|
|
|
6968
6953
|
min-height: 504px;
|
|
6969
6954
|
overflow: auto;
|
|
6970
6955
|
}
|
|
6971
|
-
.cloud-goods-selector-pro-num {
|
|
6972
|
-
position: absolute;
|
|
6973
|
-
top: -2px;
|
|
6974
|
-
line-height: 14px;
|
|
6975
|
-
padding: 1px 10px;
|
|
6976
|
-
text-align: center;
|
|
6977
|
-
border-radius: 2px;
|
|
6978
|
-
background: #f23c3c;
|
|
6979
|
-
color: #fff;
|
|
6980
|
-
z-index: 99;
|
|
6981
|
-
transform: scale(0.9);
|
|
6982
|
-
}
|
|
6983
|
-
.cloud-goods-selector-pro-num.selected-num {
|
|
6984
|
-
top: -8px;
|
|
6985
|
-
}
|
|
6986
6956
|
.search-input-container {
|
|
6987
6957
|
display: flex;
|
|
6988
6958
|
align-items: center;
|
|
@@ -7001,28 +6971,28 @@ body {
|
|
|
7001
6971
|
border-top-left-radius: 0;
|
|
7002
6972
|
border-bottom-left-radius: 0;
|
|
7003
6973
|
}
|
|
7004
|
-
.cloud-goods-selector-
|
|
6974
|
+
.cloud-goods-selector-new-goods-modal {
|
|
7005
6975
|
height: 100%;
|
|
7006
6976
|
}
|
|
7007
|
-
.cloud-goods-selector-
|
|
6977
|
+
.cloud-goods-selector-new-goods-modal .totals-flag {
|
|
7008
6978
|
display: inline-block;
|
|
7009
6979
|
position: absolute;
|
|
7010
6980
|
top: 15px;
|
|
7011
6981
|
left: 61px;
|
|
7012
6982
|
}
|
|
7013
|
-
.cloud-goods-selector-
|
|
6983
|
+
.cloud-goods-selector-new-goods-modal .totals-flag-tabs {
|
|
7014
6984
|
left: 141px;
|
|
7015
6985
|
}
|
|
7016
|
-
.cloud-goods-selector-
|
|
6986
|
+
.cloud-goods-selector-new-goods-modal .newCloud-tabs-header-line {
|
|
7017
6987
|
margin-bottom: 16px;
|
|
7018
6988
|
}
|
|
7019
|
-
.cloud-goods-selector-
|
|
6989
|
+
.cloud-goods-selector-new-goods-modal .newCloud-tabs .newCloud-tab-content {
|
|
7020
6990
|
font-size: 14px;
|
|
7021
6991
|
}
|
|
7022
|
-
.cloud-goods-selector-
|
|
6992
|
+
.cloud-goods-selector-new-goods-modal .newCloud-tabs-line-horizontal {
|
|
7023
6993
|
padding: 0;
|
|
7024
6994
|
}
|
|
7025
|
-
.cloud-goods-selector-
|
|
6995
|
+
.cloud-goods-selector-new-goods-modal-tabs {
|
|
7026
6996
|
display: flex;
|
|
7027
6997
|
flex-flow: column nowrap;
|
|
7028
6998
|
margin-bottom: -20px;
|
|
@@ -7032,13 +7002,13 @@ body {
|
|
|
7032
7002
|
height: 100%;
|
|
7033
7003
|
/* 表格基本样式 */
|
|
7034
7004
|
}
|
|
7035
|
-
.cloud-goods-selector-
|
|
7005
|
+
.cloud-goods-selector-new-goods-modal-tabs-panel {
|
|
7036
7006
|
height: 670px;
|
|
7037
7007
|
display: flex;
|
|
7038
7008
|
flex-flow: column nowrap;
|
|
7039
7009
|
overflow: auto;
|
|
7040
7010
|
}
|
|
7041
|
-
.cloud-goods-selector-
|
|
7011
|
+
.cloud-goods-selector-new-goods-modal-tabs .goods-table-opt {
|
|
7042
7012
|
font-size: 14px;
|
|
7043
7013
|
color: var(--shuyunBlue4);
|
|
7044
7014
|
cursor: pointer;
|
|
@@ -7046,73 +7016,73 @@ body {
|
|
|
7046
7016
|
margin-bottom: 16px;
|
|
7047
7017
|
margin-top: 8px;
|
|
7048
7018
|
}
|
|
7049
|
-
.cloud-goods-selector-
|
|
7019
|
+
.cloud-goods-selector-new-goods-modal-tabs .goods-table-opt span {
|
|
7050
7020
|
display: inline-flex;
|
|
7051
7021
|
}
|
|
7052
|
-
.cloud-goods-selector-
|
|
7022
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap {
|
|
7053
7023
|
display: flex;
|
|
7054
7024
|
flex-flow: column;
|
|
7055
7025
|
flex: 1;
|
|
7056
7026
|
}
|
|
7057
|
-
.cloud-goods-selector-
|
|
7027
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch {
|
|
7058
7028
|
margin-top: 12px;
|
|
7059
7029
|
line-height: 20px;
|
|
7060
7030
|
display: flex;
|
|
7061
7031
|
flex-flow: row nowrap;
|
|
7062
7032
|
justify-content: space-between;
|
|
7063
7033
|
}
|
|
7064
|
-
.cloud-goods-selector-
|
|
7034
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch .batch-add {
|
|
7065
7035
|
float: right;
|
|
7066
7036
|
color: #0083ba;
|
|
7067
7037
|
cursor: pointer;
|
|
7068
7038
|
}
|
|
7069
|
-
.cloud-goods-selector-
|
|
7039
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch .toggle-all {
|
|
7070
7040
|
color: #0083ba;
|
|
7071
7041
|
cursor: pointer;
|
|
7072
7042
|
margin-left: 20px;
|
|
7073
7043
|
vertical-align: 3px;
|
|
7074
7044
|
}
|
|
7075
|
-
.cloud-goods-selector-
|
|
7045
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch .toggle-all {
|
|
7076
7046
|
color: #0083ba;
|
|
7077
7047
|
cursor: pointer;
|
|
7078
7048
|
margin-left: 20px;
|
|
7079
7049
|
vertical-align: 3px;
|
|
7080
7050
|
}
|
|
7081
|
-
.cloud-goods-selector-
|
|
7051
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .fake-wrapper {
|
|
7082
7052
|
flex: 1;
|
|
7083
7053
|
padding-bottom: 10px;
|
|
7084
7054
|
}
|
|
7085
|
-
.cloud-goods-selector-
|
|
7055
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .newCloud-table-lite-warp {
|
|
7086
7056
|
flex-grow: 1;
|
|
7087
7057
|
}
|
|
7088
|
-
.cloud-goods-selector-
|
|
7058
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main .cloud-checkbox-inner:after {
|
|
7089
7059
|
box-sizing: content-box !important;
|
|
7090
7060
|
}
|
|
7091
|
-
.cloud-goods-selector-
|
|
7061
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main tbody tr > td {
|
|
7092
7062
|
height: 57px;
|
|
7093
7063
|
}
|
|
7094
|
-
.cloud-goods-selector-
|
|
7064
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-selector-shops {
|
|
7095
7065
|
display: -webkit-box;
|
|
7096
7066
|
-webkit-box-orient: vertical;
|
|
7097
7067
|
-webkit-line-clamp: 2;
|
|
7098
7068
|
overflow: hidden;
|
|
7099
7069
|
}
|
|
7100
|
-
.cloud-goods-selector-
|
|
7070
|
+
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .table-goods-details {
|
|
7101
7071
|
vertical-align: -3;
|
|
7102
7072
|
display: flex;
|
|
7103
7073
|
align-items: center;
|
|
7104
7074
|
}
|
|
7105
|
-
.cloud-goods-selector-
|
|
7075
|
+
.cloud-goods-selector-new-goods-modal-tabs .newCloud-pagination {
|
|
7106
7076
|
justify-content: flex-end;
|
|
7107
7077
|
}
|
|
7108
|
-
.cloud-goods-selector-
|
|
7078
|
+
.cloud-goods-selector-new-goods-modal-tabs .edit-condition .justify-between {
|
|
7109
7079
|
margin: 27px 0 16px 0;
|
|
7110
7080
|
display: flex;
|
|
7111
7081
|
flex-flow: row nowrap;
|
|
7112
7082
|
justify-content: space-between;
|
|
7113
7083
|
align-items: flex-end;
|
|
7114
7084
|
}
|
|
7115
|
-
.cloud-goods-selector-
|
|
7085
|
+
.cloud-goods-selector-new-goods-modal-tabs .edit-condition .justify-between button {
|
|
7116
7086
|
font-size: 12px;
|
|
7117
7087
|
margin-right: 10px;
|
|
7118
7088
|
}
|
|
@@ -7255,23 +7225,23 @@ body {
|
|
|
7255
7225
|
.condition-widget-shop-selector-new .newCloud-tag {
|
|
7256
7226
|
margin-right: 2px;
|
|
7257
7227
|
}
|
|
7258
|
-
.cloud-
|
|
7228
|
+
.cloud-goods-selector-new-selected-tab .justify-between {
|
|
7259
7229
|
display: flex;
|
|
7260
7230
|
flex-flow: row nowrap;
|
|
7261
7231
|
justify-content: space-between;
|
|
7262
7232
|
align-items: flex-end;
|
|
7263
7233
|
margin-bottom: 16px;
|
|
7264
7234
|
}
|
|
7265
|
-
.cloud-
|
|
7235
|
+
.cloud-goods-selector-new-selected-tab .justify-between .cloud-select {
|
|
7266
7236
|
width: 110px;
|
|
7267
7237
|
}
|
|
7268
|
-
.cloud-
|
|
7238
|
+
.cloud-goods-selector-new-selected-tab .justify-between .f-szie-12 {
|
|
7269
7239
|
font-size: 12px;
|
|
7270
7240
|
}
|
|
7271
|
-
.cloud-
|
|
7241
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-wrap {
|
|
7272
7242
|
position: relative;
|
|
7273
7243
|
}
|
|
7274
|
-
.cloud-
|
|
7244
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container {
|
|
7275
7245
|
position: absolute;
|
|
7276
7246
|
left: 0;
|
|
7277
7247
|
top: 28px;
|
|
@@ -7284,12 +7254,12 @@ body {
|
|
|
7284
7254
|
border: 1px solid #DDDEE1;
|
|
7285
7255
|
z-index: 10;
|
|
7286
7256
|
}
|
|
7287
|
-
.cloud-
|
|
7257
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container > p {
|
|
7288
7258
|
padding-top: 30px;
|
|
7289
7259
|
text-align: center;
|
|
7290
7260
|
font-size: 12px;
|
|
7291
7261
|
}
|
|
7292
|
-
.cloud-
|
|
7262
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container::before {
|
|
7293
7263
|
content: '';
|
|
7294
7264
|
display: inline-block;
|
|
7295
7265
|
width: 0;
|
|
@@ -7300,10 +7270,10 @@ body {
|
|
|
7300
7270
|
top: -13px;
|
|
7301
7271
|
left: 10px;
|
|
7302
7272
|
}
|
|
7303
|
-
.cloud-
|
|
7273
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container dl {
|
|
7304
7274
|
margin: 0;
|
|
7305
7275
|
}
|
|
7306
|
-
.cloud-
|
|
7276
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container dt {
|
|
7307
7277
|
padding-left: 10px;
|
|
7308
7278
|
line-height: 30px;
|
|
7309
7279
|
color: #3D3D3D;
|
|
@@ -7311,79 +7281,79 @@ body {
|
|
|
7311
7281
|
font-size: 12px;
|
|
7312
7282
|
border-bottom: 1px solid #EEEEEE;
|
|
7313
7283
|
}
|
|
7314
|
-
.cloud-
|
|
7284
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container dd {
|
|
7315
7285
|
color: #3D3D3D;
|
|
7316
7286
|
padding: 10px;
|
|
7317
7287
|
margin: 0;
|
|
7318
7288
|
cursor: pointer;
|
|
7319
7289
|
}
|
|
7320
|
-
.cloud-
|
|
7290
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container .scroll-container dd {
|
|
7321
7291
|
display: flex;
|
|
7322
7292
|
align-items: center;
|
|
7323
7293
|
justify-content: space-between;
|
|
7324
7294
|
}
|
|
7325
|
-
.cloud-
|
|
7295
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container .scroll-container dd p {
|
|
7326
7296
|
width: calc(100% - 34px);
|
|
7327
7297
|
overflow: hidden;
|
|
7328
7298
|
text-overflow: ellipsis;
|
|
7329
7299
|
white-space: nowrap;
|
|
7330
7300
|
}
|
|
7331
|
-
.cloud-
|
|
7301
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container .scroll-container dd:hover {
|
|
7332
7302
|
background-color: #F5F5F5;
|
|
7333
7303
|
}
|
|
7334
|
-
.cloud-
|
|
7304
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container .scroll-container dd:hover .pop-wrap {
|
|
7335
7305
|
opacity: 1;
|
|
7336
7306
|
}
|
|
7337
|
-
.cloud-
|
|
7307
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container .scroll-container .pop-wrap {
|
|
7338
7308
|
display: flex;
|
|
7339
7309
|
align-items: center;
|
|
7340
7310
|
justify-content: space-between;
|
|
7341
7311
|
width: 30px;
|
|
7342
7312
|
opacity: 0;
|
|
7343
7313
|
}
|
|
7344
|
-
.cloud-
|
|
7314
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container .scroll-container .pop-wrap > * {
|
|
7345
7315
|
font-size: 12px;
|
|
7346
7316
|
color: #666;
|
|
7347
7317
|
}
|
|
7348
|
-
.cloud-
|
|
7318
|
+
.cloud-goods-selector-new-selected-tab .justify-between .history-list-container .scroll-container .pop-wrap > *:hover {
|
|
7349
7319
|
color: #222;
|
|
7350
7320
|
}
|
|
7351
|
-
.cloud-
|
|
7321
|
+
.cloud-goods-selector-new-selected-tab .justify-between .remove-box {
|
|
7352
7322
|
color: var(--shuyunBlue4);
|
|
7353
7323
|
font-size: 14px;
|
|
7354
7324
|
display: flex;
|
|
7355
7325
|
align-items: center;
|
|
7356
7326
|
}
|
|
7357
|
-
.cloud-
|
|
7327
|
+
.cloud-goods-selector-new-selected-tab .justify-between .remove-box span {
|
|
7358
7328
|
display: inline-block;
|
|
7359
7329
|
margin-right: 16px;
|
|
7360
7330
|
line-height: 30px;
|
|
7361
7331
|
cursor: pointer;
|
|
7362
7332
|
}
|
|
7363
|
-
.cloud-
|
|
7333
|
+
.cloud-goods-selector-new-selected-tab .justify-between .remove-box span:hover {
|
|
7364
7334
|
color: var(--shuyunBlue4);
|
|
7365
7335
|
}
|
|
7366
|
-
.cloud-
|
|
7336
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap {
|
|
7367
7337
|
margin: 10px 0;
|
|
7368
7338
|
}
|
|
7369
|
-
.cloud-
|
|
7339
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap .conditions-details {
|
|
7370
7340
|
background-color: #fff;
|
|
7371
7341
|
padding: 10px 5px;
|
|
7372
7342
|
margin-bottom: 20px;
|
|
7373
7343
|
margin-top: 15px;
|
|
7374
7344
|
}
|
|
7375
|
-
.cloud-
|
|
7345
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap .conditions-details .none-box {
|
|
7376
7346
|
text-align: center;
|
|
7377
7347
|
color: #999;
|
|
7378
7348
|
font-size: 14px;
|
|
7379
7349
|
}
|
|
7380
|
-
.cloud-
|
|
7350
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap .conditions-details .none-box i {
|
|
7381
7351
|
font-size: 44px;
|
|
7382
7352
|
vertical-align: middle;
|
|
7383
7353
|
margin-right: 12px;
|
|
7384
7354
|
color: #ddd;
|
|
7385
7355
|
}
|
|
7386
|
-
.cloud-
|
|
7356
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap .conditions-details li {
|
|
7387
7357
|
height: 40px;
|
|
7388
7358
|
border-bottom: 1px solid #EEEEEE;
|
|
7389
7359
|
line-height: 40px;
|
|
@@ -7392,17 +7362,17 @@ body {
|
|
|
7392
7362
|
font-size: 12px;
|
|
7393
7363
|
display: flex;
|
|
7394
7364
|
}
|
|
7395
|
-
.cloud-
|
|
7365
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap .conditions-details li:last-child {
|
|
7396
7366
|
border-bottom: none;
|
|
7397
7367
|
}
|
|
7398
|
-
.cloud-
|
|
7368
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap .conditions-details li p {
|
|
7399
7369
|
flex: 1;
|
|
7400
7370
|
padding-right: 8px;
|
|
7401
7371
|
overflow: hidden;
|
|
7402
7372
|
text-overflow: ellipsis;
|
|
7403
7373
|
white-space: nowrap;
|
|
7404
7374
|
}
|
|
7405
|
-
.cloud-
|
|
7375
|
+
.cloud-goods-selector-new-selected-tab .query-list-wrap .conditions-details li span {
|
|
7406
7376
|
font-size: 12px;
|
|
7407
7377
|
color: #0083BA;
|
|
7408
7378
|
cursor: pointer;
|
|
@@ -7422,11 +7392,11 @@ body {
|
|
|
7422
7392
|
.batch-add-content .batch-add-text {
|
|
7423
7393
|
font-family: Microsoft YaHei, sans-serif;
|
|
7424
7394
|
}
|
|
7425
|
-
.cloud-goods-selector-
|
|
7395
|
+
.cloud-goods-selector-new-create-condition {
|
|
7426
7396
|
width: 100%;
|
|
7427
7397
|
margin: 0 auto;
|
|
7428
7398
|
}
|
|
7429
|
-
.cloud-goods-selector-
|
|
7399
|
+
.cloud-goods-selector-new-create-condition ul {
|
|
7430
7400
|
background: #ecf8fc;
|
|
7431
7401
|
border: 1px solid #d2eeff;
|
|
7432
7402
|
padding: 5px 11px;
|
|
@@ -7436,7 +7406,7 @@ body {
|
|
|
7436
7406
|
color: #666;
|
|
7437
7407
|
margin-bottom: 20px;
|
|
7438
7408
|
}
|
|
7439
|
-
.cloud-goods-selector-
|
|
7409
|
+
.cloud-goods-selector-new-create-condition .input-info {
|
|
7440
7410
|
display: flex;
|
|
7441
7411
|
align-content: center;
|
|
7442
7412
|
font-size: 14px;
|
|
@@ -7445,11 +7415,11 @@ body {
|
|
|
7445
7415
|
margin-bottom: 16px;
|
|
7446
7416
|
margin-top: 16px;
|
|
7447
7417
|
}
|
|
7448
|
-
.cloud-goods-selector-
|
|
7418
|
+
.cloud-goods-selector-new-create-condition .input-info p {
|
|
7449
7419
|
width: 98px;
|
|
7450
7420
|
text-align: right;
|
|
7451
7421
|
}
|
|
7452
|
-
.cloud-goods-selector-
|
|
7422
|
+
.cloud-goods-selector-new-create-condition .input-info span {
|
|
7453
7423
|
color: rgba(0, 0, 0, 0.85);
|
|
7454
7424
|
}
|
|
7455
7425
|
.goods-error {
|
|
@@ -7684,19 +7654,19 @@ body {
|
|
|
7684
7654
|
--shuyunBlue6: #003775;
|
|
7685
7655
|
--shuyunBlue7: #002147;
|
|
7686
7656
|
}
|
|
7687
|
-
.goods-selector-
|
|
7657
|
+
.cloud-goods-selector-new-goods-form {
|
|
7688
7658
|
display: flex;
|
|
7689
7659
|
flex-flow: row wrap;
|
|
7690
7660
|
align-content: flex-start;
|
|
7691
7661
|
align-items: center;
|
|
7692
7662
|
}
|
|
7693
|
-
.goods-selector-
|
|
7663
|
+
.cloud-goods-selector-new-goods-form .search-toggle {
|
|
7694
7664
|
margin-left: 20px;
|
|
7695
7665
|
font-size: 14px;
|
|
7696
7666
|
color: var(--shuyunBlue4);
|
|
7697
7667
|
cursor: pointer;
|
|
7698
7668
|
}
|
|
7699
|
-
.goods-selector-
|
|
7669
|
+
.cloud-goods-selector-new-goods-form .goods-form-item {
|
|
7700
7670
|
padding-bottom: 16px;
|
|
7701
7671
|
display: flex;
|
|
7702
7672
|
justify-content: flex-start;
|
|
@@ -7704,17 +7674,17 @@ body {
|
|
|
7704
7674
|
align-items: center;
|
|
7705
7675
|
color: rgba(0, 0, 0, 0.65);
|
|
7706
7676
|
}
|
|
7707
|
-
.goods-selector-
|
|
7677
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .newCloud-select {
|
|
7708
7678
|
width: 190px;
|
|
7709
7679
|
}
|
|
7710
|
-
.goods-selector-
|
|
7680
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .select {
|
|
7711
7681
|
width: 190px;
|
|
7712
7682
|
}
|
|
7713
|
-
.goods-selector-
|
|
7683
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .select-wrapper {
|
|
7714
7684
|
line-height: 18px;
|
|
7715
7685
|
background-color: #fff;
|
|
7716
7686
|
}
|
|
7717
|
-
.goods-selector-
|
|
7687
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .goods-form-item-label {
|
|
7718
7688
|
font-size: 14px;
|
|
7719
7689
|
display: inline-block;
|
|
7720
7690
|
width: 100px;
|
|
@@ -7724,62 +7694,62 @@ body {
|
|
|
7724
7694
|
white-space: nowrap;
|
|
7725
7695
|
text-align: right;
|
|
7726
7696
|
}
|
|
7727
|
-
.goods-selector-
|
|
7697
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .goods-form-item-input {
|
|
7728
7698
|
width: 190px;
|
|
7729
7699
|
}
|
|
7730
|
-
.goods-selector-
|
|
7700
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .goods-form-item-input.input-error {
|
|
7731
7701
|
border: 1px solid #f00;
|
|
7732
7702
|
}
|
|
7733
|
-
.goods-selector-
|
|
7703
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .goods-form-item-range {
|
|
7734
7704
|
height: 32px;
|
|
7735
7705
|
width: 88px;
|
|
7736
7706
|
}
|
|
7737
|
-
.goods-selector-
|
|
7707
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .newCloud-select {
|
|
7738
7708
|
min-width: 60px !important;
|
|
7739
7709
|
}
|
|
7740
|
-
.goods-selector-
|
|
7710
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .newCloud-select-select-options {
|
|
7741
7711
|
min-width: 60px !important;
|
|
7742
7712
|
}
|
|
7743
|
-
.goods-selector-
|
|
7713
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .cloud-select-select-options {
|
|
7744
7714
|
width: 150px;
|
|
7745
7715
|
}
|
|
7746
|
-
.goods-selector-
|
|
7716
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .goods-form-item-dropdown {
|
|
7747
7717
|
background: #fff;
|
|
7748
7718
|
}
|
|
7749
|
-
.goods-selector-
|
|
7719
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .online-time {
|
|
7750
7720
|
font-size: 14px;
|
|
7751
7721
|
}
|
|
7752
|
-
.goods-selector-
|
|
7722
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .online-time .newCloud-datepicker-inp {
|
|
7753
7723
|
width: 141px !important;
|
|
7754
7724
|
}
|
|
7755
|
-
.goods-selector-
|
|
7725
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .online-time .newCloud-picker-input > input:focus {
|
|
7756
7726
|
border: none !important;
|
|
7757
7727
|
}
|
|
7758
|
-
.goods-selector-
|
|
7728
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .outer-id-string {
|
|
7759
7729
|
font-size: 14px;
|
|
7760
7730
|
}
|
|
7761
|
-
.goods-selector-
|
|
7731
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .not-online-time .newCloud-datepicker-inp {
|
|
7762
7732
|
width: 194px !important;
|
|
7763
7733
|
}
|
|
7764
|
-
.goods-selector-
|
|
7734
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .input-group.input-affix {
|
|
7765
7735
|
width: 150px;
|
|
7766
7736
|
overflow: hidden;
|
|
7767
7737
|
}
|
|
7768
|
-
.goods-selector-
|
|
7738
|
+
.cloud-goods-selector-new-goods-form .goods-form-item .goods-form-outerid {
|
|
7769
7739
|
margin-right: 12px;
|
|
7770
7740
|
}
|
|
7771
|
-
.goods-selector-
|
|
7741
|
+
.cloud-goods-selector-new-goods-form .operator-area {
|
|
7772
7742
|
box-sizing: border-box;
|
|
7773
7743
|
display: flex;
|
|
7774
7744
|
justify-content: flex-start;
|
|
7775
7745
|
align-items: center;
|
|
7776
7746
|
padding-bottom: 16px;
|
|
7777
7747
|
}
|
|
7778
|
-
.goods-selector-
|
|
7748
|
+
.cloud-goods-selector-new-goods-form .operator-area .search-mode {
|
|
7779
7749
|
cursor: pointer;
|
|
7780
7750
|
color: #0083ba;
|
|
7781
7751
|
}
|
|
7782
|
-
.goods-selector-
|
|
7752
|
+
.cloud-goods-selector-new-goods-form .operator-area .search-reset {
|
|
7783
7753
|
margin-left: 20px;
|
|
7784
7754
|
font-size: 14px;
|
|
7785
7755
|
color: var(--shuyunBlue4);
|
|
@@ -7788,7 +7758,7 @@ body {
|
|
|
7788
7758
|
.goods-item-date-range {
|
|
7789
7759
|
z-index: 99999999999;
|
|
7790
7760
|
}
|
|
7791
|
-
.add-condition .default-flag {
|
|
7761
|
+
.add-condition-new .default-flag {
|
|
7792
7762
|
width: 30px;
|
|
7793
7763
|
height: 16px;
|
|
7794
7764
|
display: inline-block;
|
|
@@ -7800,39 +7770,39 @@ body {
|
|
|
7800
7770
|
border-radius: 1px;
|
|
7801
7771
|
transform: scale(0.7);
|
|
7802
7772
|
}
|
|
7803
|
-
.add-condition .add-condition-btn {
|
|
7773
|
+
.add-condition-new .add-condition-btn {
|
|
7804
7774
|
margin-top: 16px;
|
|
7805
7775
|
color: var(--shuyunBlue4);
|
|
7806
7776
|
cursor: pointer;
|
|
7807
7777
|
}
|
|
7808
|
-
.add-condition .add-condition-btn > span {
|
|
7778
|
+
.add-condition-new .add-condition-btn > span {
|
|
7809
7779
|
margin-right: 6px;
|
|
7810
7780
|
}
|
|
7811
|
-
.add-condition .isnotdefault-flag {
|
|
7781
|
+
.add-condition-new .isnotdefault-flag {
|
|
7812
7782
|
width: 30px;
|
|
7813
7783
|
height: 16px;
|
|
7814
7784
|
display: inline-block;
|
|
7815
7785
|
}
|
|
7816
|
-
.add-condition .cloud-tree-select {
|
|
7786
|
+
.add-condition-new .cloud-tree-select {
|
|
7817
7787
|
max-width: 380px;
|
|
7818
7788
|
width: 380px;
|
|
7819
7789
|
display: inline-block;
|
|
7820
7790
|
}
|
|
7821
|
-
.add-condition .cloud-tree-select-options {
|
|
7791
|
+
.add-condition-new .cloud-tree-select-options {
|
|
7822
7792
|
max-width: 380px;
|
|
7823
7793
|
width: 380px;
|
|
7824
7794
|
}
|
|
7825
|
-
.add-condition .condition-tip {
|
|
7795
|
+
.add-condition-new .condition-tip {
|
|
7826
7796
|
font-size: 12px;
|
|
7827
7797
|
color: #999;
|
|
7828
7798
|
}
|
|
7829
|
-
.add-condition .opr-btn {
|
|
7799
|
+
.add-condition-new .opr-btn {
|
|
7830
7800
|
margin-left: 10px;
|
|
7831
7801
|
font-size: 12px;
|
|
7832
7802
|
color: #0083ba;
|
|
7833
7803
|
cursor: pointer;
|
|
7834
7804
|
}
|
|
7835
|
-
.add-condition .common-btn {
|
|
7805
|
+
.add-condition-new .common-btn {
|
|
7836
7806
|
width: 12px;
|
|
7837
7807
|
height: 12px;
|
|
7838
7808
|
display: inline-block;
|
|
@@ -9304,3090 +9274,6 @@ body {
|
|
|
9304
9274
|
z-index: 1;
|
|
9305
9275
|
}
|
|
9306
9276
|
|
|
9307
|
-
body {
|
|
9308
|
-
margin: 0;
|
|
9309
|
-
--shuyunBlue1: #EDF6FF;
|
|
9310
|
-
--shuyunBlue2: #CCE6FF;
|
|
9311
|
-
--shuyunBlue3: #72B0ED;
|
|
9312
|
-
--shuyunBlue4: #0066CC;
|
|
9313
|
-
--shuyunBlue5: #004CA3;
|
|
9314
|
-
--shuyunBlue6: #003775;
|
|
9315
|
-
--shuyunBlue7: #002147;
|
|
9316
|
-
}
|
|
9317
|
-
.assetModal {
|
|
9318
|
-
height: 700px;
|
|
9319
|
-
}
|
|
9320
|
-
.assetModal .infinite-scroll-component {
|
|
9321
|
-
height: initial !important;
|
|
9322
|
-
overflow: initial !important;
|
|
9323
|
-
}
|
|
9324
|
-
.assetModal ::-webkit-scrollbar-track-piece {
|
|
9325
|
-
background-color: transparent;
|
|
9326
|
-
-webkit-border-radius: 0;
|
|
9327
|
-
}
|
|
9328
|
-
.assetModal ::-webkit-scrollbar {
|
|
9329
|
-
width: 12px !important;
|
|
9330
|
-
height: 12px !important;
|
|
9331
|
-
}
|
|
9332
|
-
.assetModal ::-webkit-scrollbar-thumb {
|
|
9333
|
-
height: 50px;
|
|
9334
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
9335
|
-
-webkit-border-radius: 6px;
|
|
9336
|
-
outline: 2px solid #fff;
|
|
9337
|
-
outline-offset: -2px;
|
|
9338
|
-
border: 2px solid #fff;
|
|
9339
|
-
}
|
|
9340
|
-
.assetModal ::-webkit-scrollbar-thumb:hover {
|
|
9341
|
-
height: 50px;
|
|
9342
|
-
background-color: #9f9f9f;
|
|
9343
|
-
-webkit-border-radius: 6px;
|
|
9344
|
-
}
|
|
9345
|
-
.assetModal pre {
|
|
9346
|
-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
9347
|
-
}
|
|
9348
|
-
.assetModal * {
|
|
9349
|
-
box-sizing: border-box;
|
|
9350
|
-
}
|
|
9351
|
-
.assetModal .assetModalWarp {
|
|
9352
|
-
width: 100%;
|
|
9353
|
-
display: flex;
|
|
9354
|
-
padding: 10px 0 0 0;
|
|
9355
|
-
overflow: hidden;
|
|
9356
|
-
position: relative;
|
|
9357
|
-
}
|
|
9358
|
-
.assetModal .newCloud-modal-footer {
|
|
9359
|
-
padding: 12px 0;
|
|
9360
|
-
}
|
|
9361
|
-
.assetModal .assetModalFooter {
|
|
9362
|
-
display: flex;
|
|
9363
|
-
}
|
|
9364
|
-
.assetModal .assetModalFooter .footerLeft {
|
|
9365
|
-
flex: 0 0 140px;
|
|
9366
|
-
position: relative;
|
|
9367
|
-
}
|
|
9368
|
-
.assetModal .assetModalFooter .footerLeft::before {
|
|
9369
|
-
position: absolute;
|
|
9370
|
-
width: 140px;
|
|
9371
|
-
top: -13px;
|
|
9372
|
-
height: 1px;
|
|
9373
|
-
left: 0;
|
|
9374
|
-
background: #fff;
|
|
9375
|
-
content: '';
|
|
9376
|
-
}
|
|
9377
|
-
.assetModal .assetModalFooter .footerLeft::after {
|
|
9378
|
-
position: absolute;
|
|
9379
|
-
width: 1px;
|
|
9380
|
-
top: -13px;
|
|
9381
|
-
right: 0;
|
|
9382
|
-
height: 56px;
|
|
9383
|
-
background: #E8E8E8;
|
|
9384
|
-
content: '';
|
|
9385
|
-
}
|
|
9386
|
-
.assetModal .assetModalFooter .footerRight {
|
|
9387
|
-
display: flex;
|
|
9388
|
-
padding: 0 20px;
|
|
9389
|
-
align-items: center;
|
|
9390
|
-
justify-content: space-between;
|
|
9391
|
-
width: 100%;
|
|
9392
|
-
}
|
|
9393
|
-
.assetModal .assetModalFooter .footerRight .footerOperate {
|
|
9394
|
-
flex: 1;
|
|
9395
|
-
text-align: left;
|
|
9396
|
-
}
|
|
9397
|
-
.assetModal .assetModalFooter .footerRight .footerOperate .select {
|
|
9398
|
-
font-size: 12px;
|
|
9399
|
-
color: rgba(0, 0, 0, 0.65);
|
|
9400
|
-
margin-right: 12px;
|
|
9401
|
-
}
|
|
9402
|
-
.assetModal .assetModalFooter .footerRight .footerOperate .select .count {
|
|
9403
|
-
cursor: pointer;
|
|
9404
|
-
color: var(--shuyunBlue4);
|
|
9405
|
-
}
|
|
9406
|
-
.assetModal .assetModalFooter .footerRight .footerConfirm {
|
|
9407
|
-
flex: 0 0 128;
|
|
9408
|
-
}
|
|
9409
|
-
|
|
9410
|
-
.combineInputContainer {
|
|
9411
|
-
display: flex;
|
|
9412
|
-
align-items: center;
|
|
9413
|
-
}
|
|
9414
|
-
.combineInputContainer .select {
|
|
9415
|
-
margin-right: -1px;
|
|
9416
|
-
}
|
|
9417
|
-
.combineInputContainer .input {
|
|
9418
|
-
flex: 1;
|
|
9419
|
-
}
|
|
9420
|
-
|
|
9421
|
-
@font-face {
|
|
9422
|
-
font-family: "cmsiconfont";
|
|
9423
|
-
/* Project id 4166906 */
|
|
9424
|
-
src: url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.woff2?t=1710210006017') format('woff2'), url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.woff?t=1710210006017') format('woff'), url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.ttf?t=1710210006017') format('truetype');
|
|
9425
|
-
}
|
|
9426
|
-
.disabled {
|
|
9427
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
9428
|
-
cursor: not-allowed !important;
|
|
9429
|
-
}
|
|
9430
|
-
.cmsIconfont {
|
|
9431
|
-
font-family: "cmsiconfont" !important;
|
|
9432
|
-
font-size: 16px;
|
|
9433
|
-
font-style: normal;
|
|
9434
|
-
-webkit-font-smoothing: antialiased;
|
|
9435
|
-
-moz-osx-font-smoothing: grayscale;
|
|
9436
|
-
}
|
|
9437
|
-
.cms-daohang-canshuma:before {
|
|
9438
|
-
content: "\e698";
|
|
9439
|
-
}
|
|
9440
|
-
.cms-a-daohang-canshumaweixuanze:before {
|
|
9441
|
-
content: "\e699";
|
|
9442
|
-
}
|
|
9443
|
-
.cms-daohang-lianjie:before {
|
|
9444
|
-
content: "\e69a";
|
|
9445
|
-
}
|
|
9446
|
-
.cms-daohang-shipin:before {
|
|
9447
|
-
content: "\e69b";
|
|
9448
|
-
}
|
|
9449
|
-
.cms-a-daohang-lianjieweixuanze:before {
|
|
9450
|
-
content: "\e69c";
|
|
9451
|
-
}
|
|
9452
|
-
.cms-a-daohang-shipinweixuanze:before {
|
|
9453
|
-
content: "\e69f";
|
|
9454
|
-
}
|
|
9455
|
-
.cms-daohang-tupian:before {
|
|
9456
|
-
content: "\e6a0";
|
|
9457
|
-
}
|
|
9458
|
-
.cms-a-daohang-tupianweixuanze:before {
|
|
9459
|
-
content: "\e6a1";
|
|
9460
|
-
}
|
|
9461
|
-
.cms-daohang-wendang:before {
|
|
9462
|
-
content: "\e6ba";
|
|
9463
|
-
}
|
|
9464
|
-
.cms-a-daohang-wendangweixuanze:before {
|
|
9465
|
-
content: "\e6bb";
|
|
9466
|
-
}
|
|
9467
|
-
.cms-a-daohang-xiaochengxuweixuanze:before {
|
|
9468
|
-
content: "\e6bc";
|
|
9469
|
-
}
|
|
9470
|
-
.cms-daohang-yinpin:before {
|
|
9471
|
-
content: "\e6bd";
|
|
9472
|
-
}
|
|
9473
|
-
.cms-a-daohang-yinpinweixuanze:before {
|
|
9474
|
-
content: "\e6be";
|
|
9475
|
-
}
|
|
9476
|
-
.cms-daohang-poI:before {
|
|
9477
|
-
content: "\e6bf";
|
|
9478
|
-
}
|
|
9479
|
-
.cms-a-daohang-poIweixuanze:before {
|
|
9480
|
-
content: "\e6c0";
|
|
9481
|
-
}
|
|
9482
|
-
.cms-a-16:before {
|
|
9483
|
-
content: "\e6b7";
|
|
9484
|
-
}
|
|
9485
|
-
.cms-a-27:before {
|
|
9486
|
-
content: "\e6b9";
|
|
9487
|
-
}
|
|
9488
|
-
.cms-yidong:before {
|
|
9489
|
-
content: "\e6b8";
|
|
9490
|
-
}
|
|
9491
|
-
.cms-zhongzhi:before {
|
|
9492
|
-
content: "\e6b6";
|
|
9493
|
-
}
|
|
9494
|
-
.cms-bingpai:before {
|
|
9495
|
-
content: "\e6a8";
|
|
9496
|
-
}
|
|
9497
|
-
.cms-datuhengxianghuadong1:before {
|
|
9498
|
-
content: "\e6a9";
|
|
9499
|
-
}
|
|
9500
|
-
.cms-pubu:before {
|
|
9501
|
-
content: "\e6aa";
|
|
9502
|
-
}
|
|
9503
|
-
.cms-xiaotuhengxianghuadong1:before {
|
|
9504
|
-
content: "\e6ab";
|
|
9505
|
-
}
|
|
9506
|
-
.cms-lunbotu2:before {
|
|
9507
|
-
content: "\e6ac";
|
|
9508
|
-
}
|
|
9509
|
-
.cms-hengxianggundong:before {
|
|
9510
|
-
content: "\e6ad";
|
|
9511
|
-
}
|
|
9512
|
-
.cms-yihangliangge1:before {
|
|
9513
|
-
content: "\e6ae";
|
|
9514
|
-
}
|
|
9515
|
-
.cms-a-yihangyige2:before {
|
|
9516
|
-
content: "\e6af";
|
|
9517
|
-
}
|
|
9518
|
-
.cms-yihangyige2:before {
|
|
9519
|
-
content: "\e6b0";
|
|
9520
|
-
}
|
|
9521
|
-
.cms-yihangsange:before {
|
|
9522
|
-
content: "\e6b1";
|
|
9523
|
-
}
|
|
9524
|
-
.cms-youhuiquanyangshi2:before {
|
|
9525
|
-
content: "\e6b2";
|
|
9526
|
-
}
|
|
9527
|
-
.cms-youhuiquanyangshi4:before {
|
|
9528
|
-
content: "\e6b3";
|
|
9529
|
-
}
|
|
9530
|
-
.cms-youhuiquanyangshi1:before {
|
|
9531
|
-
content: "\e6b4";
|
|
9532
|
-
}
|
|
9533
|
-
.cms-youhuiquanyangshi3:before {
|
|
9534
|
-
content: "\e6b5";
|
|
9535
|
-
}
|
|
9536
|
-
.cms-wenjianjia1:before {
|
|
9537
|
-
content: "\e6a6";
|
|
9538
|
-
}
|
|
9539
|
-
.cms-shijian2:before {
|
|
9540
|
-
content: "\e6a7";
|
|
9541
|
-
}
|
|
9542
|
-
.cms-aixin1:before {
|
|
9543
|
-
content: "\e6a2";
|
|
9544
|
-
}
|
|
9545
|
-
.cms-wenjianjia2:before {
|
|
9546
|
-
content: "\e6a3";
|
|
9547
|
-
}
|
|
9548
|
-
.cms-aixin2:before {
|
|
9549
|
-
content: "\e6a4";
|
|
9550
|
-
}
|
|
9551
|
-
.cms-quanping:before {
|
|
9552
|
-
content: "\e6a5";
|
|
9553
|
-
}
|
|
9554
|
-
.cms-play:before {
|
|
9555
|
-
content: "\e8da";
|
|
9556
|
-
}
|
|
9557
|
-
.cms-fanfanle-active:before {
|
|
9558
|
-
content: "\e8d4";
|
|
9559
|
-
}
|
|
9560
|
-
.cms-dazhuanpan-normal:before {
|
|
9561
|
-
content: "\e8d5";
|
|
9562
|
-
}
|
|
9563
|
-
.cms-fanfanle-normal:before {
|
|
9564
|
-
content: "\e8d6";
|
|
9565
|
-
}
|
|
9566
|
-
.cms-dazhuanpan-active:before {
|
|
9567
|
-
content: "\e8d7";
|
|
9568
|
-
}
|
|
9569
|
-
.cms-jiugongge-normal:before {
|
|
9570
|
-
content: "\e8d8";
|
|
9571
|
-
}
|
|
9572
|
-
.cms-jiugongge-active:before {
|
|
9573
|
-
content: "\e8d9";
|
|
9574
|
-
}
|
|
9575
|
-
.cms-move-down-solid:before {
|
|
9576
|
-
content: "\e76a";
|
|
9577
|
-
}
|
|
9578
|
-
.cms-move-up-solid:before {
|
|
9579
|
-
content: "\e76b";
|
|
9580
|
-
}
|
|
9581
|
-
.cms-huoyuefensishu:before {
|
|
9582
|
-
content: "\e8cf";
|
|
9583
|
-
}
|
|
9584
|
-
.cms-zongguanzhurenshu:before {
|
|
9585
|
-
content: "\e8d0";
|
|
9586
|
-
}
|
|
9587
|
-
.cms-quxiaoguanzhurenshu:before {
|
|
9588
|
-
content: "\e8d1";
|
|
9589
|
-
}
|
|
9590
|
-
.cms-xinguanzhurenshu:before {
|
|
9591
|
-
content: "\e8d2";
|
|
9592
|
-
}
|
|
9593
|
-
.cms-fensihuoyueshuai:before {
|
|
9594
|
-
content: "\e8d3";
|
|
9595
|
-
}
|
|
9596
|
-
.cms-jianpan:before {
|
|
9597
|
-
content: "\e8ce";
|
|
9598
|
-
}
|
|
9599
|
-
.cms-fenxiang:before {
|
|
9600
|
-
content: "\e8cd";
|
|
9601
|
-
}
|
|
9602
|
-
.cms-tuiguang1:before {
|
|
9603
|
-
content: "\e8cc";
|
|
9604
|
-
}
|
|
9605
|
-
.cms-tuiguang:before {
|
|
9606
|
-
content: "\e8cb";
|
|
9607
|
-
}
|
|
9608
|
-
.cms-shouquan:before {
|
|
9609
|
-
content: "\e8ca";
|
|
9610
|
-
}
|
|
9611
|
-
.cms-applets-line:before {
|
|
9612
|
-
content: "\e788";
|
|
9613
|
-
}
|
|
9614
|
-
.cms-link:before {
|
|
9615
|
-
content: "\e8c9";
|
|
9616
|
-
}
|
|
9617
|
-
.cms-bottom-solid:before {
|
|
9618
|
-
content: "\e76c";
|
|
9619
|
-
}
|
|
9620
|
-
.cms-xiaochengxu2:before {
|
|
9621
|
-
content: "\e8c7";
|
|
9622
|
-
}
|
|
9623
|
-
.cms-tiyanyingjialogo:before {
|
|
9624
|
-
content: "\e8c8";
|
|
9625
|
-
}
|
|
9626
|
-
.cms-swap:before {
|
|
9627
|
-
content: "\e76f";
|
|
9628
|
-
}
|
|
9629
|
-
.cms-lunbodongtu:before {
|
|
9630
|
-
content: "\e69e";
|
|
9631
|
-
}
|
|
9632
|
-
.cms-zhuangxiuguanlibeifen:before {
|
|
9633
|
-
content: "\e8c6";
|
|
9634
|
-
}
|
|
9635
|
-
.cms-normal4:before {
|
|
9636
|
-
content: "\e8c4";
|
|
9637
|
-
}
|
|
9638
|
-
.cms-active4:before {
|
|
9639
|
-
content: "\e8c5";
|
|
9640
|
-
}
|
|
9641
|
-
.cms-suspend:before {
|
|
9642
|
-
content: "\e8c3";
|
|
9643
|
-
}
|
|
9644
|
-
.cms-active3:before {
|
|
9645
|
-
content: "\e8c2";
|
|
9646
|
-
}
|
|
9647
|
-
.cms-normal3:before {
|
|
9648
|
-
content: "\e8c1";
|
|
9649
|
-
}
|
|
9650
|
-
.cms-mobanchuangjian:before {
|
|
9651
|
-
content: "\e8bf";
|
|
9652
|
-
}
|
|
9653
|
-
.cms-kongbaichuangjian:before {
|
|
9654
|
-
content: "\e8c0";
|
|
9655
|
-
}
|
|
9656
|
-
.cms-a-1-1:before {
|
|
9657
|
-
content: "\e8be";
|
|
9658
|
-
}
|
|
9659
|
-
.cms-plus-solid:before {
|
|
9660
|
-
content: "\e62d";
|
|
9661
|
-
}
|
|
9662
|
-
.cms-loader:before {
|
|
9663
|
-
content: "\e8bd";
|
|
9664
|
-
}
|
|
9665
|
-
.cms-tubiao:before {
|
|
9666
|
-
content: "\e8bc";
|
|
9667
|
-
}
|
|
9668
|
-
.cms-active2:before {
|
|
9669
|
-
content: "\e8bb";
|
|
9670
|
-
}
|
|
9671
|
-
.cms-normal2:before {
|
|
9672
|
-
content: "\e8ba";
|
|
9673
|
-
}
|
|
9674
|
-
.cms-dacuzidingyirenqunguanhuai:before {
|
|
9675
|
-
content: "\e7e8";
|
|
9676
|
-
}
|
|
9677
|
-
.cms-jin30rixinruhuihuiyuanxinkeshougou:before {
|
|
9678
|
-
content: "\e7f1";
|
|
9679
|
-
}
|
|
9680
|
-
.cms-people:before {
|
|
9681
|
-
content: "\e65b";
|
|
9682
|
-
}
|
|
9683
|
-
.cms-mail:before {
|
|
9684
|
-
content: "\e65e";
|
|
9685
|
-
}
|
|
9686
|
-
.cms-exit:before {
|
|
9687
|
-
content: "\e8b9";
|
|
9688
|
-
}
|
|
9689
|
-
.cms-a-41:before {
|
|
9690
|
-
content: "\e8b7";
|
|
9691
|
-
}
|
|
9692
|
-
.cms-play-circle-fill:before {
|
|
9693
|
-
content: "\e8b8";
|
|
9694
|
-
}
|
|
9695
|
-
.cms-a-31:before {
|
|
9696
|
-
content: "\e8b5";
|
|
9697
|
-
}
|
|
9698
|
-
.cms-a-26:before {
|
|
9699
|
-
content: "\e8b6";
|
|
9700
|
-
}
|
|
9701
|
-
.cms-close-line:before {
|
|
9702
|
-
content: "\e697";
|
|
9703
|
-
}
|
|
9704
|
-
.cms-a-15:before {
|
|
9705
|
-
content: "\e8b3";
|
|
9706
|
-
}
|
|
9707
|
-
.cms-a-25:before {
|
|
9708
|
-
content: "\e8b4";
|
|
9709
|
-
}
|
|
9710
|
-
.cms-shijianzhou:before {
|
|
9711
|
-
content: "\e8a6";
|
|
9712
|
-
}
|
|
9713
|
-
.cms-danchuang:before {
|
|
9714
|
-
content: "\e8a7";
|
|
9715
|
-
}
|
|
9716
|
-
.cms-huidaodingbu:before {
|
|
9717
|
-
content: "\e8a8";
|
|
9718
|
-
}
|
|
9719
|
-
.cms-lunbotu1:before {
|
|
9720
|
-
content: "\e8a9";
|
|
9721
|
-
}
|
|
9722
|
-
.cms-shurukuang:before {
|
|
9723
|
-
content: "\e8aa";
|
|
9724
|
-
}
|
|
9725
|
-
.cms-danhangshuru:before {
|
|
9726
|
-
content: "\e8ab";
|
|
9727
|
-
}
|
|
9728
|
-
.cms-fuwenben:before {
|
|
9729
|
-
content: "\e8ac";
|
|
9730
|
-
}
|
|
9731
|
-
.cms-biaodanrongqi:before {
|
|
9732
|
-
content: "\e8ad";
|
|
9733
|
-
}
|
|
9734
|
-
.cms-danxuan:before {
|
|
9735
|
-
content: "\e8ae";
|
|
9736
|
-
}
|
|
9737
|
-
.cms-liebiaorongqi:before {
|
|
9738
|
-
content: "\e8af";
|
|
9739
|
-
}
|
|
9740
|
-
.cms-biaodandiqu:before {
|
|
9741
|
-
content: "\e8b0";
|
|
9742
|
-
}
|
|
9743
|
-
.cms-duoxuan:before {
|
|
9744
|
-
content: "\e8b1";
|
|
9745
|
-
}
|
|
9746
|
-
.cms-biaodanshijian:before {
|
|
9747
|
-
content: "\e8b2";
|
|
9748
|
-
}
|
|
9749
|
-
.cms-erweimazujian:before {
|
|
9750
|
-
content: "\e897";
|
|
9751
|
-
}
|
|
9752
|
-
.cms-liebiaoyuansu:before {
|
|
9753
|
-
content: "\e898";
|
|
9754
|
-
}
|
|
9755
|
-
.cms-wenben1:before {
|
|
9756
|
-
content: "\e899";
|
|
9757
|
-
}
|
|
9758
|
-
.cms-ditu:before {
|
|
9759
|
-
content: "\e89a";
|
|
9760
|
-
}
|
|
9761
|
-
.cms-yinpin1:before {
|
|
9762
|
-
content: "\e89b";
|
|
9763
|
-
}
|
|
9764
|
-
.cms-a-quanjudaohangTablan:before {
|
|
9765
|
-
content: "\e89c";
|
|
9766
|
-
}
|
|
9767
|
-
.cms-biaodanxialaxuanze:before {
|
|
9768
|
-
content: "\e89d";
|
|
9769
|
-
}
|
|
9770
|
-
.cms-duohangshuru:before {
|
|
9771
|
-
content: "\e89e";
|
|
9772
|
-
}
|
|
9773
|
-
.cms-kefu:before {
|
|
9774
|
-
content: "\e89f";
|
|
9775
|
-
}
|
|
9776
|
-
.cms-wangye:before {
|
|
9777
|
-
content: "\e8a0";
|
|
9778
|
-
}
|
|
9779
|
-
.cms-fengexian:before {
|
|
9780
|
-
content: "\e8a1";
|
|
9781
|
-
}
|
|
9782
|
-
.cms-anniu:before {
|
|
9783
|
-
content: "\e8a2";
|
|
9784
|
-
}
|
|
9785
|
-
.cms-huanxingjindutiao:before {
|
|
9786
|
-
content: "\e8a3";
|
|
9787
|
-
}
|
|
9788
|
-
.cms-riqixuanzeqi:before {
|
|
9789
|
-
content: "\e8a4";
|
|
9790
|
-
}
|
|
9791
|
-
.cms-danxuanrongqi:before {
|
|
9792
|
-
content: "\e8a5";
|
|
9793
|
-
}
|
|
9794
|
-
.cms-shouhangsuojin:before {
|
|
9795
|
-
content: "\e88c";
|
|
9796
|
-
}
|
|
9797
|
-
.cms-xuanfurukou1:before {
|
|
9798
|
-
content: "\e88d";
|
|
9799
|
-
}
|
|
9800
|
-
.cms-shipin1:before {
|
|
9801
|
-
content: "\e88e";
|
|
9802
|
-
}
|
|
9803
|
-
.cms-buzhou:before {
|
|
9804
|
-
content: "\e88f";
|
|
9805
|
-
}
|
|
9806
|
-
.cms-putongrongqi:before {
|
|
9807
|
-
content: "\e890";
|
|
9808
|
-
}
|
|
9809
|
-
.cms-biaoti:before {
|
|
9810
|
-
content: "\e891";
|
|
9811
|
-
}
|
|
9812
|
-
.cms-tuwendaohang1:before {
|
|
9813
|
-
content: "\e892";
|
|
9814
|
-
}
|
|
9815
|
-
.cms-gonggao1:before {
|
|
9816
|
-
content: "\e893";
|
|
9817
|
-
}
|
|
9818
|
-
.cms-shoufengqin:before {
|
|
9819
|
-
content: "\e894";
|
|
9820
|
-
}
|
|
9821
|
-
.cms-tupian1:before {
|
|
9822
|
-
content: "\e895";
|
|
9823
|
-
}
|
|
9824
|
-
.cms-tiaoxingmazujian:before {
|
|
9825
|
-
content: "\e896";
|
|
9826
|
-
}
|
|
9827
|
-
.cms-youduiqi:before {
|
|
9828
|
-
content: "\e87d";
|
|
9829
|
-
}
|
|
9830
|
-
.cms-biankuang:before {
|
|
9831
|
-
content: "\e87e";
|
|
9832
|
-
}
|
|
9833
|
-
.cms-wenzibeijing:before {
|
|
9834
|
-
content: "\e87f";
|
|
9835
|
-
}
|
|
9836
|
-
.cms-biankuangcuxi:before {
|
|
9837
|
-
content: "\e880";
|
|
9838
|
-
}
|
|
9839
|
-
.cms-zijianju:before {
|
|
9840
|
-
content: "\e881";
|
|
9841
|
-
}
|
|
9842
|
-
.cms-liangduanduiqi:before {
|
|
9843
|
-
content: "\e882";
|
|
9844
|
-
}
|
|
9845
|
-
.cms-zuoduiqi:before {
|
|
9846
|
-
content: "\e883";
|
|
9847
|
-
}
|
|
9848
|
-
.cms-zihao:before {
|
|
9849
|
-
content: "\e884";
|
|
9850
|
-
}
|
|
9851
|
-
.cms-jiacu:before {
|
|
9852
|
-
content: "\e885";
|
|
9853
|
-
}
|
|
9854
|
-
.cms-juzhongduiqi:before {
|
|
9855
|
-
content: "\e886";
|
|
9856
|
-
}
|
|
9857
|
-
.cms-xiahuaxian:before {
|
|
9858
|
-
content: "\e887";
|
|
9859
|
-
}
|
|
9860
|
-
.cms-hanggao:before {
|
|
9861
|
-
content: "\e888";
|
|
9862
|
-
}
|
|
9863
|
-
.cms-yanse:before {
|
|
9864
|
-
content: "\e889";
|
|
9865
|
-
}
|
|
9866
|
-
.cms-jianshaosuojin:before {
|
|
9867
|
-
content: "\e88a";
|
|
9868
|
-
}
|
|
9869
|
-
.cms-xieti:before {
|
|
9870
|
-
content: "\e88b";
|
|
9871
|
-
}
|
|
9872
|
-
.cms-quanqudaodingdan1:before {
|
|
9873
|
-
content: "\e870";
|
|
9874
|
-
}
|
|
9875
|
-
.cms-neizhi-duihuanjilu:before {
|
|
9876
|
-
content: "\e871";
|
|
9877
|
-
}
|
|
9878
|
-
.cms-fujinmendian:before {
|
|
9879
|
-
content: "\e872";
|
|
9880
|
-
}
|
|
9881
|
-
.cms-neizhi-duihuanjieguo:before {
|
|
9882
|
-
content: "\e873";
|
|
9883
|
-
}
|
|
9884
|
-
.cms-youhuiquan1:before {
|
|
9885
|
-
content: "\e874";
|
|
9886
|
-
}
|
|
9887
|
-
.cms-huiyuankapian1:before {
|
|
9888
|
-
content: "\e875";
|
|
9889
|
-
}
|
|
9890
|
-
.cms-neizhi-quanqudaodingdan:before {
|
|
9891
|
-
content: "\e876";
|
|
9892
|
-
}
|
|
9893
|
-
.cms-neizhi-tijiaoduihuandingdan:before {
|
|
9894
|
-
content: "\e877";
|
|
9895
|
-
}
|
|
9896
|
-
.cms-neizhi-dingdanxiangqing:before {
|
|
9897
|
-
content: "\e878";
|
|
9898
|
-
}
|
|
9899
|
-
.cms-qiandao:before {
|
|
9900
|
-
content: "\e879";
|
|
9901
|
-
}
|
|
9902
|
-
.cms-jiangpinzhanshi:before {
|
|
9903
|
-
content: "\e87a";
|
|
9904
|
-
}
|
|
9905
|
-
.cms-dazhuanpanmoban:before {
|
|
9906
|
-
content: "\e87b";
|
|
9907
|
-
}
|
|
9908
|
-
.cms-dazhuanpan:before {
|
|
9909
|
-
content: "\e87c";
|
|
9910
|
-
}
|
|
9911
|
-
.cms-a-24:before {
|
|
9912
|
-
content: "\e862";
|
|
9913
|
-
}
|
|
9914
|
-
.cms-a-14:before {
|
|
9915
|
-
content: "\e863";
|
|
9916
|
-
}
|
|
9917
|
-
.cms-shangpinfenzu1:before {
|
|
9918
|
-
content: "\e864";
|
|
9919
|
-
}
|
|
9920
|
-
.cms-neizhi-huiyuanzhuce:before {
|
|
9921
|
-
content: "\e865";
|
|
9922
|
-
}
|
|
9923
|
-
.cms-renwuliebiao1:before {
|
|
9924
|
-
content: "\e866";
|
|
9925
|
-
}
|
|
9926
|
-
.cms-neizhi-jifenmingxi:before {
|
|
9927
|
-
content: "\e867";
|
|
9928
|
-
}
|
|
9929
|
-
.cms-danchuangguanggao1:before {
|
|
9930
|
-
content: "\e868";
|
|
9931
|
-
}
|
|
9932
|
-
.cms-qiandaomoban:before {
|
|
9933
|
-
content: "\e869";
|
|
9934
|
-
}
|
|
9935
|
-
.cms-neizhi-wodekaquan:before {
|
|
9936
|
-
content: "\e86a";
|
|
9937
|
-
}
|
|
9938
|
-
.cms-shangpin1:before {
|
|
9939
|
-
content: "\e86b";
|
|
9940
|
-
}
|
|
9941
|
-
.cms-huiyuanjifen1:before {
|
|
9942
|
-
content: "\e86c";
|
|
9943
|
-
}
|
|
9944
|
-
.cms-a-neizhi-lipinxiangqing:before {
|
|
9945
|
-
content: "\e86d";
|
|
9946
|
-
}
|
|
9947
|
-
.cms-zhongjianggundong:before {
|
|
9948
|
-
content: "\e86e";
|
|
9949
|
-
}
|
|
9950
|
-
.cms-neizhi-duihuanxiangqing:before {
|
|
9951
|
-
content: "\e86f";
|
|
9952
|
-
}
|
|
9953
|
-
.cms-road-map-line:before {
|
|
9954
|
-
content: "\e7b1";
|
|
9955
|
-
}
|
|
9956
|
-
.cms-function-line:before {
|
|
9957
|
-
content: "\e7b2";
|
|
9958
|
-
}
|
|
9959
|
-
.cms-function-line-2:before {
|
|
9960
|
-
content: "\e7b3";
|
|
9961
|
-
}
|
|
9962
|
-
.cms-a-volume-up-fill3x:before {
|
|
9963
|
-
content: "\e7b4";
|
|
9964
|
-
}
|
|
9965
|
-
.cms-quanqudaodingdan:before {
|
|
9966
|
-
content: "\e7b5";
|
|
9967
|
-
}
|
|
9968
|
-
.cms-tupianguanggao:before {
|
|
9969
|
-
content: "\e7b6";
|
|
9970
|
-
}
|
|
9971
|
-
.cms-shipin:before {
|
|
9972
|
-
content: "\e7b7";
|
|
9973
|
-
}
|
|
9974
|
-
.cms-gonggao:before {
|
|
9975
|
-
content: "\e7b8";
|
|
9976
|
-
}
|
|
9977
|
-
.cms-xuanfurukou:before {
|
|
9978
|
-
content: "\e7b9";
|
|
9979
|
-
}
|
|
9980
|
-
.cms-huiyuankapian:before {
|
|
9981
|
-
content: "\e7ba";
|
|
9982
|
-
}
|
|
9983
|
-
.cms-wenben:before {
|
|
9984
|
-
content: "\e7bb";
|
|
9985
|
-
}
|
|
9986
|
-
.cms-tuwendaohang:before {
|
|
9987
|
-
content: "\e7bc";
|
|
9988
|
-
}
|
|
9989
|
-
.cms-yinpin:before {
|
|
9990
|
-
content: "\e7bd";
|
|
9991
|
-
}
|
|
9992
|
-
.cms-fuzhufenge:before {
|
|
9993
|
-
content: "\e7be";
|
|
9994
|
-
}
|
|
9995
|
-
.cms-danchuangguanggao:before {
|
|
9996
|
-
content: "\e7bf";
|
|
9997
|
-
}
|
|
9998
|
-
.cms-lunbotu:before {
|
|
9999
|
-
content: "\e7c0";
|
|
10000
|
-
}
|
|
10001
|
-
.cms-datuhengxianghuadong:before {
|
|
10002
|
-
content: "\e7c1";
|
|
10003
|
-
}
|
|
10004
|
-
.cms-yihangyige:before {
|
|
10005
|
-
content: "\e7c2";
|
|
10006
|
-
}
|
|
10007
|
-
.cms-xiaotuhengxianghuadong:before {
|
|
10008
|
-
content: "\e7c3";
|
|
10009
|
-
}
|
|
10010
|
-
.cms-applets-fill:before {
|
|
10011
|
-
content: "\e7c4";
|
|
10012
|
-
}
|
|
10013
|
-
.cms-qr-code-line1:before {
|
|
10014
|
-
content: "\e7c5";
|
|
10015
|
-
}
|
|
10016
|
-
.cms-begin:before {
|
|
10017
|
-
content: "\e666";
|
|
10018
|
-
}
|
|
10019
|
-
.cms-normal-1:before {
|
|
10020
|
-
content: "\e7ce";
|
|
10021
|
-
}
|
|
10022
|
-
.cms-active-1:before {
|
|
10023
|
-
content: "\e7cf";
|
|
10024
|
-
}
|
|
10025
|
-
.cms-normal-2:before {
|
|
10026
|
-
content: "\e7d0";
|
|
10027
|
-
}
|
|
10028
|
-
.cms-active-2:before {
|
|
10029
|
-
content: "\e7d1";
|
|
10030
|
-
}
|
|
10031
|
-
.cms-normal-11:before {
|
|
10032
|
-
content: "\e7d2";
|
|
10033
|
-
}
|
|
10034
|
-
.cms-active-11:before {
|
|
10035
|
-
content: "\e7d3";
|
|
10036
|
-
}
|
|
10037
|
-
.cms-normal-21:before {
|
|
10038
|
-
content: "\e7d4";
|
|
10039
|
-
}
|
|
10040
|
-
.cms-active-21:before {
|
|
10041
|
-
content: "\e7d5";
|
|
10042
|
-
}
|
|
10043
|
-
.cms-normal-12:before {
|
|
10044
|
-
content: "\e7d6";
|
|
10045
|
-
}
|
|
10046
|
-
.cms-active-12:before {
|
|
10047
|
-
content: "\e7d7";
|
|
10048
|
-
}
|
|
10049
|
-
.cms-normal-22:before {
|
|
10050
|
-
content: "\e7d8";
|
|
10051
|
-
}
|
|
10052
|
-
.cms-active-22:before {
|
|
10053
|
-
content: "\e7d9";
|
|
10054
|
-
}
|
|
10055
|
-
.cms-normal-13:before {
|
|
10056
|
-
content: "\e7da";
|
|
10057
|
-
}
|
|
10058
|
-
.cms-active-13:before {
|
|
10059
|
-
content: "\e7db";
|
|
10060
|
-
}
|
|
10061
|
-
.cms-normal-23:before {
|
|
10062
|
-
content: "\e7dc";
|
|
10063
|
-
}
|
|
10064
|
-
.cms-active-23:before {
|
|
10065
|
-
content: "\e7dd";
|
|
10066
|
-
}
|
|
10067
|
-
.cms-normal-14:before {
|
|
10068
|
-
content: "\e7de";
|
|
10069
|
-
}
|
|
10070
|
-
.cms-active-14:before {
|
|
10071
|
-
content: "\e7df";
|
|
10072
|
-
}
|
|
10073
|
-
.cms-normal-24:before {
|
|
10074
|
-
content: "\e7e0";
|
|
10075
|
-
}
|
|
10076
|
-
.cms-active-24:before {
|
|
10077
|
-
content: "\e7e1";
|
|
10078
|
-
}
|
|
10079
|
-
.cms-daifahuo:before {
|
|
10080
|
-
content: "\e7e2";
|
|
10081
|
-
}
|
|
10082
|
-
.cms-daipingjia:before {
|
|
10083
|
-
content: "\e7e3";
|
|
10084
|
-
}
|
|
10085
|
-
.cms-daifukuan:before {
|
|
10086
|
-
content: "\e7e4";
|
|
10087
|
-
}
|
|
10088
|
-
.cms-a-tuikuanshouhou:before {
|
|
10089
|
-
content: "\e7e5";
|
|
10090
|
-
}
|
|
10091
|
-
.cms-daishouhuo:before {
|
|
10092
|
-
content: "\e7e6";
|
|
10093
|
-
}
|
|
10094
|
-
.cms-jd02:before {
|
|
10095
|
-
content: "\e663";
|
|
10096
|
-
}
|
|
10097
|
-
.cms-jd01:before {
|
|
10098
|
-
content: "\e664";
|
|
10099
|
-
}
|
|
10100
|
-
.cms-jd03:before {
|
|
10101
|
-
content: "\e665";
|
|
10102
|
-
}
|
|
10103
|
-
.cms-kuaishou01:before {
|
|
10104
|
-
content: "\e667";
|
|
10105
|
-
}
|
|
10106
|
-
.cms-kuaishou02:before {
|
|
10107
|
-
content: "\e668";
|
|
10108
|
-
}
|
|
10109
|
-
.cms-kuaishou03:before {
|
|
10110
|
-
content: "\e669";
|
|
10111
|
-
}
|
|
10112
|
-
.cms-mogu03:before {
|
|
10113
|
-
content: "\e66a";
|
|
10114
|
-
}
|
|
10115
|
-
.cms-mogu02:before {
|
|
10116
|
-
content: "\e66b";
|
|
10117
|
-
}
|
|
10118
|
-
.cms-mogu01:before {
|
|
10119
|
-
content: "\e66c";
|
|
10120
|
-
}
|
|
10121
|
-
.cms-suning01:before {
|
|
10122
|
-
content: "\e66e";
|
|
10123
|
-
}
|
|
10124
|
-
.cms-suning02:before {
|
|
10125
|
-
content: "\e66f";
|
|
10126
|
-
}
|
|
10127
|
-
.cms-suning03:before {
|
|
10128
|
-
content: "\e670";
|
|
10129
|
-
}
|
|
10130
|
-
.cms-taobao01:before {
|
|
10131
|
-
content: "\e671";
|
|
10132
|
-
}
|
|
10133
|
-
.cms-taobao03:before {
|
|
10134
|
-
content: "\e672";
|
|
10135
|
-
}
|
|
10136
|
-
.cms-taobao02:before {
|
|
10137
|
-
content: "\e673";
|
|
10138
|
-
}
|
|
10139
|
-
.cms-tictok03:before {
|
|
10140
|
-
content: "\e674";
|
|
10141
|
-
}
|
|
10142
|
-
.cms-tictok01:before {
|
|
10143
|
-
content: "\e675";
|
|
10144
|
-
}
|
|
10145
|
-
.cms-tictok02:before {
|
|
10146
|
-
content: "\e676";
|
|
10147
|
-
}
|
|
10148
|
-
.cms-wechat01:before {
|
|
10149
|
-
content: "\e677";
|
|
10150
|
-
}
|
|
10151
|
-
.cms-wechat03:before {
|
|
10152
|
-
content: "\e678";
|
|
10153
|
-
}
|
|
10154
|
-
.cms-wechat02:before {
|
|
10155
|
-
content: "\e679";
|
|
10156
|
-
}
|
|
10157
|
-
.cms-weimob03:before {
|
|
10158
|
-
content: "\e67a";
|
|
10159
|
-
}
|
|
10160
|
-
.cms-weimob02:before {
|
|
10161
|
-
content: "\e67b";
|
|
10162
|
-
}
|
|
10163
|
-
.cms-weimob01:before {
|
|
10164
|
-
content: "\e67c";
|
|
10165
|
-
}
|
|
10166
|
-
.cms-xianxia03:before {
|
|
10167
|
-
content: "\e67d";
|
|
10168
|
-
}
|
|
10169
|
-
.cms-xianxia01:before {
|
|
10170
|
-
content: "\e67e";
|
|
10171
|
-
}
|
|
10172
|
-
.cms-xianxia02:before {
|
|
10173
|
-
content: "\e67f";
|
|
10174
|
-
}
|
|
10175
|
-
.cms-xiaohongshu01:before {
|
|
10176
|
-
content: "\e680";
|
|
10177
|
-
}
|
|
10178
|
-
.cms-xiaohongsh03:before {
|
|
10179
|
-
content: "\e681";
|
|
10180
|
-
}
|
|
10181
|
-
.cms-xiaohongshu02:before {
|
|
10182
|
-
content: "\e682";
|
|
10183
|
-
}
|
|
10184
|
-
.cms-zan03:before {
|
|
10185
|
-
content: "\e683";
|
|
10186
|
-
}
|
|
10187
|
-
.cms-zan01:before {
|
|
10188
|
-
content: "\e684";
|
|
10189
|
-
}
|
|
10190
|
-
.cms-zan02:before {
|
|
10191
|
-
content: "\e685";
|
|
10192
|
-
}
|
|
10193
|
-
.cms-gongzhonghao:before {
|
|
10194
|
-
content: "\e686";
|
|
10195
|
-
}
|
|
10196
|
-
.cms-xiaochengxu:before {
|
|
10197
|
-
content: "\e687";
|
|
10198
|
-
}
|
|
10199
|
-
.cms-qiyeweixin:before {
|
|
10200
|
-
content: "\e688";
|
|
10201
|
-
}
|
|
10202
|
-
.cms-shipinhao:before {
|
|
10203
|
-
content: "\e689";
|
|
10204
|
-
}
|
|
10205
|
-
.cms-pinduoduo01:before {
|
|
10206
|
-
content: "\e68b";
|
|
10207
|
-
}
|
|
10208
|
-
.cms-pinduoduo02:before {
|
|
10209
|
-
content: "\e68d";
|
|
10210
|
-
}
|
|
10211
|
-
.cms-pinduoduo03:before {
|
|
10212
|
-
content: "\e68e";
|
|
10213
|
-
}
|
|
10214
|
-
.cms-zidingyi01:before {
|
|
10215
|
-
content: "\e68f";
|
|
10216
|
-
}
|
|
10217
|
-
.cms-zidingyi03:before {
|
|
10218
|
-
content: "\e690";
|
|
10219
|
-
}
|
|
10220
|
-
.cms-zidingyi02:before {
|
|
10221
|
-
content: "\e691";
|
|
10222
|
-
}
|
|
10223
|
-
.cms-a-1haodian02:before {
|
|
10224
|
-
content: "\e692";
|
|
10225
|
-
}
|
|
10226
|
-
.cms-a-1haodian03:before {
|
|
10227
|
-
content: "\e693";
|
|
10228
|
-
}
|
|
10229
|
-
.cms-a-1haodian01:before {
|
|
10230
|
-
content: "\e694";
|
|
10231
|
-
}
|
|
10232
|
-
.cms-erweima:before {
|
|
10233
|
-
content: "\e68a";
|
|
10234
|
-
}
|
|
10235
|
-
.cms-xiaochengxu1:before {
|
|
10236
|
-
content: "\e695";
|
|
10237
|
-
}
|
|
10238
|
-
.cms-Certificate:before {
|
|
10239
|
-
content: "\e696";
|
|
10240
|
-
}
|
|
10241
|
-
.cms-sj_nav_weixin:before {
|
|
10242
|
-
content: "\e7e7";
|
|
10243
|
-
}
|
|
10244
|
-
.cms-arrow-down-line:before {
|
|
10245
|
-
content: "\e601";
|
|
10246
|
-
}
|
|
10247
|
-
.cms-arrow-up-line:before {
|
|
10248
|
-
content: "\e602";
|
|
10249
|
-
}
|
|
10250
|
-
.cms-guanbi:before {
|
|
10251
|
-
content: "\e7ed";
|
|
10252
|
-
}
|
|
10253
|
-
.cms-arrow-go-forward:before {
|
|
10254
|
-
content: "\e7f8";
|
|
10255
|
-
}
|
|
10256
|
-
.cms-edit:before {
|
|
10257
|
-
content: "\e7fc";
|
|
10258
|
-
}
|
|
10259
|
-
.cms-list:before {
|
|
10260
|
-
content: "\e60d";
|
|
10261
|
-
}
|
|
10262
|
-
.cms-message:before {
|
|
10263
|
-
content: "\e745";
|
|
10264
|
-
}
|
|
10265
|
-
.cms-wanshanxinxi:before {
|
|
10266
|
-
content: "\e80f";
|
|
10267
|
-
}
|
|
10268
|
-
.cms-gift-line:before {
|
|
10269
|
-
content: "\e810";
|
|
10270
|
-
}
|
|
10271
|
-
.cms-shangpin:before {
|
|
10272
|
-
content: "\e811";
|
|
10273
|
-
}
|
|
10274
|
-
.cms-shangpinfenzu:before {
|
|
10275
|
-
content: "\e812";
|
|
10276
|
-
}
|
|
10277
|
-
.cms-hengxianghuadong:before {
|
|
10278
|
-
content: "\e813";
|
|
10279
|
-
}
|
|
10280
|
-
.cms-yihangliangge:before {
|
|
10281
|
-
content: "\e857";
|
|
10282
|
-
}
|
|
10283
|
-
.cms-yihangyige1:before {
|
|
10284
|
-
content: "\e858";
|
|
10285
|
-
}
|
|
10286
|
-
.cms-huiyuanjifen:before {
|
|
10287
|
-
content: "\e859";
|
|
10288
|
-
}
|
|
10289
|
-
.cms-plus:before {
|
|
10290
|
-
content: "\e623";
|
|
10291
|
-
}
|
|
10292
|
-
.cms-right:before {
|
|
10293
|
-
content: "\e624";
|
|
10294
|
-
}
|
|
10295
|
-
.cms-left:before {
|
|
10296
|
-
content: "\e625";
|
|
10297
|
-
}
|
|
10298
|
-
.cms-vip-2:before {
|
|
10299
|
-
content: "\e7eb";
|
|
10300
|
-
}
|
|
10301
|
-
.cms-mobansi:before {
|
|
10302
|
-
content: "\e7ec";
|
|
10303
|
-
}
|
|
10304
|
-
.cms-mobansan:before {
|
|
10305
|
-
content: "\e7ee";
|
|
10306
|
-
}
|
|
10307
|
-
.cms-mobanyi:before {
|
|
10308
|
-
content: "\e7ef";
|
|
10309
|
-
}
|
|
10310
|
-
.cms-mobaner:before {
|
|
10311
|
-
content: "\e7f0";
|
|
10312
|
-
}
|
|
10313
|
-
.cms-down:before {
|
|
10314
|
-
content: "\e626";
|
|
10315
|
-
}
|
|
10316
|
-
.cms-up:before {
|
|
10317
|
-
content: "\e627";
|
|
10318
|
-
}
|
|
10319
|
-
.cms-close-fill:before {
|
|
10320
|
-
content: "\e65d";
|
|
10321
|
-
}
|
|
10322
|
-
.cms-renwuliebiao:before {
|
|
10323
|
-
content: "\e85a";
|
|
10324
|
-
}
|
|
10325
|
-
.cms-youhuiquan:before {
|
|
10326
|
-
content: "\e85b";
|
|
10327
|
-
}
|
|
10328
|
-
.cms-right-solid:before {
|
|
10329
|
-
content: "\e633";
|
|
10330
|
-
}
|
|
10331
|
-
.cms-huiyuanzhongxin:before {
|
|
10332
|
-
content: "\e85c";
|
|
10333
|
-
}
|
|
10334
|
-
.cms-morentouxiang:before {
|
|
10335
|
-
content: "\e85d";
|
|
10336
|
-
}
|
|
10337
|
-
.cms-ruhuili:before {
|
|
10338
|
-
content: "\e85e";
|
|
10339
|
-
}
|
|
10340
|
-
.cms-xiaoxi:before {
|
|
10341
|
-
content: "\e85f";
|
|
10342
|
-
}
|
|
10343
|
-
.cms-ruhuili1:before {
|
|
10344
|
-
content: "\e860";
|
|
10345
|
-
}
|
|
10346
|
-
.cms-qiyeweixin-fill:before {
|
|
10347
|
-
content: "\e861";
|
|
10348
|
-
}
|
|
10349
|
-
.cms-up-solid:before {
|
|
10350
|
-
content: "\e632";
|
|
10351
|
-
}
|
|
10352
|
-
.cms-down-solid:before {
|
|
10353
|
-
content: "\e634";
|
|
10354
|
-
}
|
|
10355
|
-
.cms-a-22x:before {
|
|
10356
|
-
content: "\e855";
|
|
10357
|
-
}
|
|
10358
|
-
.cms-a-19:before {
|
|
10359
|
-
content: "\e856";
|
|
10360
|
-
}
|
|
10361
|
-
.cms-checkbox:before {
|
|
10362
|
-
content: "\e61d";
|
|
10363
|
-
}
|
|
10364
|
-
.cms-checkbox-blank:before {
|
|
10365
|
-
content: "\e61f";
|
|
10366
|
-
}
|
|
10367
|
-
.cms-radio:before {
|
|
10368
|
-
content: "\e62a";
|
|
10369
|
-
}
|
|
10370
|
-
.cms-radio-button:before {
|
|
10371
|
-
content: "\e62b";
|
|
10372
|
-
}
|
|
10373
|
-
.cms-normal1:before {
|
|
10374
|
-
content: "\e854";
|
|
10375
|
-
}
|
|
10376
|
-
.cms-active1:before {
|
|
10377
|
-
content: "\e853";
|
|
10378
|
-
}
|
|
10379
|
-
.cms-a-23:before {
|
|
10380
|
-
content: "\e852";
|
|
10381
|
-
}
|
|
10382
|
-
.cms-a-4:before {
|
|
10383
|
-
content: "\e851";
|
|
10384
|
-
}
|
|
10385
|
-
.cms-a-3:before {
|
|
10386
|
-
content: "\e850";
|
|
10387
|
-
}
|
|
10388
|
-
.cms-jieshu:before {
|
|
10389
|
-
content: "\e84f";
|
|
10390
|
-
}
|
|
10391
|
-
.cms-share:before {
|
|
10392
|
-
content: "\e84e";
|
|
10393
|
-
}
|
|
10394
|
-
.cms-shenpi:before {
|
|
10395
|
-
content: "\e84d";
|
|
10396
|
-
}
|
|
10397
|
-
.cms-copy:before {
|
|
10398
|
-
content: "\e63f";
|
|
10399
|
-
}
|
|
10400
|
-
.cms-delete:before {
|
|
10401
|
-
content: "\e638";
|
|
10402
|
-
}
|
|
10403
|
-
.cms-config:before {
|
|
10404
|
-
content: "\e646";
|
|
10405
|
-
}
|
|
10406
|
-
.cms-sent:before {
|
|
10407
|
-
content: "\e64d";
|
|
10408
|
-
}
|
|
10409
|
-
.cms-arrow-go-back:before {
|
|
10410
|
-
content: "\e7f9";
|
|
10411
|
-
}
|
|
10412
|
-
.cms-weixinxiaochengxu:before {
|
|
10413
|
-
content: "\e845";
|
|
10414
|
-
}
|
|
10415
|
-
.cms-taobaoxiaochengxu:before {
|
|
10416
|
-
content: "\e848";
|
|
10417
|
-
}
|
|
10418
|
-
.cms-kapianduanxin:before {
|
|
10419
|
-
content: "\e849";
|
|
10420
|
-
}
|
|
10421
|
-
.cms-wenjuantiaocha:before {
|
|
10422
|
-
content: "\e84a";
|
|
10423
|
-
}
|
|
10424
|
-
.cms-H5:before {
|
|
10425
|
-
content: "\e84b";
|
|
10426
|
-
}
|
|
10427
|
-
.cms-youjian:before {
|
|
10428
|
-
content: "\e84c";
|
|
10429
|
-
}
|
|
10430
|
-
.cms-a-21:before {
|
|
10431
|
-
content: "\e841";
|
|
10432
|
-
}
|
|
10433
|
-
.cms-a-13:before {
|
|
10434
|
-
content: "\e842";
|
|
10435
|
-
}
|
|
10436
|
-
.cms-a-22:before {
|
|
10437
|
-
content: "\e843";
|
|
10438
|
-
}
|
|
10439
|
-
.cms-a-8:before {
|
|
10440
|
-
content: "\e844";
|
|
10441
|
-
}
|
|
10442
|
-
.cms-qr-code-line:before {
|
|
10443
|
-
content: "\e69d";
|
|
10444
|
-
}
|
|
10445
|
-
.cms-active:before {
|
|
10446
|
-
content: "\e847";
|
|
10447
|
-
}
|
|
10448
|
-
.cms-normal:before {
|
|
10449
|
-
content: "\e846";
|
|
10450
|
-
}
|
|
10451
|
-
.cms-export:before {
|
|
10452
|
-
content: "\e639";
|
|
10453
|
-
}
|
|
10454
|
-
.cms-upload:before {
|
|
10455
|
-
content: "\e63a";
|
|
10456
|
-
}
|
|
10457
|
-
.cms-more:before {
|
|
10458
|
-
content: "\e840";
|
|
10459
|
-
}
|
|
10460
|
-
.cms-a-12:before {
|
|
10461
|
-
content: "\e83f";
|
|
10462
|
-
}
|
|
10463
|
-
.cms-pie-chart:before {
|
|
10464
|
-
content: "\e659";
|
|
10465
|
-
}
|
|
10466
|
-
.cms-edit1:before {
|
|
10467
|
-
content: "\e66d";
|
|
10468
|
-
}
|
|
10469
|
-
.cms-hudong2:before {
|
|
10470
|
-
content: "\e838";
|
|
10471
|
-
}
|
|
10472
|
-
.cms-shouquanguanli2:before {
|
|
10473
|
-
content: "\e839";
|
|
10474
|
-
}
|
|
10475
|
-
.cms-mobanku2:before {
|
|
10476
|
-
content: "\e83a";
|
|
10477
|
-
}
|
|
10478
|
-
.cms-shuju2:before {
|
|
10479
|
-
content: "\e83b";
|
|
10480
|
-
}
|
|
10481
|
-
.cms-sucai2:before {
|
|
10482
|
-
content: "\e83c";
|
|
10483
|
-
}
|
|
10484
|
-
.cms-shouye2:before {
|
|
10485
|
-
content: "\e83d";
|
|
10486
|
-
}
|
|
10487
|
-
.cms-neirong2:before {
|
|
10488
|
-
content: "\e83e";
|
|
10489
|
-
}
|
|
10490
|
-
.cms-hudong1:before {
|
|
10491
|
-
content: "\e833";
|
|
10492
|
-
}
|
|
10493
|
-
.cms-mobanku1:before {
|
|
10494
|
-
content: "\e834";
|
|
10495
|
-
}
|
|
10496
|
-
.cms-sucai1:before {
|
|
10497
|
-
content: "\e835";
|
|
10498
|
-
}
|
|
10499
|
-
.cms-shuju1:before {
|
|
10500
|
-
content: "\e836";
|
|
10501
|
-
}
|
|
10502
|
-
.cms-shouquanguanli1:before {
|
|
10503
|
-
content: "\e837";
|
|
10504
|
-
}
|
|
10505
|
-
.cms-neirong1:before {
|
|
10506
|
-
content: "\e832";
|
|
10507
|
-
}
|
|
10508
|
-
.cms-shouye1:before {
|
|
10509
|
-
content: "\e831";
|
|
10510
|
-
}
|
|
10511
|
-
.cms-a-11:before {
|
|
10512
|
-
content: "\e830";
|
|
10513
|
-
}
|
|
10514
|
-
.cms-add-fill:before {
|
|
10515
|
-
content: "\e68c";
|
|
10516
|
-
}
|
|
10517
|
-
.cms-calendar:before {
|
|
10518
|
-
content: "\e82f";
|
|
10519
|
-
}
|
|
10520
|
-
.cms-time:before {
|
|
10521
|
-
content: "\e651";
|
|
10522
|
-
}
|
|
10523
|
-
.cms-list-1:before {
|
|
10524
|
-
content: "\e652";
|
|
10525
|
-
}
|
|
10526
|
-
.cms-dianzan:before {
|
|
10527
|
-
content: "\e82a";
|
|
10528
|
-
}
|
|
10529
|
-
.cms-xingxing2:before {
|
|
10530
|
-
content: "\e82b";
|
|
10531
|
-
}
|
|
10532
|
-
.cms-xingxing1:before {
|
|
10533
|
-
content: "\e82c";
|
|
10534
|
-
}
|
|
10535
|
-
.cms-shuzi:before {
|
|
10536
|
-
content: "\e82d";
|
|
10537
|
-
}
|
|
10538
|
-
.cms-aixin:before {
|
|
10539
|
-
content: "\e82e";
|
|
10540
|
-
}
|
|
10541
|
-
.cms-tupian:before {
|
|
10542
|
-
content: "\e814";
|
|
10543
|
-
}
|
|
10544
|
-
.cms-zizengbiaoge:before {
|
|
10545
|
-
content: "\e815";
|
|
10546
|
-
}
|
|
10547
|
-
.cms-fenlei:before {
|
|
10548
|
-
content: "\e816";
|
|
10549
|
-
}
|
|
10550
|
-
.cms-jilian:before {
|
|
10551
|
-
content: "\e817";
|
|
10552
|
-
}
|
|
10553
|
-
.cms-a-1:before {
|
|
10554
|
-
content: "\e818";
|
|
10555
|
-
}
|
|
10556
|
-
.cms-a-2:before {
|
|
10557
|
-
content: "\e819";
|
|
10558
|
-
}
|
|
10559
|
-
.cms-juzhendanxuan:before {
|
|
10560
|
-
content: "\e81a";
|
|
10561
|
-
}
|
|
10562
|
-
.cms-xueli:before {
|
|
10563
|
-
content: "\e81b";
|
|
10564
|
-
}
|
|
10565
|
-
.cms-weizhi:before {
|
|
10566
|
-
content: "\e81c";
|
|
10567
|
-
}
|
|
10568
|
-
.cms-dianziqianming:before {
|
|
10569
|
-
content: "\e81d";
|
|
10570
|
-
}
|
|
10571
|
-
.cms-juzhenduoxuan:before {
|
|
10572
|
-
content: "\e81e";
|
|
10573
|
-
}
|
|
10574
|
-
.cms-chengshi:before {
|
|
10575
|
-
content: "\e81f";
|
|
10576
|
-
}
|
|
10577
|
-
.cms-nianling:before {
|
|
10578
|
-
content: "\e820";
|
|
10579
|
-
}
|
|
10580
|
-
.cms-juzhentiankong:before {
|
|
10581
|
-
content: "\e821";
|
|
10582
|
-
}
|
|
10583
|
-
.cms-zhiye:before {
|
|
10584
|
-
content: "\e822";
|
|
10585
|
-
}
|
|
10586
|
-
.cms-juzhendafen:before {
|
|
10587
|
-
content: "\e823";
|
|
10588
|
-
}
|
|
10589
|
-
.cms-fenye:before {
|
|
10590
|
-
content: "\e824";
|
|
10591
|
-
}
|
|
10592
|
-
.cms-paixu:before {
|
|
10593
|
-
content: "\e825";
|
|
10594
|
-
}
|
|
10595
|
-
.cms-xingbie:before {
|
|
10596
|
-
content: "\e826";
|
|
10597
|
-
}
|
|
10598
|
-
.cms-youxidafen:before {
|
|
10599
|
-
content: "\e827";
|
|
10600
|
-
}
|
|
10601
|
-
.cms-hangye:before {
|
|
10602
|
-
content: "\e828";
|
|
10603
|
-
}
|
|
10604
|
-
.cms-nps:before {
|
|
10605
|
-
content: "\e829";
|
|
10606
|
-
}
|
|
10607
|
-
|
|
10608
|
-
.assetSearchWrapper {
|
|
10609
|
-
background: #fff;
|
|
10610
|
-
border-radius: 3px;
|
|
10611
|
-
margin: 10px 20px 0 20px;
|
|
10612
|
-
display: flex;
|
|
10613
|
-
box-sizing: border-box;
|
|
10614
|
-
position: relative;
|
|
10615
|
-
align-items: center;
|
|
10616
|
-
justify-content: space-between;
|
|
10617
|
-
}
|
|
10618
|
-
.assetSearchWrapper .searchRight {
|
|
10619
|
-
display: flex;
|
|
10620
|
-
align-items: center;
|
|
10621
|
-
justify-content: center;
|
|
10622
|
-
}
|
|
10623
|
-
.assetSearchWrapper .searchRight .solid-de {
|
|
10624
|
-
display: inline-block;
|
|
10625
|
-
width: 1px;
|
|
10626
|
-
height: 12px;
|
|
10627
|
-
margin: 0 8px;
|
|
10628
|
-
background-color: #E8E8E8;
|
|
10629
|
-
}
|
|
10630
|
-
.assetSearchWrapper .searchRight .active {
|
|
10631
|
-
color: var(--shuyunBlue4);
|
|
10632
|
-
font-size: 16px;
|
|
10633
|
-
cursor: pointer;
|
|
10634
|
-
}
|
|
10635
|
-
.assetSearchWrapper .searchRight .normal {
|
|
10636
|
-
font-size: 16px;
|
|
10637
|
-
cursor: pointer;
|
|
10638
|
-
color: rgba(0, 0, 0, 0.25);
|
|
10639
|
-
}
|
|
10640
|
-
.assetSearchWrapper .item {
|
|
10641
|
-
width: 226px;
|
|
10642
|
-
}
|
|
10643
|
-
.assetSearchWrapper .item > div,
|
|
10644
|
-
.assetSearchWrapper .item > input {
|
|
10645
|
-
width: 100%;
|
|
10646
|
-
}
|
|
10647
|
-
.assetSearchWrapper .searchBtn {
|
|
10648
|
-
display: flex;
|
|
10649
|
-
}
|
|
10650
|
-
.assetSearchWrapper .searchBtn .okBtn {
|
|
10651
|
-
margin-right: 12px;
|
|
10652
|
-
}
|
|
10653
|
-
|
|
10654
|
-
body {
|
|
10655
|
-
margin: 0;
|
|
10656
|
-
--shuyunBlue1: #EDF6FF;
|
|
10657
|
-
--shuyunBlue2: #CCE6FF;
|
|
10658
|
-
--shuyunBlue3: #72B0ED;
|
|
10659
|
-
--shuyunBlue4: #0066CC;
|
|
10660
|
-
--shuyunBlue5: #004CA3;
|
|
10661
|
-
--shuyunBlue6: #003775;
|
|
10662
|
-
--shuyunBlue7: #002147;
|
|
10663
|
-
}
|
|
10664
|
-
.assetTableTab {
|
|
10665
|
-
display: flex;
|
|
10666
|
-
flex-direction: column;
|
|
10667
|
-
width: 100%;
|
|
10668
|
-
overflow: hidden;
|
|
10669
|
-
}
|
|
10670
|
-
.assetTableTab .oDeleteIcon {
|
|
10671
|
-
color: rgba(0, 0, 0, 0.45);
|
|
10672
|
-
}
|
|
10673
|
-
.assetTableTab .oDeleteIcon:hover {
|
|
10674
|
-
color: #E74949 !important;
|
|
10675
|
-
}
|
|
10676
|
-
.assetTableTab .assetOperate {
|
|
10677
|
-
display: flex;
|
|
10678
|
-
align-items: center;
|
|
10679
|
-
justify-content: center;
|
|
10680
|
-
}
|
|
10681
|
-
.assetTableTab .assetOperate .collect {
|
|
10682
|
-
width: 20px;
|
|
10683
|
-
height: 20px;
|
|
10684
|
-
background: transparent;
|
|
10685
|
-
display: flex;
|
|
10686
|
-
align-items: center;
|
|
10687
|
-
justify-content: center;
|
|
10688
|
-
font-size: 12px;
|
|
10689
|
-
color: rgba(0, 0, 0, 0.25);
|
|
10690
|
-
margin-right: 18px;
|
|
10691
|
-
cursor: pointer;
|
|
10692
|
-
}
|
|
10693
|
-
.assetTableTab .assetOperate .collect.active {
|
|
10694
|
-
color: #FF5866;
|
|
10695
|
-
}
|
|
10696
|
-
.assetTableTab .assetOperate .edit {
|
|
10697
|
-
cursor: pointer;
|
|
10698
|
-
color: rgba(0, 0, 0, 0.25);
|
|
10699
|
-
}
|
|
10700
|
-
.assetTableTab .tabContent {
|
|
10701
|
-
padding-right: 20px;
|
|
10702
|
-
border-right: 1px solid #E8E8E8;
|
|
10703
|
-
}
|
|
10704
|
-
.assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line .newCloud-tab-content {
|
|
10705
|
-
min-width: 64px;
|
|
10706
|
-
}
|
|
10707
|
-
.assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line.newCloud-tabs-container {
|
|
10708
|
-
height: 40px;
|
|
10709
|
-
}
|
|
10710
|
-
.assetTableTab .selectNum {
|
|
10711
|
-
margin-top: 140px;
|
|
10712
|
-
width: 120px;
|
|
10713
|
-
height: 40px;
|
|
10714
|
-
background: #FAFAFA;
|
|
10715
|
-
border-radius: 4px;
|
|
10716
|
-
display: flex;
|
|
10717
|
-
align-items: center;
|
|
10718
|
-
justify-content: center;
|
|
10719
|
-
}
|
|
10720
|
-
.assetTableTab .materialContainer {
|
|
10721
|
-
flex: 1;
|
|
10722
|
-
overflow: hidden;
|
|
10723
|
-
display: flex;
|
|
10724
|
-
}
|
|
10725
|
-
.assetTableTab .materialContainer .groupContainer {
|
|
10726
|
-
height: 100%;
|
|
10727
|
-
padding: 0 10px 10px;
|
|
10728
|
-
flex: 0 0 140px;
|
|
10729
|
-
box-shadow: inset -1px 0px 0px 0px #E8E8E8;
|
|
10730
|
-
border-radius: 0px 0px 0px 12px;
|
|
10731
|
-
}
|
|
10732
|
-
.assetTableTab .materialContainer .groupContainer .header {
|
|
10733
|
-
height: 52px;
|
|
10734
|
-
}
|
|
10735
|
-
.assetTableTab .materialContainer .groupContainer .header .label {
|
|
10736
|
-
color: rgba(0, 0, 0, 0.85);
|
|
10737
|
-
}
|
|
10738
|
-
.assetTableTab .materialContainer .groupContainer .header .addIcon {
|
|
10739
|
-
color: rgba(0, 0, 0, 0.45);
|
|
10740
|
-
cursor: pointer;
|
|
10741
|
-
font-size: 13px;
|
|
10742
|
-
}
|
|
10743
|
-
.assetTableTab .materialContainer .groupContainer .defaultList {
|
|
10744
|
-
padding-bottom: 12px;
|
|
10745
|
-
border-bottom: 1px solid #E8E8E8;
|
|
10746
|
-
}
|
|
10747
|
-
.assetTableTab .materialContainer .groupContainer .add-group {
|
|
10748
|
-
display: flex;
|
|
10749
|
-
align-items: center;
|
|
10750
|
-
justify-content: space-between;
|
|
10751
|
-
padding: 0 8px;
|
|
10752
|
-
font-size: 12px;
|
|
10753
|
-
color: rgba(0, 0, 0, 0.65);
|
|
10754
|
-
height: 48px;
|
|
10755
|
-
}
|
|
10756
|
-
.assetTableTab .materialContainer .groupContainer .add-group .add-plus {
|
|
10757
|
-
cursor: pointer;
|
|
10758
|
-
}
|
|
10759
|
-
.assetTableTab .materialContainer .groupContainer .list {
|
|
10760
|
-
overflow-y: auto;
|
|
10761
|
-
overflow-x: hidden;
|
|
10762
|
-
}
|
|
10763
|
-
.assetTableTab .materialContainer .groupContainer .list .item {
|
|
10764
|
-
height: 36px;
|
|
10765
|
-
padding: 0 8px;
|
|
10766
|
-
margin-bottom: 4px;
|
|
10767
|
-
cursor: pointer;
|
|
10768
|
-
}
|
|
10769
|
-
.assetTableTab .materialContainer .groupContainer .list .item .name {
|
|
10770
|
-
margin-left: 8px;
|
|
10771
|
-
color: rgba(0, 0, 0, 0.85);
|
|
10772
|
-
}
|
|
10773
|
-
.assetTableTab .materialContainer .groupContainer .list .item .num {
|
|
10774
|
-
color: rgba(0, 0, 0, 0.45);
|
|
10775
|
-
}
|
|
10776
|
-
.assetTableTab .materialContainer .groupContainer .list .item .icon {
|
|
10777
|
-
color: rgba(0, 0, 0, 0.45);
|
|
10778
|
-
display: none;
|
|
10779
|
-
font-size: 14px;
|
|
10780
|
-
}
|
|
10781
|
-
.assetTableTab .materialContainer .groupContainer .list .item .icon:hover {
|
|
10782
|
-
color: var(--shuyunBlue4);
|
|
10783
|
-
}
|
|
10784
|
-
.assetTableTab .materialContainer .groupContainer .list .item .root {
|
|
10785
|
-
z-index: 1000;
|
|
10786
|
-
display: flex;
|
|
10787
|
-
align-items: center;
|
|
10788
|
-
justify-content: center;
|
|
10789
|
-
}
|
|
10790
|
-
.assetTableTab .materialContainer .groupContainer .list .item .overlay {
|
|
10791
|
-
width: 160px;
|
|
10792
|
-
height: 100px;
|
|
10793
|
-
background: #fff;
|
|
10794
|
-
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
10795
|
-
border-radius: 6px;
|
|
10796
|
-
padding: 6px 0;
|
|
10797
|
-
}
|
|
10798
|
-
.assetTableTab .materialContainer .groupContainer .list .item .overlay .row {
|
|
10799
|
-
height: 36px;
|
|
10800
|
-
padding: 0 14px;
|
|
10801
|
-
display: flex;
|
|
10802
|
-
align-items: center;
|
|
10803
|
-
color: rgba(0, 0, 0, 0.85);
|
|
10804
|
-
}
|
|
10805
|
-
.assetTableTab .materialContainer .groupContainer .list .item .overlay .row:hover {
|
|
10806
|
-
background: rgba(0, 0, 0, 0.05);
|
|
10807
|
-
}
|
|
10808
|
-
.assetTableTab .materialContainer .groupContainer .list .item .overlay .divider {
|
|
10809
|
-
background: #E8E8E8;
|
|
10810
|
-
width: 100%;
|
|
10811
|
-
height: 1px;
|
|
10812
|
-
margin: 8px 0;
|
|
10813
|
-
}
|
|
10814
|
-
.assetTableTab .materialContainer .groupContainer .list .item:hover {
|
|
10815
|
-
background: #FAFAFA;
|
|
10816
|
-
}
|
|
10817
|
-
.assetTableTab .materialContainer .groupContainer .list .item:hover .icon {
|
|
10818
|
-
display: block;
|
|
10819
|
-
}
|
|
10820
|
-
.assetTableTab .materialContainer .groupContainer .list .active {
|
|
10821
|
-
background: #FAFAFA;
|
|
10822
|
-
border-radius: 3px;
|
|
10823
|
-
}
|
|
10824
|
-
.assetTableTab .materialContainer .groupContainer .list .active .name {
|
|
10825
|
-
color: var(--shuyunBlue4);
|
|
10826
|
-
}
|
|
10827
|
-
.assetTableTab .materialContainer .tableWarp {
|
|
10828
|
-
flex: 1;
|
|
10829
|
-
overflow: hidden;
|
|
10830
|
-
display: flex;
|
|
10831
|
-
flex-direction: column;
|
|
10832
|
-
}
|
|
10833
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials {
|
|
10834
|
-
gap: 12px;
|
|
10835
|
-
}
|
|
10836
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card {
|
|
10837
|
-
width: 128px;
|
|
10838
|
-
height: 152px;
|
|
10839
|
-
background: #FFFFFF;
|
|
10840
|
-
overflow: hidden;
|
|
10841
|
-
cursor: pointer;
|
|
10842
|
-
}
|
|
10843
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program {
|
|
10844
|
-
background: #FFFFFF;
|
|
10845
|
-
border-radius: 2px;
|
|
10846
|
-
padding: 6px 4px 0 4px;
|
|
10847
|
-
}
|
|
10848
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .title {
|
|
10849
|
-
font-size: 6px;
|
|
10850
|
-
color: rgba(0, 0, 0, 0.45);
|
|
10851
|
-
}
|
|
10852
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .desc {
|
|
10853
|
-
color: rgba(0, 0, 0, 0.85);
|
|
10854
|
-
margin: 6px 0 4px 0;
|
|
10855
|
-
font-size: 7px;
|
|
10856
|
-
width: 100px;
|
|
10857
|
-
}
|
|
10858
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .img {
|
|
10859
|
-
width: 100px;
|
|
10860
|
-
height: 79px;
|
|
10861
|
-
border: 0;
|
|
10862
|
-
border-radius: 1px;
|
|
10863
|
-
}
|
|
10864
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .img img {
|
|
10865
|
-
max-height: 100%;
|
|
10866
|
-
max-width: 100%;
|
|
10867
|
-
}
|
|
10868
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .footer {
|
|
10869
|
-
color: rgba(0, 0, 0, 0.45);
|
|
10870
|
-
border-top: 1px solid #F5F5F5;
|
|
10871
|
-
margin-top: 4px;
|
|
10872
|
-
font-size: 6px;
|
|
10873
|
-
}
|
|
10874
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card:hover .img .checkbox {
|
|
10875
|
-
visibility: visible;
|
|
10876
|
-
}
|
|
10877
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card:hover .img .collect {
|
|
10878
|
-
visibility: visible;
|
|
10879
|
-
}
|
|
10880
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img {
|
|
10881
|
-
height: 128px;
|
|
10882
|
-
position: relative;
|
|
10883
|
-
background: #FAFAFA;
|
|
10884
|
-
border: 1px solid #E8E8E8;
|
|
10885
|
-
border-radius: 6px;
|
|
10886
|
-
}
|
|
10887
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .collect {
|
|
10888
|
-
position: absolute;
|
|
10889
|
-
top: 8px;
|
|
10890
|
-
left: 8px;
|
|
10891
|
-
visibility: hidden;
|
|
10892
|
-
width: 20px;
|
|
10893
|
-
height: 20px;
|
|
10894
|
-
background: #fff;
|
|
10895
|
-
display: flex;
|
|
10896
|
-
align-items: center;
|
|
10897
|
-
justify-content: center;
|
|
10898
|
-
font-size: 12px;
|
|
10899
|
-
color: rgba(0, 0, 0, 0.25);
|
|
10900
|
-
border-radius: 3px;
|
|
10901
|
-
}
|
|
10902
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .collect.active {
|
|
10903
|
-
color: #FF5866;
|
|
10904
|
-
}
|
|
10905
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview {
|
|
10906
|
-
position: absolute;
|
|
10907
|
-
bottom: 0;
|
|
10908
|
-
left: 0;
|
|
10909
|
-
display: flex;
|
|
10910
|
-
align-items: center;
|
|
10911
|
-
justify-content: space-between;
|
|
10912
|
-
padding: 0 4px;
|
|
10913
|
-
width: 128px;
|
|
10914
|
-
height: 26px;
|
|
10915
|
-
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
|
|
10916
|
-
border-radius: 0px 0px 6px 6px;
|
|
10917
|
-
}
|
|
10918
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialInfo {
|
|
10919
|
-
font-size: 9px;
|
|
10920
|
-
color: #FFFFFF;
|
|
10921
|
-
}
|
|
10922
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .rightOperate {
|
|
10923
|
-
display: flex;
|
|
10924
|
-
align-items: center;
|
|
10925
|
-
justify-content: center;
|
|
10926
|
-
}
|
|
10927
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialEdit {
|
|
10928
|
-
font-size: 12px;
|
|
10929
|
-
color: #FFFFFF;
|
|
10930
|
-
margin-right: 12px;
|
|
10931
|
-
display: none;
|
|
10932
|
-
}
|
|
10933
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialPreview {
|
|
10934
|
-
font-size: 12px;
|
|
10935
|
-
color: #FFFFFF;
|
|
10936
|
-
}
|
|
10937
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .checkbox {
|
|
10938
|
-
position: absolute;
|
|
10939
|
-
top: 10px;
|
|
10940
|
-
right: 8px;
|
|
10941
|
-
visibility: hidden;
|
|
10942
|
-
}
|
|
10943
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .newCloud-radio {
|
|
10944
|
-
margin-right: 0px;
|
|
10945
|
-
}
|
|
10946
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .newCloud-radio .newCloud-radio-wrapper {
|
|
10947
|
-
margin-right: 0px;
|
|
10948
|
-
}
|
|
10949
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img:hover .materialInfoAndPreview .materialInfo {
|
|
10950
|
-
display: none;
|
|
10951
|
-
}
|
|
10952
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img:hover .materialInfoAndPreview .materialEdit {
|
|
10953
|
-
display: block;
|
|
10954
|
-
}
|
|
10955
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox {
|
|
10956
|
-
width: 100%;
|
|
10957
|
-
height: 100%;
|
|
10958
|
-
overflow: hidden;
|
|
10959
|
-
}
|
|
10960
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox:hover {
|
|
10961
|
-
background: rgba(0, 0, 0, 0.25);
|
|
10962
|
-
}
|
|
10963
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox:hover .mask {
|
|
10964
|
-
display: block;
|
|
10965
|
-
opacity: 1;
|
|
10966
|
-
}
|
|
10967
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox:hover .more {
|
|
10968
|
-
opacity: 1;
|
|
10969
|
-
}
|
|
10970
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img img {
|
|
10971
|
-
max-width: 100%;
|
|
10972
|
-
max-height: 100%;
|
|
10973
|
-
}
|
|
10974
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .mask {
|
|
10975
|
-
width: 100%;
|
|
10976
|
-
height: 100%;
|
|
10977
|
-
background: rgba(0, 0, 0, 0.45);
|
|
10978
|
-
position: absolute;
|
|
10979
|
-
top: 0;
|
|
10980
|
-
left: 0;
|
|
10981
|
-
z-index: 100;
|
|
10982
|
-
transition: all 0.3s;
|
|
10983
|
-
opacity: 0;
|
|
10984
|
-
border-radius: 6px 6px 0 0;
|
|
10985
|
-
cursor: zoom-in;
|
|
10986
|
-
}
|
|
10987
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .operation {
|
|
10988
|
-
width: 28px;
|
|
10989
|
-
height: 28px;
|
|
10990
|
-
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
10991
|
-
border-radius: 3px;
|
|
10992
|
-
background: #FFFFFF;
|
|
10993
|
-
display: flex;
|
|
10994
|
-
align-items: center;
|
|
10995
|
-
justify-content: center;
|
|
10996
|
-
cursor: pointer;
|
|
10997
|
-
text-align: center;
|
|
10998
|
-
}
|
|
10999
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .more {
|
|
11000
|
-
position: absolute;
|
|
11001
|
-
top: 12px;
|
|
11002
|
-
right: 12px;
|
|
11003
|
-
width: 24px;
|
|
11004
|
-
height: 24px;
|
|
11005
|
-
z-index: 101;
|
|
11006
|
-
color: rgba(0, 0, 0, 0.85);
|
|
11007
|
-
opacity: 0;
|
|
11008
|
-
}
|
|
11009
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .info {
|
|
11010
|
-
margin-top: 4px;
|
|
11011
|
-
}
|
|
11012
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .info .title {
|
|
11013
|
-
font-size: 12px;
|
|
11014
|
-
font-weight: 400;
|
|
11015
|
-
color: rgba(0, 0, 0, 0.85);
|
|
11016
|
-
line-height: 20px;
|
|
11017
|
-
cursor: pointer;
|
|
11018
|
-
}
|
|
11019
|
-
.assetTableTab .materialContainer .tableWarp .cardMaterials .checked .img .checkbox {
|
|
11020
|
-
visibility: visible;
|
|
11021
|
-
}
|
|
11022
|
-
|
|
11023
|
-
body {
|
|
11024
|
-
margin: 0;
|
|
11025
|
-
--shuyunBlue1: #EDF6FF;
|
|
11026
|
-
--shuyunBlue2: #CCE6FF;
|
|
11027
|
-
--shuyunBlue3: #72B0ED;
|
|
11028
|
-
--shuyunBlue4: #0066CC;
|
|
11029
|
-
--shuyunBlue5: #004CA3;
|
|
11030
|
-
--shuyunBlue6: #003775;
|
|
11031
|
-
--shuyunBlue7: #002147;
|
|
11032
|
-
}
|
|
11033
|
-
.row-flex,
|
|
11034
|
-
.row-flex-center,
|
|
11035
|
-
.row-flex-baseline,
|
|
11036
|
-
.row-flex-start,
|
|
11037
|
-
.row-flex-end,
|
|
11038
|
-
.row-flex-wrap {
|
|
11039
|
-
display: flex;
|
|
11040
|
-
flex-direction: row;
|
|
11041
|
-
min-width: 0;
|
|
11042
|
-
min-height: 0;
|
|
11043
|
-
}
|
|
11044
|
-
.row-flex,
|
|
11045
|
-
.row-flex-center,
|
|
11046
|
-
.row-flex-baseline,
|
|
11047
|
-
.row-flex-start,
|
|
11048
|
-
.row-flex-end,
|
|
11049
|
-
.row-flex-wrap {
|
|
11050
|
-
display: flex;
|
|
11051
|
-
flex-direction: row;
|
|
11052
|
-
min-width: 0;
|
|
11053
|
-
min-height: 0;
|
|
11054
|
-
}
|
|
11055
|
-
.row-flex-center {
|
|
11056
|
-
align-items: center;
|
|
11057
|
-
}
|
|
11058
|
-
.row-flex-baseline {
|
|
11059
|
-
align-items: baseline;
|
|
11060
|
-
}
|
|
11061
|
-
.row-flex-start {
|
|
11062
|
-
align-items: flex-start;
|
|
11063
|
-
}
|
|
11064
|
-
.row-flex-end {
|
|
11065
|
-
align-items: flex-end;
|
|
11066
|
-
}
|
|
11067
|
-
.row-flex-wrap {
|
|
11068
|
-
flex-wrap: wrap;
|
|
11069
|
-
align-items: flex-start;
|
|
11070
|
-
}
|
|
11071
|
-
.column-flex,
|
|
11072
|
-
.column-flex-center {
|
|
11073
|
-
display: flex;
|
|
11074
|
-
flex-direction: column;
|
|
11075
|
-
min-width: 0;
|
|
11076
|
-
min-height: 0;
|
|
11077
|
-
}
|
|
11078
|
-
.column-flex-center {
|
|
11079
|
-
align-items: center;
|
|
11080
|
-
min-height: 0;
|
|
11081
|
-
}
|
|
11082
|
-
.jc-center {
|
|
11083
|
-
justify-content: center;
|
|
11084
|
-
}
|
|
11085
|
-
.jc-start {
|
|
11086
|
-
justify-content: flex-start;
|
|
11087
|
-
}
|
|
11088
|
-
.jc-end {
|
|
11089
|
-
justify-content: flex-end;
|
|
11090
|
-
}
|
|
11091
|
-
.jc-space {
|
|
11092
|
-
justify-content: space-between;
|
|
11093
|
-
}
|
|
11094
|
-
.jc-around {
|
|
11095
|
-
justify-content: space-around;
|
|
11096
|
-
}
|
|
11097
|
-
.align-content-start {
|
|
11098
|
-
align-content: flex-start;
|
|
11099
|
-
}
|
|
11100
|
-
.flex1 {
|
|
11101
|
-
flex: 1;
|
|
11102
|
-
}
|
|
11103
|
-
.flex2 {
|
|
11104
|
-
flex: 2;
|
|
11105
|
-
}
|
|
11106
|
-
.flex3 {
|
|
11107
|
-
flex: 3;
|
|
11108
|
-
}
|
|
11109
|
-
.flex5 {
|
|
11110
|
-
flex: 5;
|
|
11111
|
-
}
|
|
11112
|
-
.no-shrink {
|
|
11113
|
-
flex-shrink: 0;
|
|
11114
|
-
}
|
|
11115
|
-
.flex-wrap {
|
|
11116
|
-
flex-wrap: wrap;
|
|
11117
|
-
}
|
|
11118
|
-
.flex-nowrap {
|
|
11119
|
-
flex-wrap: nowrap;
|
|
11120
|
-
}
|
|
11121
|
-
.cursor-pointer {
|
|
11122
|
-
cursor: pointer;
|
|
11123
|
-
}
|
|
11124
|
-
.text-ellipsis {
|
|
11125
|
-
white-space: nowrap;
|
|
11126
|
-
overflow: hidden;
|
|
11127
|
-
text-overflow: ellipsis;
|
|
11128
|
-
}
|
|
11129
|
-
.text-ellipsis-2 {
|
|
11130
|
-
word-break: break-all;
|
|
11131
|
-
text-overflow: ellipsis;
|
|
11132
|
-
display: -webkit-box;
|
|
11133
|
-
-webkit-box-orient: vertical;
|
|
11134
|
-
-webkit-line-clamp: 2;
|
|
11135
|
-
/* 这里是超出几行省略 */
|
|
11136
|
-
overflow: hidden;
|
|
11137
|
-
}
|
|
11138
|
-
.text-ellipsis-3 {
|
|
11139
|
-
word-break: break-all;
|
|
11140
|
-
text-overflow: ellipsis;
|
|
11141
|
-
display: -webkit-box;
|
|
11142
|
-
-webkit-box-orient: vertical;
|
|
11143
|
-
-webkit-line-clamp: 3;
|
|
11144
|
-
/* 这里是超出几行省略 */
|
|
11145
|
-
overflow: hidden;
|
|
11146
|
-
}
|
|
11147
|
-
.assetDetailModal {
|
|
11148
|
-
height: 522px;
|
|
11149
|
-
border-radius: 3px;
|
|
11150
|
-
border: 1px solid #E8E8E8;
|
|
11151
|
-
}
|
|
11152
|
-
.assetDetailModal pre {
|
|
11153
|
-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
11154
|
-
}
|
|
11155
|
-
.assetDetailModal ::-webkit-scrollbar-track-piece {
|
|
11156
|
-
background-color: transparent;
|
|
11157
|
-
-webkit-border-radius: 0;
|
|
11158
|
-
}
|
|
11159
|
-
.assetDetailModal ::-webkit-scrollbar {
|
|
11160
|
-
width: 12px;
|
|
11161
|
-
height: 12px;
|
|
11162
|
-
}
|
|
11163
|
-
.assetDetailModal ::-webkit-scrollbar-thumb {
|
|
11164
|
-
height: 50px;
|
|
11165
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
11166
|
-
-webkit-border-radius: 6px;
|
|
11167
|
-
outline: 2px solid #fff;
|
|
11168
|
-
outline-offset: -2px;
|
|
11169
|
-
border: 2px solid #fff;
|
|
11170
|
-
}
|
|
11171
|
-
.assetDetailModal ::-webkit-scrollbar-thumb:hover {
|
|
11172
|
-
height: 50px;
|
|
11173
|
-
background-color: #9f9f9f;
|
|
11174
|
-
-webkit-border-radius: 6px;
|
|
11175
|
-
}
|
|
11176
|
-
.assetDetailModal .left {
|
|
11177
|
-
width: 520px;
|
|
11178
|
-
padding: 20px;
|
|
11179
|
-
background-color: #FAFAFA;
|
|
11180
|
-
}
|
|
11181
|
-
.assetDetailModal .left img,
|
|
11182
|
-
.assetDetailModal .left video {
|
|
11183
|
-
max-width: 100%;
|
|
11184
|
-
max-height: 100%;
|
|
11185
|
-
}
|
|
11186
|
-
.assetDetailModal .left .audio {
|
|
11187
|
-
width: 100%;
|
|
11188
|
-
height: 100%;
|
|
11189
|
-
position: relative;
|
|
11190
|
-
background: #FAFAFA;
|
|
11191
|
-
}
|
|
11192
|
-
.assetDetailModal .left .audio audio {
|
|
11193
|
-
width: 100%;
|
|
11194
|
-
position: absolute;
|
|
11195
|
-
bottom: 0;
|
|
11196
|
-
}
|
|
11197
|
-
.assetDetailModal .left .audio audio::-webkit-media-controls-panel {
|
|
11198
|
-
background: #FAFAFA;
|
|
11199
|
-
}
|
|
11200
|
-
.assetDetailModal .left .textContainer {
|
|
11201
|
-
width: 100%;
|
|
11202
|
-
height: 100%;
|
|
11203
|
-
position: relative;
|
|
11204
|
-
}
|
|
11205
|
-
.assetDetailModal .left .textContainer .content {
|
|
11206
|
-
overflow-y: auto;
|
|
11207
|
-
margin-top: 15px;
|
|
11208
|
-
word-break: break-all;
|
|
11209
|
-
line-height: 22px;
|
|
11210
|
-
}
|
|
11211
|
-
.assetDetailModal .left .link {
|
|
11212
|
-
width: 322px;
|
|
11213
|
-
height: 90px;
|
|
11214
|
-
background: #FFFFFF;
|
|
11215
|
-
border-radius: 10px;
|
|
11216
|
-
border: 1px solid #E8E8E8;
|
|
11217
|
-
padding: 10px;
|
|
11218
|
-
}
|
|
11219
|
-
.assetDetailModal .left .link .img {
|
|
11220
|
-
width: 70px;
|
|
11221
|
-
height: 70px;
|
|
11222
|
-
border-radius: 6px;
|
|
11223
|
-
margin-left: 18px;
|
|
11224
|
-
}
|
|
11225
|
-
.assetDetailModal .left .link .img img {
|
|
11226
|
-
max-width: 100%;
|
|
11227
|
-
max-height: 100%;
|
|
11228
|
-
}
|
|
11229
|
-
.assetDetailModal .left .link .linkLeft {
|
|
11230
|
-
height: 100%;
|
|
11231
|
-
padding: 6px 2px;
|
|
11232
|
-
overflow: hidden;
|
|
11233
|
-
}
|
|
11234
|
-
.assetDetailModal .left .link .title {
|
|
11235
|
-
font-weight: 500;
|
|
11236
|
-
}
|
|
11237
|
-
.assetDetailModal .left .link .desc {
|
|
11238
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11239
|
-
margin-top: 10px;
|
|
11240
|
-
}
|
|
11241
|
-
.assetDetailModal .left .program {
|
|
11242
|
-
width: 260px;
|
|
11243
|
-
background: #FFFFFF;
|
|
11244
|
-
border-radius: 10px;
|
|
11245
|
-
border: 1px solid #E8E8E8;
|
|
11246
|
-
padding: 22px 20px 0 20px;
|
|
11247
|
-
}
|
|
11248
|
-
.assetDetailModal .left .program .title {
|
|
11249
|
-
font-weight: 500;
|
|
11250
|
-
font-size: 16px;
|
|
11251
|
-
}
|
|
11252
|
-
.assetDetailModal .left .program .desc {
|
|
11253
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11254
|
-
margin: 10px 0;
|
|
11255
|
-
}
|
|
11256
|
-
.assetDetailModal .left .program .img {
|
|
11257
|
-
width: 100%;
|
|
11258
|
-
height: 175px;
|
|
11259
|
-
}
|
|
11260
|
-
.assetDetailModal .left .program .footer {
|
|
11261
|
-
height: 40px;
|
|
11262
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11263
|
-
border-top: 1px solid #F5F5F5;
|
|
11264
|
-
margin-top: 10px;
|
|
11265
|
-
}
|
|
11266
|
-
.assetDetailModal .left .paramCode .qrCode {
|
|
11267
|
-
width: 290px;
|
|
11268
|
-
height: 290px;
|
|
11269
|
-
background: #FFFFFF;
|
|
11270
|
-
border: 1px solid #E8E8E8;
|
|
11271
|
-
border-radius: 145px;
|
|
11272
|
-
padding: 20px;
|
|
11273
|
-
overflow: hidden;
|
|
11274
|
-
}
|
|
11275
|
-
.assetDetailModal .left .paramCode .download {
|
|
11276
|
-
margin: 0 auto;
|
|
11277
|
-
width: -moz-max-content;
|
|
11278
|
-
width: max-content;
|
|
11279
|
-
margin-top: 25px;
|
|
11280
|
-
}
|
|
11281
|
-
.assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight {
|
|
11282
|
-
width: 148px;
|
|
11283
|
-
}
|
|
11284
|
-
.assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight .newCloud-dropdowns-menu-area {
|
|
11285
|
-
width: -webkit-fill-available;
|
|
11286
|
-
}
|
|
11287
|
-
.assetDetailModal .left.poi {
|
|
11288
|
-
padding: 0;
|
|
11289
|
-
}
|
|
11290
|
-
.assetDetailModal .right {
|
|
11291
|
-
padding: 20px;
|
|
11292
|
-
flex: 1;
|
|
11293
|
-
overflow-y: auto;
|
|
11294
|
-
}
|
|
11295
|
-
.assetDetailModal .right .row {
|
|
11296
|
-
margin-bottom: 28px;
|
|
11297
|
-
font-size: 14px;
|
|
11298
|
-
}
|
|
11299
|
-
.assetDetailModal .right .row .label {
|
|
11300
|
-
color: rgba(0, 0, 0, 0.65);
|
|
11301
|
-
width: 85px;
|
|
11302
|
-
}
|
|
11303
|
-
.assetDetailModal .right .row .value {
|
|
11304
|
-
color: rgba(0, 0, 0, 0.85);
|
|
11305
|
-
}
|
|
11306
|
-
.assetDetailModal .right .row .value .valueContent {
|
|
11307
|
-
word-break: break-all;
|
|
11308
|
-
}
|
|
11309
|
-
.assetDetailModal .right .row .value .openingTime {
|
|
11310
|
-
background: #F5F5F5;
|
|
11311
|
-
border-radius: 8px;
|
|
11312
|
-
padding: 15px;
|
|
11313
|
-
margin-top: 10px;
|
|
11314
|
-
}
|
|
11315
|
-
.assetDetailModal .right .row .value .openingTime .item {
|
|
11316
|
-
margin: 10px 0;
|
|
11317
|
-
}
|
|
11318
|
-
.assetDetailModal .right .shopImg {
|
|
11319
|
-
width: 96px;
|
|
11320
|
-
height: 96px;
|
|
11321
|
-
background: #FFFFFF;
|
|
11322
|
-
border-radius: 3px;
|
|
11323
|
-
border: 1px solid #E8E8E8;
|
|
11324
|
-
padding: 8px;
|
|
11325
|
-
}
|
|
11326
|
-
.assetDetailModal .right .shopImg img {
|
|
11327
|
-
max-width: 100%;
|
|
11328
|
-
max-height: 100%;
|
|
11329
|
-
}
|
|
11330
|
-
|
|
11331
|
-
body {
|
|
11332
|
-
margin: 0;
|
|
11333
|
-
--shuyunBlue1: #EDF6FF;
|
|
11334
|
-
--shuyunBlue2: #CCE6FF;
|
|
11335
|
-
--shuyunBlue3: #72B0ED;
|
|
11336
|
-
--shuyunBlue4: #0066CC;
|
|
11337
|
-
--shuyunBlue5: #004CA3;
|
|
11338
|
-
--shuyunBlue6: #003775;
|
|
11339
|
-
--shuyunBlue7: #002147;
|
|
11340
|
-
}
|
|
11341
|
-
.picturePreviewer {
|
|
11342
|
-
display: inline-block;
|
|
11343
|
-
vertical-align: middle;
|
|
11344
|
-
width: 40px;
|
|
11345
|
-
height: 40px;
|
|
11346
|
-
border-radius: 2px;
|
|
11347
|
-
background-color: #F5F5F5;
|
|
11348
|
-
background-position: center;
|
|
11349
|
-
background-size: contain;
|
|
11350
|
-
background-repeat: no-repeat;
|
|
11351
|
-
overflow: hidden;
|
|
11352
|
-
}
|
|
11353
|
-
.picturePreviewer:hover .mask {
|
|
11354
|
-
opacity: 1;
|
|
11355
|
-
visibility: visible;
|
|
11356
|
-
}
|
|
11357
|
-
.picturePreviewer .mask {
|
|
11358
|
-
height: 100%;
|
|
11359
|
-
opacity: 0;
|
|
11360
|
-
visibility: hidden;
|
|
11361
|
-
background: rgba(0, 0, 0, 0.45);
|
|
11362
|
-
display: flex;
|
|
11363
|
-
justify-content: center;
|
|
11364
|
-
align-items: center;
|
|
11365
|
-
transition: opacity 0.3s, visibility 0.3s;
|
|
11366
|
-
}
|
|
11367
|
-
.picturePreviewer .mask .actions {
|
|
11368
|
-
display: flex;
|
|
11369
|
-
align-items: center;
|
|
11370
|
-
justify-content: center;
|
|
11371
|
-
gap: 2px;
|
|
11372
|
-
color: #FFFFFF;
|
|
11373
|
-
}
|
|
11374
|
-
.picturePreviewer .mask .actions .newCloud-icon {
|
|
11375
|
-
cursor: pointer;
|
|
11376
|
-
}
|
|
11377
|
-
.picturePreviewerContent {
|
|
11378
|
-
display: flex;
|
|
11379
|
-
align-items: center;
|
|
11380
|
-
justify-content: center;
|
|
11381
|
-
width: 100%;
|
|
11382
|
-
height: 100%;
|
|
11383
|
-
}
|
|
11384
|
-
.picturePreviewerContent img {
|
|
11385
|
-
max-width: 100%;
|
|
11386
|
-
max-height: 100%;
|
|
11387
|
-
}
|
|
11388
|
-
|
|
11389
|
-
.row-flex,
|
|
11390
|
-
.row-flex-center,
|
|
11391
|
-
.row-flex-baseline,
|
|
11392
|
-
.row-flex-start,
|
|
11393
|
-
.row-flex-end,
|
|
11394
|
-
.row-flex-wrap {
|
|
11395
|
-
display: flex;
|
|
11396
|
-
flex-direction: row;
|
|
11397
|
-
min-width: 0;
|
|
11398
|
-
min-height: 0;
|
|
11399
|
-
}
|
|
11400
|
-
.row-flex,
|
|
11401
|
-
.row-flex-center,
|
|
11402
|
-
.row-flex-baseline,
|
|
11403
|
-
.row-flex-start,
|
|
11404
|
-
.row-flex-end,
|
|
11405
|
-
.row-flex-wrap {
|
|
11406
|
-
display: flex;
|
|
11407
|
-
flex-direction: row;
|
|
11408
|
-
min-width: 0;
|
|
11409
|
-
min-height: 0;
|
|
11410
|
-
}
|
|
11411
|
-
.row-flex-center {
|
|
11412
|
-
align-items: center;
|
|
11413
|
-
}
|
|
11414
|
-
.row-flex-baseline {
|
|
11415
|
-
align-items: baseline;
|
|
11416
|
-
}
|
|
11417
|
-
.row-flex-start {
|
|
11418
|
-
align-items: flex-start;
|
|
11419
|
-
}
|
|
11420
|
-
.row-flex-end {
|
|
11421
|
-
align-items: flex-end;
|
|
11422
|
-
}
|
|
11423
|
-
.row-flex-wrap {
|
|
11424
|
-
flex-wrap: wrap;
|
|
11425
|
-
align-items: flex-start;
|
|
11426
|
-
}
|
|
11427
|
-
.column-flex,
|
|
11428
|
-
.column-flex-center {
|
|
11429
|
-
display: flex;
|
|
11430
|
-
flex-direction: column;
|
|
11431
|
-
min-width: 0;
|
|
11432
|
-
min-height: 0;
|
|
11433
|
-
}
|
|
11434
|
-
.column-flex-center {
|
|
11435
|
-
align-items: center;
|
|
11436
|
-
min-height: 0;
|
|
11437
|
-
}
|
|
11438
|
-
.jc-center {
|
|
11439
|
-
justify-content: center;
|
|
11440
|
-
}
|
|
11441
|
-
.jc-start {
|
|
11442
|
-
justify-content: flex-start;
|
|
11443
|
-
}
|
|
11444
|
-
.jc-end {
|
|
11445
|
-
justify-content: flex-end;
|
|
11446
|
-
}
|
|
11447
|
-
.jc-space {
|
|
11448
|
-
justify-content: space-between;
|
|
11449
|
-
}
|
|
11450
|
-
.jc-around {
|
|
11451
|
-
justify-content: space-around;
|
|
11452
|
-
}
|
|
11453
|
-
.align-content-start {
|
|
11454
|
-
align-content: flex-start;
|
|
11455
|
-
}
|
|
11456
|
-
.flex1 {
|
|
11457
|
-
flex: 1;
|
|
11458
|
-
}
|
|
11459
|
-
.flex2 {
|
|
11460
|
-
flex: 2;
|
|
11461
|
-
}
|
|
11462
|
-
.flex3 {
|
|
11463
|
-
flex: 3;
|
|
11464
|
-
}
|
|
11465
|
-
.flex5 {
|
|
11466
|
-
flex: 5;
|
|
11467
|
-
}
|
|
11468
|
-
.no-shrink {
|
|
11469
|
-
flex-shrink: 0;
|
|
11470
|
-
}
|
|
11471
|
-
.flex-wrap {
|
|
11472
|
-
flex-wrap: wrap;
|
|
11473
|
-
}
|
|
11474
|
-
.flex-nowrap {
|
|
11475
|
-
flex-wrap: nowrap;
|
|
11476
|
-
}
|
|
11477
|
-
.cursor-pointer {
|
|
11478
|
-
cursor: pointer;
|
|
11479
|
-
}
|
|
11480
|
-
.text-ellipsis {
|
|
11481
|
-
white-space: nowrap;
|
|
11482
|
-
overflow: hidden;
|
|
11483
|
-
text-overflow: ellipsis;
|
|
11484
|
-
}
|
|
11485
|
-
.text-ellipsis-2 {
|
|
11486
|
-
word-break: break-all;
|
|
11487
|
-
text-overflow: ellipsis;
|
|
11488
|
-
display: -webkit-box;
|
|
11489
|
-
-webkit-box-orient: vertical;
|
|
11490
|
-
-webkit-line-clamp: 2;
|
|
11491
|
-
/* 这里是超出几行省略 */
|
|
11492
|
-
overflow: hidden;
|
|
11493
|
-
}
|
|
11494
|
-
.text-ellipsis-3 {
|
|
11495
|
-
word-break: break-all;
|
|
11496
|
-
text-overflow: ellipsis;
|
|
11497
|
-
display: -webkit-box;
|
|
11498
|
-
-webkit-box-orient: vertical;
|
|
11499
|
-
-webkit-line-clamp: 3;
|
|
11500
|
-
/* 这里是超出几行省略 */
|
|
11501
|
-
overflow: hidden;
|
|
11502
|
-
}
|
|
11503
|
-
.assetContentView img,
|
|
11504
|
-
.assetContentView video {
|
|
11505
|
-
border-radius: 4px;
|
|
11506
|
-
margin-right: 8px;
|
|
11507
|
-
}
|
|
11508
|
-
.assetContentView .name {
|
|
11509
|
-
color: var(--shuyunBlue4);
|
|
11510
|
-
cursor: pointer;
|
|
11511
|
-
}
|
|
11512
|
-
.assetContentView .twoRows {
|
|
11513
|
-
white-space: initial;
|
|
11514
|
-
}
|
|
11515
|
-
.assetContentView .duration {
|
|
11516
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11517
|
-
margin-top: 4px;
|
|
11518
|
-
display: block;
|
|
11519
|
-
}
|
|
11520
|
-
.assetContentView .left {
|
|
11521
|
-
width: 40px;
|
|
11522
|
-
height: 40px;
|
|
11523
|
-
background: #FAFAFA;
|
|
11524
|
-
border-radius: 3px;
|
|
11525
|
-
margin-right: 8px;
|
|
11526
|
-
position: relative;
|
|
11527
|
-
}
|
|
11528
|
-
.assetContentView .left .materialImg {
|
|
11529
|
-
width: 100%;
|
|
11530
|
-
height: 100%;
|
|
11531
|
-
}
|
|
11532
|
-
.assetContentView .left img {
|
|
11533
|
-
width: 22px;
|
|
11534
|
-
height: 22px;
|
|
11535
|
-
margin-right: 0;
|
|
11536
|
-
}
|
|
11537
|
-
.assetContentView .left video {
|
|
11538
|
-
width: 100%;
|
|
11539
|
-
height: 100%;
|
|
11540
|
-
margin: 0;
|
|
11541
|
-
}
|
|
11542
|
-
.assetContentView .left .play {
|
|
11543
|
-
position: absolute;
|
|
11544
|
-
left: 9px;
|
|
11545
|
-
top: 12px;
|
|
11546
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11547
|
-
}
|
|
11548
|
-
.assetContentView .link img {
|
|
11549
|
-
max-width: 100%;
|
|
11550
|
-
max-height: 100%;
|
|
11551
|
-
width: auto;
|
|
11552
|
-
height: auto;
|
|
11553
|
-
}
|
|
11554
|
-
|
|
11555
|
-
.assetSearchItem {
|
|
11556
|
-
display: flex;
|
|
11557
|
-
align-items: center;
|
|
11558
|
-
}
|
|
11559
|
-
.assetSearchItem .title {
|
|
11560
|
-
text-align: right;
|
|
11561
|
-
font-size: 14px;
|
|
11562
|
-
color: rgba(0, 0, 0, 0.65);
|
|
11563
|
-
line-height: 20px;
|
|
11564
|
-
}
|
|
11565
|
-
.assetSearchItem .note {
|
|
11566
|
-
color: #D9001B;
|
|
11567
|
-
padding-right: 5px;
|
|
11568
|
-
}
|
|
11569
|
-
.assetSearchItem .content {
|
|
11570
|
-
flex: 1;
|
|
11571
|
-
}
|
|
11572
|
-
.assetSearchItem .content > div,
|
|
11573
|
-
.assetSearchItem .content > input {
|
|
11574
|
-
width: 100%;
|
|
11575
|
-
}
|
|
11576
|
-
.assetSearchItem.autoWidth {
|
|
11577
|
-
width: 100%;
|
|
11578
|
-
}
|
|
11579
|
-
|
|
11580
|
-
.assetSearchBlockWrapper {
|
|
11581
|
-
background: #FAFAFA;
|
|
11582
|
-
border-radius: 3px;
|
|
11583
|
-
margin-left: 24px;
|
|
11584
|
-
padding: 16px 12px;
|
|
11585
|
-
}
|
|
11586
|
-
.assetSearchBlockWrapper .searchBtn {
|
|
11587
|
-
display: flex;
|
|
11588
|
-
padding-left: 80px;
|
|
11589
|
-
padding-top: 20px;
|
|
11590
|
-
-moz-column-gap: 12px;
|
|
11591
|
-
column-gap: 12px;
|
|
11592
|
-
}
|
|
11593
|
-
.assetSearchBlockWrapper .searchBox {
|
|
11594
|
-
display: flex;
|
|
11595
|
-
flex-wrap: wrap;
|
|
11596
|
-
-moz-column-gap: 12px;
|
|
11597
|
-
column-gap: 12px;
|
|
11598
|
-
row-gap: 16px;
|
|
11599
|
-
flex-shrink: 0;
|
|
11600
|
-
background: #FAFAFA;
|
|
11601
|
-
border-radius: 3px;
|
|
11602
|
-
}
|
|
11603
|
-
.assetSearchBlockWrapper .searchBox .okBtn {
|
|
11604
|
-
margin-right: 12px;
|
|
11605
|
-
}
|
|
11606
|
-
.assetSearchBlockWrapper .searchBox .moreSearch {
|
|
11607
|
-
display: flex;
|
|
11608
|
-
}
|
|
11609
|
-
.assetSearchBlockWrapper .moreParamsWrapper {
|
|
11610
|
-
position: relative;
|
|
11611
|
-
display: flex;
|
|
11612
|
-
align-items: center;
|
|
11613
|
-
flex: 1;
|
|
11614
|
-
justify-content: flex-end;
|
|
11615
|
-
}
|
|
11616
|
-
.assetSearchBlockWrapper .moreParamsWrapper .moreItems {
|
|
11617
|
-
display: flex;
|
|
11618
|
-
flex-direction: column;
|
|
11619
|
-
position: absolute;
|
|
11620
|
-
padding: 24px 24px 12px;
|
|
11621
|
-
top: 25px;
|
|
11622
|
-
left: -150px;
|
|
11623
|
-
width: 468px;
|
|
11624
|
-
background-color: #fff;
|
|
11625
|
-
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
|
|
11626
|
-
z-index: 10;
|
|
11627
|
-
}
|
|
11628
|
-
.assetSearchBlockWrapper .moreParamsWrapper .moreItems .moreItemsBtn {
|
|
11629
|
-
align-self: flex-end;
|
|
11630
|
-
margin-top: 24px;
|
|
11631
|
-
}
|
|
11632
|
-
.assetSearchBlockWrapper .moreParamsWrapper .moreNum {
|
|
11633
|
-
display: inline-block;
|
|
11634
|
-
margin-left: 6px;
|
|
11635
|
-
width: 16px;
|
|
11636
|
-
height: 16px;
|
|
11637
|
-
background: #fd830a;
|
|
11638
|
-
font-size: 12px;
|
|
11639
|
-
color: #fff;
|
|
11640
|
-
line-height: 16px;
|
|
11641
|
-
border-radius: 8px;
|
|
11642
|
-
}
|
|
11643
|
-
|
|
11644
|
-
body {
|
|
11645
|
-
margin: 0;
|
|
11646
|
-
--shuyunBlue1: #EDF6FF;
|
|
11647
|
-
--shuyunBlue2: #CCE6FF;
|
|
11648
|
-
--shuyunBlue3: #72B0ED;
|
|
11649
|
-
--shuyunBlue4: #0066CC;
|
|
11650
|
-
--shuyunBlue5: #004CA3;
|
|
11651
|
-
--shuyunBlue6: #003775;
|
|
11652
|
-
--shuyunBlue7: #002147;
|
|
11653
|
-
}
|
|
11654
|
-
.miniProgramForm .input {
|
|
11655
|
-
max-width: 400px;
|
|
11656
|
-
}
|
|
11657
|
-
.miniProgramForm .createMiniProgramForm {
|
|
11658
|
-
display: flex;
|
|
11659
|
-
}
|
|
11660
|
-
.miniProgramForm .footer {
|
|
11661
|
-
position: absolute;
|
|
11662
|
-
bottom: 0px;
|
|
11663
|
-
align-items: center;
|
|
11664
|
-
display: flex;
|
|
11665
|
-
justify-content: center;
|
|
11666
|
-
width: calc(100% - 40px);
|
|
11667
|
-
}
|
|
11668
|
-
.miniProgramForm .createOption {
|
|
11669
|
-
flex: 0 0 414px;
|
|
11670
|
-
}
|
|
11671
|
-
.miniProgramForm .createImg {
|
|
11672
|
-
padding-left: 25px;
|
|
11673
|
-
flex: 1;
|
|
11674
|
-
}
|
|
11675
|
-
.miniProgramForm .createImg .imgBox {
|
|
11676
|
-
width: 96px;
|
|
11677
|
-
height: 96px;
|
|
11678
|
-
background: #FAFAFA;
|
|
11679
|
-
border-radius: 3px;
|
|
11680
|
-
border: 1px solid #E8E8E8;
|
|
11681
|
-
display: flex;
|
|
11682
|
-
align-items: center;
|
|
11683
|
-
justify-content: center;
|
|
11684
|
-
padding: 10px;
|
|
11685
|
-
}
|
|
11686
|
-
.miniProgramForm .createImg .imgBox img {
|
|
11687
|
-
max-height: 100%;
|
|
11688
|
-
max-width: 100%;
|
|
11689
|
-
}
|
|
11690
|
-
.miniProgramForm .createImg .tips {
|
|
11691
|
-
font-size: 14px;
|
|
11692
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11693
|
-
}
|
|
11694
|
-
.miniProgramForm .cover {
|
|
11695
|
-
width: 100px;
|
|
11696
|
-
height: 100px;
|
|
11697
|
-
border: 1px dashed #878b8f;
|
|
11698
|
-
border-radius: 4px;
|
|
11699
|
-
}
|
|
11700
|
-
.miniProgramForm .cover img {
|
|
11701
|
-
max-width: 100%;
|
|
11702
|
-
max-height: 100%;
|
|
11703
|
-
}
|
|
11704
|
-
.miniProgramForm .tips {
|
|
11705
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11706
|
-
margin-top: 6px;
|
|
11707
|
-
}
|
|
11708
|
-
.miniProgramForm .newCloud-upload-list-text-info-detail {
|
|
11709
|
-
display: none;
|
|
11710
|
-
}
|
|
11711
|
-
.miniProgramForm .newCloud-tree-select {
|
|
11712
|
-
margin-bottom: 0 !important;
|
|
11713
|
-
}
|
|
11714
|
-
.miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
11715
|
-
height: 32px;
|
|
11716
|
-
}
|
|
11717
|
-
.miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
11718
|
-
font-size: 14px;
|
|
11719
|
-
padding-left: 14px;
|
|
11720
|
-
}
|
|
11721
|
-
.miniProgramForm .addRow {
|
|
11722
|
-
margin-bottom: 15px;
|
|
11723
|
-
}
|
|
11724
|
-
.miniProgramForm .timeRow {
|
|
11725
|
-
gap: 10px;
|
|
11726
|
-
}
|
|
11727
|
-
.miniProgramForm .delete {
|
|
11728
|
-
cursor: pointer;
|
|
11729
|
-
}
|
|
11730
|
-
.miniProgramForm .delete:hover {
|
|
11731
|
-
color: #E74949;
|
|
11732
|
-
}
|
|
11733
|
-
.miniProgramFormHelpDoc {
|
|
11734
|
-
position: absolute;
|
|
11735
|
-
top: 11px;
|
|
11736
|
-
right: 45px;
|
|
11737
|
-
}
|
|
11738
|
-
|
|
11739
|
-
body {
|
|
11740
|
-
margin: 0;
|
|
11741
|
-
--shuyunBlue1: #EDF6FF;
|
|
11742
|
-
--shuyunBlue2: #CCE6FF;
|
|
11743
|
-
--shuyunBlue3: #72B0ED;
|
|
11744
|
-
--shuyunBlue4: #0066CC;
|
|
11745
|
-
--shuyunBlue5: #004CA3;
|
|
11746
|
-
--shuyunBlue6: #003775;
|
|
11747
|
-
--shuyunBlue7: #002147;
|
|
11748
|
-
}
|
|
11749
|
-
.paramCodeForm {
|
|
11750
|
-
width: 800px;
|
|
11751
|
-
}
|
|
11752
|
-
.paramCodeForm.paramCodeHight {
|
|
11753
|
-
height: 490px;
|
|
11754
|
-
width: 100%;
|
|
11755
|
-
overflow-y: auto;
|
|
11756
|
-
overflow-x: auto;
|
|
11757
|
-
}
|
|
11758
|
-
.paramCodeForm .addRow {
|
|
11759
|
-
margin-bottom: 15px;
|
|
11760
|
-
}
|
|
11761
|
-
.paramCodeForm .timeRow {
|
|
11762
|
-
gap: 10px;
|
|
11763
|
-
}
|
|
11764
|
-
.paramCodeForm .delete {
|
|
11765
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11766
|
-
cursor: pointer;
|
|
11767
|
-
}
|
|
11768
|
-
.paramCodeForm .delete:hover {
|
|
11769
|
-
color: #E74949;
|
|
11770
|
-
}
|
|
11771
|
-
.paramCodeForm .pageFormItem .newCloud-form-item-wrapper {
|
|
11772
|
-
line-height: normal;
|
|
11773
|
-
}
|
|
11774
|
-
.paramCodeForm .footer {
|
|
11775
|
-
position: absolute;
|
|
11776
|
-
bottom: 0px;
|
|
11777
|
-
align-items: center;
|
|
11778
|
-
display: flex;
|
|
11779
|
-
justify-content: center;
|
|
11780
|
-
width: calc(100% - 40px);
|
|
11781
|
-
}
|
|
11782
|
-
.row-flex,
|
|
11783
|
-
.row-flex-center,
|
|
11784
|
-
.row-flex-baseline,
|
|
11785
|
-
.row-flex-start,
|
|
11786
|
-
.row-flex-end,
|
|
11787
|
-
.row-flex-wrap {
|
|
11788
|
-
display: flex;
|
|
11789
|
-
flex-direction: row;
|
|
11790
|
-
min-width: 0;
|
|
11791
|
-
min-height: 0;
|
|
11792
|
-
}
|
|
11793
|
-
|
|
11794
|
-
.poiForm {
|
|
11795
|
-
min-width: 240px;
|
|
11796
|
-
}
|
|
11797
|
-
.poiForm .createItem {
|
|
11798
|
-
display: flex;
|
|
11799
|
-
}
|
|
11800
|
-
.poiForm .createItem .createUploadContainer {
|
|
11801
|
-
flex: 0 0 328px;
|
|
11802
|
-
}
|
|
11803
|
-
.poiForm .createItem .createOther {
|
|
11804
|
-
padding-left: 20px;
|
|
11805
|
-
flex: 1;
|
|
11806
|
-
height: 490px;
|
|
11807
|
-
overflow-y: auto;
|
|
11808
|
-
}
|
|
11809
|
-
.poiForm .createUpload {
|
|
11810
|
-
background: #FAFAFA;
|
|
11811
|
-
border-radius: 6px;
|
|
11812
|
-
border: 1px solid #E8E8E8;
|
|
11813
|
-
height: 328px;
|
|
11814
|
-
display: flex;
|
|
11815
|
-
align-items: center;
|
|
11816
|
-
justify-content: center;
|
|
11817
|
-
flex-direction: column;
|
|
11818
|
-
padding: 10px 50px;
|
|
11819
|
-
width: 328px;
|
|
11820
|
-
}
|
|
11821
|
-
.poiForm .createUpload img {
|
|
11822
|
-
max-width: 100%;
|
|
11823
|
-
max-height: 100%;
|
|
11824
|
-
}
|
|
11825
|
-
.poiForm .createUpload .createIcon {
|
|
11826
|
-
font-size: 18px;
|
|
11827
|
-
color: rgba(0, 0, 0, 0.85);
|
|
11828
|
-
margin-bottom: 20px;
|
|
11829
|
-
}
|
|
11830
|
-
.poiForm .createUpload .createUploadLabel {
|
|
11831
|
-
font-weight: 400;
|
|
11832
|
-
font-size: 14px;
|
|
11833
|
-
color: rgba(0, 0, 0, 0.85);
|
|
11834
|
-
}
|
|
11835
|
-
.poiForm .tips {
|
|
11836
|
-
text-align: center;
|
|
11837
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11838
|
-
margin-top: 6px;
|
|
11839
|
-
}
|
|
11840
|
-
.poiForm .item {
|
|
11841
|
-
margin-bottom: 0;
|
|
11842
|
-
}
|
|
11843
|
-
.poiForm .timeRow {
|
|
11844
|
-
gap: 10px;
|
|
11845
|
-
}
|
|
11846
|
-
.poiForm .timeRow .delete {
|
|
11847
|
-
font-size: 14px;
|
|
11848
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11849
|
-
cursor: pointer;
|
|
11850
|
-
}
|
|
11851
|
-
.poiForm .timeRow .delete:hover {
|
|
11852
|
-
color: #E74949;
|
|
11853
|
-
}
|
|
11854
|
-
.poiForm .footer {
|
|
11855
|
-
position: absolute;
|
|
11856
|
-
bottom: 0px;
|
|
11857
|
-
align-items: center;
|
|
11858
|
-
display: flex;
|
|
11859
|
-
justify-content: center;
|
|
11860
|
-
width: calc(100% - 40px);
|
|
11861
|
-
}
|
|
11862
|
-
|
|
11863
|
-
body {
|
|
11864
|
-
margin: 0;
|
|
11865
|
-
--shuyunBlue1: #EDF6FF;
|
|
11866
|
-
--shuyunBlue2: #CCE6FF;
|
|
11867
|
-
--shuyunBlue3: #72B0ED;
|
|
11868
|
-
--shuyunBlue4: #0066CC;
|
|
11869
|
-
--shuyunBlue5: #004CA3;
|
|
11870
|
-
--shuyunBlue6: #003775;
|
|
11871
|
-
--shuyunBlue7: #002147;
|
|
11872
|
-
}
|
|
11873
|
-
.assetLinkForm .input {
|
|
11874
|
-
max-width: 400px;
|
|
11875
|
-
}
|
|
11876
|
-
.assetLinkForm .cover {
|
|
11877
|
-
width: 100px;
|
|
11878
|
-
height: 100px;
|
|
11879
|
-
border: 1px dashed #878b8f;
|
|
11880
|
-
border-radius: 4px;
|
|
11881
|
-
}
|
|
11882
|
-
.assetLinkForm .cover img {
|
|
11883
|
-
max-width: 100%;
|
|
11884
|
-
max-height: 100%;
|
|
11885
|
-
}
|
|
11886
|
-
.assetLinkForm .newCloud-form-item-wrapper .newCloud-form-item-explain.error {
|
|
11887
|
-
position: absolute;
|
|
11888
|
-
}
|
|
11889
|
-
.assetLinkForm .createItem {
|
|
11890
|
-
display: flex;
|
|
11891
|
-
}
|
|
11892
|
-
.assetLinkForm .createItem .createUploadContainer {
|
|
11893
|
-
flex: 0 0 328px;
|
|
11894
|
-
}
|
|
11895
|
-
.assetLinkForm .createItem .createOther {
|
|
11896
|
-
padding-left: 20px;
|
|
11897
|
-
flex: 1;
|
|
11898
|
-
}
|
|
11899
|
-
.assetLinkForm .createUpload {
|
|
11900
|
-
background: #FAFAFA;
|
|
11901
|
-
border-radius: 6px;
|
|
11902
|
-
border: 1px solid #E8E8E8;
|
|
11903
|
-
height: 328px;
|
|
11904
|
-
display: flex;
|
|
11905
|
-
align-items: center;
|
|
11906
|
-
justify-content: center;
|
|
11907
|
-
flex-direction: column;
|
|
11908
|
-
padding: 10px 50px;
|
|
11909
|
-
width: 328px;
|
|
11910
|
-
}
|
|
11911
|
-
.assetLinkForm .createUpload img {
|
|
11912
|
-
max-width: 100%;
|
|
11913
|
-
max-height: 100%;
|
|
11914
|
-
}
|
|
11915
|
-
.assetLinkForm .createUpload .createIcon {
|
|
11916
|
-
font-size: 18px;
|
|
11917
|
-
color: rgba(0, 0, 0, 0.85);
|
|
11918
|
-
margin-bottom: 20px;
|
|
11919
|
-
}
|
|
11920
|
-
.assetLinkForm .createUpload .createUploadLabel {
|
|
11921
|
-
font-weight: 400;
|
|
11922
|
-
font-size: 14px;
|
|
11923
|
-
color: rgba(0, 0, 0, 0.85);
|
|
11924
|
-
}
|
|
11925
|
-
.assetLinkForm .tips {
|
|
11926
|
-
text-align: center;
|
|
11927
|
-
color: rgba(0, 0, 0, 0.45);
|
|
11928
|
-
margin-top: 6px;
|
|
11929
|
-
}
|
|
11930
|
-
.assetLinkForm .newCloud-upload-list-text-info-detail {
|
|
11931
|
-
display: none;
|
|
11932
|
-
}
|
|
11933
|
-
.assetLinkForm .newCloud-tree-select {
|
|
11934
|
-
margin-bottom: 0 !important;
|
|
11935
|
-
}
|
|
11936
|
-
.assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
11937
|
-
height: 32px;
|
|
11938
|
-
}
|
|
11939
|
-
.assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
11940
|
-
font-size: 14px;
|
|
11941
|
-
padding-left: 14px;
|
|
11942
|
-
}
|
|
11943
|
-
.assetLinkForm .addRow {
|
|
11944
|
-
margin-bottom: 15px;
|
|
11945
|
-
}
|
|
11946
|
-
.assetLinkForm .timeRow {
|
|
11947
|
-
gap: 10px;
|
|
11948
|
-
}
|
|
11949
|
-
.assetLinkForm .delete {
|
|
11950
|
-
cursor: pointer;
|
|
11951
|
-
}
|
|
11952
|
-
.assetLinkForm .footer {
|
|
11953
|
-
position: absolute;
|
|
11954
|
-
bottom: 0px;
|
|
11955
|
-
align-items: center;
|
|
11956
|
-
display: flex;
|
|
11957
|
-
justify-content: center;
|
|
11958
|
-
width: calc(100% - 40px);
|
|
11959
|
-
}
|
|
11960
|
-
|
|
11961
|
-
:root,
|
|
11962
|
-
:host {
|
|
11963
|
-
--w-e-textarea-bg-color: #fff;
|
|
11964
|
-
--w-e-textarea-color: #333;
|
|
11965
|
-
--w-e-textarea-border-color: #ccc;
|
|
11966
|
-
--w-e-textarea-slight-border-color: #e8e8e8;
|
|
11967
|
-
--w-e-textarea-slight-color: #d4d4d4;
|
|
11968
|
-
--w-e-textarea-slight-bg-color: #f5f2f0;
|
|
11969
|
-
--w-e-textarea-selected-border-color: #B4D5FF;
|
|
11970
|
-
--w-e-textarea-handler-bg-color: #4290f7;
|
|
11971
|
-
--w-e-toolbar-color: #595959;
|
|
11972
|
-
--w-e-toolbar-bg-color: #fff;
|
|
11973
|
-
--w-e-toolbar-active-color: #333;
|
|
11974
|
-
--w-e-toolbar-active-bg-color: #f1f1f1;
|
|
11975
|
-
--w-e-toolbar-disabled-color: #999;
|
|
11976
|
-
--w-e-toolbar-border-color: #e8e8e8;
|
|
11977
|
-
--w-e-modal-button-bg-color: #fafafa;
|
|
11978
|
-
--w-e-modal-button-border-color: #d9d9d9;
|
|
11979
|
-
}
|
|
11980
|
-
|
|
11981
|
-
.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}
|
|
11982
|
-
.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px 3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px 3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px 3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px 4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 10px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{box-shadow:none}.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}
|
|
11983
|
-
.w-e-text-container [data-slate-editor] ol,.w-e-text-container [data-slate-editor] ul{padding-left:20px}.w-e-text-container [data-slate-editor] li{line-height:inherit;margin:10px 0}
|
|
11984
|
-
.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}
|
|
11985
|
-
.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}
|
|
11986
|
-
|
|
11987
|
-
.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
|
|
11988
|
-
.assetEditorWangWrapper {
|
|
11989
|
-
border: 1px solid #E8E8E8;
|
|
11990
|
-
border-radius: 2px;
|
|
11991
|
-
z-index: 100;
|
|
11992
|
-
}
|
|
11993
|
-
.assetEditorWangWrapper .w-e-text-placeholder {
|
|
11994
|
-
line-height: initial;
|
|
11995
|
-
}
|
|
11996
|
-
.assetEditorWangWrapper li {
|
|
11997
|
-
list-style: unset !important;
|
|
11998
|
-
}
|
|
11999
|
-
.has-error .assetEditorWangWrapper {
|
|
12000
|
-
border-color: #e74949;
|
|
12001
|
-
}
|
|
12002
|
-
|
|
12003
|
-
body {
|
|
12004
|
-
margin: 0;
|
|
12005
|
-
--shuyunBlue1: #EDF6FF;
|
|
12006
|
-
--shuyunBlue2: #CCE6FF;
|
|
12007
|
-
--shuyunBlue3: #72B0ED;
|
|
12008
|
-
--shuyunBlue4: #0066CC;
|
|
12009
|
-
--shuyunBlue5: #004CA3;
|
|
12010
|
-
--shuyunBlue6: #003775;
|
|
12011
|
-
--shuyunBlue7: #002147;
|
|
12012
|
-
}
|
|
12013
|
-
.assetCommonForm .input {
|
|
12014
|
-
max-width: 400px;
|
|
12015
|
-
}
|
|
12016
|
-
.assetCommonForm .createItem {
|
|
12017
|
-
display: flex;
|
|
12018
|
-
}
|
|
12019
|
-
.assetCommonForm .createItem .createUploadContainer {
|
|
12020
|
-
flex: 0 0 328px;
|
|
12021
|
-
}
|
|
12022
|
-
.assetCommonForm .createItem .createOther {
|
|
12023
|
-
padding-left: 20px;
|
|
12024
|
-
flex: 1;
|
|
12025
|
-
}
|
|
12026
|
-
.assetCommonForm .createUpload {
|
|
12027
|
-
background: #FAFAFA;
|
|
12028
|
-
border-radius: 6px;
|
|
12029
|
-
border: 1px solid #E8E8E8;
|
|
12030
|
-
height: 328px;
|
|
12031
|
-
display: flex;
|
|
12032
|
-
align-items: center;
|
|
12033
|
-
justify-content: center;
|
|
12034
|
-
flex-direction: column;
|
|
12035
|
-
padding: 10px 50px;
|
|
12036
|
-
width: 328px;
|
|
12037
|
-
}
|
|
12038
|
-
.assetCommonForm .createUpload.textContent {
|
|
12039
|
-
padding: 0 10px;
|
|
12040
|
-
}
|
|
12041
|
-
.assetCommonForm .createUpload .createIcon {
|
|
12042
|
-
font-size: 18px;
|
|
12043
|
-
color: rgba(0, 0, 0, 0.85);
|
|
12044
|
-
margin-bottom: 20px;
|
|
12045
|
-
}
|
|
12046
|
-
.assetCommonForm .createUpload .createUploadLabel {
|
|
12047
|
-
font-weight: 400;
|
|
12048
|
-
font-size: 14px;
|
|
12049
|
-
color: rgba(0, 0, 0, 0.85);
|
|
12050
|
-
}
|
|
12051
|
-
.assetCommonForm .cover {
|
|
12052
|
-
width: 100px;
|
|
12053
|
-
height: 100px;
|
|
12054
|
-
border: 1px dashed #878b8f;
|
|
12055
|
-
border-radius: 4px;
|
|
12056
|
-
}
|
|
12057
|
-
.assetCommonForm .cover img {
|
|
12058
|
-
max-width: 100%;
|
|
12059
|
-
max-height: 100%;
|
|
12060
|
-
}
|
|
12061
|
-
.assetCommonForm img,
|
|
12062
|
-
.assetCommonForm video {
|
|
12063
|
-
max-width: 100%;
|
|
12064
|
-
max-height: 100%;
|
|
12065
|
-
}
|
|
12066
|
-
.assetCommonForm .audio {
|
|
12067
|
-
width: 100%;
|
|
12068
|
-
height: 100%;
|
|
12069
|
-
position: relative;
|
|
12070
|
-
background: #FAFAFA;
|
|
12071
|
-
}
|
|
12072
|
-
.assetCommonForm .audio audio {
|
|
12073
|
-
width: 100%;
|
|
12074
|
-
position: absolute;
|
|
12075
|
-
bottom: 0;
|
|
12076
|
-
}
|
|
12077
|
-
.assetCommonForm .audio audio::-webkit-media-controls-panel {
|
|
12078
|
-
background: #FAFAFA;
|
|
12079
|
-
}
|
|
12080
|
-
.assetCommonForm .textContainer {
|
|
12081
|
-
width: 100%;
|
|
12082
|
-
height: 100%;
|
|
12083
|
-
position: relative;
|
|
12084
|
-
}
|
|
12085
|
-
.assetCommonForm .textContainer .content {
|
|
12086
|
-
overflow-y: auto;
|
|
12087
|
-
margin-top: 15px;
|
|
12088
|
-
word-break: break-all;
|
|
12089
|
-
line-height: 22px;
|
|
12090
|
-
}
|
|
12091
|
-
.assetCommonForm .tips {
|
|
12092
|
-
text-align: center;
|
|
12093
|
-
color: rgba(0, 0, 0, 0.45);
|
|
12094
|
-
margin-top: 8px;
|
|
12095
|
-
}
|
|
12096
|
-
.assetCommonForm .newCloud-upload-list-text-info-detail {
|
|
12097
|
-
display: none;
|
|
12098
|
-
}
|
|
12099
|
-
.assetCommonForm .newCloud-tree-select {
|
|
12100
|
-
margin-bottom: 0 !important;
|
|
12101
|
-
}
|
|
12102
|
-
.assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
12103
|
-
height: 32px;
|
|
12104
|
-
}
|
|
12105
|
-
.assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
12106
|
-
font-size: 14px;
|
|
12107
|
-
padding-left: 14px;
|
|
12108
|
-
}
|
|
12109
|
-
.assetCommonForm .addRow {
|
|
12110
|
-
margin-bottom: 15px;
|
|
12111
|
-
}
|
|
12112
|
-
.assetCommonForm .timeRow {
|
|
12113
|
-
gap: 10px;
|
|
12114
|
-
}
|
|
12115
|
-
.assetCommonForm .delete {
|
|
12116
|
-
cursor: pointer;
|
|
12117
|
-
}
|
|
12118
|
-
.assetCommonForm .footer {
|
|
12119
|
-
position: absolute;
|
|
12120
|
-
bottom: 0px;
|
|
12121
|
-
align-items: center;
|
|
12122
|
-
display: flex;
|
|
12123
|
-
justify-content: center;
|
|
12124
|
-
width: calc(100% - 40px);
|
|
12125
|
-
}
|
|
12126
|
-
|
|
12127
|
-
.createAssetContainer {
|
|
12128
|
-
width: 100%;
|
|
12129
|
-
}
|
|
12130
|
-
.createAssetContainer .createBread {
|
|
12131
|
-
padding: 4px 20px 6px 20px;
|
|
12132
|
-
width: 100%;
|
|
12133
|
-
border-bottom: 1px solid #e8e8e8;
|
|
12134
|
-
}
|
|
12135
|
-
.createAssetContainer .createForm {
|
|
12136
|
-
padding: 20px 0 20px 20px;
|
|
12137
|
-
}
|
|
12138
|
-
|
|
12139
|
-
body {
|
|
12140
|
-
margin: 0;
|
|
12141
|
-
--shuyunBlue1: #EDF6FF;
|
|
12142
|
-
--shuyunBlue2: #CCE6FF;
|
|
12143
|
-
--shuyunBlue3: #72B0ED;
|
|
12144
|
-
--shuyunBlue4: #0066CC;
|
|
12145
|
-
--shuyunBlue5: #004CA3;
|
|
12146
|
-
--shuyunBlue6: #003775;
|
|
12147
|
-
--shuyunBlue7: #002147;
|
|
12148
|
-
}
|
|
12149
|
-
.selectedAssetContainer {
|
|
12150
|
-
width: 100%;
|
|
12151
|
-
display: flex;
|
|
12152
|
-
flex-direction: column;
|
|
12153
|
-
}
|
|
12154
|
-
.selectedAssetContainer .selectedBread {
|
|
12155
|
-
padding: 4px 20px 6px 20px;
|
|
12156
|
-
width: 100%;
|
|
12157
|
-
border-bottom: 1px solid #e8e8e8;
|
|
12158
|
-
}
|
|
12159
|
-
.selectedAssetContainer .selectedTable {
|
|
12160
|
-
padding: 18px 0px;
|
|
12161
|
-
flex: 1;
|
|
12162
|
-
overflow: hidden;
|
|
12163
|
-
display: flex;
|
|
12164
|
-
flex-direction: column;
|
|
12165
|
-
}
|
|
12166
|
-
.selectedAssetContainer .assetSelectSearchContainer {
|
|
12167
|
-
padding: 0 20px;
|
|
12168
|
-
background: #fff;
|
|
12169
|
-
border-radius: 3px;
|
|
12170
|
-
display: flex;
|
|
12171
|
-
box-sizing: border-box;
|
|
12172
|
-
position: relative;
|
|
12173
|
-
align-items: center;
|
|
12174
|
-
justify-content: space-between;
|
|
12175
|
-
}
|
|
12176
|
-
.selectedAssetContainer .assetSelectSearchContainer .searchRight {
|
|
12177
|
-
display: flex;
|
|
12178
|
-
align-items: center;
|
|
12179
|
-
justify-content: center;
|
|
12180
|
-
}
|
|
12181
|
-
.selectedAssetContainer .assetSelectSearchContainer .searchRight .normal {
|
|
12182
|
-
font-size: 16px;
|
|
12183
|
-
cursor: pointer;
|
|
12184
|
-
color: rgba(0, 0, 0, 0.25);
|
|
12185
|
-
}
|
|
12186
|
-
.selectedAssetContainer .assetSelectSearchContainer .searchRight .active {
|
|
12187
|
-
color: var(--shuyunBlue4);
|
|
12188
|
-
font-size: 16px;
|
|
12189
|
-
cursor: pointer;
|
|
12190
|
-
}
|
|
12191
|
-
.selectedAssetContainer .assetSelectSearchContainer .searchRight .solid-de {
|
|
12192
|
-
display: inline-block;
|
|
12193
|
-
width: 1px;
|
|
12194
|
-
height: 12px;
|
|
12195
|
-
margin: 0 8px;
|
|
12196
|
-
background-color: #E8E8E8;
|
|
12197
|
-
}
|
|
12198
|
-
.selectedAssetContainer .cardMaterials {
|
|
12199
|
-
padding: 0 0 0 20px;
|
|
12200
|
-
gap: 12px;
|
|
12201
|
-
}
|
|
12202
|
-
.selectedAssetContainer .cardMaterials .card {
|
|
12203
|
-
width: 128px;
|
|
12204
|
-
height: 152px;
|
|
12205
|
-
background: #FFFFFF;
|
|
12206
|
-
overflow: hidden;
|
|
12207
|
-
cursor: pointer;
|
|
12208
|
-
}
|
|
12209
|
-
.selectedAssetContainer .cardMaterials .card .program {
|
|
12210
|
-
background: #FFFFFF;
|
|
12211
|
-
border-radius: 2px;
|
|
12212
|
-
padding: 6px 4px 0 4px;
|
|
12213
|
-
}
|
|
12214
|
-
.selectedAssetContainer .cardMaterials .card .program .title {
|
|
12215
|
-
font-size: 6px;
|
|
12216
|
-
color: rgba(0, 0, 0, 0.45);
|
|
12217
|
-
}
|
|
12218
|
-
.selectedAssetContainer .cardMaterials .card .program .desc {
|
|
12219
|
-
color: rgba(0, 0, 0, 0.85);
|
|
12220
|
-
margin: 6px 0 4px 0;
|
|
12221
|
-
font-size: 7px;
|
|
12222
|
-
width: 100px;
|
|
12223
|
-
}
|
|
12224
|
-
.selectedAssetContainer .cardMaterials .card .program .img {
|
|
12225
|
-
width: 100px;
|
|
12226
|
-
height: 79px;
|
|
12227
|
-
border: 0;
|
|
12228
|
-
border-radius: 1px;
|
|
12229
|
-
}
|
|
12230
|
-
.selectedAssetContainer .cardMaterials .card .program .img img {
|
|
12231
|
-
max-height: 100%;
|
|
12232
|
-
max-width: 100%;
|
|
12233
|
-
}
|
|
12234
|
-
.selectedAssetContainer .cardMaterials .card .program .footer {
|
|
12235
|
-
color: rgba(0, 0, 0, 0.45);
|
|
12236
|
-
border-top: 1px solid #F5F5F5;
|
|
12237
|
-
margin-top: 4px;
|
|
12238
|
-
font-size: 6px;
|
|
12239
|
-
}
|
|
12240
|
-
.selectedAssetContainer .cardMaterials .card:hover .img .checkbox {
|
|
12241
|
-
visibility: visible;
|
|
12242
|
-
}
|
|
12243
|
-
.selectedAssetContainer .cardMaterials .card:hover .img .collect {
|
|
12244
|
-
visibility: visible;
|
|
12245
|
-
}
|
|
12246
|
-
.selectedAssetContainer .cardMaterials .card .img {
|
|
12247
|
-
height: 128px;
|
|
12248
|
-
position: relative;
|
|
12249
|
-
background: #FAFAFA;
|
|
12250
|
-
border: 1px solid #E8E8E8;
|
|
12251
|
-
border-radius: 6px;
|
|
12252
|
-
}
|
|
12253
|
-
.selectedAssetContainer .cardMaterials .card .img .collect {
|
|
12254
|
-
position: absolute;
|
|
12255
|
-
top: 8px;
|
|
12256
|
-
left: 8px;
|
|
12257
|
-
visibility: hidden;
|
|
12258
|
-
width: 20px;
|
|
12259
|
-
height: 20px;
|
|
12260
|
-
background: transparent;
|
|
12261
|
-
display: flex;
|
|
12262
|
-
align-items: center;
|
|
12263
|
-
justify-content: center;
|
|
12264
|
-
font-size: 12px;
|
|
12265
|
-
color: rgba(0, 0, 0, 0.25);
|
|
12266
|
-
border-radius: 3px;
|
|
12267
|
-
}
|
|
12268
|
-
.selectedAssetContainer .cardMaterials .card .img .collect.active {
|
|
12269
|
-
color: #FF5866;
|
|
12270
|
-
}
|
|
12271
|
-
.selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview {
|
|
12272
|
-
position: absolute;
|
|
12273
|
-
bottom: 0;
|
|
12274
|
-
left: 0;
|
|
12275
|
-
display: flex;
|
|
12276
|
-
align-items: center;
|
|
12277
|
-
justify-content: space-between;
|
|
12278
|
-
padding: 0 4px;
|
|
12279
|
-
width: 128px;
|
|
12280
|
-
height: 26px;
|
|
12281
|
-
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
|
|
12282
|
-
border-radius: 0px 0px 6px 6px;
|
|
12283
|
-
}
|
|
12284
|
-
.selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialInfo {
|
|
12285
|
-
font-size: 9px;
|
|
12286
|
-
color: #FFFFFF;
|
|
12287
|
-
}
|
|
12288
|
-
.selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .rightOperate {
|
|
12289
|
-
display: flex;
|
|
12290
|
-
align-items: center;
|
|
12291
|
-
justify-content: center;
|
|
12292
|
-
}
|
|
12293
|
-
.selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialEdit {
|
|
12294
|
-
font-size: 12px;
|
|
12295
|
-
color: #FFFFFF;
|
|
12296
|
-
margin-right: 12px;
|
|
12297
|
-
display: none;
|
|
12298
|
-
}
|
|
12299
|
-
.selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialPreview {
|
|
12300
|
-
font-size: 12px;
|
|
12301
|
-
color: #FFFFFF;
|
|
12302
|
-
}
|
|
12303
|
-
.selectedAssetContainer .cardMaterials .card .img .checkbox {
|
|
12304
|
-
position: absolute;
|
|
12305
|
-
top: 10px;
|
|
12306
|
-
right: 8px;
|
|
12307
|
-
visibility: hidden;
|
|
12308
|
-
}
|
|
12309
|
-
.selectedAssetContainer .cardMaterials .card .img .newCloud-radio {
|
|
12310
|
-
margin-right: 0px;
|
|
12311
|
-
}
|
|
12312
|
-
.selectedAssetContainer .cardMaterials .card .img .newCloud-radio .newCloud-radio-wrapper {
|
|
12313
|
-
margin-right: 0px;
|
|
12314
|
-
}
|
|
12315
|
-
.selectedAssetContainer .cardMaterials .card .img:hover .materialInfoAndPreview .materialEdit {
|
|
12316
|
-
display: block;
|
|
12317
|
-
}
|
|
12318
|
-
.selectedAssetContainer .cardMaterials .card .img .imgBox {
|
|
12319
|
-
width: 100%;
|
|
12320
|
-
height: 100%;
|
|
12321
|
-
overflow: hidden;
|
|
12322
|
-
}
|
|
12323
|
-
.selectedAssetContainer .cardMaterials .card .img .imgBox:hover .mask {
|
|
12324
|
-
display: block;
|
|
12325
|
-
opacity: 1;
|
|
12326
|
-
}
|
|
12327
|
-
.selectedAssetContainer .cardMaterials .card .img .imgBox:hover .more {
|
|
12328
|
-
opacity: 1;
|
|
12329
|
-
}
|
|
12330
|
-
.selectedAssetContainer .cardMaterials .card .img img {
|
|
12331
|
-
max-width: 100%;
|
|
12332
|
-
max-height: 100%;
|
|
12333
|
-
}
|
|
12334
|
-
.selectedAssetContainer .cardMaterials .card .img .mask {
|
|
12335
|
-
width: 100%;
|
|
12336
|
-
height: 100%;
|
|
12337
|
-
background: rgba(0, 0, 0, 0.45);
|
|
12338
|
-
position: absolute;
|
|
12339
|
-
top: 0;
|
|
12340
|
-
left: 0;
|
|
12341
|
-
z-index: 100;
|
|
12342
|
-
transition: all 0.3s;
|
|
12343
|
-
opacity: 0;
|
|
12344
|
-
border-radius: 6px 6px 0 0;
|
|
12345
|
-
cursor: zoom-in;
|
|
12346
|
-
}
|
|
12347
|
-
.selectedAssetContainer .cardMaterials .card .img .operation {
|
|
12348
|
-
width: 28px;
|
|
12349
|
-
height: 28px;
|
|
12350
|
-
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
12351
|
-
border-radius: 3px;
|
|
12352
|
-
background: #FFFFFF;
|
|
12353
|
-
display: flex;
|
|
12354
|
-
align-items: center;
|
|
12355
|
-
justify-content: center;
|
|
12356
|
-
cursor: pointer;
|
|
12357
|
-
text-align: center;
|
|
12358
|
-
}
|
|
12359
|
-
.selectedAssetContainer .cardMaterials .card .img .more {
|
|
12360
|
-
position: absolute;
|
|
12361
|
-
top: 12px;
|
|
12362
|
-
right: 12px;
|
|
12363
|
-
width: 24px;
|
|
12364
|
-
height: 24px;
|
|
12365
|
-
z-index: 101;
|
|
12366
|
-
color: rgba(0, 0, 0, 0.85);
|
|
12367
|
-
opacity: 0;
|
|
12368
|
-
}
|
|
12369
|
-
.selectedAssetContainer .cardMaterials .card .info {
|
|
12370
|
-
margin-top: 4px;
|
|
12371
|
-
}
|
|
12372
|
-
.selectedAssetContainer .cardMaterials .card .info .title {
|
|
12373
|
-
font-size: 12px;
|
|
12374
|
-
font-weight: 400;
|
|
12375
|
-
color: rgba(0, 0, 0, 0.85);
|
|
12376
|
-
line-height: 20px;
|
|
12377
|
-
cursor: pointer;
|
|
12378
|
-
}
|
|
12379
|
-
.selectedAssetContainer .cardMaterials .checked .img .checkbox {
|
|
12380
|
-
visibility: visible;
|
|
12381
|
-
}
|
|
12382
|
-
.selectedAssetContainer .selectAssetFooter {
|
|
12383
|
-
display: flex;
|
|
12384
|
-
align-items: center;
|
|
12385
|
-
justify-content: center;
|
|
12386
|
-
}
|
|
12387
|
-
.selectedAssetContainer .selectAssetFooter .cancel {
|
|
12388
|
-
margin-left: 12px;
|
|
12389
|
-
}
|
|
12390
|
-
|
|
12391
9277
|
body {
|
|
12392
9278
|
margin: 0;
|
|
12393
9279
|
--shuyunBlue1: #EDF6FF;
|