From 6110ebf0c6d0fed8e45bc632709a33bba17d4e0a Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Tue, 25 Oct 2022 17:09:16 +0800
Subject: [PATCH] 修复首页地图bug
---
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