UNPKG

@cmstops/pro-compo

Version:

[物料平台文档中心](https://arco.design/docs/material/guide)

155 lines (130 loc) 2.55 kB
.sys-resource-dialog { height: 100%; padding: 0; padding-left: 20px; .scen-module { margin-bottom: 20px; .title { display: flex; gap: 8px; align-items: center; margin-bottom: 20px; font-weight: bold; font-size: 16px; .line { width: 3px; height: 16px; background-color: #4886ff; } } } .null-file { display: flex; flex-direction: column; justify-content: center; height: 300px; .null-pic { display: block; width: 10%; margin: 20px auto; } p { color: #a2a3a7; font-size: 14px; text-align: center; } } } .sysfile-filter-container { padding: 10px 0; } .sys-resource-cards { height: 100%; .arco-scrollbar { height: 100%; .sys-resource-scroll { height: 100%; overflow: auto; } } } .sys-res-file-list { display: flex; flex-wrap: wrap; gap: 20px; .item-load-more { display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center; color: #9a9a9a; font-size: 12px; cursor: pointer; img { width: 72px; } } .item { position: relative; width: calc(20% - 20px); overflow: hidden; cursor: pointer; .move-action { opacity: 0.5; } .shadow-wrap { position: relative; overflow: hidden; background: #fff; border: 1px solid #ebeef5; border-radius: 4px; &:hover { border: 1px solid #4886ff; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); } .thumb-wrap { position: relative; width: 100%; background: url('../assets/selection/picBg.png'); } h4, p { margin-top: 4px; margin-bottom: 2px; padding: 0 10px; overflow: hidden; color: rgba(0, 0, 0, 0.85); font-size: 14px; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; i, svg { margin-right: 4px; color: #e75258; font-size: 16px; vertical-align: middle; } svg { margin-right: 4px; font-size: 16px; vertical-align: middle; } span { vertical-align: middle; } } p { margin-bottom: 4px; font-weight: normal; font-size: 12px; line-height: 1em; opacity: 0.65; } } } &::after { height: 50px; } }