租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
538 B

@mixin scrollbar {
// &::-webkit-scrollbar {
// width: 15px;
// height: 15px;
// }
// &::-webkit-scrollbar-thumb {
// // -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
// background-color: rgba(0, 0, 0, 0.2);
// background-clip: content-box;
// border: 5px solid transparent;
// border-radius: 100px;
// }
// &::-webkit-scrollbar-track {
// // -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
// // background-color: rgba(0, 0, 0, 0.1);
// // border-radius: 100px;
// }
}