cloud-business 0.1.112-1 → 0.1.112-10

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.
@@ -1791,7 +1791,7 @@ input::-webkit-search-cancel-button {
1791
1791
  color: rgba(0, 0, 0, 0.45);
1792
1792
  }
1793
1793
  .newCloud-ccascader-menu-item-keyword {
1794
- color: var(--shuyunBlue3);
1794
+ color: var(--shuyunBlue4);
1795
1795
  }
1796
1796
  .newCloud-ccascader-disabled,
1797
1797
  .newCloud-ccascader-disabled input {
@@ -20210,13 +20210,83 @@ body {
20210
20210
  z-index: 1;
20211
20211
  }
20212
20212
 
20213
+ body {
20214
+ margin: 0;
20215
+ --shuyunBlue1: #EDF6FF;
20216
+ --shuyunBlue2: #CCE6FF;
20217
+ --shuyunBlue3: #72B0ED;
20218
+ --shuyunBlue4: #0066CC;
20219
+ --shuyunBlue5: #004CA3;
20220
+ --shuyunBlue6: #003775;
20221
+ --shuyunBlue7: #002147;
20222
+ }
20213
20223
  .assetModal {
20214
20224
  height: 700px;
20215
20225
  }
20226
+ .assetModal ::-webkit-scrollbar {
20227
+ width: 20px !important;
20228
+ height: 12px !important;
20229
+ }
20230
+ .assetModal * {
20231
+ box-sizing: border-box;
20232
+ }
20216
20233
  .assetModal .assetModalWarp {
20234
+ width: 100%;
20217
20235
  display: flex;
20218
- padding: 10px 0 0 20px;
20236
+ padding: 10px 0 0 0;
20219
20237
  overflow: hidden;
20238
+ position: relative;
20239
+ }
20240
+ .assetModal .newCloud-modal-footer {
20241
+ padding: 12px 0;
20242
+ }
20243
+ .assetModal .assetModalFooter {
20244
+ display: flex;
20245
+ }
20246
+ .assetModal .assetModalFooter .footerLeft {
20247
+ flex: 0 0 140px;
20248
+ position: relative;
20249
+ }
20250
+ .assetModal .assetModalFooter .footerLeft::before {
20251
+ position: absolute;
20252
+ width: 140px;
20253
+ top: -13px;
20254
+ height: 1px;
20255
+ left: 0;
20256
+ background: #fff;
20257
+ content: '';
20258
+ }
20259
+ .assetModal .assetModalFooter .footerLeft::after {
20260
+ position: absolute;
20261
+ width: 1px;
20262
+ top: -13px;
20263
+ right: 0;
20264
+ height: 56px;
20265
+ background: #E8E8E8;
20266
+ content: '';
20267
+ }
20268
+ .assetModal .assetModalFooter .footerRight {
20269
+ display: flex;
20270
+ padding: 0 20px;
20271
+ align-items: center;
20272
+ justify-content: space-between;
20273
+ width: 100%;
20274
+ }
20275
+ .assetModal .assetModalFooter .footerRight .footerOperate {
20276
+ flex: 1;
20277
+ text-align: left;
20278
+ }
20279
+ .assetModal .assetModalFooter .footerRight .footerOperate .select {
20280
+ font-size: 12px;
20281
+ color: rgba(0, 0, 0, 0.65);
20282
+ margin-right: 12px;
20283
+ cursor: pointer;
20284
+ }
20285
+ .assetModal .assetModalFooter .footerRight .footerOperate .select .count {
20286
+ color: var(--shuyunBlue4);
20287
+ }
20288
+ .assetModal .assetModalFooter .footerRight .footerConfirm {
20289
+ flex: 0 0 128;
20220
20290
  }
20221
20291
 
20222
20292
  .combineInputContainer {
@@ -20230,940 +20300,2808 @@ body {
20230
20300
  flex: 1;
20231
20301
  }
20232
20302
 
20233
- body {
20234
- margin: 0;
20235
- --shuyunBlue1: #EDF6FF;
20236
- --shuyunBlue2: #CCE6FF;
20237
- --shuyunBlue3: #72B0ED;
20238
- --shuyunBlue4: #0066CC;
20239
- --shuyunBlue5: #004CA3;
20240
- --shuyunBlue6: #003775;
20241
- --shuyunBlue7: #002147;
20303
+ @font-face {
20304
+ font-family: "cmsiconfont";
20305
+ /* Project id 4166906 */
20306
+ src: url('//at.alicdn.com/t/c/font_4166906_ca5l1581o68.woff2?t=1709707929398') format('woff2'), url('//at.alicdn.com/t/c/font_4166906_ca5l1581o68.woff?t=1709707929398') format('woff'), url('//at.alicdn.com/t/c/font_4166906_ca5l1581o68.ttf?t=1709707929398') format('truetype');
20242
20307
  }
20243
- .miniProgramForm .input {
20244
- max-width: 400px;
20308
+ .cloud-icon {
20309
+ font-size: 1.143em;
20310
+ line-height: 1;
20245
20311
  }
20246
- .miniProgramForm .cover {
20247
- width: 100px;
20248
- height: 100px;
20249
- border: 1px dashed #878b8f;
20250
- border-radius: 4px;
20312
+ .disabled {
20313
+ color: rgba(0, 0, 0, 0.25) !important;
20314
+ cursor: not-allowed !important;
20251
20315
  }
20252
- .miniProgramForm .cover img {
20253
- max-width: 100%;
20254
- max-height: 100%;
20316
+ .cmsIconfont {
20317
+ font-family: "cmsiconfont" !important;
20318
+ font-size: 16px;
20319
+ font-style: normal;
20320
+ -webkit-font-smoothing: antialiased;
20321
+ -moz-osx-font-smoothing: grayscale;
20255
20322
  }
20256
- .miniProgramForm .tips {
20257
- color: rgba(0, 0, 0, 0.45);
20258
- margin-top: 6px;
20323
+ .cms-a-16:before {
20324
+ content: "\e6b7";
20259
20325
  }
20260
- .miniProgramForm .newCloud-upload-list-text-info-detail {
20261
- display: none;
20326
+ .cms-a-27:before {
20327
+ content: "\e6b9";
20262
20328
  }
20263
- .miniProgramForm .newCloud-tree-select {
20264
- margin-bottom: 0 !important;
20329
+ .cms-yidong:before {
20330
+ content: "\e6b8";
20265
20331
  }
20266
- .miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper {
20267
- height: 32px;
20332
+ .cms-zhongzhi:before {
20333
+ content: "\e6b6";
20268
20334
  }
20269
- .miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
20270
- font-size: 14px;
20271
- padding-left: 14px;
20335
+ .cms-bingpai:before {
20336
+ content: "\e6a8";
20272
20337
  }
20273
- .miniProgramForm .addRow {
20274
- margin-bottom: 15px;
20338
+ .cms-datuhengxianghuadong1:before {
20339
+ content: "\e6a9";
20275
20340
  }
20276
- .miniProgramForm .timeRow {
20277
- gap: 10px;
20341
+ .cms-pubu:before {
20342
+ content: "\e6aa";
20278
20343
  }
20279
- .miniProgramForm .delete {
20280
- cursor: pointer;
20344
+ .cms-xiaotuhengxianghuadong1:before {
20345
+ content: "\e6ab";
20281
20346
  }
20282
- .miniProgramFormHelpDoc {
20283
- position: absolute;
20284
- top: 11px;
20285
- right: 45px;
20347
+ .cms-lunbotu2:before {
20348
+ content: "\e6ac";
20286
20349
  }
20287
-
20288
- body {
20289
- margin: 0;
20290
- --shuyunBlue1: #EDF6FF;
20291
- --shuyunBlue2: #CCE6FF;
20292
- --shuyunBlue3: #72B0ED;
20293
- --shuyunBlue4: #0066CC;
20294
- --shuyunBlue5: #004CA3;
20295
- --shuyunBlue6: #003775;
20296
- --shuyunBlue7: #002147;
20350
+ .cms-hengxianggundong:before {
20351
+ content: "\e6ad";
20297
20352
  }
20298
- .paramCodeForm {
20299
- width: 600px;
20353
+ .cms-yihangliangge1:before {
20354
+ content: "\e6ae";
20300
20355
  }
20301
- .paramCodeForm .addRow {
20302
- margin-bottom: 15px;
20356
+ .cms-a-yihangyige2:before {
20357
+ content: "\e6af";
20303
20358
  }
20304
- .paramCodeForm .timeRow {
20305
- gap: 10px;
20359
+ .cms-yihangyige2:before {
20360
+ content: "\e6b0";
20306
20361
  }
20307
- .paramCodeForm .delete {
20308
- cursor: pointer;
20362
+ .cms-yihangsange:before {
20363
+ content: "\e6b1";
20309
20364
  }
20310
- .paramCodeForm .pageFormItem .newCloud-form-item-wrapper {
20311
- line-height: normal;
20365
+ .cms-youhuiquanyangshi2:before {
20366
+ content: "\e6b2";
20312
20367
  }
20313
- .row-flex,
20314
- .row-flex-center,
20315
- .row-flex-baseline,
20316
- .row-flex-start,
20317
- .row-flex-end,
20318
- .row-flex-wrap {
20319
- display: flex;
20320
- flex-direction: row;
20321
- min-width: 0;
20322
- min-height: 0;
20368
+ .cms-youhuiquanyangshi4:before {
20369
+ content: "\e6b3";
20323
20370
  }
20324
-
20325
- .poiForm {
20326
- min-width: 240px;
20371
+ .cms-youhuiquanyangshi1:before {
20372
+ content: "\e6b4";
20327
20373
  }
20328
- .poiForm .item {
20329
- margin-bottom: 0;
20374
+ .cms-youhuiquanyangshi3:before {
20375
+ content: "\e6b5";
20330
20376
  }
20331
- .poiForm .timeRow {
20332
- gap: 10px;
20377
+ .cms-wenjianjia1:before {
20378
+ content: "\e6a6";
20333
20379
  }
20334
- .poiForm .timeRow .delete {
20335
- font-size: 14px;
20336
- color: rgba(0, 0, 0, 0.45);
20337
- cursor: pointer;
20380
+ .cms-shijian2:before {
20381
+ content: "\e6a7";
20338
20382
  }
20339
-
20340
- body {
20341
- margin: 0;
20342
- --shuyunBlue1: #EDF6FF;
20343
- --shuyunBlue2: #CCE6FF;
20344
- --shuyunBlue3: #72B0ED;
20345
- --shuyunBlue4: #0066CC;
20346
- --shuyunBlue5: #004CA3;
20347
- --shuyunBlue6: #003775;
20348
- --shuyunBlue7: #002147;
20383
+ .cms-aixin1:before {
20384
+ content: "\e6a2";
20349
20385
  }
20350
- .assetLinkForm .input {
20351
- max-width: 400px;
20386
+ .cms-wenjianjia2:before {
20387
+ content: "\e6a3";
20352
20388
  }
20353
- .assetLinkForm .cover {
20354
- width: 100px;
20355
- height: 100px;
20356
- border: 1px dashed #878b8f;
20357
- border-radius: 4px;
20389
+ .cms-aixin2:before {
20390
+ content: "\e6a4";
20358
20391
  }
20359
- .assetLinkForm .cover img {
20360
- max-width: 100%;
20361
- max-height: 100%;
20392
+ .cms-quanping:before {
20393
+ content: "\e6a5";
20362
20394
  }
20363
- .assetLinkForm .tips {
20364
- color: rgba(0, 0, 0, 0.45);
20365
- margin-top: 6px;
20395
+ .cms-play:before {
20396
+ content: "\e8da";
20366
20397
  }
20367
- .assetLinkForm .newCloud-upload-list-text-info-detail {
20368
- display: none;
20398
+ .cms-fanfanle-active:before {
20399
+ content: "\e8d4";
20369
20400
  }
20370
- .assetLinkForm .newCloud-tree-select {
20371
- margin-bottom: 0 !important;
20401
+ .cms-dazhuanpan-normal:before {
20402
+ content: "\e8d5";
20372
20403
  }
20373
- .assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper {
20374
- height: 32px;
20404
+ .cms-fanfanle-normal:before {
20405
+ content: "\e8d6";
20375
20406
  }
20376
- .assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
20377
- font-size: 14px;
20378
- padding-left: 14px;
20407
+ .cms-dazhuanpan-active:before {
20408
+ content: "\e8d7";
20379
20409
  }
20380
- .assetLinkForm .addRow {
20381
- margin-bottom: 15px;
20410
+ .cms-jiugongge-normal:before {
20411
+ content: "\e8d8";
20382
20412
  }
20383
- .assetLinkForm .timeRow {
20384
- gap: 10px;
20413
+ .cms-jiugongge-active:before {
20414
+ content: "\e8d9";
20385
20415
  }
20386
- .assetLinkForm .delete {
20387
- cursor: pointer;
20416
+ .cms-move-down-solid:before {
20417
+ content: "\e76a";
20388
20418
  }
20389
-
20390
- :root,
20391
- :host {
20392
- --w-e-textarea-bg-color: #fff;
20393
- --w-e-textarea-color: #333;
20394
- --w-e-textarea-border-color: #ccc;
20395
- --w-e-textarea-slight-border-color: #e8e8e8;
20396
- --w-e-textarea-slight-color: #d4d4d4;
20397
- --w-e-textarea-slight-bg-color: #f5f2f0;
20398
- --w-e-textarea-selected-border-color: #B4D5FF;
20399
- --w-e-textarea-handler-bg-color: #4290f7;
20400
- --w-e-toolbar-color: #595959;
20401
- --w-e-toolbar-bg-color: #fff;
20402
- --w-e-toolbar-active-color: #333;
20403
- --w-e-toolbar-active-bg-color: #f1f1f1;
20404
- --w-e-toolbar-disabled-color: #999;
20405
- --w-e-toolbar-border-color: #e8e8e8;
20406
- --w-e-modal-button-bg-color: #fafafa;
20407
- --w-e-modal-button-border-color: #d9d9d9;
20419
+ .cms-move-up-solid:before {
20420
+ content: "\e76b";
20408
20421
  }
20409
-
20410
- .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}
20411
- .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}
20412
- .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}
20413
- .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)}
20414
- .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}
20415
-
20416
- .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}
20417
- .assetEditorWangWrapper {
20418
- border: 1px solid #E8E8E8;
20419
- border-radius: 2px;
20420
- z-index: 100;
20422
+ .cms-huoyuefensishu:before {
20423
+ content: "\e8cf";
20421
20424
  }
20422
- .assetEditorWangWrapper .w-e-text-placeholder {
20423
- line-height: initial;
20425
+ .cms-zongguanzhurenshu:before {
20426
+ content: "\e8d0";
20424
20427
  }
20425
- .assetEditorWangWrapper li {
20426
- list-style: unset !important;
20428
+ .cms-quxiaoguanzhurenshu:before {
20429
+ content: "\e8d1";
20427
20430
  }
20428
- .has-error .assetEditorWangWrapper {
20429
- border-color: #e74949;
20431
+ .cms-xinguanzhurenshu:before {
20432
+ content: "\e8d2";
20430
20433
  }
20431
-
20432
- body {
20433
- margin: 0;
20434
- --shuyunBlue1: #EDF6FF;
20435
- --shuyunBlue2: #CCE6FF;
20436
- --shuyunBlue3: #72B0ED;
20437
- --shuyunBlue4: #0066CC;
20438
- --shuyunBlue5: #004CA3;
20439
- --shuyunBlue6: #003775;
20440
- --shuyunBlue7: #002147;
20434
+ .cms-fensihuoyueshuai:before {
20435
+ content: "\e8d3";
20441
20436
  }
20442
- .assetCommonForm .input {
20443
- max-width: 400px;
20437
+ .cms-jianpan:before {
20438
+ content: "\e8ce";
20444
20439
  }
20445
- .assetCommonForm .cover {
20446
- width: 100px;
20447
- height: 100px;
20448
- border: 1px dashed #878b8f;
20449
- border-radius: 4px;
20440
+ .cms-fenxiang:before {
20441
+ content: "\e8cd";
20450
20442
  }
20451
- .assetCommonForm .cover img {
20452
- max-width: 100%;
20453
- max-height: 100%;
20443
+ .cms-tuiguang1:before {
20444
+ content: "\e8cc";
20454
20445
  }
20455
- .assetCommonForm .tips {
20456
- color: rgba(0, 0, 0, 0.45);
20457
- margin-top: 6px;
20446
+ .cms-tuiguang:before {
20447
+ content: "\e8cb";
20458
20448
  }
20459
- .assetCommonForm .newCloud-upload-list-text-info-detail {
20460
- display: none;
20449
+ .cms-shouquan:before {
20450
+ content: "\e8ca";
20461
20451
  }
20462
- .assetCommonForm .newCloud-tree-select {
20463
- margin-bottom: 0 !important;
20452
+ .cms-applets-line:before {
20453
+ content: "\e788";
20464
20454
  }
20465
- .assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper {
20466
- height: 32px;
20455
+ .cms-link:before {
20456
+ content: "\e8c9";
20467
20457
  }
20468
- .assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
20469
- font-size: 14px;
20470
- padding-left: 14px;
20458
+ .cms-bottom-solid:before {
20459
+ content: "\e76c";
20471
20460
  }
20472
- .assetCommonForm .addRow {
20473
- margin-bottom: 15px;
20461
+ .cms-xiaochengxu2:before {
20462
+ content: "\e8c7";
20474
20463
  }
20475
- .assetCommonForm .timeRow {
20476
- gap: 10px;
20464
+ .cms-tiyanyingjialogo:before {
20465
+ content: "\e8c8";
20477
20466
  }
20478
- .assetCommonForm .delete {
20479
- cursor: pointer;
20467
+ .cms-swap:before {
20468
+ content: "\e76f";
20480
20469
  }
20481
-
20482
- .assetSearchWrapper {
20483
- background: #FAFAFA;
20484
- border-radius: 3px;
20485
- margin-left: 20px;
20486
- padding: 20px;
20487
- width: 760px;
20488
- display: flex;
20489
- flex-wrap: wrap;
20490
- gap: 20px;
20491
- box-sizing: border-box;
20492
- position: relative;
20470
+ .cms-lunbodongtu:before {
20471
+ content: "\e69e";
20493
20472
  }
20494
- .assetSearchWrapper .item {
20495
- width: 226px;
20473
+ .cms-zhuangxiuguanlibeifen:before {
20474
+ content: "\e8c6";
20496
20475
  }
20497
- .assetSearchWrapper .item > div,
20498
- .assetSearchWrapper .item > input {
20499
- width: 100%;
20476
+ .cms-normal4:before {
20477
+ content: "\e8c4";
20500
20478
  }
20501
- .assetSearchWrapper .searchBtn {
20502
- display: flex;
20479
+ .cms-active4:before {
20480
+ content: "\e8c5";
20503
20481
  }
20504
- .assetSearchWrapper .searchBtn .okBtn {
20505
- margin-right: 12px;
20482
+ .cms-suspend:before {
20483
+ content: "\e8c3";
20506
20484
  }
20507
- .assetSearchWrapper .create {
20508
- position: absolute;
20509
- right: 20px;
20510
- bottom: 30px;
20485
+ .cms-active3:before {
20486
+ content: "\e8c2";
20511
20487
  }
20512
-
20513
- body {
20514
- margin: 0;
20515
- --shuyunBlue1: #EDF6FF;
20516
- --shuyunBlue2: #CCE6FF;
20517
- --shuyunBlue3: #72B0ED;
20518
- --shuyunBlue4: #0066CC;
20519
- --shuyunBlue5: #004CA3;
20520
- --shuyunBlue6: #003775;
20521
- --shuyunBlue7: #002147;
20488
+ .cms-normal3:before {
20489
+ content: "\e8c1";
20522
20490
  }
20523
- .assetTableTab {
20524
- display: flex;
20525
- flex-direction: column;
20526
- width: 100%;
20527
- overflow: hidden;
20491
+ .cms-mobanchuangjian:before {
20492
+ content: "\e8bf";
20528
20493
  }
20529
- .assetTableTab .tabContent {
20530
- padding-right: 20px;
20531
- border-right: 1px solid #E8E8E8;
20494
+ .cms-kongbaichuangjian:before {
20495
+ content: "\e8c0";
20532
20496
  }
20533
- .assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line .newCloud-tab-content {
20534
- min-width: 64px;
20497
+ .cms-a-1-1:before {
20498
+ content: "\e8be";
20535
20499
  }
20536
- .assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line.newCloud-tabs-container {
20537
- height: 40px;
20500
+ .cms-plus-solid:before {
20501
+ content: "\e62d";
20538
20502
  }
20539
- .assetTableTab .selectNum {
20540
- margin-top: 140px;
20541
- width: 120px;
20542
- height: 40px;
20543
- background: #FAFAFA;
20544
- border-radius: 4px;
20545
- display: flex;
20546
- align-items: center;
20547
- justify-content: center;
20503
+ .cms-loader:before {
20504
+ content: "\e8bd";
20548
20505
  }
20549
- .assetTableTab .assetTabWarp {
20550
- display: flex;
20551
- overflow: hidden;
20506
+ .cms-tubiao:before {
20507
+ content: "\e8bc";
20552
20508
  }
20553
- .assetTableTab .assetTabWarp .tableWarp {
20554
- flex: 1;
20555
- overflow: hidden;
20556
- display: flex;
20557
- flex-direction: column;
20558
- height: 540px;
20509
+ .cms-active2:before {
20510
+ content: "\e8bb";
20559
20511
  }
20560
- .assetSelectSearchContainer {
20561
- width: 330px;
20562
- display: flex;
20563
- align-items: center;
20512
+ .cms-normal2:before {
20513
+ content: "\e8ba";
20564
20514
  }
20565
- .assetSelectSearchContainer .select {
20566
- margin-right: -1px;
20515
+ .cms-dacuzidingyirenqunguanhuai:before {
20516
+ content: "\e7e8";
20567
20517
  }
20568
- .assetSelectSearchContainer .input {
20569
- flex: 1;
20518
+ .cms-jin30rixinruhuihuiyuanxinkeshougou:before {
20519
+ content: "\e7f1";
20570
20520
  }
20571
-
20572
- body {
20573
- margin: 0;
20574
- --shuyunBlue1: #EDF6FF;
20575
- --shuyunBlue2: #CCE6FF;
20576
- --shuyunBlue3: #72B0ED;
20577
- --shuyunBlue4: #0066CC;
20578
- --shuyunBlue5: #004CA3;
20579
- --shuyunBlue6: #003775;
20580
- --shuyunBlue7: #002147;
20521
+ .cms-people:before {
20522
+ content: "\e65b";
20581
20523
  }
20582
- .row-flex,
20583
- .row-flex-center,
20584
- .row-flex-baseline,
20585
- .row-flex-start,
20586
- .row-flex-end,
20587
- .row-flex-wrap {
20588
- display: flex;
20589
- flex-direction: row;
20590
- min-width: 0;
20591
- min-height: 0;
20524
+ .cms-mail:before {
20525
+ content: "\e65e";
20592
20526
  }
20593
- .row-flex,
20594
- .row-flex-center,
20595
- .row-flex-baseline,
20596
- .row-flex-start,
20597
- .row-flex-end,
20598
- .row-flex-wrap {
20599
- display: flex;
20600
- flex-direction: row;
20601
- min-width: 0;
20602
- min-height: 0;
20527
+ .cms-exit:before {
20528
+ content: "\e8b9";
20603
20529
  }
20604
- .row-flex-center {
20605
- align-items: center;
20530
+ .cms-a-41:before {
20531
+ content: "\e8b7";
20606
20532
  }
20607
- .row-flex-baseline {
20608
- align-items: baseline;
20533
+ .cms-play-circle-fill:before {
20534
+ content: "\e8b8";
20609
20535
  }
20610
- .row-flex-start {
20611
- align-items: flex-start;
20536
+ .cms-a-31:before {
20537
+ content: "\e8b5";
20612
20538
  }
20613
- .row-flex-end {
20614
- align-items: flex-end;
20539
+ .cms-a-26:before {
20540
+ content: "\e8b6";
20615
20541
  }
20616
- .row-flex-wrap {
20617
- flex-wrap: wrap;
20618
- align-items: flex-start;
20542
+ .cms-close-line:before {
20543
+ content: "\e697";
20619
20544
  }
20620
- .column-flex,
20621
- .column-flex-center {
20622
- display: flex;
20623
- flex-direction: column;
20624
- min-width: 0;
20625
- min-height: 0;
20545
+ .cms-a-15:before {
20546
+ content: "\e8b3";
20626
20547
  }
20627
- .column-flex-center {
20628
- align-items: center;
20629
- min-height: 0;
20548
+ .cms-a-25:before {
20549
+ content: "\e8b4";
20630
20550
  }
20631
- .jc-center {
20632
- justify-content: center;
20551
+ .cms-shijianzhou:before {
20552
+ content: "\e8a6";
20633
20553
  }
20634
- .jc-start {
20635
- justify-content: flex-start;
20554
+ .cms-danchuang:before {
20555
+ content: "\e8a7";
20636
20556
  }
20637
- .jc-end {
20638
- justify-content: flex-end;
20557
+ .cms-huidaodingbu:before {
20558
+ content: "\e8a8";
20639
20559
  }
20640
- .jc-space {
20641
- justify-content: space-between;
20560
+ .cms-lunbotu1:before {
20561
+ content: "\e8a9";
20642
20562
  }
20643
- .jc-around {
20644
- justify-content: space-around;
20563
+ .cms-shurukuang:before {
20564
+ content: "\e8aa";
20645
20565
  }
20646
- .align-content-start {
20647
- align-content: flex-start;
20566
+ .cms-danhangshuru:before {
20567
+ content: "\e8ab";
20648
20568
  }
20649
- .flex1 {
20650
- flex: 1;
20569
+ .cms-fuwenben:before {
20570
+ content: "\e8ac";
20651
20571
  }
20652
- .flex2 {
20653
- flex: 2;
20572
+ .cms-biaodanrongqi:before {
20573
+ content: "\e8ad";
20654
20574
  }
20655
- .flex3 {
20656
- flex: 3;
20575
+ .cms-danxuan:before {
20576
+ content: "\e8ae";
20657
20577
  }
20658
- .flex5 {
20659
- flex: 5;
20578
+ .cms-liebiaorongqi:before {
20579
+ content: "\e8af";
20660
20580
  }
20661
- .no-shrink {
20662
- flex-shrink: 0;
20581
+ .cms-biaodandiqu:before {
20582
+ content: "\e8b0";
20663
20583
  }
20664
- .flex-wrap {
20665
- flex-wrap: wrap;
20584
+ .cms-duoxuan:before {
20585
+ content: "\e8b1";
20666
20586
  }
20667
- .flex-nowrap {
20668
- flex-wrap: nowrap;
20587
+ .cms-biaodanshijian:before {
20588
+ content: "\e8b2";
20669
20589
  }
20670
- .cursor-pointer {
20671
- cursor: pointer;
20590
+ .cms-erweimazujian:before {
20591
+ content: "\e897";
20672
20592
  }
20673
- .text-ellipsis {
20674
- white-space: nowrap;
20675
- overflow: hidden;
20676
- text-overflow: ellipsis;
20593
+ .cms-liebiaoyuansu:before {
20594
+ content: "\e898";
20677
20595
  }
20678
- .text-ellipsis-2 {
20679
- word-break: break-all;
20680
- text-overflow: ellipsis;
20681
- display: -webkit-box;
20682
- -webkit-box-orient: vertical;
20683
- -webkit-line-clamp: 2;
20684
- /* 这里是超出几行省略 */
20685
- overflow: hidden;
20596
+ .cms-wenben1:before {
20597
+ content: "\e899";
20686
20598
  }
20687
- .text-ellipsis-3 {
20688
- word-break: break-all;
20689
- text-overflow: ellipsis;
20690
- display: -webkit-box;
20691
- -webkit-box-orient: vertical;
20692
- -webkit-line-clamp: 3;
20693
- /* 这里是超出几行省略 */
20694
- overflow: hidden;
20599
+ .cms-ditu:before {
20600
+ content: "\e89a";
20695
20601
  }
20696
- .assetDetailModal {
20697
- height: 522px;
20698
- border-radius: 3px;
20699
- border: 1px solid #E8E8E8;
20602
+ .cms-yinpin1:before {
20603
+ content: "\e89b";
20700
20604
  }
20701
- .assetDetailModal .left {
20702
- width: 520px;
20703
- padding: 20px;
20704
- background-color: #FAFAFA;
20605
+ .cms-a-quanjudaohangTablan:before {
20606
+ content: "\e89c";
20705
20607
  }
20706
- .assetDetailModal .left img,
20707
- .assetDetailModal .left video {
20708
- max-width: 100%;
20709
- max-height: 100%;
20608
+ .cms-biaodanxialaxuanze:before {
20609
+ content: "\e89d";
20710
20610
  }
20711
- .assetDetailModal .left .audio {
20712
- width: 100%;
20713
- height: 100%;
20714
- position: relative;
20715
- background: #FAFAFA;
20611
+ .cms-duohangshuru:before {
20612
+ content: "\e89e";
20716
20613
  }
20717
- .assetDetailModal .left .audio audio {
20718
- width: 100%;
20719
- position: absolute;
20720
- bottom: 0;
20614
+ .cms-kefu:before {
20615
+ content: "\e89f";
20721
20616
  }
20722
- .assetDetailModal .left .audio audio::-webkit-media-controls-panel {
20723
- background: #FAFAFA;
20617
+ .cms-wangye:before {
20618
+ content: "\e8a0";
20724
20619
  }
20725
- .assetDetailModal .left .textContainer {
20726
- width: 100%;
20727
- height: 100%;
20728
- position: relative;
20620
+ .cms-fengexian:before {
20621
+ content: "\e8a1";
20729
20622
  }
20730
- .assetDetailModal .left .textContainer .content {
20731
- overflow-y: scroll;
20732
- margin-top: 15px;
20733
- word-break: break-all;
20734
- line-height: 22px;
20623
+ .cms-anniu:before {
20624
+ content: "\e8a2";
20735
20625
  }
20736
- .assetDetailModal .left .link {
20737
- width: 322px;
20738
- height: 90px;
20739
- background: #FFFFFF;
20740
- border-radius: 10px;
20741
- border: 1px solid #E8E8E8;
20742
- padding: 10px;
20626
+ .cms-huanxingjindutiao:before {
20627
+ content: "\e8a3";
20743
20628
  }
20744
- .assetDetailModal .left .link .img {
20745
- width: 70px;
20746
- height: 70px;
20747
- border-radius: 6px;
20748
- margin-left: 18px;
20629
+ .cms-riqixuanzeqi:before {
20630
+ content: "\e8a4";
20749
20631
  }
20750
- .assetDetailModal .left .link .img img {
20751
- max-width: 100%;
20752
- max-height: 100%;
20632
+ .cms-danxuanrongqi:before {
20633
+ content: "\e8a5";
20753
20634
  }
20754
- .assetDetailModal .left .link .linkLeft {
20755
- height: 100%;
20756
- padding: 6px 2px;
20757
- overflow: hidden;
20635
+ .cms-shouhangsuojin:before {
20636
+ content: "\e88c";
20758
20637
  }
20759
- .assetDetailModal .left .link .title {
20760
- font-weight: 500;
20638
+ .cms-xuanfurukou1:before {
20639
+ content: "\e88d";
20761
20640
  }
20762
- .assetDetailModal .left .link .desc {
20763
- color: rgba(0, 0, 0, 0.45);
20764
- margin-top: 10px;
20641
+ .cms-shipin1:before {
20642
+ content: "\e88e";
20765
20643
  }
20766
- .assetDetailModal .left .program {
20767
- width: 260px;
20768
- background: #FFFFFF;
20769
- border-radius: 10px;
20770
- border: 1px solid #E8E8E8;
20771
- padding: 22px 20px 0 20px;
20644
+ .cms-buzhou:before {
20645
+ content: "\e88f";
20772
20646
  }
20773
- .assetDetailModal .left .program .title {
20774
- font-weight: 500;
20775
- font-size: 16px;
20647
+ .cms-putongrongqi:before {
20648
+ content: "\e890";
20776
20649
  }
20777
- .assetDetailModal .left .program .desc {
20778
- color: rgba(0, 0, 0, 0.45);
20779
- margin: 10px 0;
20650
+ .cms-biaoti:before {
20651
+ content: "\e891";
20780
20652
  }
20781
- .assetDetailModal .left .program .img {
20782
- width: 100%;
20783
- height: 175px;
20653
+ .cms-tuwendaohang1:before {
20654
+ content: "\e892";
20784
20655
  }
20785
- .assetDetailModal .left .program .footer {
20786
- height: 40px;
20787
- color: rgba(0, 0, 0, 0.45);
20788
- border-top: 1px solid #F5F5F5;
20789
- margin-top: 10px;
20656
+ .cms-gonggao1:before {
20657
+ content: "\e893";
20790
20658
  }
20791
- .assetDetailModal .left .paramCode .qrCode {
20792
- width: 290px;
20793
- height: 290px;
20794
- background: #FFFFFF;
20795
- border: 1px solid #E8E8E8;
20796
- border-radius: 145px;
20797
- padding: 20px;
20798
- overflow: hidden;
20659
+ .cms-shoufengqin:before {
20660
+ content: "\e894";
20799
20661
  }
20800
- .assetDetailModal .left .paramCode .download {
20801
- margin: 0 auto;
20802
- width: -moz-max-content;
20803
- width: max-content;
20804
- margin-top: 25px;
20662
+ .cms-tupian1:before {
20663
+ content: "\e895";
20805
20664
  }
20806
- .assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight {
20807
- width: 148px;
20665
+ .cms-tiaoxingmazujian:before {
20666
+ content: "\e896";
20808
20667
  }
20809
- .assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight .newCloud-dropdowns-menu-area {
20810
- width: -webkit-fill-available;
20668
+ .cms-youduiqi:before {
20669
+ content: "\e87d";
20811
20670
  }
20812
- .assetDetailModal .left.poi {
20813
- padding: 0;
20671
+ .cms-biankuang:before {
20672
+ content: "\e87e";
20814
20673
  }
20815
- .assetDetailModal .right {
20816
- padding: 20px;
20817
- flex: 1;
20818
- overflow-y: auto;
20674
+ .cms-wenzibeijing:before {
20675
+ content: "\e87f";
20819
20676
  }
20820
- .assetDetailModal .right .row {
20821
- margin-bottom: 28px;
20822
- font-size: 14px;
20677
+ .cms-biankuangcuxi:before {
20678
+ content: "\e880";
20823
20679
  }
20824
- .assetDetailModal .right .row .label {
20825
- color: rgba(0, 0, 0, 0.65);
20826
- width: 85px;
20680
+ .cms-zijianju:before {
20681
+ content: "\e881";
20827
20682
  }
20828
- .assetDetailModal .right .row .value {
20829
- color: rgba(0, 0, 0, 0.85);
20683
+ .cms-liangduanduiqi:before {
20684
+ content: "\e882";
20830
20685
  }
20831
- .assetDetailModal .right .row .value .valueContent {
20832
- word-break: break-all;
20686
+ .cms-zuoduiqi:before {
20687
+ content: "\e883";
20833
20688
  }
20834
- .assetDetailModal .right .row .value .openingTime {
20835
- background: #F5F5F5;
20836
- border-radius: 8px;
20837
- padding: 15px;
20838
- margin-top: 10px;
20689
+ .cms-zihao:before {
20690
+ content: "\e884";
20839
20691
  }
20840
- .assetDetailModal .right .row .value .openingTime .item {
20841
- margin: 10px 0;
20692
+ .cms-jiacu:before {
20693
+ content: "\e885";
20842
20694
  }
20843
- .assetDetailModal .right .shopImg {
20844
- width: 96px;
20845
- height: 96px;
20846
- background: #FFFFFF;
20847
- border-radius: 3px;
20848
- border: 1px solid #E8E8E8;
20849
- padding: 8px;
20695
+ .cms-juzhongduiqi:before {
20696
+ content: "\e886";
20850
20697
  }
20851
- .assetDetailModal .right .shopImg img {
20852
- max-width: 100%;
20853
- max-height: 100%;
20698
+ .cms-xiahuaxian:before {
20699
+ content: "\e887";
20854
20700
  }
20855
-
20856
- body {
20857
- margin: 0;
20858
- --shuyunBlue1: #EDF6FF;
20859
- --shuyunBlue2: #CCE6FF;
20860
- --shuyunBlue3: #72B0ED;
20861
- --shuyunBlue4: #0066CC;
20862
- --shuyunBlue5: #004CA3;
20863
- --shuyunBlue6: #003775;
20864
- --shuyunBlue7: #002147;
20701
+ .cms-hanggao:before {
20702
+ content: "\e888";
20865
20703
  }
20866
- .picturePreviewer {
20867
- display: inline-block;
20868
- vertical-align: middle;
20869
- width: 40px;
20870
- height: 40px;
20871
- border-radius: 2px;
20872
- background-color: #F5F5F5;
20873
- background-position: center;
20874
- background-size: contain;
20875
- background-repeat: no-repeat;
20876
- overflow: hidden;
20704
+ .cms-yanse:before {
20705
+ content: "\e889";
20877
20706
  }
20878
- .picturePreviewer:hover .mask {
20879
- opacity: 1;
20880
- visibility: visible;
20707
+ .cms-jianshaosuojin:before {
20708
+ content: "\e88a";
20881
20709
  }
20882
- .picturePreviewer .mask {
20883
- height: 100%;
20884
- opacity: 0;
20885
- visibility: hidden;
20886
- background: rgba(0, 0, 0, 0.45);
20887
- display: flex;
20888
- justify-content: center;
20889
- align-items: center;
20890
- transition: opacity 0.3s, visibility 0.3s;
20710
+ .cms-xieti:before {
20711
+ content: "\e88b";
20891
20712
  }
20892
- .picturePreviewer .mask .actions {
20893
- display: flex;
20894
- align-items: center;
20895
- justify-content: center;
20896
- gap: 2px;
20897
- color: #FFFFFF;
20713
+ .cms-quanqudaodingdan1:before {
20714
+ content: "\e870";
20898
20715
  }
20899
- .picturePreviewer .mask .actions .newCloud-icon {
20900
- cursor: pointer;
20716
+ .cms-neizhi-duihuanjilu:before {
20717
+ content: "\e871";
20901
20718
  }
20902
- .picturePreviewerContent {
20903
- display: flex;
20904
- align-items: center;
20905
- justify-content: center;
20906
- width: 100%;
20907
- height: 100%;
20719
+ .cms-fujinmendian:before {
20720
+ content: "\e872";
20908
20721
  }
20909
- .picturePreviewerContent img {
20910
- max-width: 100%;
20911
- max-height: 100%;
20722
+ .cms-neizhi-duihuanjieguo:before {
20723
+ content: "\e873";
20912
20724
  }
20913
-
20914
- .row-flex,
20915
- .row-flex-center,
20916
- .row-flex-baseline,
20917
- .row-flex-start,
20918
- .row-flex-end,
20919
- .row-flex-wrap {
20920
- display: flex;
20921
- flex-direction: row;
20922
- min-width: 0;
20923
- min-height: 0;
20725
+ .cms-youhuiquan1:before {
20726
+ content: "\e874";
20924
20727
  }
20925
- .row-flex,
20926
- .row-flex-center,
20927
- .row-flex-baseline,
20928
- .row-flex-start,
20929
- .row-flex-end,
20930
- .row-flex-wrap {
20931
- display: flex;
20932
- flex-direction: row;
20933
- min-width: 0;
20934
- min-height: 0;
20728
+ .cms-huiyuankapian1:before {
20729
+ content: "\e875";
20935
20730
  }
20936
- .row-flex-center {
20937
- align-items: center;
20731
+ .cms-neizhi-quanqudaodingdan:before {
20732
+ content: "\e876";
20938
20733
  }
20939
- .row-flex-baseline {
20940
- align-items: baseline;
20734
+ .cms-neizhi-tijiaoduihuandingdan:before {
20735
+ content: "\e877";
20941
20736
  }
20942
- .row-flex-start {
20943
- align-items: flex-start;
20737
+ .cms-neizhi-dingdanxiangqing:before {
20738
+ content: "\e878";
20944
20739
  }
20945
- .row-flex-end {
20946
- align-items: flex-end;
20740
+ .cms-qiandao:before {
20741
+ content: "\e879";
20947
20742
  }
20948
- .row-flex-wrap {
20949
- flex-wrap: wrap;
20950
- align-items: flex-start;
20743
+ .cms-jiangpinzhanshi:before {
20744
+ content: "\e87a";
20951
20745
  }
20952
- .column-flex,
20953
- .column-flex-center {
20954
- display: flex;
20955
- flex-direction: column;
20956
- min-width: 0;
20957
- min-height: 0;
20746
+ .cms-dazhuanpanmoban:before {
20747
+ content: "\e87b";
20958
20748
  }
20959
- .column-flex-center {
20960
- align-items: center;
20961
- min-height: 0;
20749
+ .cms-dazhuanpan:before {
20750
+ content: "\e87c";
20962
20751
  }
20963
- .jc-center {
20964
- justify-content: center;
20752
+ .cms-a-24:before {
20753
+ content: "\e862";
20965
20754
  }
20966
- .jc-start {
20967
- justify-content: flex-start;
20755
+ .cms-a-14:before {
20756
+ content: "\e863";
20968
20757
  }
20969
- .jc-end {
20970
- justify-content: flex-end;
20758
+ .cms-shangpinfenzu1:before {
20759
+ content: "\e864";
20971
20760
  }
20972
- .jc-space {
20973
- justify-content: space-between;
20761
+ .cms-neizhi-huiyuanzhuce:before {
20762
+ content: "\e865";
20974
20763
  }
20975
- .jc-around {
20976
- justify-content: space-around;
20764
+ .cms-renwuliebiao1:before {
20765
+ content: "\e866";
20977
20766
  }
20978
- .align-content-start {
20979
- align-content: flex-start;
20767
+ .cms-neizhi-jifenmingxi:before {
20768
+ content: "\e867";
20980
20769
  }
20981
- .flex1 {
20982
- flex: 1;
20770
+ .cms-danchuangguanggao1:before {
20771
+ content: "\e868";
20983
20772
  }
20984
- .flex2 {
20985
- flex: 2;
20773
+ .cms-qiandaomoban:before {
20774
+ content: "\e869";
20986
20775
  }
20987
- .flex3 {
20988
- flex: 3;
20776
+ .cms-neizhi-wodekaquan:before {
20777
+ content: "\e86a";
20989
20778
  }
20990
- .flex5 {
20991
- flex: 5;
20779
+ .cms-shangpin1:before {
20780
+ content: "\e86b";
20992
20781
  }
20993
- .no-shrink {
20994
- flex-shrink: 0;
20782
+ .cms-huiyuanjifen1:before {
20783
+ content: "\e86c";
20995
20784
  }
20996
- .flex-wrap {
20997
- flex-wrap: wrap;
20785
+ .cms-a-neizhi-lipinxiangqing:before {
20786
+ content: "\e86d";
20998
20787
  }
20999
- .flex-nowrap {
21000
- flex-wrap: nowrap;
20788
+ .cms-zhongjianggundong:before {
20789
+ content: "\e86e";
21001
20790
  }
21002
- .cursor-pointer {
21003
- cursor: pointer;
20791
+ .cms-neizhi-duihuanxiangqing:before {
20792
+ content: "\e86f";
21004
20793
  }
21005
- .text-ellipsis {
21006
- white-space: nowrap;
21007
- overflow: hidden;
21008
- text-overflow: ellipsis;
20794
+ .cms-road-map-line:before {
20795
+ content: "\e7b1";
21009
20796
  }
21010
- .text-ellipsis-2 {
21011
- word-break: break-all;
21012
- text-overflow: ellipsis;
21013
- display: -webkit-box;
21014
- -webkit-box-orient: vertical;
21015
- -webkit-line-clamp: 2;
21016
- /* 这里是超出几行省略 */
21017
- overflow: hidden;
20797
+ .cms-function-line:before {
20798
+ content: "\e7b2";
21018
20799
  }
21019
- .text-ellipsis-3 {
21020
- word-break: break-all;
21021
- text-overflow: ellipsis;
21022
- display: -webkit-box;
21023
- -webkit-box-orient: vertical;
21024
- -webkit-line-clamp: 3;
21025
- /* 这里是超出几行省略 */
21026
- overflow: hidden;
20800
+ .cms-function-line-2:before {
20801
+ content: "\e7b3";
21027
20802
  }
21028
- .assetContentView img,
21029
- .assetContentView video {
21030
- border-radius: 4px;
21031
- margin-right: 8px;
20803
+ .cms-a-volume-up-fill3x:before {
20804
+ content: "\e7b4";
21032
20805
  }
21033
- .assetContentView .name {
21034
- color: #2157EB;
21035
- cursor: pointer;
20806
+ .cms-quanqudaodingdan:before {
20807
+ content: "\e7b5";
21036
20808
  }
21037
- .assetContentView .twoRows {
21038
- white-space: initial;
20809
+ .cms-tupianguanggao:before {
20810
+ content: "\e7b6";
21039
20811
  }
21040
- .assetContentView .duration {
21041
- color: rgba(0, 0, 0, 0.45);
21042
- margin-top: 4px;
21043
- display: block;
20812
+ .cms-shipin:before {
20813
+ content: "\e7b7";
21044
20814
  }
21045
- .assetContentView .left {
21046
- width: 40px;
21047
- height: 40px;
21048
- background: #FAFAFA;
21049
- border-radius: 3px;
21050
- margin-right: 8px;
21051
- position: relative;
20815
+ .cms-gonggao:before {
20816
+ content: "\e7b8";
21052
20817
  }
21053
- .assetContentView .left .materialImg {
21054
- width: 100%;
21055
- height: 100%;
20818
+ .cms-xuanfurukou:before {
20819
+ content: "\e7b9";
21056
20820
  }
21057
- .assetContentView .left img {
21058
- width: 22px;
21059
- height: 22px;
21060
- margin-right: 0;
20821
+ .cms-huiyuankapian:before {
20822
+ content: "\e7ba";
21061
20823
  }
21062
- .assetContentView .left video {
21063
- width: 100%;
21064
- height: 100%;
21065
- margin: 0;
20824
+ .cms-wenben:before {
20825
+ content: "\e7bb";
21066
20826
  }
21067
- .assetContentView .left .play {
21068
- position: absolute;
21069
- left: 9px;
21070
- top: 12px;
21071
- color: rgba(0, 0, 0, 0.45);
20827
+ .cms-tuwendaohang:before {
20828
+ content: "\e7bc";
21072
20829
  }
21073
- .assetContentView .link img {
21074
- max-width: 100%;
21075
- max-height: 100%;
21076
- width: auto;
21077
- height: auto;
20830
+ .cms-yinpin:before {
20831
+ content: "\e7bd";
21078
20832
  }
21079
-
21080
- .assetSearchItem {
21081
- display: flex;
21082
- align-items: center;
20833
+ .cms-fuzhufenge:before {
20834
+ content: "\e7be";
21083
20835
  }
21084
- .assetSearchItem .title {
21085
- text-align: right;
21086
- font-size: 14px;
21087
- color: rgba(0, 0, 0, 0.65);
21088
- line-height: 20px;
20836
+ .cms-danchuangguanggao:before {
20837
+ content: "\e7bf";
21089
20838
  }
21090
- .assetSearchItem .note {
21091
- color: #D9001B;
21092
- padding-right: 5px;
20839
+ .cms-lunbotu:before {
20840
+ content: "\e7c0";
21093
20841
  }
21094
- .assetSearchItem .content {
21095
- flex: 1;
20842
+ .cms-datuhengxianghuadong:before {
20843
+ content: "\e7c1";
21096
20844
  }
21097
- .assetSearchItem .content > div,
21098
- .assetSearchItem .content > input {
21099
- width: 100%;
20845
+ .cms-yihangyige:before {
20846
+ content: "\e7c2";
21100
20847
  }
21101
- .assetSearchItem.autoWidth {
21102
- width: 100%;
20848
+ .cms-xiaotuhengxianghuadong:before {
20849
+ content: "\e7c3";
21103
20850
  }
21104
-
21105
- .assetSearchBlockWrapper {
21106
- background: #FAFAFA;
21107
- border-radius: 3px;
21108
- margin-left: 24px;
21109
- padding: 16px 12px;
20851
+ .cms-applets-fill:before {
20852
+ content: "\e7c4";
21110
20853
  }
21111
- .assetSearchBlockWrapper .searchBtn {
21112
- display: flex;
21113
- padding-left: 80px;
21114
- padding-top: 20px;
21115
- -moz-column-gap: 12px;
21116
- column-gap: 12px;
20854
+ .cms-qr-code-line1:before {
20855
+ content: "\e7c5";
21117
20856
  }
21118
- .assetSearchBlockWrapper .searchBox {
21119
- display: flex;
21120
- flex-wrap: wrap;
21121
- -moz-column-gap: 12px;
21122
- column-gap: 12px;
21123
- row-gap: 16px;
21124
- flex-shrink: 0;
21125
- background: #FAFAFA;
21126
- border-radius: 3px;
20857
+ .cms-begin:before {
20858
+ content: "\e666";
21127
20859
  }
21128
- .assetSearchBlockWrapper .searchBox .okBtn {
21129
- margin-right: 12px;
20860
+ .cms-normal-1:before {
20861
+ content: "\e7ce";
21130
20862
  }
21131
- .assetSearchBlockWrapper .searchBox .moreSearch {
20863
+ .cms-active-1:before {
20864
+ content: "\e7cf";
20865
+ }
20866
+ .cms-normal-2:before {
20867
+ content: "\e7d0";
20868
+ }
20869
+ .cms-active-2:before {
20870
+ content: "\e7d1";
20871
+ }
20872
+ .cms-normal-11:before {
20873
+ content: "\e7d2";
20874
+ }
20875
+ .cms-active-11:before {
20876
+ content: "\e7d3";
20877
+ }
20878
+ .cms-normal-21:before {
20879
+ content: "\e7d4";
20880
+ }
20881
+ .cms-active-21:before {
20882
+ content: "\e7d5";
20883
+ }
20884
+ .cms-normal-12:before {
20885
+ content: "\e7d6";
20886
+ }
20887
+ .cms-active-12:before {
20888
+ content: "\e7d7";
20889
+ }
20890
+ .cms-normal-22:before {
20891
+ content: "\e7d8";
20892
+ }
20893
+ .cms-active-22:before {
20894
+ content: "\e7d9";
20895
+ }
20896
+ .cms-normal-13:before {
20897
+ content: "\e7da";
20898
+ }
20899
+ .cms-active-13:before {
20900
+ content: "\e7db";
20901
+ }
20902
+ .cms-normal-23:before {
20903
+ content: "\e7dc";
20904
+ }
20905
+ .cms-active-23:before {
20906
+ content: "\e7dd";
20907
+ }
20908
+ .cms-normal-14:before {
20909
+ content: "\e7de";
20910
+ }
20911
+ .cms-active-14:before {
20912
+ content: "\e7df";
20913
+ }
20914
+ .cms-normal-24:before {
20915
+ content: "\e7e0";
20916
+ }
20917
+ .cms-active-24:before {
20918
+ content: "\e7e1";
20919
+ }
20920
+ .cms-daifahuo:before {
20921
+ content: "\e7e2";
20922
+ }
20923
+ .cms-daipingjia:before {
20924
+ content: "\e7e3";
20925
+ }
20926
+ .cms-daifukuan:before {
20927
+ content: "\e7e4";
20928
+ }
20929
+ .cms-a-tuikuanshouhou:before {
20930
+ content: "\e7e5";
20931
+ }
20932
+ .cms-daishouhuo:before {
20933
+ content: "\e7e6";
20934
+ }
20935
+ .cms-jd02:before {
20936
+ content: "\e663";
20937
+ }
20938
+ .cms-jd01:before {
20939
+ content: "\e664";
20940
+ }
20941
+ .cms-jd03:before {
20942
+ content: "\e665";
20943
+ }
20944
+ .cms-kuaishou01:before {
20945
+ content: "\e667";
20946
+ }
20947
+ .cms-kuaishou02:before {
20948
+ content: "\e668";
20949
+ }
20950
+ .cms-kuaishou03:before {
20951
+ content: "\e669";
20952
+ }
20953
+ .cms-mogu03:before {
20954
+ content: "\e66a";
20955
+ }
20956
+ .cms-mogu02:before {
20957
+ content: "\e66b";
20958
+ }
20959
+ .cms-mogu01:before {
20960
+ content: "\e66c";
20961
+ }
20962
+ .cms-suning01:before {
20963
+ content: "\e66e";
20964
+ }
20965
+ .cms-suning02:before {
20966
+ content: "\e66f";
20967
+ }
20968
+ .cms-suning03:before {
20969
+ content: "\e670";
20970
+ }
20971
+ .cms-taobao01:before {
20972
+ content: "\e671";
20973
+ }
20974
+ .cms-taobao03:before {
20975
+ content: "\e672";
20976
+ }
20977
+ .cms-taobao02:before {
20978
+ content: "\e673";
20979
+ }
20980
+ .cms-tictok03:before {
20981
+ content: "\e674";
20982
+ }
20983
+ .cms-tictok01:before {
20984
+ content: "\e675";
20985
+ }
20986
+ .cms-tictok02:before {
20987
+ content: "\e676";
20988
+ }
20989
+ .cms-wechat01:before {
20990
+ content: "\e677";
20991
+ }
20992
+ .cms-wechat03:before {
20993
+ content: "\e678";
20994
+ }
20995
+ .cms-wechat02:before {
20996
+ content: "\e679";
20997
+ }
20998
+ .cms-weimob03:before {
20999
+ content: "\e67a";
21000
+ }
21001
+ .cms-weimob02:before {
21002
+ content: "\e67b";
21003
+ }
21004
+ .cms-weimob01:before {
21005
+ content: "\e67c";
21006
+ }
21007
+ .cms-xianxia03:before {
21008
+ content: "\e67d";
21009
+ }
21010
+ .cms-xianxia01:before {
21011
+ content: "\e67e";
21012
+ }
21013
+ .cms-xianxia02:before {
21014
+ content: "\e67f";
21015
+ }
21016
+ .cms-xiaohongshu01:before {
21017
+ content: "\e680";
21018
+ }
21019
+ .cms-xiaohongsh03:before {
21020
+ content: "\e681";
21021
+ }
21022
+ .cms-xiaohongshu02:before {
21023
+ content: "\e682";
21024
+ }
21025
+ .cms-zan03:before {
21026
+ content: "\e683";
21027
+ }
21028
+ .cms-zan01:before {
21029
+ content: "\e684";
21030
+ }
21031
+ .cms-zan02:before {
21032
+ content: "\e685";
21033
+ }
21034
+ .cms-gongzhonghao:before {
21035
+ content: "\e686";
21036
+ }
21037
+ .cms-xiaochengxu:before {
21038
+ content: "\e687";
21039
+ }
21040
+ .cms-qiyeweixin:before {
21041
+ content: "\e688";
21042
+ }
21043
+ .cms-shipinhao:before {
21044
+ content: "\e689";
21045
+ }
21046
+ .cms-pinduoduo01:before {
21047
+ content: "\e68b";
21048
+ }
21049
+ .cms-pinduoduo02:before {
21050
+ content: "\e68d";
21051
+ }
21052
+ .cms-pinduoduo03:before {
21053
+ content: "\e68e";
21054
+ }
21055
+ .cms-zidingyi01:before {
21056
+ content: "\e68f";
21057
+ }
21058
+ .cms-zidingyi03:before {
21059
+ content: "\e690";
21060
+ }
21061
+ .cms-zidingyi02:before {
21062
+ content: "\e691";
21063
+ }
21064
+ .cms-a-1haodian02:before {
21065
+ content: "\e692";
21066
+ }
21067
+ .cms-a-1haodian03:before {
21068
+ content: "\e693";
21069
+ }
21070
+ .cms-a-1haodian01:before {
21071
+ content: "\e694";
21072
+ }
21073
+ .cms-erweima:before {
21074
+ content: "\e68a";
21075
+ }
21076
+ .cms-xiaochengxu1:before {
21077
+ content: "\e695";
21078
+ }
21079
+ .cms-Certificate:before {
21080
+ content: "\e696";
21081
+ }
21082
+ .cms-sj_nav_weixin:before {
21083
+ content: "\e7e7";
21084
+ }
21085
+ .cms-arrow-down-line:before {
21086
+ content: "\e601";
21087
+ }
21088
+ .cms-arrow-up-line:before {
21089
+ content: "\e602";
21090
+ }
21091
+ .cms-guanbi:before {
21092
+ content: "\e7ed";
21093
+ }
21094
+ .cms-arrow-go-forward:before {
21095
+ content: "\e7f8";
21096
+ }
21097
+ .cms-edit:before {
21098
+ content: "\e7fc";
21099
+ }
21100
+ .cms-list:before {
21101
+ content: "\e60d";
21102
+ }
21103
+ .cms-message:before {
21104
+ content: "\e745";
21105
+ }
21106
+ .cms-wanshanxinxi:before {
21107
+ content: "\e80f";
21108
+ }
21109
+ .cms-gift-line:before {
21110
+ content: "\e810";
21111
+ }
21112
+ .cms-shangpin:before {
21113
+ content: "\e811";
21114
+ }
21115
+ .cms-shangpinfenzu:before {
21116
+ content: "\e812";
21117
+ }
21118
+ .cms-hengxianghuadong:before {
21119
+ content: "\e813";
21120
+ }
21121
+ .cms-yihangliangge:before {
21122
+ content: "\e857";
21123
+ }
21124
+ .cms-yihangyige1:before {
21125
+ content: "\e858";
21126
+ }
21127
+ .cms-huiyuanjifen:before {
21128
+ content: "\e859";
21129
+ }
21130
+ .cms-plus:before {
21131
+ content: "\e623";
21132
+ }
21133
+ .cms-right:before {
21134
+ content: "\e624";
21135
+ }
21136
+ .cms-left:before {
21137
+ content: "\e625";
21138
+ }
21139
+ .cms-vip-2:before {
21140
+ content: "\e7eb";
21141
+ }
21142
+ .cms-mobansi:before {
21143
+ content: "\e7ec";
21144
+ }
21145
+ .cms-mobansan:before {
21146
+ content: "\e7ee";
21147
+ }
21148
+ .cms-mobanyi:before {
21149
+ content: "\e7ef";
21150
+ }
21151
+ .cms-mobaner:before {
21152
+ content: "\e7f0";
21153
+ }
21154
+ .cms-down:before {
21155
+ content: "\e626";
21156
+ }
21157
+ .cms-up:before {
21158
+ content: "\e627";
21159
+ }
21160
+ .cms-close-fill:before {
21161
+ content: "\e65d";
21162
+ }
21163
+ .cms-renwuliebiao:before {
21164
+ content: "\e85a";
21165
+ }
21166
+ .cms-youhuiquan:before {
21167
+ content: "\e85b";
21168
+ }
21169
+ .cms-right-solid:before {
21170
+ content: "\e633";
21171
+ }
21172
+ .cms-huiyuanzhongxin:before {
21173
+ content: "\e85c";
21174
+ }
21175
+ .cms-morentouxiang:before {
21176
+ content: "\e85d";
21177
+ }
21178
+ .cms-ruhuili:before {
21179
+ content: "\e85e";
21180
+ }
21181
+ .cms-xiaoxi:before {
21182
+ content: "\e85f";
21183
+ }
21184
+ .cms-ruhuili1:before {
21185
+ content: "\e860";
21186
+ }
21187
+ .cms-qiyeweixin-fill:before {
21188
+ content: "\e861";
21189
+ }
21190
+ .cms-up-solid:before {
21191
+ content: "\e632";
21192
+ }
21193
+ .cms-down-solid:before {
21194
+ content: "\e634";
21195
+ }
21196
+ .cms-a-22x:before {
21197
+ content: "\e855";
21198
+ }
21199
+ .cms-a-19:before {
21200
+ content: "\e856";
21201
+ }
21202
+ .cms-checkbox:before {
21203
+ content: "\e61d";
21204
+ }
21205
+ .cms-checkbox-blank:before {
21206
+ content: "\e61f";
21207
+ }
21208
+ .cms-radio:before {
21209
+ content: "\e62a";
21210
+ }
21211
+ .cms-radio-button:before {
21212
+ content: "\e62b";
21213
+ }
21214
+ .cms-normal1:before {
21215
+ content: "\e854";
21216
+ }
21217
+ .cms-active1:before {
21218
+ content: "\e853";
21219
+ }
21220
+ .cms-a-23:before {
21221
+ content: "\e852";
21222
+ }
21223
+ .cms-a-4:before {
21224
+ content: "\e851";
21225
+ }
21226
+ .cms-a-3:before {
21227
+ content: "\e850";
21228
+ }
21229
+ .cms-jieshu:before {
21230
+ content: "\e84f";
21231
+ }
21232
+ .cms-share:before {
21233
+ content: "\e84e";
21234
+ }
21235
+ .cms-shenpi:before {
21236
+ content: "\e84d";
21237
+ }
21238
+ .cms-copy:before {
21239
+ content: "\e63f";
21240
+ }
21241
+ .cms-delete:before {
21242
+ content: "\e638";
21243
+ }
21244
+ .cms-config:before {
21245
+ content: "\e646";
21246
+ }
21247
+ .cms-sent:before {
21248
+ content: "\e64d";
21249
+ }
21250
+ .cms-arrow-go-back:before {
21251
+ content: "\e7f9";
21252
+ }
21253
+ .cms-weixinxiaochengxu:before {
21254
+ content: "\e845";
21255
+ }
21256
+ .cms-taobaoxiaochengxu:before {
21257
+ content: "\e848";
21258
+ }
21259
+ .cms-kapianduanxin:before {
21260
+ content: "\e849";
21261
+ }
21262
+ .cms-wenjuantiaocha:before {
21263
+ content: "\e84a";
21264
+ }
21265
+ .cms-H5:before {
21266
+ content: "\e84b";
21267
+ }
21268
+ .cms-youjian:before {
21269
+ content: "\e84c";
21270
+ }
21271
+ .cms-a-21:before {
21272
+ content: "\e841";
21273
+ }
21274
+ .cms-a-13:before {
21275
+ content: "\e842";
21276
+ }
21277
+ .cms-a-22:before {
21278
+ content: "\e843";
21279
+ }
21280
+ .cms-a-8:before {
21281
+ content: "\e844";
21282
+ }
21283
+ .cms-qr-code-line:before {
21284
+ content: "\e69d";
21285
+ }
21286
+ .cms-active:before {
21287
+ content: "\e847";
21288
+ }
21289
+ .cms-normal:before {
21290
+ content: "\e846";
21291
+ }
21292
+ .cms-export:before {
21293
+ content: "\e639";
21294
+ }
21295
+ .cms-upload:before {
21296
+ content: "\e63a";
21297
+ }
21298
+ .cms-more:before {
21299
+ content: "\e840";
21300
+ }
21301
+ .cms-a-12:before {
21302
+ content: "\e83f";
21303
+ }
21304
+ .cms-pie-chart:before {
21305
+ content: "\e659";
21306
+ }
21307
+ .cms-edit1:before {
21308
+ content: "\e66d";
21309
+ }
21310
+ .cms-hudong2:before {
21311
+ content: "\e838";
21312
+ }
21313
+ .cms-shouquanguanli2:before {
21314
+ content: "\e839";
21315
+ }
21316
+ .cms-mobanku2:before {
21317
+ content: "\e83a";
21318
+ }
21319
+ .cms-shuju2:before {
21320
+ content: "\e83b";
21321
+ }
21322
+ .cms-sucai2:before {
21323
+ content: "\e83c";
21324
+ }
21325
+ .cms-shouye2:before {
21326
+ content: "\e83d";
21327
+ }
21328
+ .cms-neirong2:before {
21329
+ content: "\e83e";
21330
+ }
21331
+ .cms-hudong1:before {
21332
+ content: "\e833";
21333
+ }
21334
+ .cms-mobanku1:before {
21335
+ content: "\e834";
21336
+ }
21337
+ .cms-sucai1:before {
21338
+ content: "\e835";
21339
+ }
21340
+ .cms-shuju1:before {
21341
+ content: "\e836";
21342
+ }
21343
+ .cms-shouquanguanli1:before {
21344
+ content: "\e837";
21345
+ }
21346
+ .cms-neirong1:before {
21347
+ content: "\e832";
21348
+ }
21349
+ .cms-shouye1:before {
21350
+ content: "\e831";
21351
+ }
21352
+ .cms-a-11:before {
21353
+ content: "\e830";
21354
+ }
21355
+ .cms-add-fill:before {
21356
+ content: "\e68c";
21357
+ }
21358
+ .cms-calendar:before {
21359
+ content: "\e82f";
21360
+ }
21361
+ .cms-time:before {
21362
+ content: "\e651";
21363
+ }
21364
+ .cms-list-1:before {
21365
+ content: "\e652";
21366
+ }
21367
+ .cms-dianzan:before {
21368
+ content: "\e82a";
21369
+ }
21370
+ .cms-xingxing2:before {
21371
+ content: "\e82b";
21372
+ }
21373
+ .cms-xingxing1:before {
21374
+ content: "\e82c";
21375
+ }
21376
+ .cms-shuzi:before {
21377
+ content: "\e82d";
21378
+ }
21379
+ .cms-aixin:before {
21380
+ content: "\e82e";
21381
+ }
21382
+ .cms-tupian:before {
21383
+ content: "\e814";
21384
+ }
21385
+ .cms-zizengbiaoge:before {
21386
+ content: "\e815";
21387
+ }
21388
+ .cms-fenlei:before {
21389
+ content: "\e816";
21390
+ }
21391
+ .cms-jilian:before {
21392
+ content: "\e817";
21393
+ }
21394
+ .cms-a-1:before {
21395
+ content: "\e818";
21396
+ }
21397
+ .cms-a-2:before {
21398
+ content: "\e819";
21399
+ }
21400
+ .cms-juzhendanxuan:before {
21401
+ content: "\e81a";
21402
+ }
21403
+ .cms-xueli:before {
21404
+ content: "\e81b";
21405
+ }
21406
+ .cms-weizhi:before {
21407
+ content: "\e81c";
21408
+ }
21409
+ .cms-dianziqianming:before {
21410
+ content: "\e81d";
21411
+ }
21412
+ .cms-juzhenduoxuan:before {
21413
+ content: "\e81e";
21414
+ }
21415
+ .cms-chengshi:before {
21416
+ content: "\e81f";
21417
+ }
21418
+ .cms-nianling:before {
21419
+ content: "\e820";
21420
+ }
21421
+ .cms-juzhentiankong:before {
21422
+ content: "\e821";
21423
+ }
21424
+ .cms-zhiye:before {
21425
+ content: "\e822";
21426
+ }
21427
+ .cms-juzhendafen:before {
21428
+ content: "\e823";
21429
+ }
21430
+ .cms-fenye:before {
21431
+ content: "\e824";
21432
+ }
21433
+ .cms-paixu:before {
21434
+ content: "\e825";
21435
+ }
21436
+ .cms-xingbie:before {
21437
+ content: "\e826";
21438
+ }
21439
+ .cms-youxidafen:before {
21440
+ content: "\e827";
21441
+ }
21442
+ .cms-hangye:before {
21443
+ content: "\e828";
21444
+ }
21445
+ .cms-nps:before {
21446
+ content: "\e829";
21447
+ }
21448
+
21449
+ .assetSearchWrapper {
21450
+ background: #fff;
21451
+ border-radius: 3px;
21452
+ margin: 10px 20px 0 20px;
21453
+ display: flex;
21454
+ box-sizing: border-box;
21455
+ position: relative;
21456
+ align-items: center;
21457
+ justify-content: space-between;
21458
+ }
21459
+ .assetSearchWrapper .searchRight {
21460
+ display: flex;
21461
+ align-items: center;
21462
+ justify-content: center;
21463
+ }
21464
+ .assetSearchWrapper .searchRight .solid-de {
21465
+ display: inline-block;
21466
+ width: 1px;
21467
+ height: 12px;
21468
+ margin: 0 8px;
21469
+ background-color: #E8E8E8;
21470
+ }
21471
+ .assetSearchWrapper .searchRight .active {
21472
+ color: var(--shuyunBlue4);
21473
+ font-size: 16px;
21474
+ cursor: pointer;
21475
+ }
21476
+ .assetSearchWrapper .searchRight .normal {
21477
+ font-size: 16px;
21478
+ cursor: pointer;
21479
+ color: rgba(0, 0, 0, 0.25);
21480
+ }
21481
+ .assetSearchWrapper .item {
21482
+ width: 226px;
21483
+ }
21484
+ .assetSearchWrapper .item > div,
21485
+ .assetSearchWrapper .item > input {
21486
+ width: 100%;
21487
+ }
21488
+ .assetSearchWrapper .searchBtn {
21489
+ display: flex;
21490
+ }
21491
+ .assetSearchWrapper .searchBtn .okBtn {
21492
+ margin-right: 12px;
21493
+ }
21494
+
21495
+ body {
21496
+ margin: 0;
21497
+ --shuyunBlue1: #EDF6FF;
21498
+ --shuyunBlue2: #CCE6FF;
21499
+ --shuyunBlue3: #72B0ED;
21500
+ --shuyunBlue4: #0066CC;
21501
+ --shuyunBlue5: #004CA3;
21502
+ --shuyunBlue6: #003775;
21503
+ --shuyunBlue7: #002147;
21504
+ }
21505
+ .assetTableTab {
21506
+ display: flex;
21507
+ flex-direction: column;
21508
+ width: 100%;
21509
+ overflow: hidden;
21510
+ }
21511
+ .assetTableTab .assetOperate {
21512
+ display: flex;
21513
+ align-items: center;
21514
+ justify-content: center;
21515
+ }
21516
+ .assetTableTab .assetOperate .collect {
21517
+ width: 20px;
21518
+ height: 20px;
21519
+ background: #FFFFFF;
21520
+ display: flex;
21521
+ align-items: center;
21522
+ justify-content: center;
21523
+ font-size: 12px;
21524
+ color: rgba(0, 0, 0, 0.25);
21525
+ margin-right: 18px;
21526
+ cursor: pointer;
21527
+ }
21528
+ .assetTableTab .assetOperate .collect.active {
21529
+ color: #FF5866;
21530
+ }
21531
+ .assetTableTab .assetOperate .edit {
21532
+ cursor: pointer;
21533
+ color: rgba(0, 0, 0, 0.25);
21534
+ }
21535
+ .assetTableTab .tabContent {
21536
+ padding-right: 20px;
21537
+ border-right: 1px solid #E8E8E8;
21538
+ }
21539
+ .assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line .newCloud-tab-content {
21540
+ min-width: 64px;
21541
+ }
21542
+ .assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line.newCloud-tabs-container {
21543
+ height: 40px;
21544
+ }
21545
+ .assetTableTab .selectNum {
21546
+ margin-top: 140px;
21547
+ width: 120px;
21548
+ height: 40px;
21549
+ background: #FAFAFA;
21550
+ border-radius: 4px;
21551
+ display: flex;
21552
+ align-items: center;
21553
+ justify-content: center;
21554
+ }
21555
+ .assetTableTab .materialContainer {
21556
+ flex: 1;
21557
+ overflow: hidden;
21558
+ display: flex;
21559
+ }
21560
+ .assetTableTab .materialContainer .groupContainer {
21561
+ height: 100%;
21562
+ padding: 0 10px 10px;
21563
+ flex: 0 0 140px;
21564
+ box-shadow: inset -1px 0px 0px 0px #E8E8E8;
21565
+ border-radius: 0px 0px 0px 12px;
21566
+ }
21567
+ .assetTableTab .materialContainer .groupContainer .header {
21568
+ height: 52px;
21569
+ }
21570
+ .assetTableTab .materialContainer .groupContainer .header .label {
21571
+ color: rgba(0, 0, 0, 0.85);
21572
+ }
21573
+ .assetTableTab .materialContainer .groupContainer .header .addIcon {
21574
+ color: rgba(0, 0, 0, 0.45);
21575
+ cursor: pointer;
21576
+ font-size: 13px;
21577
+ }
21578
+ .assetTableTab .materialContainer .groupContainer .defaultList {
21579
+ padding-bottom: 12px;
21580
+ border-bottom: 1px solid #E8E8E8;
21581
+ }
21582
+ .assetTableTab .materialContainer .groupContainer .add-group {
21583
+ display: flex;
21584
+ align-items: center;
21585
+ justify-content: space-between;
21586
+ padding: 0 8px;
21587
+ font-size: 12px;
21588
+ color: rgba(0, 0, 0, 0.65);
21589
+ height: 48px;
21590
+ }
21591
+ .assetTableTab .materialContainer .groupContainer .add-group .add-plus {
21592
+ cursor: pointer;
21593
+ }
21594
+ .assetTableTab .materialContainer .groupContainer .list {
21595
+ overflow-y: auto;
21596
+ overflow-x: hidden;
21597
+ }
21598
+ .assetTableTab .materialContainer .groupContainer .list .item {
21599
+ height: 36px;
21600
+ padding: 0 8px;
21601
+ margin-bottom: 4px;
21602
+ cursor: pointer;
21603
+ }
21604
+ .assetTableTab .materialContainer .groupContainer .list .item .name {
21605
+ margin-left: 8px;
21606
+ color: rgba(0, 0, 0, 0.85);
21607
+ }
21608
+ .assetTableTab .materialContainer .groupContainer .list .item .num {
21609
+ color: rgba(0, 0, 0, 0.45);
21610
+ }
21611
+ .assetTableTab .materialContainer .groupContainer .list .item .icon {
21612
+ color: rgba(0, 0, 0, 0.45);
21613
+ display: none;
21614
+ font-size: 14px;
21615
+ }
21616
+ .assetTableTab .materialContainer .groupContainer .list .item .icon:hover {
21617
+ color: var(--shuyunBlue4);
21618
+ }
21619
+ .assetTableTab .materialContainer .groupContainer .list .item .root {
21620
+ z-index: 1000;
21621
+ display: flex;
21622
+ align-items: center;
21623
+ justify-content: center;
21624
+ }
21625
+ .assetTableTab .materialContainer .groupContainer .list .item .overlay {
21626
+ width: 160px;
21627
+ height: 100px;
21628
+ background: #fff;
21629
+ box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
21630
+ border-radius: 6px;
21631
+ padding: 6px 0;
21632
+ }
21633
+ .assetTableTab .materialContainer .groupContainer .list .item .overlay .row {
21634
+ height: 36px;
21635
+ padding: 0 14px;
21636
+ display: flex;
21637
+ align-items: center;
21638
+ color: rgba(0, 0, 0, 0.85);
21639
+ }
21640
+ .assetTableTab .materialContainer .groupContainer .list .item .overlay .row .oIcon {
21641
+ margin-right: 10px;
21642
+ color: rgba(0, 0, 0, 0.45);
21643
+ }
21644
+ .assetTableTab .materialContainer .groupContainer .list .item .overlay .row:hover {
21645
+ background: rgba(0, 0, 0, 0.05);
21646
+ }
21647
+ .assetTableTab .materialContainer .groupContainer .list .item .overlay .divider {
21648
+ background: #E8E8E8;
21649
+ width: 100%;
21650
+ height: 1px;
21651
+ margin: 8px 0;
21652
+ }
21653
+ .assetTableTab .materialContainer .groupContainer .list .item:hover {
21654
+ background: #FAFAFA;
21655
+ }
21656
+ .assetTableTab .materialContainer .groupContainer .list .item:hover .icon {
21657
+ display: block;
21658
+ }
21659
+ .assetTableTab .materialContainer .groupContainer .list .active {
21660
+ background: #FAFAFA;
21661
+ border-radius: 3px;
21662
+ }
21663
+ .assetTableTab .materialContainer .groupContainer .list .active .name {
21664
+ color: var(--shuyunBlue4);
21665
+ }
21666
+ .assetTableTab .materialContainer .tableWarp {
21667
+ flex: 1;
21668
+ overflow: hidden;
21669
+ display: flex;
21670
+ flex-direction: column;
21671
+ height: 540px;
21672
+ }
21673
+ .assetTableTab .materialContainer .tableWarp .cardMaterials {
21674
+ gap: 12px;
21675
+ }
21676
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card {
21677
+ width: 128px;
21678
+ height: 152px;
21679
+ background: #FFFFFF;
21680
+ overflow: hidden;
21681
+ cursor: pointer;
21682
+ }
21683
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card:hover .img .checkbox {
21684
+ visibility: visible;
21685
+ }
21686
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card:hover .img .collect {
21687
+ visibility: visible;
21688
+ }
21689
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img {
21690
+ height: 128px;
21691
+ position: relative;
21692
+ background: #FAFAFA;
21693
+ border: 1px solid #E8E8E8;
21694
+ border-radius: 6px;
21695
+ }
21696
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .collect {
21697
+ position: absolute;
21698
+ top: 8px;
21699
+ left: 8px;
21700
+ visibility: hidden;
21701
+ width: 20px;
21702
+ height: 20px;
21703
+ background: #FFFFFF;
21704
+ display: flex;
21705
+ align-items: center;
21706
+ justify-content: center;
21707
+ font-size: 12px;
21708
+ color: rgba(0, 0, 0, 0.25);
21709
+ border-radius: 3px;
21710
+ }
21711
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .collect.active {
21712
+ color: #FF5866;
21713
+ }
21714
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview {
21715
+ position: absolute;
21716
+ bottom: 0;
21717
+ left: 0;
21718
+ display: flex;
21719
+ align-items: center;
21720
+ justify-content: space-between;
21721
+ padding: 0 4px;
21722
+ width: 128px;
21723
+ height: 26px;
21724
+ background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
21725
+ border-radius: 0px 0px 6px 6px;
21726
+ }
21727
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialInfo {
21728
+ font-size: 9px;
21729
+ color: #FFFFFF;
21730
+ }
21731
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .rightOperate {
21732
+ display: flex;
21733
+ align-items: center;
21734
+ justify-content: center;
21735
+ }
21736
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialEdit {
21737
+ font-size: 12px;
21738
+ color: #FFFFFF;
21739
+ margin-right: 4px;
21740
+ display: none;
21741
+ }
21742
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialPreview {
21743
+ font-size: 12px;
21744
+ color: #FFFFFF;
21745
+ }
21746
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .checkbox {
21747
+ position: absolute;
21748
+ top: 10px;
21749
+ right: 8px;
21750
+ visibility: hidden;
21751
+ }
21752
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .newCloud-radio {
21753
+ margin-right: 0px;
21754
+ }
21755
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .newCloud-radio .newCloud-radio-wrapper {
21756
+ margin-right: 0px;
21757
+ }
21758
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img:hover .materialInfoAndPreview .materialInfo {
21759
+ display: none;
21760
+ }
21761
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img:hover .materialInfoAndPreview .materialEdit {
21762
+ display: block;
21763
+ }
21764
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox {
21765
+ width: 100%;
21766
+ height: 100%;
21767
+ overflow: hidden;
21768
+ }
21769
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox:hover .mask {
21770
+ display: block;
21771
+ opacity: 1;
21772
+ }
21773
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox:hover .more {
21774
+ opacity: 1;
21775
+ }
21776
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img img {
21777
+ max-width: 100%;
21778
+ max-height: 100%;
21779
+ }
21780
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .mask {
21781
+ width: 100%;
21782
+ height: 100%;
21783
+ background: rgba(0, 0, 0, 0.45);
21784
+ position: absolute;
21785
+ top: 0;
21786
+ left: 0;
21787
+ z-index: 100;
21788
+ transition: all 0.3s;
21789
+ opacity: 0;
21790
+ border-radius: 6px 6px 0 0;
21791
+ cursor: zoom-in;
21792
+ }
21793
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .operation {
21794
+ width: 28px;
21795
+ height: 28px;
21796
+ box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
21797
+ border-radius: 3px;
21798
+ background: #FFFFFF;
21799
+ display: flex;
21800
+ align-items: center;
21801
+ justify-content: center;
21802
+ cursor: pointer;
21803
+ text-align: center;
21804
+ }
21805
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .more {
21806
+ position: absolute;
21807
+ top: 12px;
21808
+ right: 12px;
21809
+ width: 24px;
21810
+ height: 24px;
21811
+ z-index: 101;
21812
+ color: rgba(0, 0, 0, 0.85);
21813
+ opacity: 0;
21814
+ }
21815
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .info {
21816
+ margin-top: 4px;
21817
+ }
21818
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .info .title {
21819
+ font-size: 12px;
21820
+ font-weight: 400;
21821
+ color: rgba(0, 0, 0, 0.85);
21822
+ line-height: 20px;
21823
+ cursor: pointer;
21824
+ }
21825
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .checked .img .checkbox {
21826
+ visibility: visible;
21827
+ }
21828
+
21829
+ body {
21830
+ margin: 0;
21831
+ --shuyunBlue1: #EDF6FF;
21832
+ --shuyunBlue2: #CCE6FF;
21833
+ --shuyunBlue3: #72B0ED;
21834
+ --shuyunBlue4: #0066CC;
21835
+ --shuyunBlue5: #004CA3;
21836
+ --shuyunBlue6: #003775;
21837
+ --shuyunBlue7: #002147;
21838
+ }
21839
+ .row-flex,
21840
+ .row-flex-center,
21841
+ .row-flex-baseline,
21842
+ .row-flex-start,
21843
+ .row-flex-end,
21844
+ .row-flex-wrap {
21845
+ display: flex;
21846
+ flex-direction: row;
21847
+ min-width: 0;
21848
+ min-height: 0;
21849
+ }
21850
+ .row-flex,
21851
+ .row-flex-center,
21852
+ .row-flex-baseline,
21853
+ .row-flex-start,
21854
+ .row-flex-end,
21855
+ .row-flex-wrap {
21856
+ display: flex;
21857
+ flex-direction: row;
21858
+ min-width: 0;
21859
+ min-height: 0;
21860
+ }
21861
+ .row-flex-center {
21862
+ align-items: center;
21863
+ }
21864
+ .row-flex-baseline {
21865
+ align-items: baseline;
21866
+ }
21867
+ .row-flex-start {
21868
+ align-items: flex-start;
21869
+ }
21870
+ .row-flex-end {
21871
+ align-items: flex-end;
21872
+ }
21873
+ .row-flex-wrap {
21874
+ flex-wrap: wrap;
21875
+ align-items: flex-start;
21876
+ }
21877
+ .column-flex,
21878
+ .column-flex-center {
21879
+ display: flex;
21880
+ flex-direction: column;
21881
+ min-width: 0;
21882
+ min-height: 0;
21883
+ }
21884
+ .column-flex-center {
21885
+ align-items: center;
21886
+ min-height: 0;
21887
+ }
21888
+ .jc-center {
21889
+ justify-content: center;
21890
+ }
21891
+ .jc-start {
21892
+ justify-content: flex-start;
21893
+ }
21894
+ .jc-end {
21895
+ justify-content: flex-end;
21896
+ }
21897
+ .jc-space {
21898
+ justify-content: space-between;
21899
+ }
21900
+ .jc-around {
21901
+ justify-content: space-around;
21902
+ }
21903
+ .align-content-start {
21904
+ align-content: flex-start;
21905
+ }
21906
+ .flex1 {
21907
+ flex: 1;
21908
+ }
21909
+ .flex2 {
21910
+ flex: 2;
21911
+ }
21912
+ .flex3 {
21913
+ flex: 3;
21914
+ }
21915
+ .flex5 {
21916
+ flex: 5;
21917
+ }
21918
+ .no-shrink {
21919
+ flex-shrink: 0;
21920
+ }
21921
+ .flex-wrap {
21922
+ flex-wrap: wrap;
21923
+ }
21924
+ .flex-nowrap {
21925
+ flex-wrap: nowrap;
21926
+ }
21927
+ .cursor-pointer {
21928
+ cursor: pointer;
21929
+ }
21930
+ .text-ellipsis {
21931
+ white-space: nowrap;
21932
+ overflow: hidden;
21933
+ text-overflow: ellipsis;
21934
+ }
21935
+ .text-ellipsis-2 {
21936
+ word-break: break-all;
21937
+ text-overflow: ellipsis;
21938
+ display: -webkit-box;
21939
+ -webkit-box-orient: vertical;
21940
+ -webkit-line-clamp: 2;
21941
+ /* 这里是超出几行省略 */
21942
+ overflow: hidden;
21943
+ }
21944
+ .text-ellipsis-3 {
21945
+ word-break: break-all;
21946
+ text-overflow: ellipsis;
21947
+ display: -webkit-box;
21948
+ -webkit-box-orient: vertical;
21949
+ -webkit-line-clamp: 3;
21950
+ /* 这里是超出几行省略 */
21951
+ overflow: hidden;
21952
+ }
21953
+ .assetDetailModal {
21954
+ height: 522px;
21955
+ border-radius: 3px;
21956
+ border: 1px solid #E8E8E8;
21957
+ }
21958
+ .assetDetailModal .left {
21959
+ width: 520px;
21960
+ padding: 20px;
21961
+ background-color: #FAFAFA;
21962
+ }
21963
+ .assetDetailModal .left img,
21964
+ .assetDetailModal .left video {
21965
+ max-width: 100%;
21966
+ max-height: 100%;
21967
+ }
21968
+ .assetDetailModal .left .audio {
21969
+ width: 100%;
21970
+ height: 100%;
21971
+ position: relative;
21972
+ background: #FAFAFA;
21973
+ }
21974
+ .assetDetailModal .left .audio audio {
21975
+ width: 100%;
21976
+ position: absolute;
21977
+ bottom: 0;
21978
+ }
21979
+ .assetDetailModal .left .audio audio::-webkit-media-controls-panel {
21980
+ background: #FAFAFA;
21981
+ }
21982
+ .assetDetailModal .left .textContainer {
21983
+ width: 100%;
21984
+ height: 100%;
21985
+ position: relative;
21986
+ }
21987
+ .assetDetailModal .left .textContainer .content {
21988
+ overflow-y: auto;
21989
+ margin-top: 15px;
21990
+ word-break: break-all;
21991
+ line-height: 22px;
21992
+ }
21993
+ .assetDetailModal .left .link {
21994
+ width: 322px;
21995
+ height: 90px;
21996
+ background: #FFFFFF;
21997
+ border-radius: 10px;
21998
+ border: 1px solid #E8E8E8;
21999
+ padding: 10px;
22000
+ }
22001
+ .assetDetailModal .left .link .img {
22002
+ width: 70px;
22003
+ height: 70px;
22004
+ border-radius: 6px;
22005
+ margin-left: 18px;
22006
+ }
22007
+ .assetDetailModal .left .link .img img {
22008
+ max-width: 100%;
22009
+ max-height: 100%;
22010
+ }
22011
+ .assetDetailModal .left .link .linkLeft {
22012
+ height: 100%;
22013
+ padding: 6px 2px;
22014
+ overflow: hidden;
22015
+ }
22016
+ .assetDetailModal .left .link .title {
22017
+ font-weight: 500;
22018
+ }
22019
+ .assetDetailModal .left .link .desc {
22020
+ color: rgba(0, 0, 0, 0.45);
22021
+ margin-top: 10px;
22022
+ }
22023
+ .assetDetailModal .left .program {
22024
+ width: 260px;
22025
+ background: #FFFFFF;
22026
+ border-radius: 10px;
22027
+ border: 1px solid #E8E8E8;
22028
+ padding: 22px 20px 0 20px;
22029
+ }
22030
+ .assetDetailModal .left .program .title {
22031
+ font-weight: 500;
22032
+ font-size: 16px;
22033
+ }
22034
+ .assetDetailModal .left .program .desc {
22035
+ color: rgba(0, 0, 0, 0.45);
22036
+ margin: 10px 0;
22037
+ }
22038
+ .assetDetailModal .left .program .img {
22039
+ width: 100%;
22040
+ height: 175px;
22041
+ }
22042
+ .assetDetailModal .left .program .footer {
22043
+ height: 40px;
22044
+ color: rgba(0, 0, 0, 0.45);
22045
+ border-top: 1px solid #F5F5F5;
22046
+ margin-top: 10px;
22047
+ }
22048
+ .assetDetailModal .left .paramCode .qrCode {
22049
+ width: 290px;
22050
+ height: 290px;
22051
+ background: #FFFFFF;
22052
+ border: 1px solid #E8E8E8;
22053
+ border-radius: 145px;
22054
+ padding: 20px;
22055
+ overflow: hidden;
22056
+ }
22057
+ .assetDetailModal .left .paramCode .download {
22058
+ margin: 0 auto;
22059
+ width: -moz-max-content;
22060
+ width: max-content;
22061
+ margin-top: 25px;
22062
+ }
22063
+ .assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight {
22064
+ width: 148px;
22065
+ }
22066
+ .assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight .newCloud-dropdowns-menu-area {
22067
+ width: -webkit-fill-available;
22068
+ }
22069
+ .assetDetailModal .left.poi {
22070
+ padding: 0;
22071
+ }
22072
+ .assetDetailModal .right {
22073
+ padding: 20px;
22074
+ flex: 1;
22075
+ overflow-y: auto;
22076
+ }
22077
+ .assetDetailModal .right .row {
22078
+ margin-bottom: 28px;
22079
+ font-size: 14px;
22080
+ }
22081
+ .assetDetailModal .right .row .label {
22082
+ color: rgba(0, 0, 0, 0.65);
22083
+ width: 85px;
22084
+ }
22085
+ .assetDetailModal .right .row .value {
22086
+ color: rgba(0, 0, 0, 0.85);
22087
+ }
22088
+ .assetDetailModal .right .row .value .valueContent {
22089
+ word-break: break-all;
22090
+ }
22091
+ .assetDetailModal .right .row .value .openingTime {
22092
+ background: #F5F5F5;
22093
+ border-radius: 8px;
22094
+ padding: 15px;
22095
+ margin-top: 10px;
22096
+ }
22097
+ .assetDetailModal .right .row .value .openingTime .item {
22098
+ margin: 10px 0;
22099
+ }
22100
+ .assetDetailModal .right .shopImg {
22101
+ width: 96px;
22102
+ height: 96px;
22103
+ background: #FFFFFF;
22104
+ border-radius: 3px;
22105
+ border: 1px solid #E8E8E8;
22106
+ padding: 8px;
22107
+ }
22108
+ .assetDetailModal .right .shopImg img {
22109
+ max-width: 100%;
22110
+ max-height: 100%;
22111
+ }
22112
+
22113
+ body {
22114
+ margin: 0;
22115
+ --shuyunBlue1: #EDF6FF;
22116
+ --shuyunBlue2: #CCE6FF;
22117
+ --shuyunBlue3: #72B0ED;
22118
+ --shuyunBlue4: #0066CC;
22119
+ --shuyunBlue5: #004CA3;
22120
+ --shuyunBlue6: #003775;
22121
+ --shuyunBlue7: #002147;
22122
+ }
22123
+ .picturePreviewer {
22124
+ display: inline-block;
22125
+ vertical-align: middle;
22126
+ width: 40px;
22127
+ height: 40px;
22128
+ border-radius: 2px;
22129
+ background-color: #F5F5F5;
22130
+ background-position: center;
22131
+ background-size: contain;
22132
+ background-repeat: no-repeat;
22133
+ overflow: hidden;
22134
+ }
22135
+ .picturePreviewer:hover .mask {
22136
+ opacity: 1;
22137
+ visibility: visible;
22138
+ }
22139
+ .picturePreviewer .mask {
22140
+ height: 100%;
22141
+ opacity: 0;
22142
+ visibility: hidden;
22143
+ background: rgba(0, 0, 0, 0.45);
22144
+ display: flex;
22145
+ justify-content: center;
22146
+ align-items: center;
22147
+ transition: opacity 0.3s, visibility 0.3s;
22148
+ }
22149
+ .picturePreviewer .mask .actions {
22150
+ display: flex;
22151
+ align-items: center;
22152
+ justify-content: center;
22153
+ gap: 2px;
22154
+ color: #FFFFFF;
22155
+ }
22156
+ .picturePreviewer .mask .actions .newCloud-icon {
22157
+ cursor: pointer;
22158
+ }
22159
+ .picturePreviewerContent {
22160
+ display: flex;
22161
+ align-items: center;
22162
+ justify-content: center;
22163
+ width: 100%;
22164
+ height: 100%;
22165
+ }
22166
+ .picturePreviewerContent img {
22167
+ max-width: 100%;
22168
+ max-height: 100%;
22169
+ }
22170
+
22171
+ .row-flex,
22172
+ .row-flex-center,
22173
+ .row-flex-baseline,
22174
+ .row-flex-start,
22175
+ .row-flex-end,
22176
+ .row-flex-wrap {
22177
+ display: flex;
22178
+ flex-direction: row;
22179
+ min-width: 0;
22180
+ min-height: 0;
22181
+ }
22182
+ .row-flex,
22183
+ .row-flex-center,
22184
+ .row-flex-baseline,
22185
+ .row-flex-start,
22186
+ .row-flex-end,
22187
+ .row-flex-wrap {
22188
+ display: flex;
22189
+ flex-direction: row;
22190
+ min-width: 0;
22191
+ min-height: 0;
22192
+ }
22193
+ .row-flex-center {
22194
+ align-items: center;
22195
+ }
22196
+ .row-flex-baseline {
22197
+ align-items: baseline;
22198
+ }
22199
+ .row-flex-start {
22200
+ align-items: flex-start;
22201
+ }
22202
+ .row-flex-end {
22203
+ align-items: flex-end;
22204
+ }
22205
+ .row-flex-wrap {
22206
+ flex-wrap: wrap;
22207
+ align-items: flex-start;
22208
+ }
22209
+ .column-flex,
22210
+ .column-flex-center {
22211
+ display: flex;
22212
+ flex-direction: column;
22213
+ min-width: 0;
22214
+ min-height: 0;
22215
+ }
22216
+ .column-flex-center {
22217
+ align-items: center;
22218
+ min-height: 0;
22219
+ }
22220
+ .jc-center {
22221
+ justify-content: center;
22222
+ }
22223
+ .jc-start {
22224
+ justify-content: flex-start;
22225
+ }
22226
+ .jc-end {
22227
+ justify-content: flex-end;
22228
+ }
22229
+ .jc-space {
22230
+ justify-content: space-between;
22231
+ }
22232
+ .jc-around {
22233
+ justify-content: space-around;
22234
+ }
22235
+ .align-content-start {
22236
+ align-content: flex-start;
22237
+ }
22238
+ .flex1 {
22239
+ flex: 1;
22240
+ }
22241
+ .flex2 {
22242
+ flex: 2;
22243
+ }
22244
+ .flex3 {
22245
+ flex: 3;
22246
+ }
22247
+ .flex5 {
22248
+ flex: 5;
22249
+ }
22250
+ .no-shrink {
22251
+ flex-shrink: 0;
22252
+ }
22253
+ .flex-wrap {
22254
+ flex-wrap: wrap;
22255
+ }
22256
+ .flex-nowrap {
22257
+ flex-wrap: nowrap;
22258
+ }
22259
+ .cursor-pointer {
22260
+ cursor: pointer;
22261
+ }
22262
+ .text-ellipsis {
22263
+ white-space: nowrap;
22264
+ overflow: hidden;
22265
+ text-overflow: ellipsis;
22266
+ }
22267
+ .text-ellipsis-2 {
22268
+ word-break: break-all;
22269
+ text-overflow: ellipsis;
22270
+ display: -webkit-box;
22271
+ -webkit-box-orient: vertical;
22272
+ -webkit-line-clamp: 2;
22273
+ /* 这里是超出几行省略 */
22274
+ overflow: hidden;
22275
+ }
22276
+ .text-ellipsis-3 {
22277
+ word-break: break-all;
22278
+ text-overflow: ellipsis;
22279
+ display: -webkit-box;
22280
+ -webkit-box-orient: vertical;
22281
+ -webkit-line-clamp: 3;
22282
+ /* 这里是超出几行省略 */
22283
+ overflow: hidden;
22284
+ }
22285
+ .assetContentView img,
22286
+ .assetContentView video {
22287
+ border-radius: 4px;
22288
+ margin-right: 8px;
22289
+ }
22290
+ .assetContentView .name {
22291
+ color: var(--shuyunBlue4);
22292
+ cursor: pointer;
22293
+ }
22294
+ .assetContentView .twoRows {
22295
+ white-space: initial;
22296
+ }
22297
+ .assetContentView .duration {
22298
+ color: rgba(0, 0, 0, 0.45);
22299
+ margin-top: 4px;
22300
+ display: block;
22301
+ }
22302
+ .assetContentView .left {
22303
+ width: 40px;
22304
+ height: 40px;
22305
+ background: #FAFAFA;
22306
+ border-radius: 3px;
22307
+ margin-right: 8px;
22308
+ position: relative;
22309
+ }
22310
+ .assetContentView .left .materialImg {
22311
+ width: 100%;
22312
+ height: 100%;
22313
+ }
22314
+ .assetContentView .left img {
22315
+ width: 22px;
22316
+ height: 22px;
22317
+ margin-right: 0;
22318
+ }
22319
+ .assetContentView .left video {
22320
+ width: 100%;
22321
+ height: 100%;
22322
+ margin: 0;
22323
+ }
22324
+ .assetContentView .left .play {
22325
+ position: absolute;
22326
+ left: 9px;
22327
+ top: 12px;
22328
+ color: rgba(0, 0, 0, 0.45);
22329
+ }
22330
+ .assetContentView .link img {
22331
+ max-width: 100%;
22332
+ max-height: 100%;
22333
+ width: auto;
22334
+ height: auto;
22335
+ }
22336
+
22337
+ .assetSearchItem {
22338
+ display: flex;
22339
+ align-items: center;
22340
+ }
22341
+ .assetSearchItem .title {
22342
+ text-align: right;
22343
+ font-size: 14px;
22344
+ color: rgba(0, 0, 0, 0.65);
22345
+ line-height: 20px;
22346
+ }
22347
+ .assetSearchItem .note {
22348
+ color: #D9001B;
22349
+ padding-right: 5px;
22350
+ }
22351
+ .assetSearchItem .content {
22352
+ flex: 1;
22353
+ }
22354
+ .assetSearchItem .content > div,
22355
+ .assetSearchItem .content > input {
22356
+ width: 100%;
22357
+ }
22358
+ .assetSearchItem.autoWidth {
22359
+ width: 100%;
22360
+ }
22361
+
22362
+ .assetSearchBlockWrapper {
22363
+ background: #FAFAFA;
22364
+ border-radius: 3px;
22365
+ margin-left: 24px;
22366
+ padding: 16px 12px;
22367
+ }
22368
+ .assetSearchBlockWrapper .searchBtn {
22369
+ display: flex;
22370
+ padding-left: 80px;
22371
+ padding-top: 20px;
22372
+ -moz-column-gap: 12px;
22373
+ column-gap: 12px;
22374
+ }
22375
+ .assetSearchBlockWrapper .searchBox {
22376
+ display: flex;
22377
+ flex-wrap: wrap;
22378
+ -moz-column-gap: 12px;
22379
+ column-gap: 12px;
22380
+ row-gap: 16px;
22381
+ flex-shrink: 0;
22382
+ background: #FAFAFA;
22383
+ border-radius: 3px;
22384
+ }
22385
+ .assetSearchBlockWrapper .searchBox .okBtn {
22386
+ margin-right: 12px;
22387
+ }
22388
+ .assetSearchBlockWrapper .searchBox .moreSearch {
22389
+ display: flex;
22390
+ }
22391
+ .assetSearchBlockWrapper .moreParamsWrapper {
22392
+ position: relative;
22393
+ display: flex;
22394
+ align-items: center;
22395
+ flex: 1;
22396
+ justify-content: flex-end;
22397
+ }
22398
+ .assetSearchBlockWrapper .moreParamsWrapper .moreItems {
22399
+ display: flex;
22400
+ flex-direction: column;
22401
+ position: absolute;
22402
+ padding: 24px 24px 12px;
22403
+ top: 25px;
22404
+ left: -150px;
22405
+ width: 468px;
22406
+ background-color: #fff;
22407
+ box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
22408
+ z-index: 10;
22409
+ }
22410
+ .assetSearchBlockWrapper .moreParamsWrapper .moreItems .moreItemsBtn {
22411
+ align-self: flex-end;
22412
+ margin-top: 24px;
22413
+ }
22414
+ .assetSearchBlockWrapper .moreParamsWrapper .moreNum {
22415
+ display: inline-block;
22416
+ margin-left: 6px;
22417
+ width: 16px;
22418
+ height: 16px;
22419
+ background: #fd830a;
22420
+ font-size: 12px;
22421
+ color: #fff;
22422
+ line-height: 16px;
22423
+ border-radius: 8px;
22424
+ }
22425
+
22426
+ body {
22427
+ margin: 0;
22428
+ --shuyunBlue1: #EDF6FF;
22429
+ --shuyunBlue2: #CCE6FF;
22430
+ --shuyunBlue3: #72B0ED;
22431
+ --shuyunBlue4: #0066CC;
22432
+ --shuyunBlue5: #004CA3;
22433
+ --shuyunBlue6: #003775;
22434
+ --shuyunBlue7: #002147;
22435
+ }
22436
+ .miniProgramForm .input {
22437
+ max-width: 400px;
22438
+ }
22439
+ .miniProgramForm .createMiniProgramForm {
22440
+ display: flex;
22441
+ }
22442
+ .miniProgramForm .footer {
22443
+ position: absolute;
22444
+ bottom: 0px;
22445
+ align-items: center;
22446
+ display: flex;
22447
+ justify-content: center;
22448
+ width: calc(100% - 40px);
22449
+ }
22450
+ .miniProgramForm .createOption {
22451
+ flex: 0 0 414px;
22452
+ }
22453
+ .miniProgramForm .createImg {
22454
+ padding-left: 20px;
22455
+ flex: 1;
22456
+ }
22457
+ .miniProgramForm .createImg .imgBox {
22458
+ width: 96px;
22459
+ height: 96px;
22460
+ background: #FAFAFA;
22461
+ border-radius: 3px;
22462
+ border: 1px solid #E8E8E8;
22463
+ display: flex;
22464
+ align-items: center;
22465
+ justify-content: center;
22466
+ }
22467
+ .miniProgramForm .createImg .tips {
22468
+ font-size: 14px;
22469
+ color: rgba(0, 0, 0, 0.45);
22470
+ }
22471
+ .miniProgramForm .cover {
22472
+ width: 100px;
22473
+ height: 100px;
22474
+ border: 1px dashed #878b8f;
22475
+ border-radius: 4px;
22476
+ }
22477
+ .miniProgramForm .cover img {
22478
+ max-width: 100%;
22479
+ max-height: 100%;
22480
+ }
22481
+ .miniProgramForm .tips {
22482
+ color: rgba(0, 0, 0, 0.45);
22483
+ margin-top: 6px;
22484
+ }
22485
+ .miniProgramForm .newCloud-upload-list-text-info-detail {
22486
+ display: none;
22487
+ }
22488
+ .miniProgramForm .newCloud-tree-select {
22489
+ margin-bottom: 0 !important;
22490
+ }
22491
+ .miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper {
22492
+ height: 32px;
22493
+ }
22494
+ .miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
22495
+ font-size: 14px;
22496
+ padding-left: 14px;
22497
+ }
22498
+ .miniProgramForm .addRow {
22499
+ margin-bottom: 15px;
22500
+ }
22501
+ .miniProgramForm .timeRow {
22502
+ gap: 10px;
22503
+ }
22504
+ .miniProgramForm .delete {
22505
+ cursor: pointer;
22506
+ }
22507
+ .miniProgramFormHelpDoc {
22508
+ position: absolute;
22509
+ top: 11px;
22510
+ right: 45px;
22511
+ }
22512
+
22513
+ body {
22514
+ margin: 0;
22515
+ --shuyunBlue1: #EDF6FF;
22516
+ --shuyunBlue2: #CCE6FF;
22517
+ --shuyunBlue3: #72B0ED;
22518
+ --shuyunBlue4: #0066CC;
22519
+ --shuyunBlue5: #004CA3;
22520
+ --shuyunBlue6: #003775;
22521
+ --shuyunBlue7: #002147;
22522
+ }
22523
+ .paramCodeForm {
22524
+ width: 600px;
22525
+ }
22526
+ .paramCodeForm .addRow {
22527
+ margin-bottom: 15px;
22528
+ }
22529
+ .paramCodeForm .timeRow {
22530
+ gap: 10px;
22531
+ }
22532
+ .paramCodeForm .delete {
22533
+ cursor: pointer;
22534
+ }
22535
+ .paramCodeForm .pageFormItem .newCloud-form-item-wrapper {
22536
+ line-height: normal;
22537
+ }
22538
+ .paramCodeForm .footer {
22539
+ position: absolute;
22540
+ bottom: 0px;
22541
+ align-items: center;
22542
+ display: flex;
22543
+ justify-content: center;
22544
+ width: calc(100% - 40px);
22545
+ }
22546
+ .row-flex,
22547
+ .row-flex-center,
22548
+ .row-flex-baseline,
22549
+ .row-flex-start,
22550
+ .row-flex-end,
22551
+ .row-flex-wrap {
22552
+ display: flex;
22553
+ flex-direction: row;
22554
+ min-width: 0;
22555
+ min-height: 0;
22556
+ }
22557
+
22558
+ .poiForm {
22559
+ min-width: 240px;
22560
+ }
22561
+ .poiForm .createItem {
22562
+ display: flex;
22563
+ }
22564
+ .poiForm .createItem .createUploadContainer {
22565
+ flex: 0 0 328px;
22566
+ }
22567
+ .poiForm .createItem .createOther {
22568
+ padding-left: 20px;
22569
+ flex: 1;
22570
+ height: 490px;
22571
+ overflow-y: auto;
22572
+ }
22573
+ .poiForm .createUpload {
22574
+ background: #FAFAFA;
22575
+ border-radius: 6px;
22576
+ border: 1px solid #E8E8E8;
22577
+ height: 328px;
22578
+ display: flex;
22579
+ align-items: center;
22580
+ justify-content: center;
22581
+ flex-direction: column;
22582
+ padding: 0 50px;
22583
+ width: 328px;
22584
+ }
22585
+ .poiForm .createUpload .createIcon {
22586
+ font-size: 18px;
22587
+ color: rgba(0, 0, 0, 0.85);
22588
+ margin-bottom: 20px;
22589
+ }
22590
+ .poiForm .createUpload .createUploadLabel {
22591
+ font-weight: 400;
22592
+ font-size: 14px;
22593
+ color: rgba(0, 0, 0, 0.85);
22594
+ }
22595
+ .poiForm .tips {
22596
+ text-align: center;
22597
+ color: rgba(0, 0, 0, 0.45);
22598
+ margin-top: 6px;
22599
+ }
22600
+ .poiForm .item {
22601
+ margin-bottom: 0;
22602
+ }
22603
+ .poiForm .timeRow {
22604
+ gap: 10px;
22605
+ }
22606
+ .poiForm .timeRow .delete {
22607
+ font-size: 14px;
22608
+ color: rgba(0, 0, 0, 0.45);
22609
+ cursor: pointer;
22610
+ }
22611
+ .poiForm .footer {
22612
+ position: absolute;
22613
+ bottom: 0px;
22614
+ align-items: center;
22615
+ display: flex;
22616
+ justify-content: center;
22617
+ width: calc(100% - 40px);
22618
+ }
22619
+
22620
+ body {
22621
+ margin: 0;
22622
+ --shuyunBlue1: #EDF6FF;
22623
+ --shuyunBlue2: #CCE6FF;
22624
+ --shuyunBlue3: #72B0ED;
22625
+ --shuyunBlue4: #0066CC;
22626
+ --shuyunBlue5: #004CA3;
22627
+ --shuyunBlue6: #003775;
22628
+ --shuyunBlue7: #002147;
22629
+ }
22630
+ .assetLinkForm .input {
22631
+ max-width: 400px;
22632
+ }
22633
+ .assetLinkForm .cover {
22634
+ width: 100px;
22635
+ height: 100px;
22636
+ border: 1px dashed #878b8f;
22637
+ border-radius: 4px;
22638
+ }
22639
+ .assetLinkForm .cover img {
22640
+ max-width: 100%;
22641
+ max-height: 100%;
22642
+ }
22643
+ .assetLinkForm .createItem {
22644
+ display: flex;
22645
+ }
22646
+ .assetLinkForm .createItem .createUploadContainer {
22647
+ flex: 0 0 328px;
22648
+ }
22649
+ .assetLinkForm .createItem .createOther {
22650
+ padding-left: 20px;
22651
+ flex: 1;
22652
+ }
22653
+ .assetLinkForm .createUpload {
22654
+ background: #FAFAFA;
22655
+ border-radius: 6px;
22656
+ border: 1px solid #E8E8E8;
22657
+ height: 328px;
22658
+ display: flex;
22659
+ align-items: center;
22660
+ justify-content: center;
22661
+ flex-direction: column;
22662
+ padding: 0 50px;
22663
+ width: 328px;
22664
+ }
22665
+ .assetLinkForm .createUpload .createIcon {
22666
+ font-size: 18px;
22667
+ color: rgba(0, 0, 0, 0.85);
22668
+ margin-bottom: 20px;
22669
+ }
22670
+ .assetLinkForm .createUpload .createUploadLabel {
22671
+ font-weight: 400;
22672
+ font-size: 14px;
22673
+ color: rgba(0, 0, 0, 0.85);
22674
+ }
22675
+ .assetLinkForm .tips {
22676
+ text-align: center;
22677
+ color: rgba(0, 0, 0, 0.45);
22678
+ margin-top: 6px;
22679
+ }
22680
+ .assetLinkForm .newCloud-upload-list-text-info-detail {
22681
+ display: none;
22682
+ }
22683
+ .assetLinkForm .newCloud-tree-select {
22684
+ margin-bottom: 0 !important;
22685
+ }
22686
+ .assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper {
22687
+ height: 32px;
22688
+ }
22689
+ .assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
22690
+ font-size: 14px;
22691
+ padding-left: 14px;
22692
+ }
22693
+ .assetLinkForm .addRow {
22694
+ margin-bottom: 15px;
22695
+ }
22696
+ .assetLinkForm .timeRow {
22697
+ gap: 10px;
22698
+ }
22699
+ .assetLinkForm .delete {
22700
+ cursor: pointer;
22701
+ }
22702
+ .assetLinkForm .footer {
22703
+ position: absolute;
22704
+ bottom: 0px;
22705
+ align-items: center;
22706
+ display: flex;
22707
+ justify-content: center;
22708
+ width: calc(100% - 40px);
22709
+ }
22710
+
22711
+ :root,
22712
+ :host {
22713
+ --w-e-textarea-bg-color: #fff;
22714
+ --w-e-textarea-color: #333;
22715
+ --w-e-textarea-border-color: #ccc;
22716
+ --w-e-textarea-slight-border-color: #e8e8e8;
22717
+ --w-e-textarea-slight-color: #d4d4d4;
22718
+ --w-e-textarea-slight-bg-color: #f5f2f0;
22719
+ --w-e-textarea-selected-border-color: #B4D5FF;
22720
+ --w-e-textarea-handler-bg-color: #4290f7;
22721
+ --w-e-toolbar-color: #595959;
22722
+ --w-e-toolbar-bg-color: #fff;
22723
+ --w-e-toolbar-active-color: #333;
22724
+ --w-e-toolbar-active-bg-color: #f1f1f1;
22725
+ --w-e-toolbar-disabled-color: #999;
22726
+ --w-e-toolbar-border-color: #e8e8e8;
22727
+ --w-e-modal-button-bg-color: #fafafa;
22728
+ --w-e-modal-button-border-color: #d9d9d9;
22729
+ }
22730
+
22731
+ .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}
22732
+ .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}
22733
+ .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}
22734
+ .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)}
22735
+ .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}
22736
+
22737
+ .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}
22738
+ .assetEditorWangWrapper {
22739
+ border: 1px solid #E8E8E8;
22740
+ border-radius: 2px;
22741
+ z-index: 100;
22742
+ }
22743
+ .assetEditorWangWrapper .w-e-text-placeholder {
22744
+ line-height: initial;
22745
+ }
22746
+ .assetEditorWangWrapper li {
22747
+ list-style: unset !important;
22748
+ }
22749
+ .has-error .assetEditorWangWrapper {
22750
+ border-color: #e74949;
22751
+ }
22752
+
22753
+ body {
22754
+ margin: 0;
22755
+ --shuyunBlue1: #EDF6FF;
22756
+ --shuyunBlue2: #CCE6FF;
22757
+ --shuyunBlue3: #72B0ED;
22758
+ --shuyunBlue4: #0066CC;
22759
+ --shuyunBlue5: #004CA3;
22760
+ --shuyunBlue6: #003775;
22761
+ --shuyunBlue7: #002147;
22762
+ }
22763
+ .assetCommonForm .input {
22764
+ max-width: 400px;
22765
+ }
22766
+ .assetCommonForm .createItem {
22767
+ display: flex;
22768
+ }
22769
+ .assetCommonForm .createItem .createUploadContainer {
22770
+ flex: 0 0 328px;
22771
+ }
22772
+ .assetCommonForm .createItem .createOther {
22773
+ padding-left: 20px;
22774
+ flex: 1;
22775
+ }
22776
+ .assetCommonForm .createUpload {
22777
+ background: #FAFAFA;
22778
+ border-radius: 6px;
22779
+ border: 1px solid #E8E8E8;
22780
+ height: 328px;
22781
+ display: flex;
22782
+ align-items: center;
22783
+ justify-content: center;
22784
+ flex-direction: column;
22785
+ padding: 0 50px;
22786
+ width: 328px;
22787
+ }
22788
+ .assetCommonForm .createUpload .createIcon {
22789
+ font-size: 18px;
22790
+ color: rgba(0, 0, 0, 0.85);
22791
+ margin-bottom: 20px;
22792
+ }
22793
+ .assetCommonForm .createUpload .createUploadLabel {
22794
+ font-weight: 400;
22795
+ font-size: 14px;
22796
+ color: rgba(0, 0, 0, 0.85);
22797
+ }
22798
+ .assetCommonForm .cover {
22799
+ width: 100px;
22800
+ height: 100px;
22801
+ border: 1px dashed #878b8f;
22802
+ border-radius: 4px;
22803
+ }
22804
+ .assetCommonForm .cover img {
22805
+ max-width: 100%;
22806
+ max-height: 100%;
22807
+ }
22808
+ .assetCommonForm img,
22809
+ .assetCommonForm video {
22810
+ max-width: 100%;
22811
+ max-height: 100%;
22812
+ }
22813
+ .assetCommonForm .audio {
22814
+ width: 100%;
22815
+ height: 100%;
22816
+ position: relative;
22817
+ background: #FAFAFA;
22818
+ }
22819
+ .assetCommonForm .audio audio {
22820
+ width: 100%;
22821
+ position: absolute;
22822
+ bottom: 0;
22823
+ }
22824
+ .assetCommonForm .audio audio::-webkit-media-controls-panel {
22825
+ background: #FAFAFA;
22826
+ }
22827
+ .assetCommonForm .textContainer {
22828
+ width: 100%;
22829
+ height: 100%;
22830
+ position: relative;
22831
+ }
22832
+ .assetCommonForm .textContainer .content {
22833
+ overflow-y: auto;
22834
+ margin-top: 15px;
22835
+ word-break: break-all;
22836
+ line-height: 22px;
22837
+ }
22838
+ .assetCommonForm .tips {
22839
+ text-align: center;
22840
+ color: rgba(0, 0, 0, 0.45);
22841
+ margin-top: 8px;
22842
+ }
22843
+ .assetCommonForm .newCloud-upload-list-text-info-detail {
22844
+ display: none;
22845
+ }
22846
+ .assetCommonForm .newCloud-tree-select {
22847
+ margin-bottom: 0 !important;
22848
+ }
22849
+ .assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper {
22850
+ height: 32px;
22851
+ }
22852
+ .assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
22853
+ font-size: 14px;
22854
+ padding-left: 14px;
22855
+ }
22856
+ .assetCommonForm .addRow {
22857
+ margin-bottom: 15px;
22858
+ }
22859
+ .assetCommonForm .timeRow {
22860
+ gap: 10px;
22861
+ }
22862
+ .assetCommonForm .delete {
22863
+ cursor: pointer;
22864
+ }
22865
+ .assetCommonForm .footer {
22866
+ position: absolute;
22867
+ bottom: 0px;
22868
+ align-items: center;
22869
+ display: flex;
22870
+ justify-content: center;
22871
+ width: calc(100% - 40px);
22872
+ }
22873
+
22874
+ .createAssetContainer {
22875
+ width: 100%;
22876
+ }
22877
+ .createAssetContainer .createBread {
22878
+ padding: 4px 20px 6px 20px;
22879
+ width: 100%;
22880
+ border-bottom: 1px solid #e8e8e8;
22881
+ }
22882
+ .createAssetContainer .createForm {
22883
+ padding: 20px;
22884
+ }
22885
+
22886
+ body {
22887
+ margin: 0;
22888
+ --shuyunBlue1: #EDF6FF;
22889
+ --shuyunBlue2: #CCE6FF;
22890
+ --shuyunBlue3: #72B0ED;
22891
+ --shuyunBlue4: #0066CC;
22892
+ --shuyunBlue5: #004CA3;
22893
+ --shuyunBlue6: #003775;
22894
+ --shuyunBlue7: #002147;
22895
+ }
22896
+ .selectedAssetContainer {
22897
+ width: 100%;
21132
22898
  display: flex;
22899
+ flex-direction: column;
21133
22900
  }
21134
- .assetSearchBlockWrapper .moreParamsWrapper {
22901
+ .selectedAssetContainer .selectedBread {
22902
+ padding: 4px 20px 6px 20px;
22903
+ width: 100%;
22904
+ border-bottom: 1px solid #e8e8e8;
22905
+ }
22906
+ .selectedAssetContainer .selectedTable {
22907
+ padding: 18px 0px;
22908
+ flex: 1;
22909
+ overflow: hidden;
22910
+ display: flex;
22911
+ flex-direction: column;
22912
+ }
22913
+ .selectedAssetContainer .assetSelectSearchContainer {
22914
+ padding: 0 20px;
22915
+ background: #fff;
22916
+ border-radius: 3px;
22917
+ display: flex;
22918
+ box-sizing: border-box;
21135
22919
  position: relative;
22920
+ align-items: center;
22921
+ justify-content: space-between;
22922
+ }
22923
+ .selectedAssetContainer .assetSelectSearchContainer .searchRight {
21136
22924
  display: flex;
21137
22925
  align-items: center;
21138
- flex: 1;
21139
- justify-content: flex-end;
22926
+ justify-content: center;
21140
22927
  }
21141
- .assetSearchBlockWrapper .moreParamsWrapper .moreItems {
22928
+ .selectedAssetContainer .assetSelectSearchContainer .searchRight .normal {
22929
+ font-size: 16px;
22930
+ cursor: pointer;
22931
+ color: rgba(0, 0, 0, 0.25);
22932
+ }
22933
+ .selectedAssetContainer .assetSelectSearchContainer .searchRight .active {
22934
+ color: var(--shuyunBlue4);
22935
+ font-size: 16px;
22936
+ cursor: pointer;
22937
+ }
22938
+ .selectedAssetContainer .assetSelectSearchContainer .searchRight .solid-de {
22939
+ display: inline-block;
22940
+ width: 1px;
22941
+ height: 12px;
22942
+ margin: 0 8px;
22943
+ background-color: #E8E8E8;
22944
+ }
22945
+ .selectedAssetContainer .cardMaterials {
22946
+ padding: 0 20px;
22947
+ gap: 12px;
22948
+ }
22949
+ .selectedAssetContainer .cardMaterials .card {
22950
+ width: 128px;
22951
+ height: 152px;
22952
+ background: #FFFFFF;
22953
+ overflow: hidden;
22954
+ cursor: pointer;
22955
+ }
22956
+ .selectedAssetContainer .cardMaterials .card:hover .img .checkbox {
22957
+ visibility: visible;
22958
+ }
22959
+ .selectedAssetContainer .cardMaterials .card:hover .img .collect {
22960
+ visibility: visible;
22961
+ }
22962
+ .selectedAssetContainer .cardMaterials .card .img {
22963
+ height: 128px;
22964
+ position: relative;
22965
+ background: #FAFAFA;
22966
+ border: 1px solid #E8E8E8;
22967
+ border-radius: 6px;
22968
+ }
22969
+ .selectedAssetContainer .cardMaterials .card .img .collect {
22970
+ position: absolute;
22971
+ top: 8px;
22972
+ left: 8px;
22973
+ visibility: hidden;
22974
+ width: 20px;
22975
+ height: 20px;
22976
+ background: #FFFFFF;
21142
22977
  display: flex;
21143
- flex-direction: column;
22978
+ align-items: center;
22979
+ justify-content: center;
22980
+ font-size: 12px;
22981
+ color: rgba(0, 0, 0, 0.25);
22982
+ border-radius: 3px;
22983
+ }
22984
+ .selectedAssetContainer .cardMaterials .card .img .collect.active {
22985
+ color: #FF5866;
22986
+ }
22987
+ .selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview {
21144
22988
  position: absolute;
21145
- padding: 24px 24px 12px;
21146
- top: 25px;
21147
- left: -150px;
21148
- width: 468px;
21149
- background-color: #fff;
21150
- box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
21151
- z-index: 10;
22989
+ bottom: 0;
22990
+ left: 0;
22991
+ display: flex;
22992
+ align-items: center;
22993
+ justify-content: space-between;
22994
+ padding: 0 4px;
22995
+ width: 128px;
22996
+ height: 26px;
22997
+ background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
22998
+ border-radius: 0px 0px 6px 6px;
21152
22999
  }
21153
- .assetSearchBlockWrapper .moreParamsWrapper .moreItems .moreItemsBtn {
21154
- align-self: flex-end;
21155
- margin-top: 24px;
23000
+ .selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialInfo {
23001
+ font-size: 9px;
23002
+ color: #FFFFFF;
21156
23003
  }
21157
- .assetSearchBlockWrapper .moreParamsWrapper .moreNum {
21158
- display: inline-block;
21159
- margin-left: 6px;
21160
- width: 16px;
21161
- height: 16px;
21162
- background: #fd830a;
23004
+ .selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .rightOperate {
23005
+ display: flex;
23006
+ align-items: center;
23007
+ justify-content: center;
23008
+ }
23009
+ .selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialEdit {
21163
23010
  font-size: 12px;
21164
- color: #fff;
21165
- line-height: 16px;
21166
- border-radius: 8px;
23011
+ color: #FFFFFF;
23012
+ margin-right: 4px;
23013
+ display: none;
23014
+ }
23015
+ .selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialPreview {
23016
+ font-size: 12px;
23017
+ color: #FFFFFF;
23018
+ }
23019
+ .selectedAssetContainer .cardMaterials .card .img .checkbox {
23020
+ position: absolute;
23021
+ top: 10px;
23022
+ right: 8px;
23023
+ visibility: hidden;
23024
+ }
23025
+ .selectedAssetContainer .cardMaterials .card .img .newCloud-radio {
23026
+ margin-right: 0px;
23027
+ }
23028
+ .selectedAssetContainer .cardMaterials .card .img .newCloud-radio .newCloud-radio-wrapper {
23029
+ margin-right: 0px;
23030
+ }
23031
+ .selectedAssetContainer .cardMaterials .card .img:hover .materialInfoAndPreview .materialEdit {
23032
+ display: block;
23033
+ }
23034
+ .selectedAssetContainer .cardMaterials .card .img .imgBox {
23035
+ width: 100%;
23036
+ height: 100%;
23037
+ overflow: hidden;
23038
+ }
23039
+ .selectedAssetContainer .cardMaterials .card .img .imgBox:hover .mask {
23040
+ display: block;
23041
+ opacity: 1;
23042
+ }
23043
+ .selectedAssetContainer .cardMaterials .card .img .imgBox:hover .more {
23044
+ opacity: 1;
23045
+ }
23046
+ .selectedAssetContainer .cardMaterials .card .img img {
23047
+ max-width: 100%;
23048
+ max-height: 100%;
23049
+ }
23050
+ .selectedAssetContainer .cardMaterials .card .img .mask {
23051
+ width: 100%;
23052
+ height: 100%;
23053
+ background: rgba(0, 0, 0, 0.45);
23054
+ position: absolute;
23055
+ top: 0;
23056
+ left: 0;
23057
+ z-index: 100;
23058
+ transition: all 0.3s;
23059
+ opacity: 0;
23060
+ border-radius: 6px 6px 0 0;
23061
+ cursor: zoom-in;
23062
+ }
23063
+ .selectedAssetContainer .cardMaterials .card .img .operation {
23064
+ width: 28px;
23065
+ height: 28px;
23066
+ box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
23067
+ border-radius: 3px;
23068
+ background: #FFFFFF;
23069
+ display: flex;
23070
+ align-items: center;
23071
+ justify-content: center;
23072
+ cursor: pointer;
23073
+ text-align: center;
23074
+ }
23075
+ .selectedAssetContainer .cardMaterials .card .img .more {
23076
+ position: absolute;
23077
+ top: 12px;
23078
+ right: 12px;
23079
+ width: 24px;
23080
+ height: 24px;
23081
+ z-index: 101;
23082
+ color: rgba(0, 0, 0, 0.85);
23083
+ opacity: 0;
23084
+ }
23085
+ .selectedAssetContainer .cardMaterials .card .info {
23086
+ margin-top: 4px;
23087
+ }
23088
+ .selectedAssetContainer .cardMaterials .card .info .title {
23089
+ font-size: 12px;
23090
+ font-weight: 400;
23091
+ color: rgba(0, 0, 0, 0.85);
23092
+ line-height: 20px;
23093
+ cursor: pointer;
23094
+ }
23095
+ .selectedAssetContainer .cardMaterials .checked .img .checkbox {
23096
+ visibility: visible;
23097
+ }
23098
+ .selectedAssetContainer .selectAssetFooter {
23099
+ display: flex;
23100
+ align-items: center;
23101
+ justify-content: center;
23102
+ }
23103
+ .selectedAssetContainer .selectAssetFooter .cancel {
23104
+ margin-left: 12px;
21167
23105
  }
21168
23106
 
21169
23107
  body {