From bf7f18b252078aa07b7df4a2b51a36e320663730 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期四, 18 七月 2024 19:00:46 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/console.css |   51 +++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 39 insertions(+), 12 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index aa50cf6..0a074b9 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%;
@@ -269,8 +287,8 @@
 }
 /* 杈撻�佺嚎绗竴鍒� */
 .site-row-1 {
-	top: 205px;
-	left: 120px;
+	top: 28px;
+	left: 1270px;
 }
 .site-row-1 .site {
 	width: 80px;
@@ -278,31 +296,38 @@
 
 /* 杈撻�佺嚎绗簩鍒� */
 .site-row-2 {
-	top: 205px;
-	left: 202px;
+	top: 28px;
+	left: 1352px;
 }
 .site-row-2 .site {
 	width: 80px;
 }
 .site-row-3 {
-	top: 205px;
-	left: 284px;
+	top: 28px;
+	left: 1434px;
 	/*width: 164px;*/
 }
 .site-row-3 .site {
 	width: 80px;
 }
 
+.site-row-4 {
+	top: 109px;
+	left: 1516px;
+}
+.site-row-4 .site {
+	width: 80px;
+}
 .site-row-5 {
 	top: 71px;
-	left: 448px;
+	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: 300px;
 }
 .main-part .lane {
 	margin-top: 30px;
@@ -348,6 +373,7 @@
 	width: 100%;
 	margin-top: 10px;
 }
+
 /* 鍫嗗灈鏈� */
 .machine {
 	margin-left: 30px;
@@ -360,6 +386,7 @@
 	background-size:100% 100%;
 	background-position: top center;
 	cursor: pointer;
+
 }
 /* 鍏ュ簱 */
 .machine-pakin {

--
Gitblit v1.9.1