mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 完成首页静态展示内容
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
@import './var.scss';
|
||||
|
||||
$light: (
|
||||
// 文字颜色
|
||||
color: $--color-text,
|
||||
//背景
|
||||
background_color: $--color-light-fill-3,
|
||||
//渐变背景
|
||||
background-image:
|
||||
linear-gradient(120deg, $--color-text-1 0%, $--color-text-1 100%),
|
||||
// 斑点背景
|
||||
background-point:
|
||||
(
|
||||
linear-gradient($--color-light-fill-1 14px, transparent 0),
|
||||
linear-gradient(90deg, transparent 14px, $--color-dark-bg-5 0)
|
||||
),
|
||||
//毛玻璃
|
||||
filter-color: $--filter-color-login-light,
|
||||
filter-color: $--filter-color-login-light
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user