fix: 新增图层

This commit is contained in:
MTrun
2022-01-29 11:44:51 +08:00
parent a2a3a31df5
commit 3acf2fe732
14 changed files with 108 additions and 28 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ $dark: (
linear-gradient(90deg, transparent 14px, $--color-text-2 0)
),
// hover 边框颜色
hover-border-color: #55606e,
hover-border-color: $--color-dark-bg-5,
// 阴影
box-shadow: 0 8px 20px #5252521f
+1 -1
View File
@@ -26,7 +26,7 @@ $light: (
linear-gradient(90deg, transparent 14px, $--color-dark-bg-5 0)
),
// hover 边框颜色
hover-border-color: $--color-light-bg-1,
hover-border-color: $--color-light-bg-4,
// 阴影
box-shadow: 0 8px 20px #0000001a
);
+4
View File
@@ -7,6 +7,10 @@
transition: all 0.4s;
}
.go-transition-quick {
transition: all 0.2s;
}
.go-flex-center {
display: flex;
justify-content: center;