From 2364a3af0f5459850a2c377b036f5e9cf9558717 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 07 May 2018 15:28:45 +0800
Subject: [PATCH] 地图相关资源

---
 src/main/webapp/view/map.jsp |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp
index 0982be2..21e667a 100644
--- a/src/main/webapp/view/map.jsp
+++ b/src/main/webapp/view/map.jsp
@@ -241,7 +241,8 @@
 	position: absolute;
 	height: 120px;
 	width: 400px;
-	right: 1%;
+	right: 1px;
+	top: 20px;
 	z-index: 1;
 }
  .tools_box .charts_btn {
@@ -251,11 +252,13 @@
 	border: 0;
     height: 85px;
     width: 85px;
-    background:url(/img/charts_btn_bg_1.png) left top no-repeat
+    background:url(/img/charts_btn_bg_1.png) left top no-repeat;
+	background-size: 70%;
  }
  .tools_box .charts_btn:hover {
 	 cursor:pointer;
-	 background:url(/img/charts_btn_bg_2.png) left top no-repeat
+	 background:url(/img/charts_btn_bg_2.png) left top no-repeat;
+	 background-size: 70%;
  }
 </style>
 <body>

--
Gitblit v1.8.0