From 7912915a2b076e7ed4772ce2939f33862587a54b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 22 三月 2022 17:19:32 +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 |   37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index aa50cf6..4a74204 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -12,17 +12,35 @@
 }
 .head {
 	height: 10%;
-	width: 20%;
-	padding-top: 1%;
-	padding-left: 1%;
+	width: 100%;
 	color: #FFFFFF;
 }
+.head-left {
+	height: 100%;
+	width: 20%;
+	display: inline-block;
+}
+.head-right {
+	height: 100%;
+	width: 30%;
+	display: inline-block;
+	float: right;
+}
 .head h1 {
+	margin-top: 2%;
+	margin-left: 2%;
 	font-weight: 400;
 	letter-spacing:3px;
 }
 .head h6 {
+	margin-left: 2%;
 	font-weight: 400;
+}
+
+img {
+	float: right;
+	margin-top: 10px;
+	margin-right: 10px;
 }
 #body {
 	width: 100%;
@@ -293,16 +311,23 @@
 	width: 80px;
 }
 
-.site-row-5 {
+.site-row-4 {
 	top: 71px;
 	left: 448px;
+}
+.site-row-4 .site {
+	width: 80px;
+}
+.site-row-5 {
+	top: 71px;
+	left: 530px;
 }
 .site-row-5 .site {
 	width: 80px;
 }
 .site-row-6 {
 	top: 71px;
-	left: 530px;
+	left: 612px;
 }
 .site-row-6 .site {
 	width: 80px;
@@ -313,7 +338,7 @@
 .main-part {
 	position: absolute;
 	top: 20px;
-	left: 612px;
+	left: 694px;
 }
 .main-part .lane {
 	margin-top: 30px;

--
Gitblit v1.9.1