处理弹窗的放大缩小

This commit is contained in:
MTrun
2021-12-20 13:36:54 +08:00
parent f37ed1f3d3
commit 8dc4769b64
19 changed files with 345 additions and 106 deletions
+3 -1
View File
@@ -3,11 +3,13 @@
$light: (
// 文字颜色
color: $--color-text,
// aside 背景
aside-background_color: $--color-light-fill-1,
//背景
background_color: $--color-light-fill-3,
//渐变背景
background-image:
linear-gradient(120deg, $--color-text-1 0%, $--color-text-1 100%),
linear-gradient(120deg, $--color-light-fill 0%, $--color-light-fill 100%),
// 斑点背景
background-point:
(
+1 -1
View File
@@ -12,7 +12,7 @@ $--color-text-4: #f2f3f5;
// 白色
$--color-light-fill: #fff;
$--color-light-fill-1: #f7f8fa;
$--color-light-fill-1: #fafafc;
$--color-light-fill-2: #f2f3f5;
$--color-light-fill-3: #e5e6eb;
$--color-light-fill-4: #c9cdd4;