租房小程序前端代码
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

3 months ago
  1. @mixin scrollbar {
  2. // &::-webkit-scrollbar {
  3. // width: 15px;
  4. // height: 15px;
  5. // }
  6. // &::-webkit-scrollbar-thumb {
  7. // // -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  8. // background-color: rgba(0, 0, 0, 0.2);
  9. // background-clip: content-box;
  10. // border: 5px solid transparent;
  11. // border-radius: 100px;
  12. // }
  13. // &::-webkit-scrollbar-track {
  14. // // -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  15. // // background-color: rgba(0, 0, 0, 0.1);
  16. // // border-radius: 100px;
  17. // }
  18. }