18910140161

修改CSS滚动条样式

顺晟科技

2021-08-27 11:55:27

124

<div class="qq_bottom">
超出部分变滚动条
</div>


/*//滚动条整体部分*/
.qq_bottom::-webkit-scrollbar {
    width:5px;
    height:10px;
}
/*//scroll轨道背景*/
.qq_bottom::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #dbdbdb;
}
/*滚动条中的滑块*/
.qq_bottom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b5b1b1;
}
/*滚动条上下两端可以进行微调的按钮*/
/*滚动条整体宽度太小会不明显*/
.qq_bottom::-webkit-scrollbar-button {
    width:5px;
    height:5px;
    background-color:red;
}

 

 

 

 

相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航