From 94e5b0bddf2b83e1591de425d3e30030fcbb1d23 Mon Sep 17 00:00:00 2001 From: CJJ <Administrator@USER-20180117QL> Date: 星期二, 25 十二月 2018 11:50:53 +0800 Subject: [PATCH] 新建修改到APPLY --- gx_tieta/WebRoot/css/index_layout.css | 33 ++++++++++++++++++++++++++++----- 1 files changed, 28 insertions(+), 5 deletions(-) diff --git a/gx_tieta/WebRoot/css/index_layout.css b/gx_tieta/WebRoot/css/index_layout.css index 59f6c84..50163f3 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; @@ -469,12 +469,14 @@ text-align: center; background-color: #CDDCFA; border-bottom: 1px solid #CCCCCC; + cursor: pointer; } .map-info-panel-content .map-info .k-point { font-weight: bold; } .map-info-btn-icon { - margin-left: 15px; + float: right; + margin-right: 10px; font-size: 18px; vertical-align: middle; cursor: pointer; @@ -491,19 +493,25 @@ margin-top: 8px; margin-bottom: 8px; } +.map-info-detail table caption { + text-indent: 1em; +} .map-info-detail table td { padding: 4px 0; } -.map-info-detail table select { +.map-info-detail table select, .map-info-detail table input[type="text"] { width: 96%; height: 24px; border: 1px solid #CCCCCC; +} +.map-info-detail table input[type="radio"] { + vertical-align: middle; } .map-info-footer { padding: 8px 0; border-top: 1px solid #CCCCCC; } -.map-info-footer button { +.map-info-footer button, .btn-container button { padding:6px 20px; border: 1px solid #c1c1c1; background: #FFFFFF; @@ -513,7 +521,22 @@ background: linear-gradient(top, #ffffff, #f4f4f4); color: #555; } -.map-info-footer button:hover { +.map-info-footer button:hover, .btn-container 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