vux scroll滚动条样式修改

.vux-cell-box::-webkit-scrollbar-track-piece {
background-color: rgba( 0, 0, 0, 0);
border-left: 1 px solid rgba( 0, 0, 0, 0);
}
.vux-cell-box::-webkit-scrollbar {
width: 5 px;
height: 13 px;
-webkit-border-radius: 5 px;
-moz-border-radius: 5 px;
border-radius: 5 px;
}
.vux-cell-box::-webkit-scrollbar-thumb {
background-color: rgba( 0, 0, 0, 0.5);
background-clip: padding-box;
-webkit-border-radius: 5 px;
-moz-border-radius: 5 px;
border-radius: 5 px;
min-height: 28 px;
}
.vux-cell-box::-webkit-scrollbar-thumb:hover {
background-color: rgba( 0, 0, 0, 0.5);
-webkit-border-radius: 5 px;
-moz-border-radius: 5 px;
border-radius: 5 px;
}

猜你喜欢

转载自blog.csdn.net/ToBeBestPlayer/article/details/80944708
今日推荐