::-webkit-scrollbar-track {
border-radius: 2px;
background-color: rgba(0,0,0,.05)
}
::-webkit-scrollbar {
/滚动条整体样式/
width : 10px; /高宽分别对应横竖滚动条的尺寸/
height: 1px;
}
::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: rgba(0,0,0,.1)
}
修改滚动条样式css
最新推荐文章于 2020-03-17 16:28:15 发布