div::-webkit-scrollbar {
width: 5px;
height: 5px;
border-radius: 5px;
}
div::-webkit-scrollbar-button {
display: none;
}
div::-webkit-scrollbar-track-piece {
background-color: #F0F0F0;
}
div::-webkit-scrollbar-thumb {
background-color: #81C0C0;
border-radius: 5px;
}
div::-webkit-scrollbar-thumb:hover {
background-color: #A3D1D1;
}
网友评论