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 | 95 +++++++++++++++++++++++++++++++++++------------
1 files changed, 70 insertions(+), 25 deletions(-)
diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index 69f5963..1aa4d8c 100644
--- a/src/main/webapp/static/css/style.css
+++ b/src/main/webapp/static/css/style.css
@@ -1,16 +1,24 @@
*{
margin: 0;
- overflow: hidden;
+ /*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%;
- background-color: /* #2C3E50 */ #2e4e7e;
- position: absolute;
+ /*height: 100%;*/
+ width: 100%;
+ /*margin: 0;*/
+ /*background-color: !* #2C3E50 *! #2e4e7e;*/
+ position: relative;
}
#top-tab {
width: 100%;
@@ -38,6 +46,7 @@
color:white;
line-height: 94px;
text-align: center;
+ font-size: 40px;
}
#showTime {
width: 350px;
@@ -51,23 +60,32 @@
font-size: 20px;
}
-
+#proType {
+ margin-top: 0%;
+ width: 50%;
+ color: #d9d9d9;
+ align: center;
+ margin-left: 25%;
+ font-size: 10px;
+ font-weight: 100;
+}
#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;
cursor: default;
}
#main-tab th {
- height: 50px;
- width: 50px;
+ height: 40px;
+ width: 25px;
background-color: /* #223962 */#3a4a5a;
}
@@ -78,6 +96,9 @@
border-collapse: collapse;
text-align: center;
cursor: pointer;
+}
+#main-tab p {
+ font-size: 14px;
}
/* .normal {
background-color: #009966;
@@ -106,15 +127,15 @@
background-color: #FFF;
box-shadow: 0px 5px 20px #000;
border-radius: 15px;
- position: relative;
+ position: absolute;
top:30%;
left:35%;
display: none;
}
#tips h3 {
text-indent: 1em;
- height: 40px;
- line-height: 40px;
+ height: 36px;
+ line-height: 36px;
background-color: #2E4E7E;
color: #FFFFFF;
}
@@ -142,7 +163,7 @@
}
#details {
- position: relative;
+ position: absolute;
}
#details .head {
width: 100%;
@@ -172,8 +193,8 @@
display: inline-block;
position: absolute;
float: left;
- width: 11%;
- margin-top: 1%;
+ width: 16%;
+ margin-top: 0.5%;
margin-left: 1%;
}
/*琛ㄥご*/
@@ -184,10 +205,10 @@
}
.tab-head>th {
width: 73px;
- height: 35px;
+ height: 25px;
}
.tab-head>th:first-child {
- width: 55px;
+ width: 110px;
}
/*琛ㄨ韩*/
.tab-body {
@@ -197,7 +218,7 @@
}
.tab-body>td {
width: 73px;
- height: 52px;
+ height: 30px;
text-align: center;
}
.tab-body>td:first-child {
@@ -209,9 +230,9 @@
position: absolute;
clear: both;
background-color: #FFF;
- width: 86%;
- margin-top: 1%;
- margin-left: 12%;
+ width: 80%;
+ margin-top: 0.5%;
+ margin-left: 16.9%;
overflow-x: scroll;
}
@@ -221,14 +242,19 @@
}
#details-tab th {
- height: 35px;
+ height: 25px;
width: 55px;
}
#details-tab td {
- height: 27px;
+ height: 16px;
text-align: center;
position: relative;
+
}
+#tabBody td {
+ border: none;
+}
+
.loadBox {
width: 50px;
height: 50px;
@@ -246,11 +272,30 @@
background-color: #354352;
color: #FFFFFF;
font-size: 1px;
+ border: 1px solid #ffffff;
}
+#tot th:hover {
+ background-color: #0c64eb;
+}
+
+.over-color{
+ background-color: #aeafaf;
+ opacity: 1;
+
+
+}
+
+
+
+.admin-form {
+ padding: 25px 30px 0 0 !important;
+ margin: 0 !important;
+}
+.text-right{text-align:right}
--
Gitblit v1.9.1