自定义修改滚动轴默认样式

    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background-color: #0000001a;
    }

    ::-webkit-scrollbar-track {
        background-color: #0000001a;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: #0000004d;
    }

 

posted @ 2023-03-03 09:57  抽风的皮鞭  阅读(38)  评论(0编辑  收藏  举报