优化自动跳转功能

This commit is contained in:
augushong
2020-08-18 12:16:42 +08:00
parent 45f8a09b1c
commit 9d08fe3b5d
6 changed files with 103 additions and 19 deletions

View File

@@ -130,6 +130,13 @@
text-overflow: ellipsis;
}
.post-item .info .desc {
margin: 0 0 8px;
font-size: 13px;
line-height: 24px;
color: #999;
}
.post-item .info .plus-info {
margin-top: 5px;
}
@@ -153,6 +160,18 @@
color: #777;
}
.content-container .desc {
margin: 0 0 8px;
font-size: 13px;
line-height: 24px;
color: #999;
margin-top: 15px;
}
.content-container .jump-container {
margin-top: 15px;
}
@media screen and (max-width: 768px) {
.nav-left-list {
text-align: left;
@@ -172,8 +191,7 @@
font-weight: 500;
font-size: 14px;
}
.content-container .title{
.content-container .title {
font-size: 18px;
line-height: 28px;
}