新增置顶文章

This commit is contained in:
augushong
2020-04-21 10:01:09 +08:00
parent 3a8fd0b7d7
commit 07006ecb4e
4 changed files with 47 additions and 4 deletions

View File

@@ -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;