<div id="itemsBoxRight">
<div id="itemsBoxRightDiv"></div>
</div>
#itemsBoxRight {
42.69px;
height: 29px;
overflow-y: scroll;
}
/*滚动条整体样式*/
/*滚动条整体样式*/
#itemsBoxRight::-webkit-scrollbar {
5px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
/*滚动条里面小方块*/
/*滚动条里面小方块*/
#itemsBoxRight::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #11af92;
border-radius: 100px;
}
/*滚动条里面轨道*/
/*滚动条里面轨道*/
#itemsBoxRight::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 100px;
background: rgba(0, 0, 0, 0.2);
}