From d42cb45f8fc0932e9a0766f98c445635a85b22d3 Mon Sep 17 00:00:00 2001
From: admin:huo123456@qq <496960745@qq.com>
Date: 星期一, 21 一月 2019 09:15:22 +0800
Subject: [PATCH] 修改

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

diff --git a/gx_tieta/WebRoot/mobil/app/css/map.css b/gx_tieta/WebRoot/mobil/app/css/map.css
index 5c71360..9b39f5c 100644
--- a/gx_tieta/WebRoot/mobil/app/css/map.css
+++ b/gx_tieta/WebRoot/mobil/app/css/map.css
@@ -113,4 +113,39 @@
 }
 .hdw-tbl td {
 	padding: 4px 0 4px 8px;
+}
+/* temp-map */
+.temp-map-container {
+	display: none;
+	position: absolute;
+	top: 0;
+	left: 0;
+	right: 0;
+	bottom: 0;
+	background-color: #FFFFFF;
+	z-index: 99999;
+}
+.temp-map-container.temp-map-container-show {
+	display: block;
+}
+.temp-map-container-rel {
+	position: relative;
+	width: 100%;
+	height: 100%;
+}
+.temp-map-container-close {
+	position: absolute;
+	width: 32px;
+	height: 32px;
+	top: 8px;
+	right: 10px;
+	z-index: 999;
+	font-size: 26px;
+}
+.temp-map-container-close:hover {
+	color: #FF0000;
+}
+.temp-map {
+	width: 100%;
+	height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1