祝各位道友念头通达
GitHub Gitee 语雀 打赏

css修改滚动条,适用于小程序

截图:

 

 代码

::-webkit-scrollbar {
    height: 3rpx;
    max-width: 3rpx;
}

::-webkit-scrollbar-track {
    background-color: #bee1eb;
}

::-webkit-scrollbar-thumb {
    background-color: #00aff0;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9c3
}

::-webkit-scrollbar-thumb:active {
    background-color: #00aff0
}


/* 隐藏滚动条 */


/* ::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
} */

 效果截图:

 

posted @ 2019-11-01 14:27  韩若明瞳  阅读(819)  评论(0编辑  收藏  举报