cloud-business 0.1.102 → 0.1.103-2

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.
@@ -261,7 +261,7 @@ li {
261
261
  @font-face {
262
262
  font-family: 'cloud-react-icon-font';
263
263
  /* Project id 2990746 */
264
- src: url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
264
+ src: url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
265
265
  }
266
266
  .newCloud-icon {
267
267
  font-family: 'cloud-react-icon-font' !important;
@@ -5066,7 +5066,8 @@ input::-webkit-search-cancel-button {
5066
5066
  }
5067
5067
  .newCloud-pagination ul {
5068
5068
  display: flex;
5069
- padding-inline-start: 0;
5069
+ -webkit-padding-start: 0;
5070
+ padding-inline-start: 0;
5070
5071
  }
5071
5072
  .newCloud-pagination ul li {
5072
5073
  min-width: 32px;
@@ -5421,6 +5422,7 @@ input::-webkit-search-cancel-button {
5421
5422
  direction: rtl;
5422
5423
  }
5423
5424
  .newCloud-table-container {
5425
+ position: relative;
5424
5426
  height: 100%;
5425
5427
  display: flex;
5426
5428
  flex-direction: column;
@@ -5458,6 +5460,21 @@ input::-webkit-search-cancel-button {
5458
5460
  border-right: 0;
5459
5461
  border-left: 1px solid #e8e8e8;
5460
5462
  }
5463
+ .newCloud-table td.padding-32 {
5464
+ padding-right: 32px;
5465
+ }
5466
+ .newCloud-table td.padding-34 {
5467
+ padding-right: 34px;
5468
+ }
5469
+ .newCloud-table td.padding-54 {
5470
+ padding-right: 54px;
5471
+ }
5472
+ .newCloud-table td.padding-52 {
5473
+ padding-right: 52px;
5474
+ }
5475
+ .newCloud-table td.padding-74 {
5476
+ padding-right: 74px;
5477
+ }
5461
5478
  .newCloud-table tr:not(.newCloud-table-expanded-row):hover td {
5462
5479
  background: #fafafa;
5463
5480
  transition: all 0.3s;
@@ -5663,6 +5680,10 @@ input::-webkit-search-cancel-button {
5663
5680
  }
5664
5681
  .newCloud-table .newCloud-table-config-column {
5665
5682
  min-width: auto;
5683
+ padding-right: 0;
5684
+ }
5685
+ .newCloud-table td.newCloud-table-config-column::after {
5686
+ display: none;
5666
5687
  }
5667
5688
  .newCloud-table .newCloud-table-checkbox-column {
5668
5689
  min-width: auto;
@@ -5739,17 +5760,32 @@ input::-webkit-search-cancel-button {
5739
5760
  .newCloud-table-summary tr td {
5740
5761
  background: #fafafa;
5741
5762
  }
5763
+ .newCloud-table .title-container {
5764
+ display: flex;
5765
+ align-items: center;
5766
+ gap: 6px;
5767
+ }
5768
+ .newCloud-table .title-container.align-right {
5769
+ justify-content: end;
5770
+ }
5742
5771
  .newCloud-table .title-container .sort-icon-container {
5772
+ position: relative;
5773
+ top: -4px;
5743
5774
  display: inline-flex;
5744
5775
  flex-direction: column;
5745
5776
  align-items: center;
5746
5777
  cursor: pointer;
5747
5778
  }
5748
- .newCloud-table .title-container .sort-icon-container:hover:not(.cell-align-right):after {
5779
+ .newCloud-table .title-container .sort-icon-container .sort-up-icon {
5780
+ height: 7px;
5781
+ }
5782
+ .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5783
+ height: 7px;
5784
+ }
5785
+ .newCloud-table .title-container .sort-icon-container:hover:after {
5749
5786
  position: absolute;
5750
- top: 50%;
5751
- transform: translate(0, -50%);
5752
- right: 11px;
5787
+ top: 4px;
5788
+ left: -1px;
5753
5789
  content: '';
5754
5790
  display: inline-block;
5755
5791
  width: 16px;
@@ -5757,10 +5793,6 @@ input::-webkit-search-cancel-button {
5757
5793
  background: #e8e8e8;
5758
5794
  z-index: 0;
5759
5795
  }
5760
- .newCloud-table .title-container .sort-icon-container.cell-align-right .sort-up-icon,
5761
- .newCloud-table .title-container .sort-icon-container.cell-align-right .sort-down-icon {
5762
- right: 0;
5763
- }
5764
5796
  .newCloud-table .title-container .sort-icon-container.sort-asc .sort-up-icon {
5765
5797
  color: var(--shuyunBlue4);
5766
5798
  }
@@ -5769,31 +5801,14 @@ input::-webkit-search-cancel-button {
5769
5801
  }
5770
5802
  .newCloud-table .title-container .sort-icon-container .sort-up-icon,
5771
5803
  .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5772
- position: absolute;
5773
- right: 12px;
5774
5804
  font-size: 14px;
5775
5805
  color: #949494;
5776
5806
  display: inline-block;
5777
5807
  transform: scale(0.9);
5778
5808
  z-index: 1;
5779
5809
  }
5780
- .newCloud-table .title-container .sort-icon-container .sort-up-icon {
5781
- top: calc(50% - 13px);
5782
- }
5783
- .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5784
- top: calc(50% - 6px);
5785
- }
5786
- .newCloud-table .title-container.filter-container .sort-icon-container:hover:not(.cell-align-right):after {
5787
- right: 35px;
5788
- }
5789
- .newCloud-table .title-container.filter-container .sort-icon-container .sort-up-icon,
5790
- .newCloud-table .title-container.filter-container .sort-icon-container .sort-down-icon {
5791
- right: 36px;
5792
- }
5793
5810
  .newCloud-table .title-container .filter-icon {
5794
- position: absolute;
5795
- right: 14px;
5796
- top: 13px;
5811
+ height: 17px;
5797
5812
  cursor: pointer;
5798
5813
  color: rgba(0, 0, 0, 0.45);
5799
5814
  }
@@ -5808,11 +5823,15 @@ input::-webkit-search-cancel-button {
5808
5823
  align-items: center;
5809
5824
  }
5810
5825
  .newCloud-table .title-with-tip .title-tip-icon {
5811
- margin: 0 4px;
5826
+ height: 17px;
5812
5827
  color: rgba(0, 0, 0, 0.25);
5813
5828
  }
5829
+ .newCloud-table .title-with-tip.title-with-tip-right {
5830
+ gap: 4px;
5831
+ }
5814
5832
  .newCloud-table .title-with-tip.title-with-tip-left {
5815
5833
  flex-direction: row-reverse;
5834
+ gap: 4px;
5816
5835
  }
5817
5836
  .newCloud-table-sticky-holder {
5818
5837
  position: sticky;
@@ -6086,6 +6105,10 @@ input::-webkit-search-cancel-button {
6086
6105
  .newCloud-table-box.newCloud-table-full-column .newCloud-table-expend-icon {
6087
6106
  display: none;
6088
6107
  }
6108
+ .newCloud-table-box.newCloud-table-config-column tr td:last-child,
6109
+ .newCloud-table-box.newCloud-table-config-column tr th:last-child {
6110
+ padding-right: 40px;
6111
+ }
6089
6112
  .newCloud-table-box.newCloud-table-loading {
6090
6113
  position: relative;
6091
6114
  }
@@ -6141,19 +6164,44 @@ input::-webkit-search-cancel-button {
6141
6164
  display: none;
6142
6165
  }
6143
6166
  .newCloud-table-tooltip {
6144
- max-width: 300px;
6167
+ min-width: 236px;
6168
+ max-height: 300px;
6169
+ overflow: auto;
6170
+ padding: 16px;
6145
6171
  }
6146
6172
  .newCloud-table-tooltip-content {
6147
6173
  display: flex;
6148
- flex-wrap: wrap;
6174
+ flex-direction: column;
6175
+ gap: 12px;
6149
6176
  }
6150
6177
  .newCloud-table-tooltip-content > li {
6151
6178
  width: 114px;
6152
- padding: 4px 10px;
6153
6179
  white-space: nowrap;
6154
6180
  overflow: hidden;
6155
6181
  text-overflow: ellipsis;
6156
6182
  }
6183
+ .newCloud-table-tooltip-content > li .newCloud-checkbox-text {
6184
+ font-size: 14px;
6185
+ }
6186
+ .newCloud-table-tooltip-content .config-title {
6187
+ color: #666666;
6188
+ }
6189
+ .newCloud-table-tooltip::after {
6190
+ display: none;
6191
+ }
6192
+ .newCloud-table-config-icon {
6193
+ position: absolute;
6194
+ right: 0;
6195
+ z-index: 1;
6196
+ top: 2px;
6197
+ width: 40px;
6198
+ height: 40px;
6199
+ line-height: 40px;
6200
+ cursor: pointer;
6201
+ text-align: center;
6202
+ color: rgba(0, 0, 0, 0.45);
6203
+ background: #fafafa;
6204
+ }
6157
6205
  .newCloud-table-drag-line {
6158
6206
  border: 1px solid var(--shuyunBlue4) !important;
6159
6207
  }
@@ -7038,11 +7086,10 @@ input::-webkit-search-cancel-button {
7038
7086
  position: fixed;
7039
7087
  background: white;
7040
7088
  transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
7041
- z-index: -1;
7089
+ z-index: 1010;
7042
7090
  }
7043
7091
  .newCloud-drawer1.show {
7044
7092
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
7045
- z-index: 1010;
7046
7093
  }
7047
7094
  .newCloud-drawer1.top {
7048
7095
  top: 0;
@@ -8331,6 +8378,163 @@ input::-webkit-search-cancel-button {
8331
8378
  pointer-events: none;
8332
8379
  }
8333
8380
 
8381
+ /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8382
+ /* 不要在此引入animation.less及其他放置公用无需编译的css */
8383
+ .newCloud-notification {
8384
+ display: flex;
8385
+ align-items: baseline;
8386
+ gap: 9px;
8387
+ padding: 20px;
8388
+ background: #FFFFFF;
8389
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3);
8390
+ border-radius: 12px;
8391
+ }
8392
+ .newCloud-notification.small {
8393
+ border-radius: 3px;
8394
+ }
8395
+ .newCloud-notification.middle {
8396
+ border-radius: 6px;
8397
+ }
8398
+ .newCloud-notification.light-theme {
8399
+ color: white;
8400
+ }
8401
+ .newCloud-notification.light-theme .info-icon {
8402
+ color: white!important;
8403
+ }
8404
+ .newCloud-notification.light-theme header,
8405
+ .newCloud-notification.light-theme main,
8406
+ .newCloud-notification.light-theme header i.close-icon {
8407
+ color: white;
8408
+ }
8409
+ .newCloud-notification-content {
8410
+ flex: 1;
8411
+ }
8412
+ .newCloud-notification .info-icon {
8413
+ position: relative;
8414
+ top: 2px;
8415
+ font-size: 20px;
8416
+ }
8417
+ .newCloud-notification .info-icon.info {
8418
+ color: #496BF5;
8419
+ }
8420
+ .newCloud-notification .info-icon.success {
8421
+ color: #21BA45;
8422
+ }
8423
+ .newCloud-notification .info-icon.fail {
8424
+ color: #E74949;
8425
+ }
8426
+ .newCloud-notification .info-icon.warn {
8427
+ color: #FD830A;
8428
+ }
8429
+ .newCloud-notification header {
8430
+ display: flex;
8431
+ align-items: center;
8432
+ justify-content: space-between;
8433
+ height: 24px;
8434
+ line-height: 24px;
8435
+ font-size: 16px;
8436
+ font-weight: 500;
8437
+ color: rgba(0, 0, 0, 0.85);
8438
+ margin-bottom: 8px;
8439
+ }
8440
+ .newCloud-notification header i.close-icon {
8441
+ font-size: 16px;
8442
+ color: #D8D8D8;
8443
+ cursor: pointer;
8444
+ }
8445
+ .newCloud-notification main {
8446
+ line-height: 20px;
8447
+ font-size: 14px;
8448
+ font-weight: 400;
8449
+ color: rgba(0, 0, 0, 0.65);
8450
+ overflow: hidden;
8451
+ text-overflow: ellipsis;
8452
+ display: -webkit-box;
8453
+ -webkit-line-clamp: 3;
8454
+ -webkit-box-orient: vertical;
8455
+ }
8456
+ .newCloud-notification footer {
8457
+ display: flex;
8458
+ align-items: center;
8459
+ flex-direction: row-reverse;
8460
+ gap: 16px;
8461
+ margin-top: 20px;
8462
+ }
8463
+
8464
+ /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8465
+ /* 不要在此引入animation.less及其他放置公用无需编译的css */
8466
+ .newCloud-notification-container {
8467
+ z-index: 1100;
8468
+ position: fixed;
8469
+ }
8470
+ .newCloud-notification-container .newCloud-notification-wrapper {
8471
+ position: absolute;
8472
+ width: 360px;
8473
+ transition: all 300ms;
8474
+ margin-bottom: 20px;
8475
+ }
8476
+ .newCloud-notification-container .newCloud-notification-wrapper.fade-out {
8477
+ opacity: 0;
8478
+ }
8479
+ .newCloud-notification-container.top-left {
8480
+ top: 20px;
8481
+ }
8482
+ .newCloud-notification-container.top-left .newCloud-notification-wrapper {
8483
+ left: -360px;
8484
+ }
8485
+ .newCloud-notification-container.top-left .newCloud-notification-wrapper.fade-in {
8486
+ left: 20px;
8487
+ }
8488
+ .newCloud-notification-container.top-right {
8489
+ top: 20px;
8490
+ right: 0;
8491
+ }
8492
+ .newCloud-notification-container.top-right .newCloud-notification-wrapper {
8493
+ right: -360px;
8494
+ }
8495
+ .newCloud-notification-container.top-right .newCloud-notification-wrapper.fade-in {
8496
+ right: 20px;
8497
+ }
8498
+ .newCloud-notification-container.bottom-left {
8499
+ bottom: 114px;
8500
+ }
8501
+ .newCloud-notification-container.bottom-left .newCloud-notification-wrapper {
8502
+ left: -360px;
8503
+ }
8504
+ .newCloud-notification-container.bottom-left .newCloud-notification-wrapper.fade-in {
8505
+ left: 20px;
8506
+ }
8507
+ .newCloud-notification-container.bottom-right {
8508
+ bottom: 114px;
8509
+ right: 20px;
8510
+ }
8511
+ .newCloud-notification-container.bottom-right .newCloud-notification-wrapper {
8512
+ right: -360px;
8513
+ }
8514
+ .newCloud-notification-container.bottom-right .newCloud-notification-wrapper.fade-in {
8515
+ right: 0;
8516
+ }
8517
+ .newCloud-notification-container.top {
8518
+ top: 20px;
8519
+ left: calc(50% - 360px / 2);
8520
+ }
8521
+ .newCloud-notification-container.top .newCloud-notification-wrapper {
8522
+ top: -114px;
8523
+ }
8524
+ .newCloud-notification-container.top .newCloud-notification-wrapper.fade-in {
8525
+ top: 0!important;
8526
+ }
8527
+ .newCloud-notification-container.bottom {
8528
+ bottom: 0;
8529
+ left: calc(50% - 360px / 2);
8530
+ }
8531
+ .newCloud-notification-container.bottom .newCloud-notification-wrapper {
8532
+ bottom: -114px;
8533
+ }
8534
+ .newCloud-notification-container.bottom .newCloud-notification-wrapper.fade-in {
8535
+ bottom: 0!important;
8536
+ }
8537
+
8334
8538
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8335
8539
  /* 不要在此引入animation.less及其他放置公用无需编译的css */
8336
8540
  .newCloud-breadcrumbs {
@@ -11093,6 +11297,16 @@ body {
11093
11297
  width: 10px;
11094
11298
  }
11095
11299
 
11300
+ body {
11301
+ margin: 0;
11302
+ --shuyunBlue1: #EDF6FF;
11303
+ --shuyunBlue2: #CCE6FF;
11304
+ --shuyunBlue3: #72B0ED;
11305
+ --shuyunBlue4: #0066CC;
11306
+ --shuyunBlue5: #004CA3;
11307
+ --shuyunBlue6: #003775;
11308
+ --shuyunBlue7: #002147;
11309
+ }
11096
11310
  .goods-selector-pro-form {
11097
11311
  display: flex;
11098
11312
  flex-flow: row wrap;
@@ -11223,13 +11437,27 @@ body {
11223
11437
  display: inline-block;
11224
11438
  margin-left: 10px;
11225
11439
  text-align: center;
11226
- color: #0083BA;
11227
- border: 1px solid #0083BA;
11440
+ color: #0083ba;
11441
+ border: 1px solid #0083ba;
11228
11442
  border-radius: 50%;
11229
11443
  cursor: pointer;
11230
11444
  line-height: 10px;
11231
11445
  font-size: 12px !important;
11232
11446
  }
11447
+ .add-condition .common-disabled-btn {
11448
+ width: 12px;
11449
+ height: 12px;
11450
+ display: inline-block;
11451
+ margin-left: 10px;
11452
+ text-align: center;
11453
+ color: #ddd !important;
11454
+ border: 1px solid #ddd !important;
11455
+ border-radius: 50%;
11456
+ line-height: 10px;
11457
+ font-size: 12px !important;
11458
+ pointer-events: none;
11459
+ cursor: not-allowed;
11460
+ }
11233
11461
 
11234
11462
  .goods-failure-tip {
11235
11463
  width: 154px;
@@ -18250,7 +18478,7 @@ body {
18250
18478
  overflow: visible;
18251
18479
  }
18252
18480
  .add-goods-btn {
18253
- width: 380px;
18481
+ width: 410px;
18254
18482
  height: 32px;
18255
18483
  display: inline-block;
18256
18484
  line-height: 32px;
@@ -18329,6 +18557,9 @@ body {
18329
18557
  .newCloud-goods-selector-pro-table-container .newCloud-table td {
18330
18558
  white-space: normal !important;
18331
18559
  }
18560
+ .newCloud-goods-selector-pro-table-container .newCloud-table thead tr th:first-child .newCloud-checkbox-wrapper {
18561
+ display: none !important;
18562
+ }
18332
18563
  .newCloud-goods-selector-pro-table-container .newCloud-table-two-level-tree .newCloud-table-row-level-1 td.newCloud-table-row-expand-column + td {
18333
18564
  padding-left: 14px !important;
18334
18565
  }
@@ -19361,312 +19592,6 @@ body {
19361
19592
  -webkit-font-smoothing: antialiased;
19362
19593
  -moz-osx-font-smoothing: grayscale;
19363
19594
  }
19364
- .icon-xinxi:before {
19365
- content: "\e6b5";
19366
- }
19367
- .icon-jixuzhihang:before {
19368
- content: "\e6a6";
19369
- }
19370
- .icon-zanting:before {
19371
- content: "\e6ae";
19372
- }
19373
- .icon-zhengshizhihang:before {
19374
- content: "\e6b2";
19375
- }
19376
- .icon-zhongzhizhihang:before {
19377
- content: "\e6b4";
19378
- }
19379
- .icon-suoxiao:before {
19380
- content: "\e6a7";
19381
- }
19382
- .icon-quanping:before {
19383
- content: "\e6b3";
19384
- }
19385
- .icon-shenpi:before {
19386
- content: "\e6b1";
19387
- }
19388
- .icon-jilu:before {
19389
- content: "\e6a2";
19390
- }
19391
- .icon-chexiao:before {
19392
- content: "\e6a3";
19393
- }
19394
- .icon-fanhui:before {
19395
- content: "\e6a4";
19396
- }
19397
- .icon-huifu:before {
19398
- content: "\e6a5";
19399
- }
19400
- .icon-fasong:before {
19401
- content: "\e6a8";
19402
- }
19403
- .icon-chakan:before {
19404
- content: "\e6a9";
19405
- }
19406
- .icon-moban:before {
19407
- content: "\e6aa";
19408
- }
19409
- .icon-kuabu:before {
19410
- content: "\e6ab";
19411
- }
19412
- .icon-xia:before {
19413
- content: "\e6ac";
19414
- }
19415
- .icon-sousuo:before {
19416
- content: "\e6ad";
19417
- }
19418
- .icon-xiazai:before {
19419
- content: "\e6af";
19420
- }
19421
- .icon-piliang:before {
19422
- content: "\e6b0";
19423
- }
19424
- .icon-moren:before {
19425
- content: "\e69d";
19426
- }
19427
- .icon-douyin1:before {
19428
- content: "\e69e";
19429
- }
19430
- .icon-offline1:before {
19431
- content: "\e69f";
19432
- }
19433
- .icon-weimob:before {
19434
- content: "\e6a1";
19435
- }
19436
- .icon-xiaoshangdian:before {
19437
- content: "\e69a";
19438
- }
19439
- .icon-vip:before {
19440
- content: "\e69c";
19441
- }
19442
- .icon-group-fill:before {
19443
- content: "\e786";
19444
- }
19445
- .icon-move1:before {
19446
- content: "\e761";
19447
- }
19448
- .icon-undo:before {
19449
- content: "\e739";
19450
- }
19451
- .icon-list:before {
19452
- content: "\e7863";
19453
- }
19454
- .icon-jd02:before {
19455
- content: "\e663";
19456
- }
19457
- .icon-jd01:before {
19458
- content: "\e664";
19459
- }
19460
- .icon-jd03:before {
19461
- content: "\e666";
19462
- }
19463
- .icon-kuaishou01:before {
19464
- content: "\e667";
19465
- }
19466
- .icon-kuaishou02:before {
19467
- content: "\e668";
19468
- }
19469
- .icon-kuaishou03:before {
19470
- content: "\e669";
19471
- }
19472
- .icon-mogu03:before {
19473
- content: "\e66a";
19474
- }
19475
- .icon-mogu02:before {
19476
- content: "\e66b";
19477
- }
19478
- .icon-mogu01:before {
19479
- content: "\e66d";
19480
- }
19481
- .icon-suning01:before {
19482
- content: "\e66e";
19483
- }
19484
- .icon-suning02:before {
19485
- content: "\e66f";
19486
- }
19487
- .icon-suning03:before {
19488
- content: "\e670";
19489
- }
19490
- .icon-taobao01:before {
19491
- content: "\e671";
19492
- }
19493
- .icon-taobao03:before {
19494
- content: "\e672";
19495
- }
19496
- .icon-taobao02:before {
19497
- content: "\e673";
19498
- }
19499
- .icon-icon-douyin03:before {
19500
- content: "\e674";
19501
- }
19502
- .icon-douyin:before {
19503
- content: "\e675";
19504
- }
19505
- .icon-icon-douyin:before {
19506
- content: "\e676";
19507
- }
19508
- .icon-wechat01:before {
19509
- content: "\e677";
19510
- }
19511
- .icon-wechat03:before {
19512
- content: "\e678";
19513
- }
19514
- .icon-wechat02:before {
19515
- content: "\e679";
19516
- }
19517
- .icon-weimob03:before {
19518
- content: "\e67a";
19519
- }
19520
- .icon-icon-weimob1:before {
19521
- content: "\e67b";
19522
- }
19523
- .icon-icon-weimob:before {
19524
- content: "\e67c";
19525
- }
19526
- .icon-xianxia03:before {
19527
- content: "\e67d";
19528
- }
19529
- .icon-xianxia01:before {
19530
- content: "\e67f";
19531
- }
19532
- .icon-xianxia02:before {
19533
- content: "\e681";
19534
- }
19535
- .icon-xiaohongshu01:before {
19536
- content: "\e682";
19537
- }
19538
- .icon-xiaohongsh03:before {
19539
- content: "\e683";
19540
- }
19541
- .icon-xiaohongshu02:before {
19542
- content: "\e684";
19543
- }
19544
- .icon-zan03:before {
19545
- content: "\e685";
19546
- }
19547
- .icon-zan01:before {
19548
- content: "\e686";
19549
- }
19550
- .icon-zan02:before {
19551
- content: "\e687";
19552
- }
19553
- .icon-gongzhonghao:before {
19554
- content: "\e689";
19555
- }
19556
- .icon-xiaochengxu:before {
19557
- content: "\e68a";
19558
- }
19559
- .icon-qiyeweixin:before {
19560
- content: "\e68b";
19561
- }
19562
- .icon-shipinhao:before {
19563
- content: "\e68c";
19564
- }
19565
- .icon-dangdang01:before {
19566
- content: "\e68d";
19567
- }
19568
- .icon-dangdang02:before {
19569
- content: "\e68e";
19570
- }
19571
- .icon-dangdang03:before {
19572
- content: "\e690";
19573
- }
19574
- .icon-pinduoduo01:before {
19575
- content: "\e691";
19576
- }
19577
- .icon-pinduoduo02:before {
19578
- content: "\e692";
19579
- }
19580
- .icon-pinduoduo03:before {
19581
- content: "\e693";
19582
- }
19583
- .icon-zidingyi01:before {
19584
- content: "\e694";
19585
- }
19586
- .icon-zidingyi03:before {
19587
- content: "\e695";
19588
- }
19589
- .icon-zidingyi02:before {
19590
- content: "\e696";
19591
- }
19592
- .icon-a-1haodian02:before {
19593
- content: "\e697";
19594
- }
19595
- .icon-a-1haodian03:before {
19596
- content: "\e698";
19597
- }
19598
- .icon-a-1haodian01:before {
19599
- content: "\e699";
19600
- }
19601
- .icon-offline:before {
19602
- content: "\e747";
19603
- }
19604
- .icon-suning:before {
19605
- content: "\e76e";
19606
- }
19607
- .icon-jos:before {
19608
- content: "\e76f";
19609
- }
19610
- .icon-taobao:before {
19611
- content: "\e771";
19612
- }
19613
- .icon-stop:before {
19614
- content: "\e7ed";
19615
- }
19616
- .icon-executing:before {
19617
- content: "\e7ee";
19618
- }
19619
- .icon-youzan:before {
19620
- content: "\e6d0";
19621
- }
19622
- .icon-error:before {
19623
- content: "\e7ef";
19624
- }
19625
- .icon-all1:before {
19626
- content: "\e612";
19627
- }
19628
- .icon-dingdan1:before {
19629
- content: "\e6ee";
19630
- }
19631
- .icon-money:before {
19632
- content: "\e611";
19633
- }
19634
- .icon-count:before {
19635
- content: "\e626";
19636
- }
19637
- .icon-ticket:before {
19638
- content: "\e680";
19639
- }
19640
- .icon-man:before {
19641
- content: "\e665";
19642
- }
19643
- .icon-dialogfill:before {
19644
- content: "\e67e";
19645
- }
19646
- .icon-tihuantupian:before {
19647
- content: "\e66c";
19648
- }
19649
- .icon-arrow:before {
19650
- content: "\e6a0";
19651
- }
19652
- .icon-new-campaign:before {
19653
- content: "\e629";
19654
- }
19655
- .icon-new-template:before {
19656
- content: "\e60c";
19657
- }
19658
- .icon-test-execute:before {
19659
- content: "\e7ec";
19660
- }
19661
- .icon-gaishuai:before {
19662
- content: "\e60d";
19663
- }
19664
- .icon-qiehuan1:before {
19665
- content: "\e731";
19666
- }
19667
- .icon-flag-fill:before {
19668
- content: "\e785";
19669
- }
19670
19595
  .icon-a-webpage:before {
19671
19596
  content: "\e7861";
19672
19597
  }
@@ -19676,162 +19601,6 @@ body {
19676
19601
  .icon-applets-line:before {
19677
19602
  content: "\e788";
19678
19603
  }
19679
- .icon-video-line:before {
19680
- content: "\e7b1";
19681
- }
19682
- .icon-success1:before {
19683
- content: "\e723";
19684
- }
19685
- .icon-zanting2:before {
19686
- content: "\e620";
19687
- }
19688
- .icon-resume-execute:before {
19689
- content: "\e69b";
19690
- }
19691
- .icon-C3:before {
19692
- content: "\e61c";
19693
- }
19694
- .icon-C2:before {
19695
- content: "\e61d";
19696
- }
19697
- .icon-C1:before {
19698
- content: "\e61f";
19699
- }
19700
- .icon-huobao:before {
19701
- content: "\e6be";
19702
- }
19703
- .icon-jiazai:before {
19704
- content: "\e628";
19705
- }
19706
- .icon-execute-stop:before {
19707
- content: "\e7eb";
19708
- }
19709
- .icon-pingjunzhisuanzi:before {
19710
- content: "\e610";
19711
- }
19712
- .icon-jiantouyou:before {
19713
- content: "\e774";
19714
- }
19715
- .icon-jiantouzuo:before {
19716
- content: "\e775";
19717
- }
19718
- .icon-wait:before {
19719
- content: "\e60f";
19720
- }
19721
- .icon-success:before {
19722
- content: "\ebe5";
19723
- }
19724
- .icon-finish:before {
19725
- content: "\e6f3";
19726
- }
19727
- .icon-shalou:before {
19728
- content: "\e600";
19729
- }
19730
- .icon-jinyong:before {
19731
- content: "\e60e";
19732
- }
19733
- .icon-cuowu:before {
19734
- content: "\e61e";
19735
- }
19736
- .icon-A1:before {
19737
- content: "\e602";
19738
- }
19739
- .icon-B1:before {
19740
- content: "\e603";
19741
- }
19742
- .icon-B3:before {
19743
- content: "\e604";
19744
- }
19745
- .icon-A5:before {
19746
- content: "\e605";
19747
- }
19748
- .icon-A2:before {
19749
- content: "\e606";
19750
- }
19751
- .icon-A6:before {
19752
- content: "\e607";
19753
- }
19754
- .icon-B2:before {
19755
- content: "\e608";
19756
- }
19757
- .icon-A4:before {
19758
- content: "\e609";
19759
- }
19760
- .icon-A3:before {
19761
- content: "\e60a";
19762
- }
19763
- .icon-remark:before {
19764
- content: "\e68f";
19765
- }
19766
- .icon-shangchuan1:before {
19767
- content: "\e6c5";
19768
- }
19769
- .icon-report:before {
19770
- content: "\e6c6";
19771
- }
19772
- .icon-zhongshi-:before {
19773
- content: "\e6c8";
19774
- }
19775
- .icon-execute:before {
19776
- content: "\e6c9";
19777
- }
19778
- .icon-full-screen:before {
19779
- content: "\e6ca";
19780
- }
19781
- .icon-return-right:before {
19782
- content: "\ebe4";
19783
- }
19784
- .icon-all:before {
19785
- content: "\e6e6";
19786
- }
19787
- .icon-question-mark:before {
19788
- content: "\e601";
19789
- }
19790
- .icon-dele:before {
19791
- content: "\e688";
19792
- }
19793
- .icon-view-list:before {
19794
- content: "\e65a";
19795
- }
19796
- .icon-view-chart:before {
19797
- content: "\e65d";
19798
- }
19799
- .icon-add:before {
19800
- content: "\e74a";
19801
- }
19802
- .icon-reduce:before {
19803
- content: "\e74b";
19804
- }
19805
- .icon-export1:before {
19806
- content: "\e719";
19807
- }
19808
- .icon-pause:before {
19809
- content: "\e6c1";
19810
- }
19811
- .icon-return:before {
19812
- content: "\e6cd";
19813
- }
19814
- .icon-submit-approve:before {
19815
- content: "\e756";
19816
- }
19817
- .icon-approve:before {
19818
- content: "\e6c3";
19819
- }
19820
- .icon-exit-screen-full:before {
19821
- content: "\e6c4";
19822
- }
19823
- .icon-jinggao:before {
19824
- content: "\e64f";
19825
- }
19826
- .icon-execute-stop1:before {
19827
- content: "\e7862";
19828
- }
19829
- .icon-close:before {
19830
- content: "\e60b";
19831
- }
19832
- .icon-search:before {
19833
- content: "\e615";
19834
- }
19835
19604
 
19836
19605
  .mart {
19837
19606
  background-color: #fff;