修改浏览器中的滚动条样式

::-webkit-scrollbar{
    background-color: transparent !important;
    width: 4px;
}
::-webkit-scrollbar-track{
    background: transparent !important;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: #333;
}
::-webkit-scrollbar-corner {
    background: #EFEFEF;
}
posted @ 2021-06-09 09:26  zhongfang99  阅读(58)  评论(0编辑  收藏  举报