#Box::-webkit-scrollbar{
width: 10px;
height: 10px;
}
#Box::-webkit-scrollbar-thumb{
border-radius: 10px;
background-color: #f5dac9;
}
#Box::-webkit-scrollbar-track{
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 10px;
background-color: #bd8080;
}
CSS 滚动体美化
于 2022-09-23 11:29:10 首次发布