移动端效果修正
This commit is contained in:
parent
62eb074a57
commit
66a69b1100
@ -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 {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user