From 0fb110ad59cb693b809b7cae886fad7cd224fddf Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 21 Oct 2022 15:35:50 +0800
Subject: [PATCH] 首页导航标签更改、echarts样式修改

---
 src/styles/common.scss |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index e743c1a..7164811 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -30,51 +30,51 @@
 }
 
 .menu-dtdl {
-    background: url(/zhxy/img/icon/dtdl.png) no-repeat;
+    background: url(/zhjg/img/icon/dtdl.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-jg {
-    background: url(/zhxy/img/icon/jg.png) no-repeat;
+    background: url(/zhjg/img/icon/jg.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-xyjz {
-    background: url(/zhxy/img/icon/xyjz.png) no-repeat;
+    background: url(/zhjg/img/icon/xyjz.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-shfw {
-    background: url(/zhxy/img/icon/shfw.png) no-repeat;
+    background: url(/zhjg/img/icon/shfw.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-zhcx {
-    background: url(/zhxy/img/icon/zhcx.png) no-repeat;
+    background: url(/zhjg/img/icon/zhcx.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-xydl {
-    background: url(/zhxy/img/icon/xydl.png) no-repeat;
+    background: url(/zhjg/img/icon/xydl.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-xydh {
-    background: url(/zhxy/img/icon/xydh.png) no-repeat;
+    background: url(/zhjg/img/icon/xydh.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-ztdt {
-    background: url(/zhxy/img/icon/ztdt.png) no-repeat;
+    background: url(/zhjg/img/icon/ztdt.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-tool {
-    background: url(/zhxy/img/icon/tool.png) no-repeat;
+    background: url(/zhjg/img/icon/tool.png) no-repeat;
     background-size: 100% 100%;
 }
 
 .menu-rest {
-    background: url(/zhxy/img/icon/rest.png) no-repeat;
+    background: url(/zhjg/img/icon/rest.png) no-repeat;
     background-size: 100% 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.3