cloud-business 0.1.127-4 → 0.1.127-5

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