mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
新增置顶文章
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
}
|
||||
|
||||
|
||||
.post-item{
|
||||
.post-item,.plus-post-item{
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
@@ -100,7 +100,7 @@
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.post-item .poster{
|
||||
.post-item .poster,.plus-post-item .poster{
|
||||
width: 160px;
|
||||
height: 100px;
|
||||
background-size: cover;
|
||||
@@ -109,6 +109,15 @@
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.plus-post-item .poster{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.plus-post-item .title{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.post-item .info .title{
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user