mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
提交滚动条的样式,横向的
This commit is contained in:
@@ -6,7 +6,7 @@ body {margin: 0px;padding: 0px;}
|
|||||||
/**滚动条的宽度*/
|
/**滚动条的宽度*/
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 24px;
|
height: 10px;
|
||||||
scrollbar-color: #009cea #f7f7f9; /* 滑块颜色 滚动条背景颜色 */
|
scrollbar-color: #009cea #f7f7f9; /* 滑块颜色 滚动条背景颜色 */
|
||||||
scrollbar-width: thin; /* 滚动条宽度有三种:thin、auto、none */
|
scrollbar-width: thin; /* 滚动条宽度有三种:thin、auto、none */
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,7 @@ body {margin: 0px;padding: 0px;}
|
|||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: #D8D8D8;
|
background: #D8D8D8;
|
||||||
height: 24px;
|
height: 12px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user