From 4d9931f910e6cc210d6c6578215cc4639c4b47dd Mon Sep 17 00:00:00 2001
From: didiyu <1293722656@qq.com>
Date: 星期四, 13 十二月 2018 16:56:58 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://didiyu@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/mobil/app/css/map.css |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/app/css/map.css b/gx_tieta/WebRoot/mobil/app/css/map.css
index 61f9a12..3c86c8e 100644
--- a/gx_tieta/WebRoot/mobil/app/css/map.css
+++ b/gx_tieta/WebRoot/mobil/app/css/map.css
@@ -6,6 +6,24 @@
     height: 32px;
     background-color: #FFFFFF;
 }
+.map-location-logo-container{
+	width: 100%;
+	height: 100%;
+}
+.map-location-logo-container {
+	background-size: 20px 20px;
+	background-repeat: no-repeat;
+	background-position: center center;
+}
+.map-location-logo-container.default {
+	background-image: url("../../image/default-40x40.png");
+}
+.map-location-logo-container.loading {
+	background-image: url("../../image/loading-40x40.gif");
+}
+.map-location-logo-container.success {
+	background-image: url("../../image/success-40x40.png");
+}
 .map-search-container {
     position: absolute;
     top: 10px;

--
Gitblit v1.9.1