cloud-business 0.1.111 → 0.1.112-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloud-business.css +959 -0
- package/cloud-business.js +188 -5
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +206 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -17913,6 +17913,9 @@ body {
|
|
|
17913
17913
|
display: inline-block;
|
|
17914
17914
|
position: absolute;
|
|
17915
17915
|
top: 15px;
|
|
17916
|
+
left: 61px;
|
|
17917
|
+
}
|
|
17918
|
+
.cloud-goods-selector-pro-container-new .totals-flag-tabs {
|
|
17916
17919
|
left: 141px;
|
|
17917
17920
|
}
|
|
17918
17921
|
.cloud-goods-selector-pro-container-new .newCloud-tabs-header-line {
|
|
@@ -20207,6 +20210,962 @@ body {
|
|
|
20207
20210
|
z-index: 1;
|
|
20208
20211
|
}
|
|
20209
20212
|
|
|
20213
|
+
.assetModal {
|
|
20214
|
+
height: 700px;
|
|
20215
|
+
}
|
|
20216
|
+
.assetModal .assetModalWarp {
|
|
20217
|
+
display: flex;
|
|
20218
|
+
padding: 10px 0 0 20px;
|
|
20219
|
+
overflow: hidden;
|
|
20220
|
+
}
|
|
20221
|
+
|
|
20222
|
+
.combineInputContainer {
|
|
20223
|
+
display: flex;
|
|
20224
|
+
align-items: center;
|
|
20225
|
+
}
|
|
20226
|
+
.combineInputContainer .select {
|
|
20227
|
+
margin-right: -1px;
|
|
20228
|
+
}
|
|
20229
|
+
.combineInputContainer .input {
|
|
20230
|
+
flex: 1;
|
|
20231
|
+
}
|
|
20232
|
+
|
|
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;
|
|
20242
|
+
}
|
|
20243
|
+
.miniProgramForm .input {
|
|
20244
|
+
max-width: 400px;
|
|
20245
|
+
}
|
|
20246
|
+
.miniProgramForm .cover {
|
|
20247
|
+
width: 100px;
|
|
20248
|
+
height: 100px;
|
|
20249
|
+
border: 1px dashed #878b8f;
|
|
20250
|
+
border-radius: 4px;
|
|
20251
|
+
}
|
|
20252
|
+
.miniProgramForm .cover img {
|
|
20253
|
+
max-width: 100%;
|
|
20254
|
+
max-height: 100%;
|
|
20255
|
+
}
|
|
20256
|
+
.miniProgramForm .tips {
|
|
20257
|
+
color: rgba(0, 0, 0, 0.45);
|
|
20258
|
+
margin-top: 6px;
|
|
20259
|
+
}
|
|
20260
|
+
.miniProgramForm .newCloud-upload-list-text-info-detail {
|
|
20261
|
+
display: none;
|
|
20262
|
+
}
|
|
20263
|
+
.miniProgramForm .newCloud-tree-select {
|
|
20264
|
+
margin-bottom: 0 !important;
|
|
20265
|
+
}
|
|
20266
|
+
.miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
20267
|
+
height: 32px;
|
|
20268
|
+
}
|
|
20269
|
+
.miniProgramForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
20270
|
+
font-size: 14px;
|
|
20271
|
+
padding-left: 14px;
|
|
20272
|
+
}
|
|
20273
|
+
.miniProgramForm .addRow {
|
|
20274
|
+
margin-bottom: 15px;
|
|
20275
|
+
}
|
|
20276
|
+
.miniProgramForm .timeRow {
|
|
20277
|
+
gap: 10px;
|
|
20278
|
+
}
|
|
20279
|
+
.miniProgramForm .delete {
|
|
20280
|
+
cursor: pointer;
|
|
20281
|
+
}
|
|
20282
|
+
.miniProgramFormHelpDoc {
|
|
20283
|
+
position: absolute;
|
|
20284
|
+
top: 11px;
|
|
20285
|
+
right: 45px;
|
|
20286
|
+
}
|
|
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;
|
|
20297
|
+
}
|
|
20298
|
+
.paramCodeForm {
|
|
20299
|
+
width: 600px;
|
|
20300
|
+
}
|
|
20301
|
+
.paramCodeForm .addRow {
|
|
20302
|
+
margin-bottom: 15px;
|
|
20303
|
+
}
|
|
20304
|
+
.paramCodeForm .timeRow {
|
|
20305
|
+
gap: 10px;
|
|
20306
|
+
}
|
|
20307
|
+
.paramCodeForm .delete {
|
|
20308
|
+
cursor: pointer;
|
|
20309
|
+
}
|
|
20310
|
+
.paramCodeForm .pageFormItem .newCloud-form-item-wrapper {
|
|
20311
|
+
line-height: normal;
|
|
20312
|
+
}
|
|
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;
|
|
20323
|
+
}
|
|
20324
|
+
|
|
20325
|
+
.poiForm {
|
|
20326
|
+
min-width: 240px;
|
|
20327
|
+
}
|
|
20328
|
+
.poiForm .item {
|
|
20329
|
+
margin-bottom: 0;
|
|
20330
|
+
}
|
|
20331
|
+
.poiForm .timeRow {
|
|
20332
|
+
gap: 10px;
|
|
20333
|
+
}
|
|
20334
|
+
.poiForm .timeRow .delete {
|
|
20335
|
+
font-size: 14px;
|
|
20336
|
+
color: rgba(0, 0, 0, 0.45);
|
|
20337
|
+
cursor: pointer;
|
|
20338
|
+
}
|
|
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;
|
|
20349
|
+
}
|
|
20350
|
+
.assetLinkForm .input {
|
|
20351
|
+
max-width: 400px;
|
|
20352
|
+
}
|
|
20353
|
+
.assetLinkForm .cover {
|
|
20354
|
+
width: 100px;
|
|
20355
|
+
height: 100px;
|
|
20356
|
+
border: 1px dashed #878b8f;
|
|
20357
|
+
border-radius: 4px;
|
|
20358
|
+
}
|
|
20359
|
+
.assetLinkForm .cover img {
|
|
20360
|
+
max-width: 100%;
|
|
20361
|
+
max-height: 100%;
|
|
20362
|
+
}
|
|
20363
|
+
.assetLinkForm .tips {
|
|
20364
|
+
color: rgba(0, 0, 0, 0.45);
|
|
20365
|
+
margin-top: 6px;
|
|
20366
|
+
}
|
|
20367
|
+
.assetLinkForm .newCloud-upload-list-text-info-detail {
|
|
20368
|
+
display: none;
|
|
20369
|
+
}
|
|
20370
|
+
.assetLinkForm .newCloud-tree-select {
|
|
20371
|
+
margin-bottom: 0 !important;
|
|
20372
|
+
}
|
|
20373
|
+
.assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
20374
|
+
height: 32px;
|
|
20375
|
+
}
|
|
20376
|
+
.assetLinkForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
20377
|
+
font-size: 14px;
|
|
20378
|
+
padding-left: 14px;
|
|
20379
|
+
}
|
|
20380
|
+
.assetLinkForm .addRow {
|
|
20381
|
+
margin-bottom: 15px;
|
|
20382
|
+
}
|
|
20383
|
+
.assetLinkForm .timeRow {
|
|
20384
|
+
gap: 10px;
|
|
20385
|
+
}
|
|
20386
|
+
.assetLinkForm .delete {
|
|
20387
|
+
cursor: pointer;
|
|
20388
|
+
}
|
|
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;
|
|
20408
|
+
}
|
|
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;
|
|
20421
|
+
}
|
|
20422
|
+
.assetEditorWangWrapper .w-e-text-placeholder {
|
|
20423
|
+
line-height: initial;
|
|
20424
|
+
}
|
|
20425
|
+
.assetEditorWangWrapper li {
|
|
20426
|
+
list-style: unset !important;
|
|
20427
|
+
}
|
|
20428
|
+
.has-error .assetEditorWangWrapper {
|
|
20429
|
+
border-color: #e74949;
|
|
20430
|
+
}
|
|
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;
|
|
20441
|
+
}
|
|
20442
|
+
.assetCommonForm .input {
|
|
20443
|
+
max-width: 400px;
|
|
20444
|
+
}
|
|
20445
|
+
.assetCommonForm .cover {
|
|
20446
|
+
width: 100px;
|
|
20447
|
+
height: 100px;
|
|
20448
|
+
border: 1px dashed #878b8f;
|
|
20449
|
+
border-radius: 4px;
|
|
20450
|
+
}
|
|
20451
|
+
.assetCommonForm .cover img {
|
|
20452
|
+
max-width: 100%;
|
|
20453
|
+
max-height: 100%;
|
|
20454
|
+
}
|
|
20455
|
+
.assetCommonForm .tips {
|
|
20456
|
+
color: rgba(0, 0, 0, 0.45);
|
|
20457
|
+
margin-top: 6px;
|
|
20458
|
+
}
|
|
20459
|
+
.assetCommonForm .newCloud-upload-list-text-info-detail {
|
|
20460
|
+
display: none;
|
|
20461
|
+
}
|
|
20462
|
+
.assetCommonForm .newCloud-tree-select {
|
|
20463
|
+
margin-bottom: 0 !important;
|
|
20464
|
+
}
|
|
20465
|
+
.assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
20466
|
+
height: 32px;
|
|
20467
|
+
}
|
|
20468
|
+
.assetCommonForm .newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
20469
|
+
font-size: 14px;
|
|
20470
|
+
padding-left: 14px;
|
|
20471
|
+
}
|
|
20472
|
+
.assetCommonForm .addRow {
|
|
20473
|
+
margin-bottom: 15px;
|
|
20474
|
+
}
|
|
20475
|
+
.assetCommonForm .timeRow {
|
|
20476
|
+
gap: 10px;
|
|
20477
|
+
}
|
|
20478
|
+
.assetCommonForm .delete {
|
|
20479
|
+
cursor: pointer;
|
|
20480
|
+
}
|
|
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;
|
|
20493
|
+
}
|
|
20494
|
+
.assetSearchWrapper .item {
|
|
20495
|
+
width: 226px;
|
|
20496
|
+
}
|
|
20497
|
+
.assetSearchWrapper .item > div,
|
|
20498
|
+
.assetSearchWrapper .item > input {
|
|
20499
|
+
width: 100%;
|
|
20500
|
+
}
|
|
20501
|
+
.assetSearchWrapper .searchBtn {
|
|
20502
|
+
display: flex;
|
|
20503
|
+
}
|
|
20504
|
+
.assetSearchWrapper .searchBtn .okBtn {
|
|
20505
|
+
margin-right: 12px;
|
|
20506
|
+
}
|
|
20507
|
+
.assetSearchWrapper .create {
|
|
20508
|
+
position: absolute;
|
|
20509
|
+
right: 20px;
|
|
20510
|
+
bottom: 30px;
|
|
20511
|
+
}
|
|
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;
|
|
20522
|
+
}
|
|
20523
|
+
.assetTableTab {
|
|
20524
|
+
display: flex;
|
|
20525
|
+
flex-direction: column;
|
|
20526
|
+
width: 100%;
|
|
20527
|
+
overflow: hidden;
|
|
20528
|
+
}
|
|
20529
|
+
.assetTableTab .tabContent {
|
|
20530
|
+
padding-right: 20px;
|
|
20531
|
+
border-right: 1px solid #E8E8E8;
|
|
20532
|
+
}
|
|
20533
|
+
.assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line .newCloud-tab-content {
|
|
20534
|
+
min-width: 64px;
|
|
20535
|
+
}
|
|
20536
|
+
.assetTableTab .newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-item-line.newCloud-tabs-container {
|
|
20537
|
+
height: 40px;
|
|
20538
|
+
}
|
|
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;
|
|
20548
|
+
}
|
|
20549
|
+
.assetTableTab .assetTabWarp {
|
|
20550
|
+
display: flex;
|
|
20551
|
+
overflow: hidden;
|
|
20552
|
+
}
|
|
20553
|
+
.assetTableTab .assetTabWarp .tableWarp {
|
|
20554
|
+
flex: 1;
|
|
20555
|
+
overflow: hidden;
|
|
20556
|
+
display: flex;
|
|
20557
|
+
flex-direction: column;
|
|
20558
|
+
height: 540px;
|
|
20559
|
+
}
|
|
20560
|
+
.assetSelectSearchContainer {
|
|
20561
|
+
width: 330px;
|
|
20562
|
+
display: flex;
|
|
20563
|
+
align-items: center;
|
|
20564
|
+
}
|
|
20565
|
+
.assetSelectSearchContainer .select {
|
|
20566
|
+
margin-right: -1px;
|
|
20567
|
+
}
|
|
20568
|
+
.assetSelectSearchContainer .input {
|
|
20569
|
+
flex: 1;
|
|
20570
|
+
}
|
|
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;
|
|
20581
|
+
}
|
|
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;
|
|
20592
|
+
}
|
|
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;
|
|
20603
|
+
}
|
|
20604
|
+
.row-flex-center {
|
|
20605
|
+
align-items: center;
|
|
20606
|
+
}
|
|
20607
|
+
.row-flex-baseline {
|
|
20608
|
+
align-items: baseline;
|
|
20609
|
+
}
|
|
20610
|
+
.row-flex-start {
|
|
20611
|
+
align-items: flex-start;
|
|
20612
|
+
}
|
|
20613
|
+
.row-flex-end {
|
|
20614
|
+
align-items: flex-end;
|
|
20615
|
+
}
|
|
20616
|
+
.row-flex-wrap {
|
|
20617
|
+
flex-wrap: wrap;
|
|
20618
|
+
align-items: flex-start;
|
|
20619
|
+
}
|
|
20620
|
+
.column-flex,
|
|
20621
|
+
.column-flex-center {
|
|
20622
|
+
display: flex;
|
|
20623
|
+
flex-direction: column;
|
|
20624
|
+
min-width: 0;
|
|
20625
|
+
min-height: 0;
|
|
20626
|
+
}
|
|
20627
|
+
.column-flex-center {
|
|
20628
|
+
align-items: center;
|
|
20629
|
+
min-height: 0;
|
|
20630
|
+
}
|
|
20631
|
+
.jc-center {
|
|
20632
|
+
justify-content: center;
|
|
20633
|
+
}
|
|
20634
|
+
.jc-start {
|
|
20635
|
+
justify-content: flex-start;
|
|
20636
|
+
}
|
|
20637
|
+
.jc-end {
|
|
20638
|
+
justify-content: flex-end;
|
|
20639
|
+
}
|
|
20640
|
+
.jc-space {
|
|
20641
|
+
justify-content: space-between;
|
|
20642
|
+
}
|
|
20643
|
+
.jc-around {
|
|
20644
|
+
justify-content: space-around;
|
|
20645
|
+
}
|
|
20646
|
+
.align-content-start {
|
|
20647
|
+
align-content: flex-start;
|
|
20648
|
+
}
|
|
20649
|
+
.flex1 {
|
|
20650
|
+
flex: 1;
|
|
20651
|
+
}
|
|
20652
|
+
.flex2 {
|
|
20653
|
+
flex: 2;
|
|
20654
|
+
}
|
|
20655
|
+
.flex3 {
|
|
20656
|
+
flex: 3;
|
|
20657
|
+
}
|
|
20658
|
+
.flex5 {
|
|
20659
|
+
flex: 5;
|
|
20660
|
+
}
|
|
20661
|
+
.no-shrink {
|
|
20662
|
+
flex-shrink: 0;
|
|
20663
|
+
}
|
|
20664
|
+
.flex-wrap {
|
|
20665
|
+
flex-wrap: wrap;
|
|
20666
|
+
}
|
|
20667
|
+
.flex-nowrap {
|
|
20668
|
+
flex-wrap: nowrap;
|
|
20669
|
+
}
|
|
20670
|
+
.cursor-pointer {
|
|
20671
|
+
cursor: pointer;
|
|
20672
|
+
}
|
|
20673
|
+
.text-ellipsis {
|
|
20674
|
+
white-space: nowrap;
|
|
20675
|
+
overflow: hidden;
|
|
20676
|
+
text-overflow: ellipsis;
|
|
20677
|
+
}
|
|
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;
|
|
20686
|
+
}
|
|
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;
|
|
20695
|
+
}
|
|
20696
|
+
.assetDetailModal {
|
|
20697
|
+
height: 522px;
|
|
20698
|
+
border-radius: 3px;
|
|
20699
|
+
border: 1px solid #E8E8E8;
|
|
20700
|
+
}
|
|
20701
|
+
.assetDetailModal .left {
|
|
20702
|
+
width: 520px;
|
|
20703
|
+
padding: 20px;
|
|
20704
|
+
background-color: #FAFAFA;
|
|
20705
|
+
}
|
|
20706
|
+
.assetDetailModal .left img,
|
|
20707
|
+
.assetDetailModal .left video {
|
|
20708
|
+
max-width: 100%;
|
|
20709
|
+
max-height: 100%;
|
|
20710
|
+
}
|
|
20711
|
+
.assetDetailModal .left .audio {
|
|
20712
|
+
width: 100%;
|
|
20713
|
+
height: 100%;
|
|
20714
|
+
position: relative;
|
|
20715
|
+
background: #FAFAFA;
|
|
20716
|
+
}
|
|
20717
|
+
.assetDetailModal .left .audio audio {
|
|
20718
|
+
width: 100%;
|
|
20719
|
+
position: absolute;
|
|
20720
|
+
bottom: 0;
|
|
20721
|
+
}
|
|
20722
|
+
.assetDetailModal .left .audio audio::-webkit-media-controls-panel {
|
|
20723
|
+
background: #FAFAFA;
|
|
20724
|
+
}
|
|
20725
|
+
.assetDetailModal .left .textContainer {
|
|
20726
|
+
width: 100%;
|
|
20727
|
+
height: 100%;
|
|
20728
|
+
position: relative;
|
|
20729
|
+
}
|
|
20730
|
+
.assetDetailModal .left .textContainer .content {
|
|
20731
|
+
overflow-y: scroll;
|
|
20732
|
+
margin-top: 15px;
|
|
20733
|
+
word-break: break-all;
|
|
20734
|
+
line-height: 22px;
|
|
20735
|
+
}
|
|
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;
|
|
20743
|
+
}
|
|
20744
|
+
.assetDetailModal .left .link .img {
|
|
20745
|
+
width: 70px;
|
|
20746
|
+
height: 70px;
|
|
20747
|
+
border-radius: 6px;
|
|
20748
|
+
margin-left: 18px;
|
|
20749
|
+
}
|
|
20750
|
+
.assetDetailModal .left .link .img img {
|
|
20751
|
+
max-width: 100%;
|
|
20752
|
+
max-height: 100%;
|
|
20753
|
+
}
|
|
20754
|
+
.assetDetailModal .left .link .linkLeft {
|
|
20755
|
+
height: 100%;
|
|
20756
|
+
padding: 6px 2px;
|
|
20757
|
+
overflow: hidden;
|
|
20758
|
+
}
|
|
20759
|
+
.assetDetailModal .left .link .title {
|
|
20760
|
+
font-weight: 500;
|
|
20761
|
+
}
|
|
20762
|
+
.assetDetailModal .left .link .desc {
|
|
20763
|
+
color: rgba(0, 0, 0, 0.45);
|
|
20764
|
+
margin-top: 10px;
|
|
20765
|
+
}
|
|
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;
|
|
20772
|
+
}
|
|
20773
|
+
.assetDetailModal .left .program .title {
|
|
20774
|
+
font-weight: 500;
|
|
20775
|
+
font-size: 16px;
|
|
20776
|
+
}
|
|
20777
|
+
.assetDetailModal .left .program .desc {
|
|
20778
|
+
color: rgba(0, 0, 0, 0.45);
|
|
20779
|
+
margin: 10px 0;
|
|
20780
|
+
}
|
|
20781
|
+
.assetDetailModal .left .program .img {
|
|
20782
|
+
width: 100%;
|
|
20783
|
+
height: 175px;
|
|
20784
|
+
}
|
|
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;
|
|
20790
|
+
}
|
|
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;
|
|
20799
|
+
}
|
|
20800
|
+
.assetDetailModal .left .paramCode .download {
|
|
20801
|
+
margin: 0 auto;
|
|
20802
|
+
width: -moz-max-content;
|
|
20803
|
+
width: max-content;
|
|
20804
|
+
margin-top: 25px;
|
|
20805
|
+
}
|
|
20806
|
+
.assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight {
|
|
20807
|
+
width: 148px;
|
|
20808
|
+
}
|
|
20809
|
+
.assetDetailModal .left .paramCode .download .newCloud-dropdowns.newCloud-dropdowns-placement-bottomRight .newCloud-dropdowns-menu-area {
|
|
20810
|
+
width: -webkit-fill-available;
|
|
20811
|
+
}
|
|
20812
|
+
.assetDetailModal .left.poi {
|
|
20813
|
+
padding: 0;
|
|
20814
|
+
}
|
|
20815
|
+
.assetDetailModal .right {
|
|
20816
|
+
padding: 20px;
|
|
20817
|
+
flex: 1;
|
|
20818
|
+
overflow-y: auto;
|
|
20819
|
+
}
|
|
20820
|
+
.assetDetailModal .right .row {
|
|
20821
|
+
margin-bottom: 28px;
|
|
20822
|
+
font-size: 14px;
|
|
20823
|
+
}
|
|
20824
|
+
.assetDetailModal .right .row .label {
|
|
20825
|
+
color: rgba(0, 0, 0, 0.65);
|
|
20826
|
+
width: 85px;
|
|
20827
|
+
}
|
|
20828
|
+
.assetDetailModal .right .row .value {
|
|
20829
|
+
color: rgba(0, 0, 0, 0.85);
|
|
20830
|
+
}
|
|
20831
|
+
.assetDetailModal .right .row .value .valueContent {
|
|
20832
|
+
word-break: break-all;
|
|
20833
|
+
}
|
|
20834
|
+
.assetDetailModal .right .row .value .openingTime {
|
|
20835
|
+
background: #F5F5F5;
|
|
20836
|
+
border-radius: 8px;
|
|
20837
|
+
padding: 15px;
|
|
20838
|
+
margin-top: 10px;
|
|
20839
|
+
}
|
|
20840
|
+
.assetDetailModal .right .row .value .openingTime .item {
|
|
20841
|
+
margin: 10px 0;
|
|
20842
|
+
}
|
|
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;
|
|
20850
|
+
}
|
|
20851
|
+
.assetDetailModal .right .shopImg img {
|
|
20852
|
+
max-width: 100%;
|
|
20853
|
+
max-height: 100%;
|
|
20854
|
+
}
|
|
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;
|
|
20865
|
+
}
|
|
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;
|
|
20877
|
+
}
|
|
20878
|
+
.picturePreviewer:hover .mask {
|
|
20879
|
+
opacity: 1;
|
|
20880
|
+
visibility: visible;
|
|
20881
|
+
}
|
|
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;
|
|
20891
|
+
}
|
|
20892
|
+
.picturePreviewer .mask .actions {
|
|
20893
|
+
display: flex;
|
|
20894
|
+
align-items: center;
|
|
20895
|
+
justify-content: center;
|
|
20896
|
+
gap: 2px;
|
|
20897
|
+
color: #FFFFFF;
|
|
20898
|
+
}
|
|
20899
|
+
.picturePreviewer .mask .actions .newCloud-icon {
|
|
20900
|
+
cursor: pointer;
|
|
20901
|
+
}
|
|
20902
|
+
.picturePreviewerContent {
|
|
20903
|
+
display: flex;
|
|
20904
|
+
align-items: center;
|
|
20905
|
+
justify-content: center;
|
|
20906
|
+
width: 100%;
|
|
20907
|
+
height: 100%;
|
|
20908
|
+
}
|
|
20909
|
+
.picturePreviewerContent img {
|
|
20910
|
+
max-width: 100%;
|
|
20911
|
+
max-height: 100%;
|
|
20912
|
+
}
|
|
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;
|
|
20924
|
+
}
|
|
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;
|
|
20935
|
+
}
|
|
20936
|
+
.row-flex-center {
|
|
20937
|
+
align-items: center;
|
|
20938
|
+
}
|
|
20939
|
+
.row-flex-baseline {
|
|
20940
|
+
align-items: baseline;
|
|
20941
|
+
}
|
|
20942
|
+
.row-flex-start {
|
|
20943
|
+
align-items: flex-start;
|
|
20944
|
+
}
|
|
20945
|
+
.row-flex-end {
|
|
20946
|
+
align-items: flex-end;
|
|
20947
|
+
}
|
|
20948
|
+
.row-flex-wrap {
|
|
20949
|
+
flex-wrap: wrap;
|
|
20950
|
+
align-items: flex-start;
|
|
20951
|
+
}
|
|
20952
|
+
.column-flex,
|
|
20953
|
+
.column-flex-center {
|
|
20954
|
+
display: flex;
|
|
20955
|
+
flex-direction: column;
|
|
20956
|
+
min-width: 0;
|
|
20957
|
+
min-height: 0;
|
|
20958
|
+
}
|
|
20959
|
+
.column-flex-center {
|
|
20960
|
+
align-items: center;
|
|
20961
|
+
min-height: 0;
|
|
20962
|
+
}
|
|
20963
|
+
.jc-center {
|
|
20964
|
+
justify-content: center;
|
|
20965
|
+
}
|
|
20966
|
+
.jc-start {
|
|
20967
|
+
justify-content: flex-start;
|
|
20968
|
+
}
|
|
20969
|
+
.jc-end {
|
|
20970
|
+
justify-content: flex-end;
|
|
20971
|
+
}
|
|
20972
|
+
.jc-space {
|
|
20973
|
+
justify-content: space-between;
|
|
20974
|
+
}
|
|
20975
|
+
.jc-around {
|
|
20976
|
+
justify-content: space-around;
|
|
20977
|
+
}
|
|
20978
|
+
.align-content-start {
|
|
20979
|
+
align-content: flex-start;
|
|
20980
|
+
}
|
|
20981
|
+
.flex1 {
|
|
20982
|
+
flex: 1;
|
|
20983
|
+
}
|
|
20984
|
+
.flex2 {
|
|
20985
|
+
flex: 2;
|
|
20986
|
+
}
|
|
20987
|
+
.flex3 {
|
|
20988
|
+
flex: 3;
|
|
20989
|
+
}
|
|
20990
|
+
.flex5 {
|
|
20991
|
+
flex: 5;
|
|
20992
|
+
}
|
|
20993
|
+
.no-shrink {
|
|
20994
|
+
flex-shrink: 0;
|
|
20995
|
+
}
|
|
20996
|
+
.flex-wrap {
|
|
20997
|
+
flex-wrap: wrap;
|
|
20998
|
+
}
|
|
20999
|
+
.flex-nowrap {
|
|
21000
|
+
flex-wrap: nowrap;
|
|
21001
|
+
}
|
|
21002
|
+
.cursor-pointer {
|
|
21003
|
+
cursor: pointer;
|
|
21004
|
+
}
|
|
21005
|
+
.text-ellipsis {
|
|
21006
|
+
white-space: nowrap;
|
|
21007
|
+
overflow: hidden;
|
|
21008
|
+
text-overflow: ellipsis;
|
|
21009
|
+
}
|
|
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;
|
|
21018
|
+
}
|
|
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;
|
|
21027
|
+
}
|
|
21028
|
+
.assetContentView img,
|
|
21029
|
+
.assetContentView video {
|
|
21030
|
+
border-radius: 4px;
|
|
21031
|
+
margin-right: 8px;
|
|
21032
|
+
}
|
|
21033
|
+
.assetContentView .name {
|
|
21034
|
+
color: #2157EB;
|
|
21035
|
+
cursor: pointer;
|
|
21036
|
+
}
|
|
21037
|
+
.assetContentView .twoRows {
|
|
21038
|
+
white-space: initial;
|
|
21039
|
+
}
|
|
21040
|
+
.assetContentView .duration {
|
|
21041
|
+
color: rgba(0, 0, 0, 0.45);
|
|
21042
|
+
margin-top: 4px;
|
|
21043
|
+
display: block;
|
|
21044
|
+
}
|
|
21045
|
+
.assetContentView .left {
|
|
21046
|
+
width: 40px;
|
|
21047
|
+
height: 40px;
|
|
21048
|
+
background: #FAFAFA;
|
|
21049
|
+
border-radius: 3px;
|
|
21050
|
+
margin-right: 8px;
|
|
21051
|
+
position: relative;
|
|
21052
|
+
}
|
|
21053
|
+
.assetContentView .left .materialImg {
|
|
21054
|
+
width: 100%;
|
|
21055
|
+
height: 100%;
|
|
21056
|
+
}
|
|
21057
|
+
.assetContentView .left img {
|
|
21058
|
+
width: 22px;
|
|
21059
|
+
height: 22px;
|
|
21060
|
+
margin-right: 0;
|
|
21061
|
+
}
|
|
21062
|
+
.assetContentView .left video {
|
|
21063
|
+
width: 100%;
|
|
21064
|
+
height: 100%;
|
|
21065
|
+
margin: 0;
|
|
21066
|
+
}
|
|
21067
|
+
.assetContentView .left .play {
|
|
21068
|
+
position: absolute;
|
|
21069
|
+
left: 9px;
|
|
21070
|
+
top: 12px;
|
|
21071
|
+
color: rgba(0, 0, 0, 0.45);
|
|
21072
|
+
}
|
|
21073
|
+
.assetContentView .link img {
|
|
21074
|
+
max-width: 100%;
|
|
21075
|
+
max-height: 100%;
|
|
21076
|
+
width: auto;
|
|
21077
|
+
height: auto;
|
|
21078
|
+
}
|
|
21079
|
+
|
|
21080
|
+
.assetSearchItem {
|
|
21081
|
+
display: flex;
|
|
21082
|
+
align-items: center;
|
|
21083
|
+
}
|
|
21084
|
+
.assetSearchItem .title {
|
|
21085
|
+
text-align: right;
|
|
21086
|
+
font-size: 14px;
|
|
21087
|
+
color: rgba(0, 0, 0, 0.65);
|
|
21088
|
+
line-height: 20px;
|
|
21089
|
+
}
|
|
21090
|
+
.assetSearchItem .note {
|
|
21091
|
+
color: #D9001B;
|
|
21092
|
+
padding-right: 5px;
|
|
21093
|
+
}
|
|
21094
|
+
.assetSearchItem .content {
|
|
21095
|
+
flex: 1;
|
|
21096
|
+
}
|
|
21097
|
+
.assetSearchItem .content > div,
|
|
21098
|
+
.assetSearchItem .content > input {
|
|
21099
|
+
width: 100%;
|
|
21100
|
+
}
|
|
21101
|
+
.assetSearchItem.autoWidth {
|
|
21102
|
+
width: 100%;
|
|
21103
|
+
}
|
|
21104
|
+
|
|
21105
|
+
.assetSearchBlockWrapper {
|
|
21106
|
+
background: #FAFAFA;
|
|
21107
|
+
border-radius: 3px;
|
|
21108
|
+
margin-left: 24px;
|
|
21109
|
+
padding: 16px 12px;
|
|
21110
|
+
}
|
|
21111
|
+
.assetSearchBlockWrapper .searchBtn {
|
|
21112
|
+
display: flex;
|
|
21113
|
+
padding-left: 80px;
|
|
21114
|
+
padding-top: 20px;
|
|
21115
|
+
-moz-column-gap: 12px;
|
|
21116
|
+
column-gap: 12px;
|
|
21117
|
+
}
|
|
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;
|
|
21127
|
+
}
|
|
21128
|
+
.assetSearchBlockWrapper .searchBox .okBtn {
|
|
21129
|
+
margin-right: 12px;
|
|
21130
|
+
}
|
|
21131
|
+
.assetSearchBlockWrapper .searchBox .moreSearch {
|
|
21132
|
+
display: flex;
|
|
21133
|
+
}
|
|
21134
|
+
.assetSearchBlockWrapper .moreParamsWrapper {
|
|
21135
|
+
position: relative;
|
|
21136
|
+
display: flex;
|
|
21137
|
+
align-items: center;
|
|
21138
|
+
flex: 1;
|
|
21139
|
+
justify-content: flex-end;
|
|
21140
|
+
}
|
|
21141
|
+
.assetSearchBlockWrapper .moreParamsWrapper .moreItems {
|
|
21142
|
+
display: flex;
|
|
21143
|
+
flex-direction: column;
|
|
21144
|
+
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;
|
|
21152
|
+
}
|
|
21153
|
+
.assetSearchBlockWrapper .moreParamsWrapper .moreItems .moreItemsBtn {
|
|
21154
|
+
align-self: flex-end;
|
|
21155
|
+
margin-top: 24px;
|
|
21156
|
+
}
|
|
21157
|
+
.assetSearchBlockWrapper .moreParamsWrapper .moreNum {
|
|
21158
|
+
display: inline-block;
|
|
21159
|
+
margin-left: 6px;
|
|
21160
|
+
width: 16px;
|
|
21161
|
+
height: 16px;
|
|
21162
|
+
background: #fd830a;
|
|
21163
|
+
font-size: 12px;
|
|
21164
|
+
color: #fff;
|
|
21165
|
+
line-height: 16px;
|
|
21166
|
+
border-radius: 8px;
|
|
21167
|
+
}
|
|
21168
|
+
|
|
20210
21169
|
body {
|
|
20211
21170
|
margin: 0;
|
|
20212
21171
|
--shuyunBlue1: #EDF6FF;
|