@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
153 lines (130 loc) • 2.66 kB
text/less
.medialist-doc-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: #edf3ff;
.image {
width: 100%;
height: 100%;
border-radius: 4px;
img {
width: 100%;
height: 100%;
}
}
.batch-select {
position: absolute;
top: 3px;
left: 5px;
}
.local_live_state {
position: absolute;
bottom: 5px;
left: 5px;
padding: 3px 8px;
color: #fff;
font-size: 10px;
font-size: 500;
border-radius: 4px;
}
.no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
}
.info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
.title {
display: flex;
align-items: center;
width: calc(100% - 50px);
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;
.text {
&:hover {
color: #4886ff;
text-decoration: underline;
.index {
text-decoration: unset;
}
}
}
}
.abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
.left {
display: flex;
flex: 1;
align-items: center;
color: #4e5969;
font-size: 12px;
.icon {
margin-right: 8px;
}
.tags {
display: inline-block;
width: 200px;
}
.abttr {
display: inline-block;
width: 20%;
margin-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
&.btn {
padding: 0;
text-align: left;
&:hover,
&:active {
background: transparent;
}
}
.btn {
padding: 0;
text-align: left;
}
&.time {
width: 30%;
}
}
}
.right {
margin-right: 20px;
}
}
}
}
.popper-categories {
max-width: 600px;
}