From 82970b0919328ec1caa5ef40a02aaa29f4ed6e7c Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.17> Date: 星期四, 25 十月 2018 10:19:23 +0800 Subject: [PATCH] 检测和服务器连接状况是否连接正常 --- gx_tieta/WebRoot/css/index_layout.css | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/css/index_layout.css b/gx_tieta/WebRoot/css/index_layout.css index 3b6fab0..bb33e29 100644 --- a/gx_tieta/WebRoot/css/index_layout.css +++ b/gx_tieta/WebRoot/css/index_layout.css @@ -24,6 +24,14 @@ width: 100%; height: 100%; } + +.map-status-container { + position: absolute; + top: 10px; + left: 10px; + z-index: 99; +} + /*鏄剧ず涓浗鍜屼腑鍥藉悇鐪侊紙琛屾斂鍖猴紝鐩磋緰甯傦級鐨勫湴鍥�*/ #content .china-map{ display: table-cell; @@ -37,6 +45,7 @@ /*鏁呴殰鍜屽憡璀﹂ゼ鐘跺浘*/ #content .pie-con{ float:right; + position: relative; width:20%; background-color:#F3F0F0; border-top:#ddd; @@ -65,6 +74,21 @@ height:100px; background-color:#F3F0F0; } + +.pie-conf { + position: absolute; + top: 2px; + right: 8px; + z-index: 99; +} +.pie-conf .pie-btn { + color: #bbbbbb; + font-size: 18px; + cursor: pointer; +} +.pie-conf .pie-btn:hover { + color: #000000; +} /*鎴戠殑浣滀笟*/ #content .my-work{ width:100%; -- Gitblit v1.9.1