div::-webkit-scrollbar{
width:10px;
height:10px;
}
div::-webkit-scrollbar-track{
background: rgb(76,96,142);
border-radius:2px;
}
div::-webkit-scrollbar-thumb{
background: rgb(171,187,224);
border-radius:10px;
}
div::-webkit-scrollbar-thumb:hover{
background: rgb(171,187,224);
}
div::-webkit-scrollbar-corner{
background: #179a16;
}

版权声明:本文为m0_37780367原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。