From 9a9314110bfd44dd60b6b266bb483a713b8db97e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 05 一月 2022 16:10:09 +0800
Subject: [PATCH] Merge branch 'xgmwcs' of http://47.97.1.152:5880/r/zy-wcs into xgmwcs

---
 src/main/webapp/static/css/console.css |   54 +++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 43 insertions(+), 11 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 6ffac4c..06cb7ce 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -87,6 +87,37 @@
 			border-radius: 15px;
 			margin-left: 1%;
 		}
+		/*鎵爜琛ㄥ崟*/
+		.tablebox {
+			display: inline-block;
+			width: 290px;
+			height: 162px;
+			margin-left: 1.5%;
+			color: white;
+			font-size: 14px;
+			list-style: none;
+			line-height: 27px;
+			text-indent: 10px;
+		}
+		.table-head {
+			width: 100%;
+			height: 27px;
+			background:linear-gradient(to right, rgb(94, 193, 184),rgb(12,71,63));
+		}
+		.right {
+			float: right;
+			text-indent: 10px;
+			padding-right: 10px;
+		}
+		.table-body li {
+			background-color: #5D7677;
+		}
+		.table-body li:nth-child(even) {
+			background-color: #4A6565;
+		}
+
+
+
 		/* 鎺у埗琛ㄥご */
 		.body-head {
 			height: 35px;
@@ -219,7 +250,7 @@
 		/* 绔欑偣 */
 		.site {
 		    color: #333;
-		    height: 20px;
+		    height: 18px;
 		    border: 1px solid rgb(108,167,168);
 		    cursor: pointer;
 		    width: 50px;
@@ -227,6 +258,7 @@
 		    background-color: rgb(120,255,129);
 		    font-size: 13px;
 		}
+		/*绌虹珯鐐�*/
 		/* ------------------ 杈撻�佺嚎鎬绘垚 ------------------ */
 		.site-row {
 		    position: absolute;
@@ -234,8 +266,8 @@
 		}
 		/* 杈撻�佺嚎绗竴鍒� */
 		.site-row-1 {
-		    top: 210px;
-		    left: 166px;
+		    top: 205px;
+		    left: 172px;
 		}
 		.site-row-1 .site {
 		    width: 70px;
@@ -243,27 +275,27 @@
 		
 		/* 杈撻�佺嚎绗簩鍒� */
 		.site-row-2 {
-		    top: 210px;
-		    left: 238px;
+		    top: 205px;
+		    left: 243px;
 		}
 		.site-row-2 .site {
 		    width: 70px;
 		}	
 		.site-row-3 {
-		    top: 253px;
-		    left: 310px;
+		    top: 246px;
+		    left: 314px;
 		}
 		.site-row-3 .site {
 		    width: 70px;
 		}
 		.site-row-4 {
-		    top: 210px;
-		    left: 311px;
+		    top: 205px;
+		    left: 314px;
 		}
 		
 		.site-row-5 {
 		    top: 71px;
-		    left: 455px;
+		    left: 456px;
 		}
 		.site-row-5 .site {
 		    width: 70px;
@@ -408,7 +440,7 @@
 			display: inline-block;
 			float: right;
 			margin-top: 15px;
-			margin-right: 80px;
+			margin-right: 50px;
 		}
 		#crnWindow-head {
 			width: 291px;

--
Gitblit v1.9.1