@cmstops/pro-compo 0.1.10 → 0.1.12
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/dist/index.css +1035 -0
- package/dist/index.min.css +1 -1
- package/es/_virtual/plugin-vue_export-helper.js +7 -0
- package/es/config.d.ts +2 -0
- package/es/config.js +3 -1
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/component.js +89 -0
- package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/CompoItem/index.js +76 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.js +99 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +71 -0
- package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.js +199 -0
- package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +184 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +131 -0
- package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/LiveItem/index.js +82 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.js +84 -0
- package/es/contentDetailList/components/Content/MaccountItem/temp/user.js +2 -0
- package/es/contentDetailList/components/Content/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.js +308 -0
- package/es/contentDetailList/components/Doc/index.d.ts +0 -0
- package/es/contentDetailList/components/Doc/index.js +58 -0
- package/es/contentDetailList/index.d.ts +2 -0
- package/es/contentDetailList/index.js +7 -0
- package/es/contentDetailList/scripts/data.d.ts +254 -0
- package/es/contentDetailList/scripts/index.d.ts +58 -0
- package/es/contentDetailList/scripts/index.js +137 -0
- package/es/contentDetailList/style/ComoItem.less +106 -0
- package/es/contentDetailList/style/Content.less +49 -0
- package/es/contentDetailList/style/ContentListItem.less +131 -0
- package/es/contentDetailList/style/Doc.less +8 -0
- package/es/contentDetailList/style/DocItem.less +145 -0
- package/es/contentDetailList/style/DocTags.less +63 -0
- package/es/contentDetailList/style/KongoNavItem.less +110 -0
- package/es/contentDetailList/style/LiveItem.less +115 -0
- package/es/contentDetailList/style/MaccountItem.less +114 -0
- package/es/contentDetailList/style/css.js +1 -0
- package/es/contentDetailList/style/index.css +683 -0
- package/es/contentDetailList/style/index.d.ts +1 -0
- package/es/contentDetailList/style/index.js +1 -0
- package/es/contentDetailList/style/index.less +9 -0
- package/es/contentModal/component.js +2 -1
- package/es/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/es/contentModal/components/CompoList/index.js +3 -2
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
- package/es/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
- package/es/contentModal/components/ViewAllColumn/index.js +2 -1
- package/es/contentModal/components/storeBox/index.js +2 -1
- package/es/emptyData/component.d.ts +0 -0
- package/es/emptyData/component.js +48 -0
- package/es/emptyData/index.d.ts +2 -0
- package/es/emptyData/index.js +7 -0
- package/es/emptyData/style/css.js +1 -0
- package/es/emptyData/style/index.css +26 -0
- package/es/emptyData/style/index.d.ts +1 -0
- package/es/emptyData/style/index.js +1 -0
- package/es/emptyData/style/index.less +30 -0
- package/es/hooks/toggle.d.ts +6 -0
- package/es/hooks/toggle.js +9 -0
- package/es/hooks/user.js +2 -0
- package/es/index.css +1035 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +6 -0
- package/es/index.less +6 -0
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/component.js +41 -0
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.js +248 -0
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.js +184 -0
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/FilterItem.js +113 -0
- package/es/mediaFilter/components/MediaFilter.js +8 -0
- package/es/mediaFilter/components/MpAccountFilter.js +8 -0
- package/es/mediaFilter/components/MpContentFilter.js +8 -0
- package/es/mediaFilter/index.d.ts +2 -0
- package/es/mediaFilter/index.js +7 -0
- package/es/mediaFilter/script/optionsGetter.d.ts +26 -0
- package/es/mediaFilter/script/optionsGetter.js +82 -0
- package/es/mediaFilter/style/css.js +1 -0
- package/es/mediaFilter/style/index.css +90 -0
- package/es/mediaFilter/style/index.d.ts +1 -0
- package/es/mediaFilter/style/index.js +1 -0
- package/es/mediaFilter/style/index.less +108 -0
- package/es/messageBox/list.js +2 -1
- package/es/previousVersion/component.js +2 -1
- package/es/previousVersion/style/index.less +1 -0
- package/es/resourceModal/component.js +2 -1
- package/es/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/index.js +3 -2
- package/es/resourceModal/script/filter.d.ts +1 -0
- package/es/resourceModal/script/filter.js +15 -2
- package/es/selectAvatarList/component.d.ts +0 -0
- package/es/selectAvatarList/component.js +77 -0
- package/es/selectAvatarList/index.d.ts +2 -0
- package/es/selectAvatarList/index.js +7 -0
- package/es/selectAvatarList/style/css.js +1 -0
- package/es/selectAvatarList/style/index.css +4 -0
- package/es/selectAvatarList/style/index.d.ts +1 -0
- package/es/selectAvatarList/style/index.js +1 -0
- package/es/selectAvatarList/style/index.less +4 -0
- package/es/selectGategory/component.js +5 -12
- package/es/selectGategory/components/ColumnSelection/index.js +5 -1
- package/es/uploadBefore/component.d.ts +0 -0
- package/es/uploadBefore/component.js +81 -0
- package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.js +228 -0
- package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
- package/es/uploadBefore/components/UploadForClick.js +28 -0
- package/es/uploadBefore/index.d.ts +2 -0
- package/es/uploadBefore/index.js +7 -0
- package/es/uploadBefore/script/api.d.ts +16 -0
- package/es/uploadBefore/script/api.js +27 -0
- package/es/uploadBefore/script/fileTypeAdapter.d.ts +39 -0
- package/es/uploadBefore/script/fileTypeAdapter.js +48 -0
- package/es/uploadBefore/script/fileUpload.d.ts +7 -0
- package/es/uploadBefore/script/fileUpload.js +39 -0
- package/es/uploadBefore/script/uploadHooks.d.ts +55 -0
- package/es/uploadBefore/script/uploadHooks.js +33 -0
- package/es/uploadBefore/style/css.js +1 -0
- package/es/uploadBefore/style/index.css +111 -0
- package/es/uploadBefore/style/index.d.ts +1 -0
- package/es/uploadBefore/style/index.js +1 -0
- package/es/uploadBefore/style/index.less +144 -0
- package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
- package/es/uploadStep/component.js +139 -4
- package/es/uploadStep/script/fileTypeAdapter.d.ts +20 -0
- package/es/uploadStep/style/index.css +113 -0
- package/es/uploadStep/style/index.less +148 -0
- package/es/userDirector/component.d.ts +0 -0
- package/es/userDirector/component.js +200 -0
- package/es/userDirector/index.d.ts +2 -0
- package/es/userDirector/index.js +7 -0
- package/es/userDirector/script/api.d.ts +9 -0
- package/es/userDirector/script/api.js +32 -0
- package/es/userDirector/style/css.js +1 -0
- package/es/userDirector/style/index.css +8 -0
- package/es/userDirector/style/index.d.ts +1 -0
- package/es/userDirector/style/index.js +1 -0
- package/es/userDirector/style/index.less +8 -0
- package/es/utils/doc.d.ts +18 -16
- package/es/utils/doc.js +52 -0
- package/es/utils/index.d.ts +8 -0
- package/es/utils/index.js +22 -1
- package/es/utils/tusUpload.d.ts +8 -0
- package/es/utils/tusUpload.js +52 -0
- package/lib/_virtual/plugin-vue_export-helper.js +8 -0
- package/lib/config.js +4 -0
- package/lib/contentDetailList/component.js +90 -0
- package/lib/contentDetailList/components/Content/CompoItem/index.js +77 -0
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +100 -0
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +72 -0
- package/lib/contentDetailList/components/Content/DocItem/index.js +200 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +185 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +132 -0
- package/lib/contentDetailList/components/Content/LiveItem/index.js +83 -0
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +85 -0
- package/lib/contentDetailList/components/Content/MaccountItem/temp/user.js +3 -0
- package/lib/contentDetailList/components/Content/index.js +313 -0
- package/lib/contentDetailList/components/Doc/index.js +59 -0
- package/lib/contentDetailList/index.js +8 -0
- package/lib/contentDetailList/scripts/index.js +153 -0
- package/lib/contentDetailList/style/ComoItem.less +106 -0
- package/lib/contentDetailList/style/Content.less +49 -0
- package/lib/contentDetailList/style/ContentListItem.less +131 -0
- package/lib/contentDetailList/style/Doc.less +8 -0
- package/lib/contentDetailList/style/DocItem.less +145 -0
- package/lib/contentDetailList/style/DocTags.less +63 -0
- package/lib/contentDetailList/style/KongoNavItem.less +110 -0
- package/lib/contentDetailList/style/LiveItem.less +115 -0
- package/lib/contentDetailList/style/MaccountItem.less +114 -0
- package/lib/contentDetailList/style/css.js +2 -0
- package/lib/contentDetailList/style/index.css +683 -0
- package/lib/contentDetailList/style/index.js +2 -0
- package/lib/contentDetailList/style/index.less +9 -0
- package/lib/contentModal/component.js +2 -1
- package/lib/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/lib/contentModal/components/CompoList/index.js +3 -2
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
- package/lib/contentModal/components/ViewAllColumn/index.js +2 -1
- package/lib/contentModal/components/storeBox/index.js +2 -1
- package/lib/emptyData/component.js +49 -0
- package/lib/emptyData/index.js +8 -0
- package/lib/emptyData/style/css.js +2 -0
- package/lib/emptyData/style/index.css +26 -0
- package/lib/emptyData/style/index.js +2 -0
- package/lib/emptyData/style/index.less +30 -0
- package/lib/hooks/toggle.js +11 -0
- package/lib/hooks/user.js +2 -0
- package/lib/index.css +1035 -0
- package/lib/index.js +12 -0
- package/lib/index.less +6 -0
- package/lib/mediaFilter/component.js +42 -0
- package/lib/mediaFilter/components/DocFilter.js +249 -0
- package/lib/mediaFilter/components/FilterGroup.js +185 -0
- package/lib/mediaFilter/components/FilterItem.js +114 -0
- package/lib/mediaFilter/components/MediaFilter.js +9 -0
- package/lib/mediaFilter/components/MpAccountFilter.js +9 -0
- package/lib/mediaFilter/components/MpContentFilter.js +9 -0
- package/lib/mediaFilter/index.js +8 -0
- package/lib/mediaFilter/script/optionsGetter.js +88 -0
- package/lib/mediaFilter/style/css.js +2 -0
- package/lib/mediaFilter/style/index.css +90 -0
- package/lib/mediaFilter/style/index.js +2 -0
- package/lib/mediaFilter/style/index.less +108 -0
- package/lib/messageBox/list.js +2 -1
- package/lib/previousVersion/component.js +2 -1
- package/lib/previousVersion/style/index.less +1 -0
- package/lib/resourceModal/component.js +2 -1
- package/lib/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/index.js +3 -2
- package/lib/resourceModal/script/filter.js +14 -0
- package/lib/selectAvatarList/component.js +78 -0
- package/lib/selectAvatarList/index.js +8 -0
- package/lib/selectAvatarList/style/css.js +2 -0
- package/lib/selectAvatarList/style/index.css +4 -0
- package/lib/selectAvatarList/style/index.js +2 -0
- package/lib/selectAvatarList/style/index.less +4 -0
- package/lib/selectGategory/component.js +4 -11
- package/lib/selectGategory/components/ColumnSelection/index.js +5 -1
- package/lib/uploadBefore/component.js +82 -0
- package/lib/uploadBefore/components/UploadBefore.js +229 -0
- package/lib/uploadBefore/components/UploadForClick.js +29 -0
- package/lib/uploadBefore/index.js +8 -0
- package/lib/uploadBefore/script/api.js +32 -0
- package/lib/uploadBefore/script/fileTypeAdapter.js +53 -0
- package/lib/uploadBefore/script/fileUpload.js +42 -0
- package/lib/uploadBefore/script/uploadHooks.js +36 -0
- package/lib/uploadBefore/style/css.js +2 -0
- package/lib/uploadBefore/style/index.css +111 -0
- package/lib/uploadBefore/style/index.js +2 -0
- package/lib/uploadBefore/style/index.less +144 -0
- package/lib/uploadStep/component.js +138 -3
- package/lib/uploadStep/style/index.css +113 -0
- package/lib/uploadStep/style/index.less +148 -0
- package/lib/userDirector/component.js +201 -0
- package/lib/userDirector/index.js +8 -0
- package/lib/userDirector/script/api.js +38 -0
- package/lib/userDirector/style/css.js +2 -0
- package/lib/userDirector/style/index.css +8 -0
- package/lib/userDirector/style/index.js +2 -0
- package/lib/userDirector/style/index.less +8 -0
- package/lib/utils/doc.js +59 -0
- package/lib/utils/index.js +23 -0
- package/lib/utils/tusUpload.js +75 -0
- package/package.json +8 -1
package/es/index.css
CHANGED
|
@@ -211,6 +211,119 @@
|
|
|
211
211
|
height: auto;
|
|
212
212
|
padding: 20px;
|
|
213
213
|
}
|
|
214
|
+
.table_wrp {
|
|
215
|
+
height: 50vh;
|
|
216
|
+
}
|
|
217
|
+
/** 上传列表面板 */
|
|
218
|
+
.panel_wrp {
|
|
219
|
+
position: relative;
|
|
220
|
+
}
|
|
221
|
+
.panel_wrp.global {
|
|
222
|
+
position: absolute;
|
|
223
|
+
right: 20px;
|
|
224
|
+
bottom: 20px;
|
|
225
|
+
}
|
|
226
|
+
.panel_wrp .panel_card .panel_header {
|
|
227
|
+
display: flex;
|
|
228
|
+
flex-direction: row;
|
|
229
|
+
align-items: center;
|
|
230
|
+
justify-content: space-between;
|
|
231
|
+
}
|
|
232
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
233
|
+
display: flex;
|
|
234
|
+
flex-direction: row;
|
|
235
|
+
gap: 15px;
|
|
236
|
+
}
|
|
237
|
+
.panel_wrp .panel_card .panel_list {
|
|
238
|
+
display: flex;
|
|
239
|
+
flex-direction: column;
|
|
240
|
+
}
|
|
241
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
242
|
+
display: flex;
|
|
243
|
+
flex-direction: row;
|
|
244
|
+
justify-content: space-between;
|
|
245
|
+
}
|
|
246
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
247
|
+
display: flex;
|
|
248
|
+
gap: 10px;
|
|
249
|
+
align-items: center;
|
|
250
|
+
}
|
|
251
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.percent {
|
|
252
|
+
justify-content: end;
|
|
253
|
+
}
|
|
254
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-1 {
|
|
255
|
+
flex: 1;
|
|
256
|
+
}
|
|
257
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-3 {
|
|
258
|
+
flex: 3;
|
|
259
|
+
}
|
|
260
|
+
.panel_wrp {
|
|
261
|
+
width: auto;
|
|
262
|
+
overflow: hidden;
|
|
263
|
+
border-top-left-radius: 12px;
|
|
264
|
+
border-top-right-radius: 12px;
|
|
265
|
+
}
|
|
266
|
+
.panel_wrp *::selection {
|
|
267
|
+
display: none;
|
|
268
|
+
}
|
|
269
|
+
.panel_wrp .panel_card {
|
|
270
|
+
width: 350px;
|
|
271
|
+
transition: all 0.3s;
|
|
272
|
+
}
|
|
273
|
+
.panel_wrp .panel_card.expend {
|
|
274
|
+
width: 420px;
|
|
275
|
+
}
|
|
276
|
+
.panel_wrp .panel_card .panel_header {
|
|
277
|
+
width: 90%;
|
|
278
|
+
height: 50px;
|
|
279
|
+
padding: 0 5%;
|
|
280
|
+
color: white;
|
|
281
|
+
background-color: rgb(var(--arcoblue-5));
|
|
282
|
+
border-top-left-radius: 10px;
|
|
283
|
+
border-top-right-radius: 10px;
|
|
284
|
+
}
|
|
285
|
+
.panel_wrp .panel_card .panel_header .title {
|
|
286
|
+
white-space: nowrap;
|
|
287
|
+
}
|
|
288
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
289
|
+
font-size: 18px;
|
|
290
|
+
}
|
|
291
|
+
.panel_wrp .panel_card .panel_header .opt::selection {
|
|
292
|
+
display: none;
|
|
293
|
+
}
|
|
294
|
+
.panel_wrp .panel_card .panel_header .opt .bar {
|
|
295
|
+
cursor: pointer;
|
|
296
|
+
}
|
|
297
|
+
.panel_wrp .panel_card .panel_list {
|
|
298
|
+
width: 100%;
|
|
299
|
+
height: 120px;
|
|
300
|
+
overflow-y: scroll;
|
|
301
|
+
transition: all 0.3s;
|
|
302
|
+
}
|
|
303
|
+
.panel_wrp .panel_card .panel_list::-webkit-scrollbar {
|
|
304
|
+
display: none;
|
|
305
|
+
}
|
|
306
|
+
.panel_wrp .panel_card .panel_list.un_expend {
|
|
307
|
+
height: 0;
|
|
308
|
+
overflow: hidden;
|
|
309
|
+
}
|
|
310
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
311
|
+
height: 35px;
|
|
312
|
+
padding: 5px 15px;
|
|
313
|
+
}
|
|
314
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
315
|
+
white-space: nowrap;
|
|
316
|
+
}
|
|
317
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column .media_alias {
|
|
318
|
+
width: 160px;
|
|
319
|
+
cursor: pointer;
|
|
320
|
+
}
|
|
321
|
+
/** 公用 */
|
|
322
|
+
.ellips {
|
|
323
|
+
overflow: hidden;
|
|
324
|
+
white-space: nowrap;
|
|
325
|
+
text-overflow: ellipsis;
|
|
326
|
+
}
|
|
214
327
|
.column-selection-container {
|
|
215
328
|
padding: 0px 15px;
|
|
216
329
|
}
|
|
@@ -1180,3 +1293,925 @@
|
|
|
1180
1293
|
.add-category-modal-wrapper .arco-modal-footer {
|
|
1181
1294
|
border-top: 0;
|
|
1182
1295
|
}
|
|
1296
|
+
.tooltip-button {
|
|
1297
|
+
height: auto;
|
|
1298
|
+
padding: 20px;
|
|
1299
|
+
}
|
|
1300
|
+
.table_wrp {
|
|
1301
|
+
height: 50vh;
|
|
1302
|
+
}
|
|
1303
|
+
/** 上传列表面板 */
|
|
1304
|
+
.panel_wrp {
|
|
1305
|
+
position: absolute;
|
|
1306
|
+
right: 10px;
|
|
1307
|
+
bottom: 10px;
|
|
1308
|
+
}
|
|
1309
|
+
.panel_wrp .panel_card .panel_header {
|
|
1310
|
+
display: flex;
|
|
1311
|
+
flex-direction: row;
|
|
1312
|
+
align-items: center;
|
|
1313
|
+
justify-content: space-between;
|
|
1314
|
+
}
|
|
1315
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
1316
|
+
display: flex;
|
|
1317
|
+
flex-direction: row;
|
|
1318
|
+
gap: 15px;
|
|
1319
|
+
}
|
|
1320
|
+
.panel_wrp .panel_card .panel_list {
|
|
1321
|
+
display: flex;
|
|
1322
|
+
flex-direction: column;
|
|
1323
|
+
}
|
|
1324
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
1325
|
+
display: flex;
|
|
1326
|
+
flex-direction: row;
|
|
1327
|
+
justify-content: space-between;
|
|
1328
|
+
}
|
|
1329
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
1330
|
+
display: flex;
|
|
1331
|
+
gap: 10px;
|
|
1332
|
+
align-items: center;
|
|
1333
|
+
}
|
|
1334
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-1 {
|
|
1335
|
+
flex: 1;
|
|
1336
|
+
}
|
|
1337
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-3 {
|
|
1338
|
+
flex: 3;
|
|
1339
|
+
}
|
|
1340
|
+
.panel_wrp {
|
|
1341
|
+
width: auto;
|
|
1342
|
+
overflow: hidden;
|
|
1343
|
+
border-top-left-radius: 12px;
|
|
1344
|
+
border-top-right-radius: 12px;
|
|
1345
|
+
}
|
|
1346
|
+
.panel_wrp *::selection {
|
|
1347
|
+
display: none;
|
|
1348
|
+
}
|
|
1349
|
+
.panel_wrp .panel_card {
|
|
1350
|
+
width: 350px;
|
|
1351
|
+
transition: all 0.3s;
|
|
1352
|
+
}
|
|
1353
|
+
.panel_wrp .panel_card.expend {
|
|
1354
|
+
width: 420px;
|
|
1355
|
+
}
|
|
1356
|
+
.panel_wrp .panel_card .panel_header {
|
|
1357
|
+
width: 90%;
|
|
1358
|
+
height: 50px;
|
|
1359
|
+
padding: 0 5%;
|
|
1360
|
+
color: white;
|
|
1361
|
+
background-color: rgb(var(--arcoblue-5));
|
|
1362
|
+
border-top-left-radius: 10px;
|
|
1363
|
+
border-top-right-radius: 10px;
|
|
1364
|
+
}
|
|
1365
|
+
.panel_wrp .panel_card .panel_header .title {
|
|
1366
|
+
white-space: nowrap;
|
|
1367
|
+
}
|
|
1368
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
1369
|
+
font-size: 18px;
|
|
1370
|
+
}
|
|
1371
|
+
.panel_wrp .panel_card .panel_header .opt::selection {
|
|
1372
|
+
display: none;
|
|
1373
|
+
}
|
|
1374
|
+
.panel_wrp .panel_card .panel_header .opt .bar {
|
|
1375
|
+
cursor: pointer;
|
|
1376
|
+
}
|
|
1377
|
+
.panel_wrp .panel_card .panel_list {
|
|
1378
|
+
width: 100%;
|
|
1379
|
+
height: 120px;
|
|
1380
|
+
overflow-y: scroll;
|
|
1381
|
+
transition: all 0.3s;
|
|
1382
|
+
}
|
|
1383
|
+
.panel_wrp .panel_card .panel_list::-webkit-scrollbar {
|
|
1384
|
+
display: none;
|
|
1385
|
+
}
|
|
1386
|
+
.panel_wrp .panel_card .panel_list.un_expend {
|
|
1387
|
+
height: 0;
|
|
1388
|
+
overflow: hidden;
|
|
1389
|
+
}
|
|
1390
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
1391
|
+
height: 35px;
|
|
1392
|
+
padding: 5px 15px;
|
|
1393
|
+
}
|
|
1394
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
1395
|
+
white-space: nowrap;
|
|
1396
|
+
}
|
|
1397
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column .media_alias {
|
|
1398
|
+
width: 160px;
|
|
1399
|
+
cursor: pointer;
|
|
1400
|
+
}
|
|
1401
|
+
/** 公用 */
|
|
1402
|
+
.ellips {
|
|
1403
|
+
overflow: hidden;
|
|
1404
|
+
white-space: nowrap;
|
|
1405
|
+
text-overflow: ellipsis;
|
|
1406
|
+
}
|
|
1407
|
+
.content-common-detail-list-container *::selection {
|
|
1408
|
+
display: none;
|
|
1409
|
+
}
|
|
1410
|
+
.content-common-detail-list-container .fix_position {
|
|
1411
|
+
position: relative;
|
|
1412
|
+
margin-right: 10px;
|
|
1413
|
+
color: #4886ff;
|
|
1414
|
+
}
|
|
1415
|
+
.content-common-detail-list-container .fix_position .doc-fixed-num {
|
|
1416
|
+
position: absolute;
|
|
1417
|
+
right: -7px;
|
|
1418
|
+
bottom: 0;
|
|
1419
|
+
color: #bababa;
|
|
1420
|
+
font-size: 12px;
|
|
1421
|
+
}
|
|
1422
|
+
.content-common-detail-list-container .index {
|
|
1423
|
+
display: inline-block;
|
|
1424
|
+
flex-shrink: 0;
|
|
1425
|
+
box-sizing: border-box;
|
|
1426
|
+
min-width: 15px;
|
|
1427
|
+
height: 15px;
|
|
1428
|
+
margin-right: 10px;
|
|
1429
|
+
padding: 4px;
|
|
1430
|
+
color: #4886ff;
|
|
1431
|
+
font-size: 12px;
|
|
1432
|
+
line-height: 0.6;
|
|
1433
|
+
text-align: center;
|
|
1434
|
+
background: #edf3ff;
|
|
1435
|
+
border-radius: 3px;
|
|
1436
|
+
}
|
|
1437
|
+
.content-common-detail-list-container .d_time,
|
|
1438
|
+
.content-common-detail-list-container .add_new {
|
|
1439
|
+
margin: 0;
|
|
1440
|
+
margin-right: 10px;
|
|
1441
|
+
font-size: 14px;
|
|
1442
|
+
vertical-align: middle;
|
|
1443
|
+
}
|
|
1444
|
+
.content-common-detail-list-container .d_time {
|
|
1445
|
+
color: #7da8ff;
|
|
1446
|
+
}
|
|
1447
|
+
.gray_for_hide {
|
|
1448
|
+
-webkit-filter: grayscale(100%);
|
|
1449
|
+
-moz-filter: grayscale(100%);
|
|
1450
|
+
-ms-filter: grayscale(100%);
|
|
1451
|
+
-o-filter: grayscale(100%);
|
|
1452
|
+
filter: grayscale(100%);
|
|
1453
|
+
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
|
|
1454
|
+
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
1455
|
+
}
|
|
1456
|
+
.medialist-component-item-view {
|
|
1457
|
+
display: flex;
|
|
1458
|
+
padding: 10px;
|
|
1459
|
+
border-bottom: 1px solid #f0f0f0;
|
|
1460
|
+
}
|
|
1461
|
+
.medialist-component-item-view:hover {
|
|
1462
|
+
background: #fafafa;
|
|
1463
|
+
}
|
|
1464
|
+
.medialist-component-item-view .cover-view {
|
|
1465
|
+
position: relative;
|
|
1466
|
+
flex-shrink: 0;
|
|
1467
|
+
width: 110px;
|
|
1468
|
+
height: 70px;
|
|
1469
|
+
margin-right: 20px;
|
|
1470
|
+
background: #edf3ff;
|
|
1471
|
+
}
|
|
1472
|
+
.medialist-component-item-view .cover-view .image {
|
|
1473
|
+
width: 100%;
|
|
1474
|
+
height: 100%;
|
|
1475
|
+
border-radius: 4px;
|
|
1476
|
+
}
|
|
1477
|
+
.medialist-component-item-view .cover-view .no-img {
|
|
1478
|
+
display: flex;
|
|
1479
|
+
align-items: center;
|
|
1480
|
+
justify-content: center;
|
|
1481
|
+
width: 100%;
|
|
1482
|
+
height: 100%;
|
|
1483
|
+
color: white;
|
|
1484
|
+
font-size: 30px;
|
|
1485
|
+
}
|
|
1486
|
+
.medialist-component-item-view .info-view {
|
|
1487
|
+
display: flex;
|
|
1488
|
+
flex: 1;
|
|
1489
|
+
flex-direction: column;
|
|
1490
|
+
justify-content: space-between;
|
|
1491
|
+
padding: 2px 0;
|
|
1492
|
+
}
|
|
1493
|
+
.medialist-component-item-view .info-view .title {
|
|
1494
|
+
display: -webkit-box;
|
|
1495
|
+
margin-bottom: 10px;
|
|
1496
|
+
overflow: hidden;
|
|
1497
|
+
color: #1d2129;
|
|
1498
|
+
font-size: 14px;
|
|
1499
|
+
line-height: 1.5;
|
|
1500
|
+
cursor: pointer;
|
|
1501
|
+
-webkit-line-clamp: 2;
|
|
1502
|
+
-webkit-box-orient: vertical;
|
|
1503
|
+
}
|
|
1504
|
+
.medialist-component-item-view .info-view .abttrite-v {
|
|
1505
|
+
display: flex;
|
|
1506
|
+
align-items: center;
|
|
1507
|
+
justify-content: space-between;
|
|
1508
|
+
}
|
|
1509
|
+
.medialist-component-item-view .info-view .abttrite-v .left {
|
|
1510
|
+
display: flex;
|
|
1511
|
+
align-items: center;
|
|
1512
|
+
color: #808692;
|
|
1513
|
+
font-size: 12px;
|
|
1514
|
+
}
|
|
1515
|
+
.medialist-component-item-view .info-view .abttrite-v .left .abttr {
|
|
1516
|
+
display: inline-block;
|
|
1517
|
+
width: 130px;
|
|
1518
|
+
margin-right: 10px;
|
|
1519
|
+
overflow: hidden;
|
|
1520
|
+
white-space: nowrap;
|
|
1521
|
+
text-overflow: ellipsis;
|
|
1522
|
+
}
|
|
1523
|
+
.medialist-component-item-view .info-view .abttrite-v .left .abttr.time {
|
|
1524
|
+
width: 240px;
|
|
1525
|
+
}
|
|
1526
|
+
.medialist-component-item-view .info-view .abttrite-v .left .abttr.tags {
|
|
1527
|
+
display: inline-block;
|
|
1528
|
+
width: 175px;
|
|
1529
|
+
}
|
|
1530
|
+
.medialist-component-item-view .info-view .abttrite-v .right {
|
|
1531
|
+
margin-right: 20px;
|
|
1532
|
+
}
|
|
1533
|
+
.gray_for_hide {
|
|
1534
|
+
-webkit-filter: grayscale(100%);
|
|
1535
|
+
-moz-filter: grayscale(100%);
|
|
1536
|
+
-ms-filter: grayscale(100%);
|
|
1537
|
+
-o-filter: grayscale(100%);
|
|
1538
|
+
filter: grayscale(100%);
|
|
1539
|
+
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
|
|
1540
|
+
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
1541
|
+
}
|
|
1542
|
+
.medialist-component-item-view {
|
|
1543
|
+
display: flex;
|
|
1544
|
+
padding: 10px;
|
|
1545
|
+
border-bottom: 1px solid #f0f0f0;
|
|
1546
|
+
}
|
|
1547
|
+
.medialist-component-item-view:hover {
|
|
1548
|
+
background: #fafafa;
|
|
1549
|
+
}
|
|
1550
|
+
.medialist-component-item-view .cover-view {
|
|
1551
|
+
position: relative;
|
|
1552
|
+
flex-shrink: 0;
|
|
1553
|
+
width: 110px;
|
|
1554
|
+
height: 70px;
|
|
1555
|
+
margin-right: 20px;
|
|
1556
|
+
background: #edf3ff;
|
|
1557
|
+
}
|
|
1558
|
+
.medialist-component-item-view .cover-view .arco-image-img {
|
|
1559
|
+
width: 100%;
|
|
1560
|
+
height: 100%;
|
|
1561
|
+
border-radius: 4px;
|
|
1562
|
+
}
|
|
1563
|
+
.medialist-component-item-view .cover-view .no-img {
|
|
1564
|
+
display: flex;
|
|
1565
|
+
align-items: center;
|
|
1566
|
+
justify-content: center;
|
|
1567
|
+
width: 100%;
|
|
1568
|
+
height: 100%;
|
|
1569
|
+
color: white;
|
|
1570
|
+
font-size: 30px;
|
|
1571
|
+
}
|
|
1572
|
+
.medialist-component-item-view .info-view {
|
|
1573
|
+
display: flex;
|
|
1574
|
+
flex: 1;
|
|
1575
|
+
flex-direction: column;
|
|
1576
|
+
justify-content: space-between;
|
|
1577
|
+
padding: 2px 0;
|
|
1578
|
+
}
|
|
1579
|
+
.medialist-component-item-view .info-view .title {
|
|
1580
|
+
display: -webkit-box;
|
|
1581
|
+
margin-bottom: 10px;
|
|
1582
|
+
overflow: hidden;
|
|
1583
|
+
color: #1d2129;
|
|
1584
|
+
font-size: 14px;
|
|
1585
|
+
line-height: 1.5;
|
|
1586
|
+
cursor: pointer;
|
|
1587
|
+
-webkit-line-clamp: 2;
|
|
1588
|
+
-webkit-box-orient: vertical;
|
|
1589
|
+
}
|
|
1590
|
+
.medialist-component-item-view .info-view .title:hover .title_i {
|
|
1591
|
+
color: #4886ff;
|
|
1592
|
+
text-decoration: underline;
|
|
1593
|
+
}
|
|
1594
|
+
.medialist-component-item-view .info-view .title .title_i {
|
|
1595
|
+
margin-right: 10px;
|
|
1596
|
+
}
|
|
1597
|
+
.medialist-component-item-view .info-view .abttrite-v {
|
|
1598
|
+
display: flex;
|
|
1599
|
+
align-items: center;
|
|
1600
|
+
justify-content: space-between;
|
|
1601
|
+
}
|
|
1602
|
+
.medialist-component-item-view .info-view .abttrite-v .left {
|
|
1603
|
+
display: flex;
|
|
1604
|
+
align-items: center;
|
|
1605
|
+
color: #808692;
|
|
1606
|
+
font-size: 12px;
|
|
1607
|
+
}
|
|
1608
|
+
.medialist-component-item-view .info-view .abttrite-v .left .abttr {
|
|
1609
|
+
display: inline-block;
|
|
1610
|
+
width: 130px;
|
|
1611
|
+
margin-right: 10px;
|
|
1612
|
+
overflow: hidden;
|
|
1613
|
+
white-space: nowrap;
|
|
1614
|
+
text-overflow: ellipsis;
|
|
1615
|
+
}
|
|
1616
|
+
.medialist-component-item-view .info-view .abttrite-v .left .abttr.time {
|
|
1617
|
+
width: 240px;
|
|
1618
|
+
}
|
|
1619
|
+
.medialist-component-item-view .info-view .abttrite-v .left .abttr.tags {
|
|
1620
|
+
display: inline-block;
|
|
1621
|
+
width: 175px;
|
|
1622
|
+
}
|
|
1623
|
+
.medialist-component-item-view .info-view .abttrite-v .right {
|
|
1624
|
+
margin-right: 20px;
|
|
1625
|
+
}
|
|
1626
|
+
.lbs_tips {
|
|
1627
|
+
color: #a3a3a3;
|
|
1628
|
+
font-size: 8px;
|
|
1629
|
+
}
|
|
1630
|
+
.lbs_tips .icon-xiangqing1 {
|
|
1631
|
+
margin-right: 3px;
|
|
1632
|
+
font-size: 10px;
|
|
1633
|
+
}
|
|
1634
|
+
.lbs_tips.red {
|
|
1635
|
+
color: red;
|
|
1636
|
+
}
|
|
1637
|
+
.gray_for_hide {
|
|
1638
|
+
-webkit-filter: grayscale(100%);
|
|
1639
|
+
-moz-filter: grayscale(100%);
|
|
1640
|
+
-ms-filter: grayscale(100%);
|
|
1641
|
+
-o-filter: grayscale(100%);
|
|
1642
|
+
filter: grayscale(100%);
|
|
1643
|
+
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
|
|
1644
|
+
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
1645
|
+
}
|
|
1646
|
+
.medialist-kongo-item-view {
|
|
1647
|
+
display: flex;
|
|
1648
|
+
padding: 10px;
|
|
1649
|
+
border-bottom: 1px solid #f0f0f0;
|
|
1650
|
+
}
|
|
1651
|
+
.medialist-kongo-item-view:hover {
|
|
1652
|
+
background: #fafafa;
|
|
1653
|
+
}
|
|
1654
|
+
.medialist-kongo-item-view .cover-view {
|
|
1655
|
+
position: relative;
|
|
1656
|
+
flex-shrink: 0;
|
|
1657
|
+
width: 110px;
|
|
1658
|
+
height: 70px;
|
|
1659
|
+
margin-right: 20px;
|
|
1660
|
+
background: #edf3ff;
|
|
1661
|
+
}
|
|
1662
|
+
.medialist-kongo-item-view .cover-view .arco-image-img {
|
|
1663
|
+
width: 100%;
|
|
1664
|
+
height: 100%;
|
|
1665
|
+
border-radius: 4px;
|
|
1666
|
+
}
|
|
1667
|
+
.medialist-kongo-item-view .cover-view .no-img {
|
|
1668
|
+
display: flex;
|
|
1669
|
+
align-items: center;
|
|
1670
|
+
justify-content: center;
|
|
1671
|
+
width: 100%;
|
|
1672
|
+
height: 100%;
|
|
1673
|
+
color: white;
|
|
1674
|
+
font-size: 30px;
|
|
1675
|
+
}
|
|
1676
|
+
.medialist-kongo-item-view .info-view {
|
|
1677
|
+
display: flex;
|
|
1678
|
+
flex-direction: column;
|
|
1679
|
+
justify-content: space-between;
|
|
1680
|
+
width: calc(100% - 130px);
|
|
1681
|
+
padding: 2px 0;
|
|
1682
|
+
}
|
|
1683
|
+
.medialist-kongo-item-view .info-view .title {
|
|
1684
|
+
display: -webkit-box;
|
|
1685
|
+
margin-bottom: 10px;
|
|
1686
|
+
overflow: hidden;
|
|
1687
|
+
color: #1d2129;
|
|
1688
|
+
font-size: 14px;
|
|
1689
|
+
line-height: 1.5;
|
|
1690
|
+
cursor: pointer;
|
|
1691
|
+
-webkit-line-clamp: 2;
|
|
1692
|
+
-webkit-box-orient: vertical;
|
|
1693
|
+
}
|
|
1694
|
+
.medialist-kongo-item-view .info-view .abttrite-v {
|
|
1695
|
+
display: flex;
|
|
1696
|
+
align-items: center;
|
|
1697
|
+
justify-content: space-between;
|
|
1698
|
+
}
|
|
1699
|
+
.medialist-kongo-item-view .info-view .abttrite-v .left {
|
|
1700
|
+
display: flex;
|
|
1701
|
+
align-items: center;
|
|
1702
|
+
width: calc(100% - 160px);
|
|
1703
|
+
color: #808692;
|
|
1704
|
+
font-size: 12px;
|
|
1705
|
+
}
|
|
1706
|
+
.medialist-kongo-item-view .info-view .abttrite-v .left .icon {
|
|
1707
|
+
margin-right: 8px;
|
|
1708
|
+
}
|
|
1709
|
+
.medialist-kongo-item-view .info-view .abttrite-v .left .tags {
|
|
1710
|
+
display: inline-block;
|
|
1711
|
+
width: 120px;
|
|
1712
|
+
}
|
|
1713
|
+
.medialist-kongo-item-view .info-view .abttrite-v .left .abttr {
|
|
1714
|
+
width: 35%;
|
|
1715
|
+
overflow: hidden;
|
|
1716
|
+
white-space: nowrap;
|
|
1717
|
+
text-overflow: ellipsis;
|
|
1718
|
+
cursor: pointer;
|
|
1719
|
+
}
|
|
1720
|
+
.medialist-kongo-item-view .info-view .abttrite-v .left .abttr.value {
|
|
1721
|
+
margin-left: 10px;
|
|
1722
|
+
}
|
|
1723
|
+
.medialist-kongo-item-view .info-view .abttrite-v .right {
|
|
1724
|
+
margin-right: 20px;
|
|
1725
|
+
}
|
|
1726
|
+
.no-margin span {
|
|
1727
|
+
margin-right: 0 !important;
|
|
1728
|
+
}
|
|
1729
|
+
.doc-tags-container .a-tag {
|
|
1730
|
+
font-weight: 600;
|
|
1731
|
+
border: none;
|
|
1732
|
+
}
|
|
1733
|
+
.doc-tags-container .yuanchuang {
|
|
1734
|
+
color: #4886ff;
|
|
1735
|
+
background: #edf3ff;
|
|
1736
|
+
}
|
|
1737
|
+
.doc-tags-container .star {
|
|
1738
|
+
color: #4a8457;
|
|
1739
|
+
background: #e6f8ea;
|
|
1740
|
+
}
|
|
1741
|
+
.doc-tags-container .waring {
|
|
1742
|
+
color: #ff7d00;
|
|
1743
|
+
background: #fff2e6;
|
|
1744
|
+
}
|
|
1745
|
+
.doc-tags-container .thumb {
|
|
1746
|
+
color: #86909c;
|
|
1747
|
+
background: #f3f4f5;
|
|
1748
|
+
}
|
|
1749
|
+
.doc-tags-container .disabled {
|
|
1750
|
+
color: #bababa !important;
|
|
1751
|
+
background: #ecebeb !important;
|
|
1752
|
+
}
|
|
1753
|
+
.doc-tags-thumb-popver {
|
|
1754
|
+
min-width: unset;
|
|
1755
|
+
padding: 0;
|
|
1756
|
+
overflow: hidden;
|
|
1757
|
+
line-height: unset;
|
|
1758
|
+
border: none;
|
|
1759
|
+
border-radius: 8px;
|
|
1760
|
+
}
|
|
1761
|
+
.doc-tags-thumb-popver .popper__arrow {
|
|
1762
|
+
display: none;
|
|
1763
|
+
}
|
|
1764
|
+
.doc-tags-thumb-popver .doc-tags-thumb-ul {
|
|
1765
|
+
height: 110px;
|
|
1766
|
+
}
|
|
1767
|
+
.doc-tags-thumb-popver .doc-tags-thumb-ul img {
|
|
1768
|
+
height: 100%;
|
|
1769
|
+
}
|
|
1770
|
+
.doc-tags-thumb-popver .doc-tags-thumb-ul img + img {
|
|
1771
|
+
margin-left: 2px;
|
|
1772
|
+
}
|
|
1773
|
+
.gray_for_hide {
|
|
1774
|
+
-webkit-filter: grayscale(100%);
|
|
1775
|
+
-moz-filter: grayscale(100%);
|
|
1776
|
+
-ms-filter: grayscale(100%);
|
|
1777
|
+
-o-filter: grayscale(100%);
|
|
1778
|
+
filter: grayscale(100%);
|
|
1779
|
+
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
|
|
1780
|
+
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
1781
|
+
}
|
|
1782
|
+
.medialist-ilive-item-view {
|
|
1783
|
+
display: flex;
|
|
1784
|
+
padding: 10px;
|
|
1785
|
+
border-bottom: 1px solid #f0f0f0;
|
|
1786
|
+
}
|
|
1787
|
+
.medialist-ilive-item-view:hover {
|
|
1788
|
+
background: #fafafa;
|
|
1789
|
+
}
|
|
1790
|
+
.medialist-ilive-item-view .cover-view {
|
|
1791
|
+
position: relative;
|
|
1792
|
+
flex-shrink: 0;
|
|
1793
|
+
width: 110px;
|
|
1794
|
+
height: 70px;
|
|
1795
|
+
margin-right: 20px;
|
|
1796
|
+
background: #edf3ff;
|
|
1797
|
+
}
|
|
1798
|
+
.medialist-ilive-item-view .cover-view .arco-image-img {
|
|
1799
|
+
width: 100%;
|
|
1800
|
+
height: 100%;
|
|
1801
|
+
border-radius: 4px;
|
|
1802
|
+
}
|
|
1803
|
+
.medialist-ilive-item-view .cover-view .no-img {
|
|
1804
|
+
display: flex;
|
|
1805
|
+
align-items: center;
|
|
1806
|
+
justify-content: center;
|
|
1807
|
+
width: 100%;
|
|
1808
|
+
height: 100%;
|
|
1809
|
+
color: white;
|
|
1810
|
+
font-size: 30px;
|
|
1811
|
+
}
|
|
1812
|
+
.medialist-ilive-item-view .info-view {
|
|
1813
|
+
display: flex;
|
|
1814
|
+
flex: 1;
|
|
1815
|
+
flex-direction: column;
|
|
1816
|
+
justify-content: space-between;
|
|
1817
|
+
padding: 2px 0;
|
|
1818
|
+
}
|
|
1819
|
+
.medialist-ilive-item-view .info-view .title {
|
|
1820
|
+
display: -webkit-box;
|
|
1821
|
+
margin-bottom: 10px;
|
|
1822
|
+
overflow: hidden;
|
|
1823
|
+
color: #1d2129;
|
|
1824
|
+
font-size: 14px;
|
|
1825
|
+
line-height: 1.5;
|
|
1826
|
+
cursor: pointer;
|
|
1827
|
+
-webkit-line-clamp: 2;
|
|
1828
|
+
-webkit-box-orient: vertical;
|
|
1829
|
+
}
|
|
1830
|
+
.medialist-ilive-item-view .info-view .abttrite-v {
|
|
1831
|
+
display: flex;
|
|
1832
|
+
align-items: center;
|
|
1833
|
+
justify-content: space-between;
|
|
1834
|
+
}
|
|
1835
|
+
.medialist-ilive-item-view .info-view .abttrite-v .left {
|
|
1836
|
+
display: flex;
|
|
1837
|
+
flex: 1;
|
|
1838
|
+
align-items: center;
|
|
1839
|
+
color: #808692;
|
|
1840
|
+
font-size: 12px;
|
|
1841
|
+
}
|
|
1842
|
+
.medialist-ilive-item-view .info-view .abttrite-v .left .icon {
|
|
1843
|
+
margin-right: 8px;
|
|
1844
|
+
}
|
|
1845
|
+
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr {
|
|
1846
|
+
display: inline-block;
|
|
1847
|
+
width: 20%;
|
|
1848
|
+
overflow: hidden;
|
|
1849
|
+
white-space: nowrap;
|
|
1850
|
+
text-overflow: ellipsis;
|
|
1851
|
+
}
|
|
1852
|
+
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.time {
|
|
1853
|
+
width: 250px;
|
|
1854
|
+
}
|
|
1855
|
+
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.tags {
|
|
1856
|
+
display: inline-block;
|
|
1857
|
+
width: 160px;
|
|
1858
|
+
}
|
|
1859
|
+
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.type {
|
|
1860
|
+
display: inline-block;
|
|
1861
|
+
width: 160px;
|
|
1862
|
+
}
|
|
1863
|
+
.medialist-ilive-item-view .info-view .abttrite-v .right {
|
|
1864
|
+
margin-right: 20px;
|
|
1865
|
+
}
|
|
1866
|
+
.gray_for_hide {
|
|
1867
|
+
-webkit-filter: grayscale(100%);
|
|
1868
|
+
-moz-filter: grayscale(100%);
|
|
1869
|
+
-ms-filter: grayscale(100%);
|
|
1870
|
+
-o-filter: grayscale(100%);
|
|
1871
|
+
filter: grayscale(100%);
|
|
1872
|
+
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
|
|
1873
|
+
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
1874
|
+
}
|
|
1875
|
+
.medialist-account-item-view {
|
|
1876
|
+
display: flex;
|
|
1877
|
+
padding: 10px;
|
|
1878
|
+
border-bottom: 1px solid #f0f0f0;
|
|
1879
|
+
}
|
|
1880
|
+
.medialist-account-item-view:hover {
|
|
1881
|
+
background: #fafafa;
|
|
1882
|
+
}
|
|
1883
|
+
.medialist-account-item-view .cover-view {
|
|
1884
|
+
position: relative;
|
|
1885
|
+
flex-shrink: 0;
|
|
1886
|
+
width: 70px;
|
|
1887
|
+
height: 70px;
|
|
1888
|
+
margin-right: 20px;
|
|
1889
|
+
overflow: hidden;
|
|
1890
|
+
background: #edf3ff;
|
|
1891
|
+
border-radius: 50%;
|
|
1892
|
+
}
|
|
1893
|
+
.medialist-account-item-view .cover-view .arco-image-img {
|
|
1894
|
+
width: 100%;
|
|
1895
|
+
height: 100%;
|
|
1896
|
+
border-radius: 4px;
|
|
1897
|
+
}
|
|
1898
|
+
.medialist-account-item-view .cover-view .no-img {
|
|
1899
|
+
display: flex;
|
|
1900
|
+
align-items: center;
|
|
1901
|
+
justify-content: center;
|
|
1902
|
+
width: 100%;
|
|
1903
|
+
height: 100%;
|
|
1904
|
+
color: white;
|
|
1905
|
+
font-size: 30px;
|
|
1906
|
+
}
|
|
1907
|
+
.medialist-account-item-view .info-view {
|
|
1908
|
+
display: flex;
|
|
1909
|
+
flex: 1;
|
|
1910
|
+
flex-direction: column;
|
|
1911
|
+
justify-content: space-between;
|
|
1912
|
+
padding: 2px 0;
|
|
1913
|
+
}
|
|
1914
|
+
.medialist-account-item-view .info-view .title {
|
|
1915
|
+
display: -webkit-box;
|
|
1916
|
+
margin-bottom: 10px;
|
|
1917
|
+
overflow: hidden;
|
|
1918
|
+
color: #1d2129;
|
|
1919
|
+
font-size: 14px;
|
|
1920
|
+
line-height: 1.5;
|
|
1921
|
+
cursor: pointer;
|
|
1922
|
+
-webkit-line-clamp: 2;
|
|
1923
|
+
-webkit-box-orient: vertical;
|
|
1924
|
+
}
|
|
1925
|
+
.medialist-account-item-view .info-view .title:hover {
|
|
1926
|
+
color: #4886ff;
|
|
1927
|
+
text-decoration: underline;
|
|
1928
|
+
}
|
|
1929
|
+
.medialist-account-item-view .info-view .abttrite-v {
|
|
1930
|
+
display: flex;
|
|
1931
|
+
align-items: center;
|
|
1932
|
+
justify-content: space-between;
|
|
1933
|
+
}
|
|
1934
|
+
.medialist-account-item-view .info-view .abttrite-v .left {
|
|
1935
|
+
display: flex;
|
|
1936
|
+
align-items: center;
|
|
1937
|
+
color: #808692;
|
|
1938
|
+
font-size: 12px;
|
|
1939
|
+
}
|
|
1940
|
+
.medialist-account-item-view .info-view .abttrite-v .left .icon {
|
|
1941
|
+
margin-right: 8px;
|
|
1942
|
+
}
|
|
1943
|
+
.medialist-account-item-view .info-view .abttrite-v .left .abttr {
|
|
1944
|
+
display: inline-block;
|
|
1945
|
+
width: 130px;
|
|
1946
|
+
margin-right: 10px;
|
|
1947
|
+
overflow: hidden;
|
|
1948
|
+
white-space: nowrap;
|
|
1949
|
+
text-overflow: ellipsis;
|
|
1950
|
+
cursor: pointer;
|
|
1951
|
+
}
|
|
1952
|
+
.medialist-account-item-view .info-view .abttrite-v .left .abttr.time {
|
|
1953
|
+
width: 240px;
|
|
1954
|
+
}
|
|
1955
|
+
.medialist-account-item-view .info-view .abttrite-v .left .abttr.tags {
|
|
1956
|
+
display: inline-block;
|
|
1957
|
+
width: 175px;
|
|
1958
|
+
}
|
|
1959
|
+
.medialist-account-item-view .info-view .abttrite-v .right {
|
|
1960
|
+
margin-right: 20px;
|
|
1961
|
+
}
|
|
1962
|
+
.media-common-detail-list-container {
|
|
1963
|
+
width: 100%;
|
|
1964
|
+
border: 1px solid #f0f0f0;
|
|
1965
|
+
}
|
|
1966
|
+
.media-common-detail-list-container .data-ul {
|
|
1967
|
+
height: 100%;
|
|
1968
|
+
}
|
|
1969
|
+
.gray_for_hide {
|
|
1970
|
+
-webkit-filter: grayscale(100%);
|
|
1971
|
+
-moz-filter: grayscale(100%);
|
|
1972
|
+
-ms-filter: grayscale(100%);
|
|
1973
|
+
-o-filter: grayscale(100%);
|
|
1974
|
+
filter: grayscale(100%);
|
|
1975
|
+
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
|
|
1976
|
+
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
1977
|
+
}
|
|
1978
|
+
.medialist-doc-item-view {
|
|
1979
|
+
display: flex;
|
|
1980
|
+
padding: 10px;
|
|
1981
|
+
border-bottom: 1px solid #f0f0f0;
|
|
1982
|
+
}
|
|
1983
|
+
.medialist-doc-item-view:hover {
|
|
1984
|
+
background: #fafafa;
|
|
1985
|
+
}
|
|
1986
|
+
.medialist-doc-item-view .cover-view {
|
|
1987
|
+
position: relative;
|
|
1988
|
+
flex-shrink: 0;
|
|
1989
|
+
width: 110px;
|
|
1990
|
+
height: 70px;
|
|
1991
|
+
margin-right: 20px;
|
|
1992
|
+
background: #edf3ff;
|
|
1993
|
+
}
|
|
1994
|
+
.medialist-doc-item-view .cover-view .batch-select {
|
|
1995
|
+
position: absolute;
|
|
1996
|
+
top: 3px;
|
|
1997
|
+
left: 5px;
|
|
1998
|
+
}
|
|
1999
|
+
.medialist-doc-item-view .cover-view .arco-image-img {
|
|
2000
|
+
width: 100%;
|
|
2001
|
+
height: 100%;
|
|
2002
|
+
border-radius: 4px;
|
|
2003
|
+
}
|
|
2004
|
+
.medialist-doc-item-view .cover-view .no-img {
|
|
2005
|
+
display: flex;
|
|
2006
|
+
align-items: center;
|
|
2007
|
+
justify-content: center;
|
|
2008
|
+
width: 100%;
|
|
2009
|
+
height: 100%;
|
|
2010
|
+
color: white;
|
|
2011
|
+
font-size: 30px;
|
|
2012
|
+
}
|
|
2013
|
+
.medialist-doc-item-view .info-view {
|
|
2014
|
+
display: flex;
|
|
2015
|
+
flex: 1;
|
|
2016
|
+
flex-direction: column;
|
|
2017
|
+
justify-content: space-between;
|
|
2018
|
+
padding: 2px 0;
|
|
2019
|
+
}
|
|
2020
|
+
.medialist-doc-item-view .info-view .title {
|
|
2021
|
+
display: -webkit-box;
|
|
2022
|
+
display: flex;
|
|
2023
|
+
align-items: center;
|
|
2024
|
+
margin-bottom: 10px;
|
|
2025
|
+
overflow: hidden;
|
|
2026
|
+
color: #1d2129;
|
|
2027
|
+
font-size: 17px;
|
|
2028
|
+
line-height: 1.5;
|
|
2029
|
+
word-break: break-all;
|
|
2030
|
+
cursor: pointer;
|
|
2031
|
+
-webkit-line-clamp: 2;
|
|
2032
|
+
-webkit-box-orient: vertical;
|
|
2033
|
+
}
|
|
2034
|
+
.medialist-doc-item-view .info-view .title:hover {
|
|
2035
|
+
color: #4886ff;
|
|
2036
|
+
text-decoration: underline;
|
|
2037
|
+
}
|
|
2038
|
+
.medialist-doc-item-view .info-view .title:hover .index {
|
|
2039
|
+
text-decoration: unset;
|
|
2040
|
+
}
|
|
2041
|
+
.medialist-doc-item-view .info-view .abttrite-v {
|
|
2042
|
+
display: flex;
|
|
2043
|
+
align-items: center;
|
|
2044
|
+
justify-content: space-between;
|
|
2045
|
+
}
|
|
2046
|
+
.medialist-doc-item-view .info-view .abttrite-v .left {
|
|
2047
|
+
display: flex;
|
|
2048
|
+
flex: 1;
|
|
2049
|
+
align-items: center;
|
|
2050
|
+
color: #4e5969;
|
|
2051
|
+
font-size: 12px;
|
|
2052
|
+
}
|
|
2053
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .icon {
|
|
2054
|
+
margin-right: 8px;
|
|
2055
|
+
}
|
|
2056
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .tags {
|
|
2057
|
+
display: inline-block;
|
|
2058
|
+
width: 160px;
|
|
2059
|
+
}
|
|
2060
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .abttr {
|
|
2061
|
+
display: inline-block;
|
|
2062
|
+
width: 20%;
|
|
2063
|
+
margin-right: 10px;
|
|
2064
|
+
overflow: hidden;
|
|
2065
|
+
white-space: nowrap;
|
|
2066
|
+
text-overflow: ellipsis;
|
|
2067
|
+
cursor: pointer;
|
|
2068
|
+
}
|
|
2069
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.btn {
|
|
2070
|
+
padding: 0;
|
|
2071
|
+
text-align: left;
|
|
2072
|
+
}
|
|
2073
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.btn:hover,
|
|
2074
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.btn:active {
|
|
2075
|
+
background: transparent;
|
|
2076
|
+
}
|
|
2077
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .abttr .btn {
|
|
2078
|
+
padding: 0;
|
|
2079
|
+
text-align: left;
|
|
2080
|
+
}
|
|
2081
|
+
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.time {
|
|
2082
|
+
width: 30%;
|
|
2083
|
+
}
|
|
2084
|
+
.medialist-doc-item-view .info-view .abttrite-v .right {
|
|
2085
|
+
margin-right: 20px;
|
|
2086
|
+
}
|
|
2087
|
+
.popper-categories {
|
|
2088
|
+
max-width: 600px;
|
|
2089
|
+
}
|
|
2090
|
+
.empty-data-container {
|
|
2091
|
+
position: absolute;
|
|
2092
|
+
top: 50%;
|
|
2093
|
+
left: 50%;
|
|
2094
|
+
display: block;
|
|
2095
|
+
display: flex;
|
|
2096
|
+
flex-direction: column;
|
|
2097
|
+
align-items: center;
|
|
2098
|
+
justify-content: center;
|
|
2099
|
+
width: 220px;
|
|
2100
|
+
transform: translate(-50%, -50%);
|
|
2101
|
+
}
|
|
2102
|
+
.empty-data-container.small {
|
|
2103
|
+
width: 160px;
|
|
2104
|
+
}
|
|
2105
|
+
.empty-data-container img {
|
|
2106
|
+
width: 100%;
|
|
2107
|
+
}
|
|
2108
|
+
.empty-data-container .tip {
|
|
2109
|
+
margin-top: 16px;
|
|
2110
|
+
color: #999eaa;
|
|
2111
|
+
font-size: 14px;
|
|
2112
|
+
}
|
|
2113
|
+
.empty-data-container .slot-view {
|
|
2114
|
+
margin-top: 16px;
|
|
2115
|
+
}
|
|
2116
|
+
.tooltip-button {
|
|
2117
|
+
height: auto;
|
|
2118
|
+
padding: 20px;
|
|
2119
|
+
}
|
|
2120
|
+
.dop.active {
|
|
2121
|
+
color: #165dff;
|
|
2122
|
+
}
|
|
2123
|
+
.dop .label {
|
|
2124
|
+
display: flex;
|
|
2125
|
+
gap: 10px;
|
|
2126
|
+
align-items: center;
|
|
2127
|
+
}
|
|
2128
|
+
.filter-view-container {
|
|
2129
|
+
display: flex;
|
|
2130
|
+
align-items: center;
|
|
2131
|
+
margin-bottom: 10px;
|
|
2132
|
+
font-size: 14px;
|
|
2133
|
+
}
|
|
2134
|
+
.filter-search {
|
|
2135
|
+
display: flex;
|
|
2136
|
+
gap: 10px;
|
|
2137
|
+
width: 180px;
|
|
2138
|
+
margin-right: 10px;
|
|
2139
|
+
}
|
|
2140
|
+
.filter-content {
|
|
2141
|
+
position: relative;
|
|
2142
|
+
display: flex;
|
|
2143
|
+
flex: 1;
|
|
2144
|
+
align-items: center;
|
|
2145
|
+
justify-content: space-between;
|
|
2146
|
+
}
|
|
2147
|
+
.left {
|
|
2148
|
+
display: flex;
|
|
2149
|
+
gap: 10px;
|
|
2150
|
+
align-items: center;
|
|
2151
|
+
}
|
|
2152
|
+
.right {
|
|
2153
|
+
position: absolute;
|
|
2154
|
+
right: 0;
|
|
2155
|
+
z-index: 1;
|
|
2156
|
+
display: flex;
|
|
2157
|
+
flex-wrap: nowrap;
|
|
2158
|
+
align-items: center;
|
|
2159
|
+
height: 100%;
|
|
2160
|
+
padding-left: 20px;
|
|
2161
|
+
background: white;
|
|
2162
|
+
}
|
|
2163
|
+
.more-btn {
|
|
2164
|
+
margin-right: 10px;
|
|
2165
|
+
}
|
|
2166
|
+
.right-prefix {
|
|
2167
|
+
display: flex;
|
|
2168
|
+
gap: 10px;
|
|
2169
|
+
align-items: center;
|
|
2170
|
+
}
|
|
2171
|
+
.filter-pannel {
|
|
2172
|
+
display: flex;
|
|
2173
|
+
gap: 10px;
|
|
2174
|
+
padding: 10px;
|
|
2175
|
+
background-color: white;
|
|
2176
|
+
border-radius: 6px;
|
|
2177
|
+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
2178
|
+
}
|
|
2179
|
+
.filter-item-view {
|
|
2180
|
+
position: relative;
|
|
2181
|
+
display: flex;
|
|
2182
|
+
overflow: hidden;
|
|
2183
|
+
}
|
|
2184
|
+
.filter-item-view .show-view {
|
|
2185
|
+
z-index: 1;
|
|
2186
|
+
width: 100%;
|
|
2187
|
+
height: 100%;
|
|
2188
|
+
background: #fff;
|
|
2189
|
+
pointer-events: none;
|
|
2190
|
+
}
|
|
2191
|
+
.filter-item-view .select-view {
|
|
2192
|
+
position: absolute;
|
|
2193
|
+
z-index: 0;
|
|
2194
|
+
width: 100%;
|
|
2195
|
+
}
|
|
2196
|
+
.hasvalue-btn {
|
|
2197
|
+
color: #165dff;
|
|
2198
|
+
background-color: #e8f3ff;
|
|
2199
|
+
border-right: none !important;
|
|
2200
|
+
}
|
|
2201
|
+
.right-prefix {
|
|
2202
|
+
display: flex;
|
|
2203
|
+
gap: 10px;
|
|
2204
|
+
align-items: center;
|
|
2205
|
+
}
|
|
2206
|
+
.large {
|
|
2207
|
+
width: 40px !important;
|
|
2208
|
+
height: 40px !important;
|
|
2209
|
+
}
|
|
2210
|
+
.user-select-content {
|
|
2211
|
+
height: 60vh;
|
|
2212
|
+
}
|
|
2213
|
+
.user-select-content .user-select-left,
|
|
2214
|
+
.user-select-content .user-select-right {
|
|
2215
|
+
width: 50%;
|
|
2216
|
+
height: 100%;
|
|
2217
|
+
}
|