mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-20 04:26:25 +08:00
全局
This commit is contained in:
parent
00d205e000
commit
e09ad35a4a
@ -1,7 +1,9 @@
|
|||||||
// 样式类型
|
@import url(./var.scss);
|
||||||
|
|
||||||
// 毛玻璃
|
// 毛玻璃
|
||||||
.bg-filter {
|
.bg-filter {
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
background-color: rgba(0, 0, 0, 0.07);
|
background-color: rgba(0, 0, 0, 0.07);
|
||||||
}
|
}
|
||||||
|
.border {
|
||||||
|
border-radius: $radius;
|
||||||
|
}
|
||||||
|
@ -1 +1,2 @@
|
|||||||
// 变量
|
// 边框
|
||||||
|
$radius: 5px;
|
Loading…
x
Reference in New Issue
Block a user