From 63d9ecbf93cf5b3582a8f7e08702fceeb1cc7b22 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.12>
Date: 星期五, 26 十月 2018 14:20:01 +0800
Subject: [PATCH] 机房实时状态查询时未设置选中的查看异常状态时不查询没有异常的机房实时状态信息

---
 gx_tieta/WebRoot/css/index_layout.css |  100 +++++++++++++------------------------------------
 1 files changed, 27 insertions(+), 73 deletions(-)

diff --git a/gx_tieta/WebRoot/css/index_layout.css b/gx_tieta/WebRoot/css/index_layout.css
index bd91bbc..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;
@@ -64,6 +73,21 @@
 	width:100%;
 	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{
@@ -384,7 +408,7 @@
 	height: 100%;
 	background-color: #ccc;
 	border-right: 4px dotted #aaa;
-	
+	vertical-align: top;
 }
 
 .side-bar.abs {
@@ -400,81 +424,11 @@
 	z-index: 999999;
 }
 .side-bar .lside{
+	position: absolute;
 	width: 100%;
 	height: 100%;
+	top: 0;
 	background: white;
-	overflow-x: auto;
-	overflow-y: auto;
-	position: relative;
-}
-.lside a {
-	text-decoration: none;
-	color: #000;
-}
-.lside>ul{
-	width: 100%;
-	position:absolute;
-	margin-bottom: 30px;
-}
-.lside>ul>li>a{
-	display:block;
-	color:black;
-	font-size: 16px;
-	padding:12px 5px;
-	white-space: nowrap;
-}
-.lside>ul>li>ul{
-	display:none;
-	}
-.lside>ul>li>ul>li>a{
-	display:block;
-	font-size: 14px;
-	padding:10px 20px;
-	white-space: nowrap;
-}
-.lside>ul>li>ul>li>ul{
-	display:none;
-}
-.lside>ul>li>ul>li>ul>li>a{
-	display:block;
-	font-size: 12px;
-	padding:10px 10px 10px 40px;
-	white-space: nowrap;
-}
-
-.arrow{
-	display: block;
-	float: left;
-	width:20px;
-	height:20px;
-	margin-left:10px;
-	margin-right:10px;
-	background:url(../image/arrow_u.png) no-repeat 3px 5px;
-	background-color:black;
-}
-.down{
-	display: block;
-	float: left;
-	width:20px;
-	height:20px;
-	margin-left:10px;
-	margin-right:10px;
-	background:url(../image/arrow_d.png) no-repeat 3px 6px;
-	background-color:black;
-}
-
-.mark{
-	display: block;
-	float: left;
-	font-size: 16px;
-	width:20px;
-	height:20px;
-	margin-left:10px;
-	margin-right:10px;
-	text-align:center;
-	line-height: 20px;
-	color:white;
-	background-color: black;
 }
 
 .map-stats-img {

--
Gitblit v1.9.1