From d7049dae792f0a6d2ee4246acf4b42bf0b36635c Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@USER-20180117QL> Date: 星期二, 25 十二月 2018 11:11:02 +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 | 68 ++++++++++++++++++++++++++++++++++ 1 files changed, 68 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..92ad033 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; @@ -78,4 +96,54 @@ } .home-list .home-item .home-item-txt { margin-left: 8px; +} + +/* hdw-tbl-style */ +.hdw-tbl { + width: 100%; + border-collapse: collapse; +} +.hdw-tbl th, .hdw-tbl td { + border: 1px solid #cccccc; +} +.hdw-tbl th { + font-size: 14px; + padding: 4px 10px; + background: url('../image/table_th_bg.gif') repeat-x; +} +.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