From 2a9de532798b7ba80ae0e0e9caeb16aa1b76e145 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@USER-20180117QL> Date: 星期五, 21 十二月 2018 09:27:39 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyccjj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/mobil/app/css/map.css | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 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..92ad033 100644 --- a/gx_tieta/WebRoot/mobil/app/css/map.css +++ b/gx_tieta/WebRoot/mobil/app/css/map.css @@ -113,4 +113,37 @@ } .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; + top: 8px; + right: 8px; + z-index: 999; + font-size: 20px; +} +.temp-map-container-close:hover { + color: #FF0000; +} +.temp-map { + width: 100%; + height: 100%; } \ No newline at end of file -- Gitblit v1.9.1