滚动条颜色

This commit is contained in:
2024-04-12 10:49:47 +08:00
parent 74edd21214
commit a3bd2f464e
2 changed files with 4 additions and 9 deletions

View File

@@ -37,22 +37,17 @@
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
background-color: #1A2B47;
}
::-webkit-scrollbar
{
width: 0px;
background-color: #F5F5F5;
width: 6px;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
background-color: #e5e5e5;
background-color: #5291F0;
}
.body-conatiner