提交 1636db12 authored 作者: lihuihui's avatar lihuihui

修改样式

上级 647723e2
...@@ -113,3 +113,24 @@ body { ...@@ -113,3 +113,24 @@ body {
font-size: 18px; font-size: 18px;
color: #999; color: #999;
} }
body::-webkit-scrollbar{
width: 8px;
height: 8px;
}
body::-webkit-scrollbar-button{
width: 0;
height: 0;
}
body::-webkit-scrollbar-track{
}
body::-webkit-scrollbar-thumb{
border-radius: 8px;
background-color: rgba(0, 203, 255, .5);
}
body::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 203, 255, 1);
}
body::-webkit-scrollbar-thumb:active {
background-color: rgba(0, 203, 255, 1);
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论