滚动条样式自定义

::-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;
}
posted @ 2023-05-14 10:56  Pavel_Yang  阅读(11)  评论(0编辑  收藏  举报