mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改滚动条的颜色
This commit is contained in:
@@ -7,7 +7,7 @@ body {margin: 0px;padding: 0px;}
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
scrollbar-color: #009cea #f7f7f9; /* 滑块颜色 滚动条背景颜色 */
|
||||
scrollbar-color: #c1c1c1 #f7f7f9; /* 滑块颜色 滚动条背景颜色 */
|
||||
scrollbar-width: thin; /* 滚动条宽度有三种:thin、auto、none */
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ body {margin: 0px;padding: 0px;}
|
||||
::-webkit-scrollbar-thumb {
|
||||
//background-color: #D8D8D8;
|
||||
border-radius: 3px;
|
||||
background-color: rgb(103, 197, 255);
|
||||
background-color: #c1c1c1;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
|
||||
Reference in New Issue
Block a user