From bec79d7b98d7aaf67e9c8f56083ff9f689f266c3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 15 Jul 2021 17:32:12 +0800
Subject: [PATCH] 蓝色主题 修改 和监管处罚创建
---
src/styles/media.scss | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/styles/media.scss b/src/styles/media.scss
index 2781c4c..aa02089 100644
--- a/src/styles/media.scss
+++ b/src/styles/media.scss
@@ -1,3 +1,7 @@
+@import "./ourBackgroundColor.scss";
+.avue-logo{
+ background-color: $leftMenuTop;
+}
.avue-left,
.avue-header,
.avue-top,
@@ -11,7 +15,8 @@
.avue-contail {
width: 100%;
height: 100%;
- background: #f0f2f5;
+ // background: #f0f2f5;
+ background: $black;
background-size: 100%;
background-repeat: no-repeat;
}
@@ -45,7 +50,7 @@
.avue-header {
padding-left: 240px;
width: 100%;
- background-color: #fff;
+ background-color: $black;
box-sizing: border-box;
}
@@ -59,7 +64,8 @@
box-sizing: border-box;
overflow: hidden;
transition: all 0.5s;
- background: #f0f2f5;
+ // background: #f0f2f5;
+ background: $black;
z-index: 1026;
&--fullscreen {
--
Gitblit v1.9.3