less写法
.demo{
width: 100%;
height: 80%;
padding: 6px 1% 0px;
overflow-y: scroll;
overflow-x: hidden;
&::-webkit-scrollbar {
width: 3px;
// display:none;
}
&::-webkit-scrollbar-thumb {
border-radius:10px;
background:#26304d;
// display:none;
}
}
网友评论