cloud-business 0.1.103 → 0.1.104-1

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;
@@ -5422,6 +5422,7 @@ input::-webkit-search-cancel-button {
5422
5422
  direction: rtl;
5423
5423
  }
5424
5424
  .newCloud-table-container {
5425
+ position: relative;
5425
5426
  height: 100%;
5426
5427
  display: flex;
5427
5428
  flex-direction: column;
@@ -5459,6 +5460,21 @@ input::-webkit-search-cancel-button {
5459
5460
  border-right: 0;
5460
5461
  border-left: 1px solid #e8e8e8;
5461
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
+ }
5462
5478
  .newCloud-table tr:not(.newCloud-table-expanded-row):hover td {
5463
5479
  background: #fafafa;
5464
5480
  transition: all 0.3s;
@@ -5664,6 +5680,10 @@ input::-webkit-search-cancel-button {
5664
5680
  }
5665
5681
  .newCloud-table .newCloud-table-config-column {
5666
5682
  min-width: auto;
5683
+ padding-right: 0;
5684
+ }
5685
+ .newCloud-table td.newCloud-table-config-column::after {
5686
+ display: none;
5667
5687
  }
5668
5688
  .newCloud-table .newCloud-table-checkbox-column {
5669
5689
  min-width: auto;
@@ -5740,17 +5760,32 @@ input::-webkit-search-cancel-button {
5740
5760
  .newCloud-table-summary tr td {
5741
5761
  background: #fafafa;
5742
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
+ }
5743
5771
  .newCloud-table .title-container .sort-icon-container {
5772
+ position: relative;
5773
+ top: -4px;
5744
5774
  display: inline-flex;
5745
5775
  flex-direction: column;
5746
5776
  align-items: center;
5747
5777
  cursor: pointer;
5748
5778
  }
5749
- .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 {
5750
5786
  position: absolute;
5751
- top: 50%;
5752
- transform: translate(0, -50%);
5753
- right: 11px;
5787
+ top: 4px;
5788
+ left: -1px;
5754
5789
  content: '';
5755
5790
  display: inline-block;
5756
5791
  width: 16px;
@@ -5758,10 +5793,6 @@ input::-webkit-search-cancel-button {
5758
5793
  background: #e8e8e8;
5759
5794
  z-index: 0;
5760
5795
  }
5761
- .newCloud-table .title-container .sort-icon-container.cell-align-right .sort-up-icon,
5762
- .newCloud-table .title-container .sort-icon-container.cell-align-right .sort-down-icon {
5763
- right: 0;
5764
- }
5765
5796
  .newCloud-table .title-container .sort-icon-container.sort-asc .sort-up-icon {
5766
5797
  color: var(--shuyunBlue4);
5767
5798
  }
@@ -5770,31 +5801,14 @@ input::-webkit-search-cancel-button {
5770
5801
  }
5771
5802
  .newCloud-table .title-container .sort-icon-container .sort-up-icon,
5772
5803
  .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5773
- position: absolute;
5774
- right: 12px;
5775
5804
  font-size: 14px;
5776
5805
  color: #949494;
5777
5806
  display: inline-block;
5778
5807
  transform: scale(0.9);
5779
5808
  z-index: 1;
5780
5809
  }
5781
- .newCloud-table .title-container .sort-icon-container .sort-up-icon {
5782
- top: calc(50% - 13px);
5783
- }
5784
- .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5785
- top: calc(50% - 6px);
5786
- }
5787
- .newCloud-table .title-container.filter-container .sort-icon-container:hover:not(.cell-align-right):after {
5788
- right: 35px;
5789
- }
5790
- .newCloud-table .title-container.filter-container .sort-icon-container .sort-up-icon,
5791
- .newCloud-table .title-container.filter-container .sort-icon-container .sort-down-icon {
5792
- right: 36px;
5793
- }
5794
5810
  .newCloud-table .title-container .filter-icon {
5795
- position: absolute;
5796
- right: 14px;
5797
- top: 13px;
5811
+ height: 17px;
5798
5812
  cursor: pointer;
5799
5813
  color: rgba(0, 0, 0, 0.45);
5800
5814
  }
@@ -5809,11 +5823,15 @@ input::-webkit-search-cancel-button {
5809
5823
  align-items: center;
5810
5824
  }
5811
5825
  .newCloud-table .title-with-tip .title-tip-icon {
5812
- margin: 0 4px;
5826
+ height: 17px;
5813
5827
  color: rgba(0, 0, 0, 0.25);
5814
5828
  }
5829
+ .newCloud-table .title-with-tip.title-with-tip-right {
5830
+ gap: 4px;
5831
+ }
5815
5832
  .newCloud-table .title-with-tip.title-with-tip-left {
5816
5833
  flex-direction: row-reverse;
5834
+ gap: 4px;
5817
5835
  }
5818
5836
  .newCloud-table-sticky-holder {
5819
5837
  position: sticky;
@@ -6087,6 +6105,10 @@ input::-webkit-search-cancel-button {
6087
6105
  .newCloud-table-box.newCloud-table-full-column .newCloud-table-expend-icon {
6088
6106
  display: none;
6089
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
+ }
6090
6112
  .newCloud-table-box.newCloud-table-loading {
6091
6113
  position: relative;
6092
6114
  }
@@ -6142,19 +6164,44 @@ input::-webkit-search-cancel-button {
6142
6164
  display: none;
6143
6165
  }
6144
6166
  .newCloud-table-tooltip {
6145
- max-width: 300px;
6167
+ min-width: 236px;
6168
+ max-height: 300px;
6169
+ overflow: auto;
6170
+ padding: 16px;
6146
6171
  }
6147
6172
  .newCloud-table-tooltip-content {
6148
6173
  display: flex;
6149
- flex-wrap: wrap;
6174
+ flex-direction: column;
6175
+ gap: 12px;
6150
6176
  }
6151
6177
  .newCloud-table-tooltip-content > li {
6152
6178
  width: 114px;
6153
- padding: 4px 10px;
6154
6179
  white-space: nowrap;
6155
6180
  overflow: hidden;
6156
6181
  text-overflow: ellipsis;
6157
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
+ }
6158
6205
  .newCloud-table-drag-line {
6159
6206
  border: 1px solid var(--shuyunBlue4) !important;
6160
6207
  }
@@ -7039,11 +7086,10 @@ input::-webkit-search-cancel-button {
7039
7086
  position: fixed;
7040
7087
  background: white;
7041
7088
  transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
7042
- z-index: -1;
7089
+ z-index: 1010;
7043
7090
  }
7044
7091
  .newCloud-drawer1.show {
7045
7092
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
7046
- z-index: 1010;
7047
7093
  }
7048
7094
  .newCloud-drawer1.top {
7049
7095
  top: 0;
@@ -8332,6 +8378,163 @@ input::-webkit-search-cancel-button {
8332
8378
  pointer-events: none;
8333
8379
  }
8334
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
+
8335
8538
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8336
8539
  /* 不要在此引入animation.less及其他放置公用无需编译的css */
8337
8540
  .newCloud-breadcrumbs {
@@ -11094,6 +11297,16 @@ body {
11094
11297
  width: 10px;
11095
11298
  }
11096
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
+ }
11097
11310
  .goods-selector-pro-form {
11098
11311
  display: flex;
11099
11312
  flex-flow: row wrap;
@@ -11224,13 +11437,27 @@ body {
11224
11437
  display: inline-block;
11225
11438
  margin-left: 10px;
11226
11439
  text-align: center;
11227
- color: #0083BA;
11228
- border: 1px solid #0083BA;
11440
+ color: #0083ba;
11441
+ border: 1px solid #0083ba;
11229
11442
  border-radius: 50%;
11230
11443
  cursor: pointer;
11231
11444
  line-height: 10px;
11232
11445
  font-size: 12px !important;
11233
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
+ }
11234
11461
 
11235
11462
  .goods-failure-tip {
11236
11463
  width: 154px;
@@ -18251,7 +18478,7 @@ body {
18251
18478
  overflow: visible;
18252
18479
  }
18253
18480
  .add-goods-btn {
18254
- width: 380px;
18481
+ width: 410px;
18255
18482
  height: 32px;
18256
18483
  display: inline-block;
18257
18484
  line-height: 32px;
@@ -18330,6 +18557,9 @@ body {
18330
18557
  .newCloud-goods-selector-pro-table-container .newCloud-table td {
18331
18558
  white-space: normal !important;
18332
18559
  }
18560
+ .newCloud-goods-selector-pro-table-container .newCloud-table thead tr th:first-child .newCloud-checkbox-wrapper {
18561
+ display: none !important;
18562
+ }
18333
18563
  .newCloud-goods-selector-pro-table-container .newCloud-table-two-level-tree .newCloud-table-row-level-1 td.newCloud-table-row-expand-column + td {
18334
18564
  padding-left: 14px !important;
18335
18565
  }
@@ -19362,312 +19592,6 @@ body {
19362
19592
  -webkit-font-smoothing: antialiased;
19363
19593
  -moz-osx-font-smoothing: grayscale;
19364
19594
  }
19365
- .icon-xinxi:before {
19366
- content: "\e6b5";
19367
- }
19368
- .icon-jixuzhihang:before {
19369
- content: "\e6a6";
19370
- }
19371
- .icon-zanting:before {
19372
- content: "\e6ae";
19373
- }
19374
- .icon-zhengshizhihang:before {
19375
- content: "\e6b2";
19376
- }
19377
- .icon-zhongzhizhihang:before {
19378
- content: "\e6b4";
19379
- }
19380
- .icon-suoxiao:before {
19381
- content: "\e6a7";
19382
- }
19383
- .icon-quanping:before {
19384
- content: "\e6b3";
19385
- }
19386
- .icon-shenpi:before {
19387
- content: "\e6b1";
19388
- }
19389
- .icon-jilu:before {
19390
- content: "\e6a2";
19391
- }
19392
- .icon-chexiao:before {
19393
- content: "\e6a3";
19394
- }
19395
- .icon-fanhui:before {
19396
- content: "\e6a4";
19397
- }
19398
- .icon-huifu:before {
19399
- content: "\e6a5";
19400
- }
19401
- .icon-fasong:before {
19402
- content: "\e6a8";
19403
- }
19404
- .icon-chakan:before {
19405
- content: "\e6a9";
19406
- }
19407
- .icon-moban:before {
19408
- content: "\e6aa";
19409
- }
19410
- .icon-kuabu:before {
19411
- content: "\e6ab";
19412
- }
19413
- .icon-xia:before {
19414
- content: "\e6ac";
19415
- }
19416
- .icon-sousuo:before {
19417
- content: "\e6ad";
19418
- }
19419
- .icon-xiazai:before {
19420
- content: "\e6af";
19421
- }
19422
- .icon-piliang:before {
19423
- content: "\e6b0";
19424
- }
19425
- .icon-moren:before {
19426
- content: "\e69d";
19427
- }
19428
- .icon-douyin1:before {
19429
- content: "\e69e";
19430
- }
19431
- .icon-offline1:before {
19432
- content: "\e69f";
19433
- }
19434
- .icon-weimob:before {
19435
- content: "\e6a1";
19436
- }
19437
- .icon-xiaoshangdian:before {
19438
- content: "\e69a";
19439
- }
19440
- .icon-vip:before {
19441
- content: "\e69c";
19442
- }
19443
- .icon-group-fill:before {
19444
- content: "\e786";
19445
- }
19446
- .icon-move1:before {
19447
- content: "\e761";
19448
- }
19449
- .icon-undo:before {
19450
- content: "\e739";
19451
- }
19452
- .icon-list:before {
19453
- content: "\e7863";
19454
- }
19455
- .icon-jd02:before {
19456
- content: "\e663";
19457
- }
19458
- .icon-jd01:before {
19459
- content: "\e664";
19460
- }
19461
- .icon-jd03:before {
19462
- content: "\e666";
19463
- }
19464
- .icon-kuaishou01:before {
19465
- content: "\e667";
19466
- }
19467
- .icon-kuaishou02:before {
19468
- content: "\e668";
19469
- }
19470
- .icon-kuaishou03:before {
19471
- content: "\e669";
19472
- }
19473
- .icon-mogu03:before {
19474
- content: "\e66a";
19475
- }
19476
- .icon-mogu02:before {
19477
- content: "\e66b";
19478
- }
19479
- .icon-mogu01:before {
19480
- content: "\e66d";
19481
- }
19482
- .icon-suning01:before {
19483
- content: "\e66e";
19484
- }
19485
- .icon-suning02:before {
19486
- content: "\e66f";
19487
- }
19488
- .icon-suning03:before {
19489
- content: "\e670";
19490
- }
19491
- .icon-taobao01:before {
19492
- content: "\e671";
19493
- }
19494
- .icon-taobao03:before {
19495
- content: "\e672";
19496
- }
19497
- .icon-taobao02:before {
19498
- content: "\e673";
19499
- }
19500
- .icon-icon-douyin03:before {
19501
- content: "\e674";
19502
- }
19503
- .icon-douyin:before {
19504
- content: "\e675";
19505
- }
19506
- .icon-icon-douyin:before {
19507
- content: "\e676";
19508
- }
19509
- .icon-wechat01:before {
19510
- content: "\e677";
19511
- }
19512
- .icon-wechat03:before {
19513
- content: "\e678";
19514
- }
19515
- .icon-wechat02:before {
19516
- content: "\e679";
19517
- }
19518
- .icon-weimob03:before {
19519
- content: "\e67a";
19520
- }
19521
- .icon-icon-weimob1:before {
19522
- content: "\e67b";
19523
- }
19524
- .icon-icon-weimob:before {
19525
- content: "\e67c";
19526
- }
19527
- .icon-xianxia03:before {
19528
- content: "\e67d";
19529
- }
19530
- .icon-xianxia01:before {
19531
- content: "\e67f";
19532
- }
19533
- .icon-xianxia02:before {
19534
- content: "\e681";
19535
- }
19536
- .icon-xiaohongshu01:before {
19537
- content: "\e682";
19538
- }
19539
- .icon-xiaohongsh03:before {
19540
- content: "\e683";
19541
- }
19542
- .icon-xiaohongshu02:before {
19543
- content: "\e684";
19544
- }
19545
- .icon-zan03:before {
19546
- content: "\e685";
19547
- }
19548
- .icon-zan01:before {
19549
- content: "\e686";
19550
- }
19551
- .icon-zan02:before {
19552
- content: "\e687";
19553
- }
19554
- .icon-gongzhonghao:before {
19555
- content: "\e689";
19556
- }
19557
- .icon-xiaochengxu:before {
19558
- content: "\e68a";
19559
- }
19560
- .icon-qiyeweixin:before {
19561
- content: "\e68b";
19562
- }
19563
- .icon-shipinhao:before {
19564
- content: "\e68c";
19565
- }
19566
- .icon-dangdang01:before {
19567
- content: "\e68d";
19568
- }
19569
- .icon-dangdang02:before {
19570
- content: "\e68e";
19571
- }
19572
- .icon-dangdang03:before {
19573
- content: "\e690";
19574
- }
19575
- .icon-pinduoduo01:before {
19576
- content: "\e691";
19577
- }
19578
- .icon-pinduoduo02:before {
19579
- content: "\e692";
19580
- }
19581
- .icon-pinduoduo03:before {
19582
- content: "\e693";
19583
- }
19584
- .icon-zidingyi01:before {
19585
- content: "\e694";
19586
- }
19587
- .icon-zidingyi03:before {
19588
- content: "\e695";
19589
- }
19590
- .icon-zidingyi02:before {
19591
- content: "\e696";
19592
- }
19593
- .icon-a-1haodian02:before {
19594
- content: "\e697";
19595
- }
19596
- .icon-a-1haodian03:before {
19597
- content: "\e698";
19598
- }
19599
- .icon-a-1haodian01:before {
19600
- content: "\e699";
19601
- }
19602
- .icon-offline:before {
19603
- content: "\e747";
19604
- }
19605
- .icon-suning:before {
19606
- content: "\e76e";
19607
- }
19608
- .icon-jos:before {
19609
- content: "\e76f";
19610
- }
19611
- .icon-taobao:before {
19612
- content: "\e771";
19613
- }
19614
- .icon-stop:before {
19615
- content: "\e7ed";
19616
- }
19617
- .icon-executing:before {
19618
- content: "\e7ee";
19619
- }
19620
- .icon-youzan:before {
19621
- content: "\e6d0";
19622
- }
19623
- .icon-error:before {
19624
- content: "\e7ef";
19625
- }
19626
- .icon-all1:before {
19627
- content: "\e612";
19628
- }
19629
- .icon-dingdan1:before {
19630
- content: "\e6ee";
19631
- }
19632
- .icon-money:before {
19633
- content: "\e611";
19634
- }
19635
- .icon-count:before {
19636
- content: "\e626";
19637
- }
19638
- .icon-ticket:before {
19639
- content: "\e680";
19640
- }
19641
- .icon-man:before {
19642
- content: "\e665";
19643
- }
19644
- .icon-dialogfill:before {
19645
- content: "\e67e";
19646
- }
19647
- .icon-tihuantupian:before {
19648
- content: "\e66c";
19649
- }
19650
- .icon-arrow:before {
19651
- content: "\e6a0";
19652
- }
19653
- .icon-new-campaign:before {
19654
- content: "\e629";
19655
- }
19656
- .icon-new-template:before {
19657
- content: "\e60c";
19658
- }
19659
- .icon-test-execute:before {
19660
- content: "\e7ec";
19661
- }
19662
- .icon-gaishuai:before {
19663
- content: "\e60d";
19664
- }
19665
- .icon-qiehuan1:before {
19666
- content: "\e731";
19667
- }
19668
- .icon-flag-fill:before {
19669
- content: "\e785";
19670
- }
19671
19595
  .icon-a-webpage:before {
19672
19596
  content: "\e7861";
19673
19597
  }
@@ -19677,162 +19601,6 @@ body {
19677
19601
  .icon-applets-line:before {
19678
19602
  content: "\e788";
19679
19603
  }
19680
- .icon-video-line:before {
19681
- content: "\e7b1";
19682
- }
19683
- .icon-success1:before {
19684
- content: "\e723";
19685
- }
19686
- .icon-zanting2:before {
19687
- content: "\e620";
19688
- }
19689
- .icon-resume-execute:before {
19690
- content: "\e69b";
19691
- }
19692
- .icon-C3:before {
19693
- content: "\e61c";
19694
- }
19695
- .icon-C2:before {
19696
- content: "\e61d";
19697
- }
19698
- .icon-C1:before {
19699
- content: "\e61f";
19700
- }
19701
- .icon-huobao:before {
19702
- content: "\e6be";
19703
- }
19704
- .icon-jiazai:before {
19705
- content: "\e628";
19706
- }
19707
- .icon-execute-stop:before {
19708
- content: "\e7eb";
19709
- }
19710
- .icon-pingjunzhisuanzi:before {
19711
- content: "\e610";
19712
- }
19713
- .icon-jiantouyou:before {
19714
- content: "\e774";
19715
- }
19716
- .icon-jiantouzuo:before {
19717
- content: "\e775";
19718
- }
19719
- .icon-wait:before {
19720
- content: "\e60f";
19721
- }
19722
- .icon-success:before {
19723
- content: "\ebe5";
19724
- }
19725
- .icon-finish:before {
19726
- content: "\e6f3";
19727
- }
19728
- .icon-shalou:before {
19729
- content: "\e600";
19730
- }
19731
- .icon-jinyong:before {
19732
- content: "\e60e";
19733
- }
19734
- .icon-cuowu:before {
19735
- content: "\e61e";
19736
- }
19737
- .icon-A1:before {
19738
- content: "\e602";
19739
- }
19740
- .icon-B1:before {
19741
- content: "\e603";
19742
- }
19743
- .icon-B3:before {
19744
- content: "\e604";
19745
- }
19746
- .icon-A5:before {
19747
- content: "\e605";
19748
- }
19749
- .icon-A2:before {
19750
- content: "\e606";
19751
- }
19752
- .icon-A6:before {
19753
- content: "\e607";
19754
- }
19755
- .icon-B2:before {
19756
- content: "\e608";
19757
- }
19758
- .icon-A4:before {
19759
- content: "\e609";
19760
- }
19761
- .icon-A3:before {
19762
- content: "\e60a";
19763
- }
19764
- .icon-remark:before {
19765
- content: "\e68f";
19766
- }
19767
- .icon-shangchuan1:before {
19768
- content: "\e6c5";
19769
- }
19770
- .icon-report:before {
19771
- content: "\e6c6";
19772
- }
19773
- .icon-zhongshi-:before {
19774
- content: "\e6c8";
19775
- }
19776
- .icon-execute:before {
19777
- content: "\e6c9";
19778
- }
19779
- .icon-full-screen:before {
19780
- content: "\e6ca";
19781
- }
19782
- .icon-return-right:before {
19783
- content: "\ebe4";
19784
- }
19785
- .icon-all:before {
19786
- content: "\e6e6";
19787
- }
19788
- .icon-question-mark:before {
19789
- content: "\e601";
19790
- }
19791
- .icon-dele:before {
19792
- content: "\e688";
19793
- }
19794
- .icon-view-list:before {
19795
- content: "\e65a";
19796
- }
19797
- .icon-view-chart:before {
19798
- content: "\e65d";
19799
- }
19800
- .icon-add:before {
19801
- content: "\e74a";
19802
- }
19803
- .icon-reduce:before {
19804
- content: "\e74b";
19805
- }
19806
- .icon-export1:before {
19807
- content: "\e719";
19808
- }
19809
- .icon-pause:before {
19810
- content: "\e6c1";
19811
- }
19812
- .icon-return:before {
19813
- content: "\e6cd";
19814
- }
19815
- .icon-submit-approve:before {
19816
- content: "\e756";
19817
- }
19818
- .icon-approve:before {
19819
- content: "\e6c3";
19820
- }
19821
- .icon-exit-screen-full:before {
19822
- content: "\e6c4";
19823
- }
19824
- .icon-jinggao:before {
19825
- content: "\e64f";
19826
- }
19827
- .icon-execute-stop1:before {
19828
- content: "\e7862";
19829
- }
19830
- .icon-close:before {
19831
- content: "\e60b";
19832
- }
19833
- .icon-search:before {
19834
- content: "\e615";
19835
- }
19836
19604
 
19837
19605
  .mart {
19838
19606
  background-color: #fff;