From d113a9c68c36e9e54ffe56342e30d59e5ee0629d Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 09 九月 2022 14:50:10 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/style.css | 43 +++++++++++++++++++++++++++++--------------
1 files changed, 29 insertions(+), 14 deletions(-)
diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index cc0b3f1..052688b 100644
--- a/src/main/webapp/static/css/style.css
+++ b/src/main/webapp/static/css/style.css
@@ -1,6 +1,7 @@
*{
margin: 0;
- overflow: hidden;
+ /*overflow: hidden;*/
+ font-size: 10px;
}
html,body{
height: 100%;
@@ -9,6 +10,7 @@
#root {
height: 100%;
width: 100%;
+ margin: 0;
background-color: /* #2C3E50 */ #2e4e7e;
position: absolute;
}
@@ -38,6 +40,7 @@
color:white;
line-height: 94px;
text-align: center;
+ font-size: 40px;
}
#showTime {
width: 350px;
@@ -51,7 +54,15 @@
font-size: 20px;
}
-
+#proType {
+ margin-top: 0%;
+ width: 50%;
+ color: #d9d9d9;
+ align: center;
+ margin-left: 25%;
+ font-size: 10px;
+ font-weight: 100;
+}
#main-tab {
@@ -66,8 +77,8 @@
cursor: default;
}
#main-tab th {
- height: 50px;
- width: 50px;
+ height: 40px;
+ width: 25px;
background-color: /* #223962 */#3a4a5a;
}
@@ -78,6 +89,9 @@
border-collapse: collapse;
text-align: center;
cursor: pointer;
+}
+#main-tab p {
+ font-size: 14px;
}
/* .normal {
background-color: #009966;
@@ -142,7 +156,7 @@
}
#details {
- position: relative;
+ position: absolute;
}
#details .head {
width: 100%;
@@ -172,7 +186,7 @@
display: inline-block;
position: absolute;
float: left;
- width: 11%;
+ width: 16%;
margin-top: 0.5%;
margin-left: 1%;
}
@@ -184,10 +198,10 @@
}
.tab-head>th {
width: 73px;
- height: 30px;
+ height: 25px;
}
.tab-head>th:first-child {
- width: 55px;
+ width: 110px;
}
/*琛ㄨ韩*/
.tab-body {
@@ -197,7 +211,7 @@
}
.tab-body>td {
width: 73px;
- height: 48px;
+ height: 30px;
text-align: center;
}
.tab-body>td:first-child {
@@ -209,9 +223,9 @@
position: absolute;
clear: both;
background-color: #FFF;
- width: 87%;
+ width: 80%;
margin-top: 0.5%;
- margin-left: 12%;
+ margin-left: 16.9%;
overflow-x: scroll;
}
@@ -221,11 +235,11 @@
}
#details-tab th {
- height: 30px;
+ height: 25px;
width: 55px;
}
#details-tab td {
- height: 25px;
+ height: 16px;
text-align: center;
position: relative;
@@ -233,6 +247,7 @@
#tabBody td {
border: none;
}
+
.loadBox {
width: 50px;
height: 50px;
@@ -262,7 +277,7 @@
.over-color{
background-color: #aeafaf;
- opacity: 0.5;
+ opacity: 1;
}
--
Gitblit v1.9.1