From 18ed07ad1e27266dd1e5bd0c43f0214239c2b79f Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 16 三月 2022 13:02:19 +0800
Subject: [PATCH] # 加站台 加logo

---
 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