From 9d567acb7dc6c2c2caf9c715411983f2eb154b13 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jul 2021 21:10:07 +0800
Subject: [PATCH] 首页相关得修改
---
src/styles/theme/bule.scss | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 52 insertions(+), 3 deletions(-)
diff --git a/src/styles/theme/bule.scss b/src/styles/theme/bule.scss
index 258b0a8..0dc41ce 100644
--- a/src/styles/theme/bule.scss
+++ b/src/styles/theme/bule.scss
@@ -1,5 +1,5 @@
.theme-bule{
-
+
.avue-header,.avue-logo{
background: #004ca7;
}
@@ -29,7 +29,7 @@
}
}
.avue-top{
-
+
.el-menu-item {
i,
span {
@@ -43,4 +43,53 @@
}
}
}
-}
\ No newline at end of file
+}
+
+
+
+.theme-deep-bule{
+
+ .avue-header,.avue-logo{
+ background: #19305C;
+ }
+ .avue-sidebar{
+ background: #19305C;
+ .el-menu-item.is-active, .el-submenu__title.is-active {
+ background-color: rgba(0, 0, 0, 0.2);
+ }
+ }
+ .el-dropdown{
+ color: #fff;
+ }
+ .avue-logo{
+ .avue-logo_title{
+ color:#fff;
+ }
+ }
+ .avue-breadcrumb{
+ i{
+ color:#fff;
+ }
+ }
+
+ .top-bar__item {
+ i {
+ color: #fff;
+ }
+ }
+ .avue-top{
+
+ .el-menu-item {
+ i,
+ span {
+ color: #fff;
+ }
+ &:hover {
+ i,
+ span {
+ color: #fff;
+ }
+ }
+ }
+ }
+}
--
Gitblit v1.9.3