css 代码
*::-webkit-scrollbar {
width: 8px;
}
*::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 5px rgba(236, 236, 236, 0.1);
background: #adacac;
}
*::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(236, 236, 236, 0.8);
border-radius: 10px;
background: #ededed;
}