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