cloud-business 0.1.100 → 0.1.103-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;
@@ -5459,6 +5459,21 @@ input::-webkit-search-cancel-button {
5459
5459
  border-right: 0;
5460
5460
  border-left: 1px solid #e8e8e8;
5461
5461
  }
5462
+ .newCloud-table td.padding-32 {
5463
+ padding-right: 32px;
5464
+ }
5465
+ .newCloud-table td.padding-34 {
5466
+ padding-right: 34px;
5467
+ }
5468
+ .newCloud-table td.padding-54 {
5469
+ padding-right: 54px;
5470
+ }
5471
+ .newCloud-table td.padding-52 {
5472
+ padding-right: 52px;
5473
+ }
5474
+ .newCloud-table td.padding-74 {
5475
+ padding-right: 74px;
5476
+ }
5462
5477
  .newCloud-table tr:not(.newCloud-table-expanded-row):hover td {
5463
5478
  background: #fafafa;
5464
5479
  transition: all 0.3s;
@@ -5664,6 +5679,10 @@ input::-webkit-search-cancel-button {
5664
5679
  }
5665
5680
  .newCloud-table .newCloud-table-config-column {
5666
5681
  min-width: auto;
5682
+ padding-right: 0;
5683
+ }
5684
+ .newCloud-table td.newCloud-table-config-column::after {
5685
+ display: none;
5667
5686
  }
5668
5687
  .newCloud-table .newCloud-table-checkbox-column {
5669
5688
  min-width: auto;
@@ -5740,17 +5759,32 @@ input::-webkit-search-cancel-button {
5740
5759
  .newCloud-table-summary tr td {
5741
5760
  background: #fafafa;
5742
5761
  }
5762
+ .newCloud-table .title-container {
5763
+ display: flex;
5764
+ align-items: center;
5765
+ gap: 6px;
5766
+ }
5767
+ .newCloud-table .title-container.align-right {
5768
+ justify-content: end;
5769
+ }
5743
5770
  .newCloud-table .title-container .sort-icon-container {
5771
+ position: relative;
5772
+ top: -4px;
5744
5773
  display: inline-flex;
5745
5774
  flex-direction: column;
5746
5775
  align-items: center;
5747
5776
  cursor: pointer;
5748
5777
  }
5749
- .newCloud-table .title-container .sort-icon-container:hover:not(.cell-align-right):after {
5778
+ .newCloud-table .title-container .sort-icon-container .sort-up-icon {
5779
+ height: 7px;
5780
+ }
5781
+ .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5782
+ height: 7px;
5783
+ }
5784
+ .newCloud-table .title-container .sort-icon-container:hover:after {
5750
5785
  position: absolute;
5751
- top: 50%;
5752
- transform: translate(0, -50%);
5753
- right: 11px;
5786
+ top: 4px;
5787
+ left: -1px;
5754
5788
  content: '';
5755
5789
  display: inline-block;
5756
5790
  width: 16px;
@@ -5758,10 +5792,6 @@ input::-webkit-search-cancel-button {
5758
5792
  background: #e8e8e8;
5759
5793
  z-index: 0;
5760
5794
  }
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
5795
  .newCloud-table .title-container .sort-icon-container.sort-asc .sort-up-icon {
5766
5796
  color: var(--shuyunBlue4);
5767
5797
  }
@@ -5770,31 +5800,14 @@ input::-webkit-search-cancel-button {
5770
5800
  }
5771
5801
  .newCloud-table .title-container .sort-icon-container .sort-up-icon,
5772
5802
  .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5773
- position: absolute;
5774
- right: 12px;
5775
5803
  font-size: 14px;
5776
5804
  color: #949494;
5777
5805
  display: inline-block;
5778
5806
  transform: scale(0.9);
5779
5807
  z-index: 1;
5780
5808
  }
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
5809
  .newCloud-table .title-container .filter-icon {
5795
- position: absolute;
5796
- right: 14px;
5797
- top: 13px;
5810
+ height: 17px;
5798
5811
  cursor: pointer;
5799
5812
  color: rgba(0, 0, 0, 0.45);
5800
5813
  }
@@ -5809,11 +5822,15 @@ input::-webkit-search-cancel-button {
5809
5822
  align-items: center;
5810
5823
  }
5811
5824
  .newCloud-table .title-with-tip .title-tip-icon {
5812
- margin: 0 4px;
5825
+ height: 17px;
5813
5826
  color: rgba(0, 0, 0, 0.25);
5814
5827
  }
5828
+ .newCloud-table .title-with-tip.title-with-tip-right {
5829
+ gap: 4px;
5830
+ }
5815
5831
  .newCloud-table .title-with-tip.title-with-tip-left {
5816
5832
  flex-direction: row-reverse;
5833
+ gap: 4px;
5817
5834
  }
5818
5835
  .newCloud-table-sticky-holder {
5819
5836
  position: sticky;
@@ -6142,19 +6159,27 @@ input::-webkit-search-cancel-button {
6142
6159
  display: none;
6143
6160
  }
6144
6161
  .newCloud-table-tooltip {
6145
- max-width: 300px;
6162
+ min-width: 236px;
6163
+ max-height: 466px;
6164
+ padding: 16px;
6146
6165
  }
6147
6166
  .newCloud-table-tooltip-content {
6148
6167
  display: flex;
6149
- flex-wrap: wrap;
6168
+ flex-direction: column;
6169
+ gap: 12px;
6150
6170
  }
6151
6171
  .newCloud-table-tooltip-content > li {
6152
6172
  width: 114px;
6153
- padding: 4px 10px;
6154
6173
  white-space: nowrap;
6155
6174
  overflow: hidden;
6156
6175
  text-overflow: ellipsis;
6157
6176
  }
6177
+ .newCloud-table-tooltip-content > li .newCloud-checkbox-text {
6178
+ font-size: 14px;
6179
+ }
6180
+ .newCloud-table-tooltip::after {
6181
+ display: none;
6182
+ }
6158
6183
  .newCloud-table-drag-line {
6159
6184
  border: 1px solid var(--shuyunBlue4) !important;
6160
6185
  }
@@ -7039,11 +7064,10 @@ input::-webkit-search-cancel-button {
7039
7064
  position: fixed;
7040
7065
  background: white;
7041
7066
  transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
7042
- z-index: -1;
7067
+ z-index: 1010;
7043
7068
  }
7044
7069
  .newCloud-drawer1.show {
7045
7070
  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
7071
  }
7048
7072
  .newCloud-drawer1.top {
7049
7073
  top: 0;
@@ -8332,6 +8356,163 @@ input::-webkit-search-cancel-button {
8332
8356
  pointer-events: none;
8333
8357
  }
8334
8358
 
8359
+ /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8360
+ /* 不要在此引入animation.less及其他放置公用无需编译的css */
8361
+ .newCloud-notification {
8362
+ display: flex;
8363
+ align-items: baseline;
8364
+ gap: 9px;
8365
+ padding: 20px;
8366
+ background: #FFFFFF;
8367
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3);
8368
+ border-radius: 12px;
8369
+ }
8370
+ .newCloud-notification.small {
8371
+ border-radius: 3px;
8372
+ }
8373
+ .newCloud-notification.middle {
8374
+ border-radius: 6px;
8375
+ }
8376
+ .newCloud-notification.light-theme {
8377
+ color: white;
8378
+ }
8379
+ .newCloud-notification.light-theme .info-icon {
8380
+ color: white!important;
8381
+ }
8382
+ .newCloud-notification.light-theme header,
8383
+ .newCloud-notification.light-theme main,
8384
+ .newCloud-notification.light-theme header i.close-icon {
8385
+ color: white;
8386
+ }
8387
+ .newCloud-notification-content {
8388
+ flex: 1;
8389
+ }
8390
+ .newCloud-notification .info-icon {
8391
+ position: relative;
8392
+ top: 2px;
8393
+ font-size: 20px;
8394
+ }
8395
+ .newCloud-notification .info-icon.info {
8396
+ color: #496BF5;
8397
+ }
8398
+ .newCloud-notification .info-icon.success {
8399
+ color: #21BA45;
8400
+ }
8401
+ .newCloud-notification .info-icon.fail {
8402
+ color: #E74949;
8403
+ }
8404
+ .newCloud-notification .info-icon.warn {
8405
+ color: #FD830A;
8406
+ }
8407
+ .newCloud-notification header {
8408
+ display: flex;
8409
+ align-items: center;
8410
+ justify-content: space-between;
8411
+ height: 24px;
8412
+ line-height: 24px;
8413
+ font-size: 16px;
8414
+ font-weight: 500;
8415
+ color: rgba(0, 0, 0, 0.85);
8416
+ margin-bottom: 8px;
8417
+ }
8418
+ .newCloud-notification header i.close-icon {
8419
+ font-size: 16px;
8420
+ color: #D8D8D8;
8421
+ cursor: pointer;
8422
+ }
8423
+ .newCloud-notification main {
8424
+ line-height: 20px;
8425
+ font-size: 14px;
8426
+ font-weight: 400;
8427
+ color: rgba(0, 0, 0, 0.65);
8428
+ overflow: hidden;
8429
+ text-overflow: ellipsis;
8430
+ display: -webkit-box;
8431
+ -webkit-line-clamp: 3;
8432
+ -webkit-box-orient: vertical;
8433
+ }
8434
+ .newCloud-notification footer {
8435
+ display: flex;
8436
+ align-items: center;
8437
+ flex-direction: row-reverse;
8438
+ gap: 16px;
8439
+ margin-top: 20px;
8440
+ }
8441
+
8442
+ /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8443
+ /* 不要在此引入animation.less及其他放置公用无需编译的css */
8444
+ .newCloud-notification-container {
8445
+ z-index: 1100;
8446
+ position: fixed;
8447
+ }
8448
+ .newCloud-notification-container .newCloud-notification-wrapper {
8449
+ position: absolute;
8450
+ width: 360px;
8451
+ transition: all 300ms;
8452
+ margin-bottom: 20px;
8453
+ }
8454
+ .newCloud-notification-container .newCloud-notification-wrapper.fade-out {
8455
+ opacity: 0;
8456
+ }
8457
+ .newCloud-notification-container.top-left {
8458
+ top: 20px;
8459
+ }
8460
+ .newCloud-notification-container.top-left .newCloud-notification-wrapper {
8461
+ left: -360px;
8462
+ }
8463
+ .newCloud-notification-container.top-left .newCloud-notification-wrapper.fade-in {
8464
+ left: 20px;
8465
+ }
8466
+ .newCloud-notification-container.top-right {
8467
+ top: 20px;
8468
+ right: 0;
8469
+ }
8470
+ .newCloud-notification-container.top-right .newCloud-notification-wrapper {
8471
+ right: -360px;
8472
+ }
8473
+ .newCloud-notification-container.top-right .newCloud-notification-wrapper.fade-in {
8474
+ right: 20px;
8475
+ }
8476
+ .newCloud-notification-container.bottom-left {
8477
+ bottom: 114px;
8478
+ }
8479
+ .newCloud-notification-container.bottom-left .newCloud-notification-wrapper {
8480
+ left: -360px;
8481
+ }
8482
+ .newCloud-notification-container.bottom-left .newCloud-notification-wrapper.fade-in {
8483
+ left: 20px;
8484
+ }
8485
+ .newCloud-notification-container.bottom-right {
8486
+ bottom: 114px;
8487
+ right: 20px;
8488
+ }
8489
+ .newCloud-notification-container.bottom-right .newCloud-notification-wrapper {
8490
+ right: -360px;
8491
+ }
8492
+ .newCloud-notification-container.bottom-right .newCloud-notification-wrapper.fade-in {
8493
+ right: 0;
8494
+ }
8495
+ .newCloud-notification-container.top {
8496
+ top: 20px;
8497
+ left: calc(50% - 360px / 2);
8498
+ }
8499
+ .newCloud-notification-container.top .newCloud-notification-wrapper {
8500
+ top: -114px;
8501
+ }
8502
+ .newCloud-notification-container.top .newCloud-notification-wrapper.fade-in {
8503
+ top: 0!important;
8504
+ }
8505
+ .newCloud-notification-container.bottom {
8506
+ bottom: 0;
8507
+ left: calc(50% - 360px / 2);
8508
+ }
8509
+ .newCloud-notification-container.bottom .newCloud-notification-wrapper {
8510
+ bottom: -114px;
8511
+ }
8512
+ .newCloud-notification-container.bottom .newCloud-notification-wrapper.fade-in {
8513
+ bottom: 0!important;
8514
+ }
8515
+
8335
8516
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8336
8517
  /* 不要在此引入animation.less及其他放置公用无需编译的css */
8337
8518
  .newCloud-breadcrumbs {
@@ -11094,6 +11275,16 @@ body {
11094
11275
  width: 10px;
11095
11276
  }
11096
11277
 
11278
+ body {
11279
+ margin: 0;
11280
+ --shuyunBlue1: #EDF6FF;
11281
+ --shuyunBlue2: #CCE6FF;
11282
+ --shuyunBlue3: #72B0ED;
11283
+ --shuyunBlue4: #0066CC;
11284
+ --shuyunBlue5: #004CA3;
11285
+ --shuyunBlue6: #003775;
11286
+ --shuyunBlue7: #002147;
11287
+ }
11097
11288
  .goods-selector-pro-form {
11098
11289
  display: flex;
11099
11290
  flex-flow: row wrap;
@@ -11224,13 +11415,27 @@ body {
11224
11415
  display: inline-block;
11225
11416
  margin-left: 10px;
11226
11417
  text-align: center;
11227
- color: #0083BA;
11228
- border: 1px solid #0083BA;
11418
+ color: #0083ba;
11419
+ border: 1px solid #0083ba;
11229
11420
  border-radius: 50%;
11230
11421
  cursor: pointer;
11231
11422
  line-height: 10px;
11232
11423
  font-size: 12px !important;
11233
11424
  }
11425
+ .add-condition .common-disabled-btn {
11426
+ width: 12px;
11427
+ height: 12px;
11428
+ display: inline-block;
11429
+ margin-left: 10px;
11430
+ text-align: center;
11431
+ color: #ddd !important;
11432
+ border: 1px solid #ddd !important;
11433
+ border-radius: 50%;
11434
+ line-height: 10px;
11435
+ font-size: 12px !important;
11436
+ pointer-events: none;
11437
+ cursor: not-allowed;
11438
+ }
11234
11439
 
11235
11440
  .goods-failure-tip {
11236
11441
  width: 154px;
@@ -18251,7 +18456,7 @@ body {
18251
18456
  overflow: visible;
18252
18457
  }
18253
18458
  .add-goods-btn {
18254
- width: 380px;
18459
+ width: 410px;
18255
18460
  height: 32px;
18256
18461
  display: inline-block;
18257
18462
  line-height: 32px;
@@ -18330,6 +18535,9 @@ body {
18330
18535
  .newCloud-goods-selector-pro-table-container .newCloud-table td {
18331
18536
  white-space: normal !important;
18332
18537
  }
18538
+ .newCloud-goods-selector-pro-table-container .newCloud-table thead tr th:first-child .newCloud-checkbox-wrapper {
18539
+ display: none !important;
18540
+ }
18333
18541
  .newCloud-goods-selector-pro-table-container .newCloud-table-two-level-tree .newCloud-table-row-level-1 td.newCloud-table-row-expand-column + td {
18334
18542
  padding-left: 14px !important;
18335
18543
  }
@@ -19362,312 +19570,6 @@ body {
19362
19570
  -webkit-font-smoothing: antialiased;
19363
19571
  -moz-osx-font-smoothing: grayscale;
19364
19572
  }
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
19573
  .icon-a-webpage:before {
19672
19574
  content: "\e7861";
19673
19575
  }
@@ -19677,162 +19579,6 @@ body {
19677
19579
  .icon-applets-line:before {
19678
19580
  content: "\e788";
19679
19581
  }
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
19582
 
19837
19583
  .mart {
19838
19584
  background-color: #fff;