14 lines
226 B
SCSS
14 lines
226 B
SCSS
![]() |
@import './var.scss';
|
||
|
|
||
|
// 毛玻璃
|
||
|
.--background-filter {
|
||
|
backdrop-filter: $--filter-blur;
|
||
|
background-color: $--filter-color;
|
||
|
}
|
||
|
|
||
|
// 边框圆角
|
||
|
.--border-radius {
|
||
|
border-radius: $--border-radius;
|
||
|
overflow: hidden;
|
||
|
}
|