feat:完整布局封装

This commit is contained in:
MTrun
2022-01-06 13:45:51 +08:00
parent 1afc06b079
commit df1fccffa7
17 changed files with 236 additions and 15 deletions
+5
View File
@@ -22,6 +22,11 @@
transform: translate(-50%, -50%);
}
// cursor 小手
.go-cursor-pointer {
cursor: pointer;
}
// 毛玻璃
.go-background-filter {
backdrop-filter: $--filter-blur-base;