p{
&::-webkit-scrollbar{
height:10px;
width:10px;
}
&::-webkit-scrollbar-track{
background: rgb(239, 239, 239);
border-radius:2px;
}
&::-webkit-scrollbar-thumb{
background: #bfbfbf;
border-radius:10px;
}
&::-webkit-scrollbar-thumb:hover{
background: #333;
}
&::-webkit-scrollbar-corner{
background: #179a16;
}
&::-webkit-scrollbar-button {
display: inline-block;
background: #bfbfbf;
}
}
网友评论