mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
优化自动跳转功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user