// 滚动条样式
/deep/ ::-webkit-scrollbar {
/_滚动条整体样式_/
width: 10px !important;
height: 1rpx !important;
overflow: auto !important;
background: #ccc !important;
-webkit-appearance: auto !important;
display: block;
}
/deep/ ::-webkit-scrollbar-thumb {
/_滚动条里面小方块_/
border-radius: 10px !important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
background: #ccc !important;
height: 20rpx;
}
/deep/ ::-webkit-scrollbar-track {
/_滚动条里面轨道_/
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
border-radius: 10px !important;
background: #ffffff !important;
}
07-12
5520

02-16
5092

01-07
4535
