移动端效果修正

This commit is contained in:
结发受长生 2019-08-24 21:12:46 +08:00
parent 62eb074a57
commit 66a69b1100
2 changed files with 6 additions and 1 deletions

View File

@ -110,9 +110,11 @@
margin: 6px 4px 0 0; margin: 6px 4px 0 0;
} }
} }
.article-outer {
margin: 10px 0;
}
.article{ .article{
padding: 10px; padding: 10px;
margin: 10px 0;
border: 0; border: 0;
font-size: 16px; font-size: 16px;
.article-more-link { .article-more-link {

View File

@ -71,6 +71,9 @@ body.night {
thead tr { // 表头 thead tr { // 表头
background: $mainBg_night; background: $mainBg_night;
} }
tbody tr:hover { // 表格行指向
background: lighten($mainBg_night, 10%);
}
} }
blockquote{ // 引用 blockquote{ // 引用
background: #2c2c2c; background: #2c2c2c;