::-webkit-scrollbar{
width: 5px;
height: 5px;
}
//定义背景颜色和圆角
::-webkit-scrollbar-thumb{
border-radius: 1em;
background-color: rgba(50,50,50,.3);
}
//定义滚动条轨道 内阴影+圆角
::-webkit-scrollbar-track{
border-radius: 1em;
background-color: rgba(50,50,50,.1);
}
06-20
386
03-27
1176
07-17
743
10-14
134