This commit is contained in:
zyronon
2023-09-28 01:15:13 +08:00
parent 81dad99b46
commit 5e4051c192
6 changed files with 319 additions and 280 deletions

View File

@@ -99,6 +99,15 @@ a {
border-radius: 10rem;
}
/* 火狐美化滚动条 */
* {
scrollbar-color: $second #f3f4f9;
/* 滑块颜色 滚动条背景颜色 */
scrollbar-width: thin;
/* 滚动条宽度有三种thin、auto、none */
}
footer {
box-sizing: content-box;
height: $footer-height;