mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
💄 fix(scroll): 滚动条样式美化
This commit is contained in:
@@ -1,5 +1,29 @@
|
|||||||
@import "fonts/index.css";
|
@import "fonts/index.css";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @description 侧边滚动条样式
|
||||||
|
* @since Alpha v0.1.3
|
||||||
|
*/
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background: #f1f1f1;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: #888;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: #555;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @description 米游社解析 json
|
* @description 米游社解析 json
|
||||||
* @since Alpha v0.1.1
|
* @since Alpha v0.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user