From 91e3d4f6c13dd548d6e538b594d54a8752b51f39 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期四, 17 三月 2022 21:37:14 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 39 ++++++++++++++++++++++++++++++++-------
1 files changed, 32 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index e11d214..4a74204 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -12,23 +12,41 @@
}
.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%;
height: 23% ;
position: absolute;
- bottom: 1%;
+ bottom: 2.5%;
}
/* 鎺у埗寮�鍏� */
.system-state {
@@ -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