cloud-business 0.1.99-6 → 0.1.100

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('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');
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');
265
265
  }
266
266
  .newCloud-icon {
267
267
  font-family: 'cloud-react-icon-font' !important;
@@ -5459,21 +5459,6 @@ 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
- }
5477
5462
  .newCloud-table tr:not(.newCloud-table-expanded-row):hover td {
5478
5463
  background: #fafafa;
5479
5464
  transition: all 0.3s;
@@ -5755,32 +5740,17 @@ input::-webkit-search-cancel-button {
5755
5740
  .newCloud-table-summary tr td {
5756
5741
  background: #fafafa;
5757
5742
  }
5758
- .newCloud-table .title-container {
5759
- display: flex;
5760
- align-items: center;
5761
- gap: 6px;
5762
- }
5763
- .newCloud-table .title-container.align-right {
5764
- justify-content: end;
5765
- }
5766
5743
  .newCloud-table .title-container .sort-icon-container {
5767
- position: relative;
5768
- top: -4px;
5769
5744
  display: inline-flex;
5770
5745
  flex-direction: column;
5771
5746
  align-items: center;
5772
5747
  cursor: pointer;
5773
5748
  }
5774
- .newCloud-table .title-container .sort-icon-container .sort-up-icon {
5775
- height: 7px;
5776
- }
5777
- .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5778
- height: 7px;
5779
- }
5780
- .newCloud-table .title-container .sort-icon-container:hover:after {
5749
+ .newCloud-table .title-container .sort-icon-container:hover:not(.cell-align-right):after {
5781
5750
  position: absolute;
5782
- top: 4px;
5783
- left: -1px;
5751
+ top: 50%;
5752
+ transform: translate(0, -50%);
5753
+ right: 11px;
5784
5754
  content: '';
5785
5755
  display: inline-block;
5786
5756
  width: 16px;
@@ -5788,6 +5758,10 @@ input::-webkit-search-cancel-button {
5788
5758
  background: #e8e8e8;
5789
5759
  z-index: 0;
5790
5760
  }
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
+ }
5791
5765
  .newCloud-table .title-container .sort-icon-container.sort-asc .sort-up-icon {
5792
5766
  color: var(--shuyunBlue4);
5793
5767
  }
@@ -5796,14 +5770,31 @@ input::-webkit-search-cancel-button {
5796
5770
  }
5797
5771
  .newCloud-table .title-container .sort-icon-container .sort-up-icon,
5798
5772
  .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5773
+ position: absolute;
5774
+ right: 12px;
5799
5775
  font-size: 14px;
5800
5776
  color: #949494;
5801
5777
  display: inline-block;
5802
5778
  transform: scale(0.9);
5803
5779
  z-index: 1;
5804
5780
  }
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
+ }
5805
5794
  .newCloud-table .title-container .filter-icon {
5806
- height: 17px;
5795
+ position: absolute;
5796
+ right: 14px;
5797
+ top: 13px;
5807
5798
  cursor: pointer;
5808
5799
  color: rgba(0, 0, 0, 0.45);
5809
5800
  }
@@ -5818,15 +5809,11 @@ input::-webkit-search-cancel-button {
5818
5809
  align-items: center;
5819
5810
  }
5820
5811
  .newCloud-table .title-with-tip .title-tip-icon {
5821
- height: 17px;
5812
+ margin: 0 4px;
5822
5813
  color: rgba(0, 0, 0, 0.25);
5823
5814
  }
5824
- .newCloud-table .title-with-tip.title-with-tip-right {
5825
- gap: 4px;
5826
- }
5827
5815
  .newCloud-table .title-with-tip.title-with-tip-left {
5828
5816
  flex-direction: row-reverse;
5829
- gap: 4px;
5830
5817
  }
5831
5818
  .newCloud-table-sticky-holder {
5832
5819
  position: sticky;
@@ -7052,10 +7039,11 @@ input::-webkit-search-cancel-button {
7052
7039
  position: fixed;
7053
7040
  background: white;
7054
7041
  transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
7055
- z-index: 1010;
7042
+ z-index: -1;
7056
7043
  }
7057
7044
  .newCloud-drawer1.show {
7058
7045
  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;
7059
7047
  }
7060
7048
  .newCloud-drawer1.top {
7061
7049
  top: 0;
@@ -8344,163 +8332,6 @@ input::-webkit-search-cancel-button {
8344
8332
  pointer-events: none;
8345
8333
  }
8346
8334
 
8347
- /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8348
- /* 不要在此引入animation.less及其他放置公用无需编译的css */
8349
- .newCloud-notification {
8350
- display: flex;
8351
- align-items: baseline;
8352
- gap: 9px;
8353
- padding: 20px;
8354
- background: #FFFFFF;
8355
- box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3);
8356
- border-radius: 12px;
8357
- }
8358
- .newCloud-notification.small {
8359
- border-radius: 3px;
8360
- }
8361
- .newCloud-notification.middle {
8362
- border-radius: 6px;
8363
- }
8364
- .newCloud-notification.light-theme {
8365
- color: white;
8366
- }
8367
- .newCloud-notification.light-theme .info-icon {
8368
- color: white!important;
8369
- }
8370
- .newCloud-notification.light-theme header,
8371
- .newCloud-notification.light-theme main,
8372
- .newCloud-notification.light-theme header i.close-icon {
8373
- color: white;
8374
- }
8375
- .newCloud-notification-content {
8376
- flex: 1;
8377
- }
8378
- .newCloud-notification .info-icon {
8379
- position: relative;
8380
- top: 2px;
8381
- font-size: 20px;
8382
- }
8383
- .newCloud-notification .info-icon.info {
8384
- color: #496BF5;
8385
- }
8386
- .newCloud-notification .info-icon.success {
8387
- color: #21BA45;
8388
- }
8389
- .newCloud-notification .info-icon.fail {
8390
- color: #E74949;
8391
- }
8392
- .newCloud-notification .info-icon.warn {
8393
- color: #FD830A;
8394
- }
8395
- .newCloud-notification header {
8396
- display: flex;
8397
- align-items: center;
8398
- justify-content: space-between;
8399
- height: 24px;
8400
- line-height: 24px;
8401
- font-size: 16px;
8402
- font-weight: 500;
8403
- color: rgba(0, 0, 0, 0.85);
8404
- margin-bottom: 8px;
8405
- }
8406
- .newCloud-notification header i.close-icon {
8407
- font-size: 16px;
8408
- color: #D8D8D8;
8409
- cursor: pointer;
8410
- }
8411
- .newCloud-notification main {
8412
- line-height: 20px;
8413
- font-size: 14px;
8414
- font-weight: 400;
8415
- color: rgba(0, 0, 0, 0.65);
8416
- overflow: hidden;
8417
- text-overflow: ellipsis;
8418
- display: -webkit-box;
8419
- -webkit-line-clamp: 3;
8420
- -webkit-box-orient: vertical;
8421
- }
8422
- .newCloud-notification footer {
8423
- display: flex;
8424
- align-items: center;
8425
- flex-direction: row-reverse;
8426
- gap: 16px;
8427
- margin-top: 20px;
8428
- }
8429
-
8430
- /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8431
- /* 不要在此引入animation.less及其他放置公用无需编译的css */
8432
- .newCloud-notification-container {
8433
- z-index: 1100;
8434
- position: fixed;
8435
- }
8436
- .newCloud-notification-container .newCloud-notification-wrapper {
8437
- position: absolute;
8438
- width: 360px;
8439
- transition: all 300ms;
8440
- margin-bottom: 20px;
8441
- }
8442
- .newCloud-notification-container .newCloud-notification-wrapper.fade-out {
8443
- opacity: 0;
8444
- }
8445
- .newCloud-notification-container.top-left {
8446
- top: 20px;
8447
- }
8448
- .newCloud-notification-container.top-left .newCloud-notification-wrapper {
8449
- left: -360px;
8450
- }
8451
- .newCloud-notification-container.top-left .newCloud-notification-wrapper.fade-in {
8452
- left: 20px;
8453
- }
8454
- .newCloud-notification-container.top-right {
8455
- top: 20px;
8456
- right: 0;
8457
- }
8458
- .newCloud-notification-container.top-right .newCloud-notification-wrapper {
8459
- right: -360px;
8460
- }
8461
- .newCloud-notification-container.top-right .newCloud-notification-wrapper.fade-in {
8462
- right: 20px;
8463
- }
8464
- .newCloud-notification-container.bottom-left {
8465
- bottom: 114px;
8466
- }
8467
- .newCloud-notification-container.bottom-left .newCloud-notification-wrapper {
8468
- left: -360px;
8469
- }
8470
- .newCloud-notification-container.bottom-left .newCloud-notification-wrapper.fade-in {
8471
- left: 20px;
8472
- }
8473
- .newCloud-notification-container.bottom-right {
8474
- bottom: 114px;
8475
- right: 20px;
8476
- }
8477
- .newCloud-notification-container.bottom-right .newCloud-notification-wrapper {
8478
- right: -360px;
8479
- }
8480
- .newCloud-notification-container.bottom-right .newCloud-notification-wrapper.fade-in {
8481
- right: 0;
8482
- }
8483
- .newCloud-notification-container.top {
8484
- top: 20px;
8485
- left: calc(50% - 360px / 2);
8486
- }
8487
- .newCloud-notification-container.top .newCloud-notification-wrapper {
8488
- top: -114px;
8489
- }
8490
- .newCloud-notification-container.top .newCloud-notification-wrapper.fade-in {
8491
- top: 0!important;
8492
- }
8493
- .newCloud-notification-container.bottom {
8494
- bottom: 0;
8495
- left: calc(50% - 360px / 2);
8496
- }
8497
- .newCloud-notification-container.bottom .newCloud-notification-wrapper {
8498
- bottom: -114px;
8499
- }
8500
- .newCloud-notification-container.bottom .newCloud-notification-wrapper.fade-in {
8501
- bottom: 0!important;
8502
- }
8503
-
8504
8335
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8505
8336
  /* 不要在此引入animation.less及其他放置公用无需编译的css */
8506
8337
  .newCloud-breadcrumbs {
@@ -19531,6 +19362,312 @@ body {
19531
19362
  -webkit-font-smoothing: antialiased;
19532
19363
  -moz-osx-font-smoothing: grayscale;
19533
19364
  }
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
+ }
19534
19671
  .icon-a-webpage:before {
19535
19672
  content: "\e7861";
19536
19673
  }
@@ -19540,6 +19677,162 @@ body {
19540
19677
  .icon-applets-line:before {
19541
19678
  content: "\e788";
19542
19679
  }
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
+ }
19543
19836
 
19544
19837
  .mart {
19545
19838
  background-color: #fff;