mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 05:12:48 +08:00
43 lines
888 B
SCSS
43 lines
888 B
SCSS
.ul-post-list {
|
|
.ul-post-item {
|
|
display: flex;
|
|
align-items: stretch;
|
|
justify-content: flex-start;
|
|
margin-bottom: 12px;
|
|
|
|
.poster {
|
|
height: 120px;
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
.main {
|
|
margin-left: 12px;
|
|
position: relative;
|
|
|
|
.title {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.desc {
|
|
font-size: 12px;
|
|
color: #999;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.options {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
|
|
.item {
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |