From 51b59b6534012af93c35bcb9c95086b64f5dfe7e Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期一, 12 九月 2022 13:53:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms
---
src/main/webapp/static/css/style.css | 27 ++++++++++++++-------------
1 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index 44bea9b..052688b 100644
--- a/src/main/webapp/static/css/style.css
+++ b/src/main/webapp/static/css/style.css
@@ -1,18 +1,18 @@
*{
margin: 0;
/*overflow: hidden;*/
+ font-size: 10px;
}
html,body{
height: 100%;
}
/* 鐢诲竷 */
#root {
- /*height: 100%;*/
- min-height:100%;
+ height: 100%;
width: 100%;
margin: 0;
background-color: /* #2C3E50 */ #2e4e7e;
- position: relative;
+ position: absolute;
}
#top-tab {
width: 100%;
@@ -40,6 +40,7 @@
color:white;
line-height: 94px;
text-align: center;
+ font-size: 40px;
}
#showTime {
width: 350px;
@@ -76,8 +77,8 @@
cursor: default;
}
#main-tab th {
- height: 50px;
- width: 50px;
+ height: 40px;
+ width: 25px;
background-color: /* #223962 */#3a4a5a;
}
@@ -185,7 +186,7 @@
display: inline-block;
position: absolute;
float: left;
- width: 11%;
+ width: 16%;
margin-top: 0.5%;
margin-left: 1%;
}
@@ -197,10 +198,10 @@
}
.tab-head>th {
width: 73px;
- height: 30px;
+ height: 25px;
}
.tab-head>th:first-child {
- width: 55px;
+ width: 110px;
}
/*琛ㄨ韩*/
.tab-body {
@@ -210,7 +211,7 @@
}
.tab-body>td {
width: 73px;
- height: 48px;
+ height: 30px;
text-align: center;
}
.tab-body>td:first-child {
@@ -222,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;
}
@@ -234,11 +235,11 @@
}
#details-tab th {
- height: 30px;
+ height: 25px;
width: 55px;
}
#details-tab td {
- height: 25px;
+ height: 16px;
text-align: center;
position: relative;
--
Gitblit v1.9.1