From 7876e8a630a50994758e3c91cf2c11d8ffd44ae6 Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.18> Date: 星期二, 30 十月 2018 10:22:35 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/css/index_layout.css | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/css/index_layout.css b/gx_tieta/WebRoot/css/index_layout.css index 59f6c84..8a30d97 100644 --- a/gx_tieta/WebRoot/css/index_layout.css +++ b/gx_tieta/WebRoot/css/index_layout.css @@ -6,6 +6,7 @@ width:100%; } #content .nav-map { + position: relative; display: table; width: 80%; height: 500px; @@ -34,7 +35,6 @@ /*鏄剧ず涓浗鍜屼腑鍥藉悇鐪侊紙琛屾斂鍖猴紝鐩磋緰甯傦級鐨勫湴鍥�*/ #content .china-map{ - display: table-cell; width: auto; height:100%; min-height: 200px; @@ -516,4 +516,16 @@ .map-info-footer button:hover { background: #f4f4f4; color: #555; +} +#mapImgDesc span { + line-height: 30px; + margin-left: 6px; + margin-right: 8px; +} + +#mapImgDesc img{ + width: 22px; + height: 22px; + margin-right: 8px; + vertical-align: middle; } \ No newline at end of file -- Gitblit v1.9.1