UNPKG

@cmstops/pro-compo

Version:

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

105 lines (90 loc) 1.86 kB
.medialist-kongo-item-view { display: flex; // width: 100%; padding: 10px; border-bottom: 1px solid #f0f0f0; &:hover { background: #fafafa; } .cover-view { position: relative; flex-shrink: 0; width: 110px; height: 70px; margin-right: 20px; background: transparent; .image { width: 100%; height: 100%; border-radius: 4px; img { width: 100%; height: 100%; } } .no-img { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: white; font-size: 30px; } } .info-view { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 130px); padding: 2px 0; .title { display: flex; align-items: center; margin-bottom: 10px; overflow: hidden; color: #1d2129; font-weight: 400; font-size: 16px; font-style: normal; line-height: 22px; cursor: pointer; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .abttrite-v { display: flex; align-items: center; justify-content: space-between; .left { display: flex; flex: 1; align-items: center; min-width: 510px; color: #808692; font-size: 12px; .icon { margin-right: 8px; } .tags { display: inline-block; width: 120px; } .abttr { width: 35%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; &.value { margin-left: 10px; } } } .right { flex-shrink: 0; margin-right: 20px; } } } }