style.scss 226 B

12345678910111213
  1. @import './var.scss';
  2. // 毛玻璃
  3. .--background-filter {
  4. backdrop-filter: $--filter-blur;
  5. background-color: $--filter-color;
  6. }
  7. // 边框圆角
  8. .--border-radius {
  9. border-radius: $--border-radius;
  10. overflow: hidden;
  11. }