编写登录页样式

This commit is contained in:
MTrun
2021-12-14 21:28:32 +08:00
parent ac8274f791
commit 50a8249ac8
5 changed files with 28 additions and 7 deletions
+5 -3
View File
@@ -1,14 +1,16 @@
@import './var.scss';
@import './animation.scss';
// extends
// 毛玻璃
.--background-filter {
.go-background-filter {
backdrop-filter: $--filter-blur-base;
background-color: $--filter-color-base;
background-color: $--filter-color-base-1;
box-shadow: $--border-shadow;
}
// 边框圆角
.--border-radius {
.go-border-radius {
border-radius: $--border-radius-base;
overflow: hidden;
}