feat: 首页架构

This commit is contained in:
MTrun
2021-12-18 16:36:43 +08:00
parent 44667a89f0
commit 90e45f6c23
31 changed files with 548 additions and 62 deletions
+6 -2
View File
@@ -4,7 +4,11 @@ $light: (
//背景
background_color: $--color-light-fill-3,
//渐变背景
background-image: linear-gradient(120deg, $--color-text-1 0%, $--color-text-1 100%),
background-image:
linear-gradient(120deg, $--color-text-1 0%, $--color-text-1 100%),
//毛玻璃
filter-color: $--filter-color-login-light
filter-color: $--filter-color-login-light,
// 侧边栏
aside-bg: #fff,
aside-color: rgb(239, 239, 245)
);