From 1b941effd3153c45a2b50f5462b54a7f64a3411d Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期二, 13 九月 2022 16:30:21 +0800
Subject: [PATCH] ##

---
 src/main/webapp/static/css/style.css |   31 +++++++++++++++++++++----------
 1 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index 052688b..1aa4d8c 100644
--- a/src/main/webapp/static/css/style.css
+++ b/src/main/webapp/static/css/style.css
@@ -3,16 +3,22 @@
     /*overflow: hidden;*/
 	font-size: 10px;
 }
-html,body{
-    height: 100%;
+html {
+	height: 100%;
+}
+
+body{
+	background-color: #2e4e7e;
+	height: 500px;
+	width: 100%;
 }
 /* 鐢诲竷 */
 #root {
-    height: 100%;
-    width: 100%;
-	margin: 0;
-	background-color: /* #2C3E50 */ #2e4e7e;
-	position: absolute;
+	/*height: 100%;*/
+	width: 100%;
+	/*margin: 0;*/
+	/*background-color: !* #2C3E50 *! #2e4e7e;*/
+	position: relative;
 }
 #top-tab {
     width: 100%;
@@ -68,9 +74,10 @@
 #main-tab {
 	margin-top: 1%;
 	width: 98%;
-	align: center;
 	color: #d9d9d9;
 	margin-left: 1%;
+	margin-right: 1%;
+	/*margin-bottom: 10%;*/
 }
 #main-tab,th,td{
 	border: 1px solid #fff;
@@ -120,7 +127,7 @@
 	background-color: #FFF;
 	box-shadow: 0px 5px 20px #000;
 	border-radius: 15px;
-	position: relative;
+	position: absolute;
 	top:30%;
 	left:35%;
 	display: none;
@@ -284,7 +291,11 @@
 
 
 
-
+.admin-form {
+	padding: 25px 30px 0 0 !important;
+	margin: 0 !important;
+}
+.text-right{text-align:right}
 
 
 

--
Gitblit v1.9.1