::-webkit-scrollbar-track-piece {
width: 1px;
height: 1px;
background-color: #0c1e26;
}
::-webkit-scrollbar {
width: 1px;
height: 1px;
background-color: #16d0ff;
}
::-webkit-scrollbar-thumb {
width: 1px;
height: 1px;
background-color: #106d8a;
}
::-webkit-scrollbar-thumb:hover {
width: 1px;
height: 1px;
background-color: #16d0ff;
}
翻译
搜索
复制
标签:自定义,样式,height,滚动条,width,1px,scrollbar,background,webkit From: https://www.cnblogs.com/chyansblog/p/17398910.html