From a66640923f167432ee85c672cdf175e5a0bb7eba Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期一, 29 十月 2018 14:36:00 +0800 Subject: [PATCH] 返回地图的中心点 --- gx_tieta/WebRoot/css/index_layout.css | 67 +++++++++++++++++++++++++++++++++ 1 files changed, 67 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/css/index_layout.css b/gx_tieta/WebRoot/css/index_layout.css index bb33e29..59f6c84 100644 --- a/gx_tieta/WebRoot/css/index_layout.css +++ b/gx_tieta/WebRoot/css/index_layout.css @@ -450,3 +450,70 @@ .item-timeout { /* color: blue !important; */ } + +.map-info-panel-left { + position: absolute; + top: 10px; + left: 10px; + z-index: 10; + background-color: #FFFFFF; + border: 1px solid #cccccc; +} +.map-info-panel-content { + position: relative; +} + +.map-info-panel-content .map-info { + padding: 0 10px; + line-height: 30px; + text-align: center; + background-color: #CDDCFA; + border-bottom: 1px solid #CCCCCC; +} +.map-info-panel-content .map-info .k-point { + font-weight: bold; +} +.map-info-btn-icon { + margin-left: 15px; + font-size: 18px; + vertical-align: middle; + cursor: pointer; +} +.map-info-btn-icon:hover { + color: #1495E7; +} + +.map-info-detail { + display: none; +} +.map-info-detail table { + width: 100%; + margin-top: 8px; + margin-bottom: 8px; +} +.map-info-detail table td { + padding: 4px 0; +} +.map-info-detail table select { + width: 96%; + height: 24px; + border: 1px solid #CCCCCC; +} +.map-info-footer { + padding: 8px 0; + border-top: 1px solid #CCCCCC; +} +.map-info-footer button { + padding:6px 20px; + border: 1px solid #c1c1c1; + background: #FFFFFF; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4)); + background: -o-linear-gradient(top, #ffffff, #f4f4f4); + background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); + background: linear-gradient(top, #ffffff, #f4f4f4); + color: #555; +} +.map-info-footer button:hover { + background: #f4f4f4; + color: #555; +} \ No newline at end of file -- Gitblit v1.9.1