::-webkit-scrollbar{ /*滚动条基本样式,高度*/
width:10px;height:10px;
}
::-webkit-scrollbar-thumb {/*滚动条上层颜色*/
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条底层颜色*/
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 0;
background: rgba(0,0,0,0.1);
}

posted on 2022-04-04 10:26  limonyun  阅读(688)  评论(0编辑  收藏  举报