From f43258c4e2394cb6182db9c94f5c5a6d033fd5d4 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期一, 12 九月 2022 13:53:41 +0800
Subject: [PATCH] ##
---
src/main/webapp/static/css/style3.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/css/style3.css b/src/main/webapp/static/css/style3.css
index 04d3bd9..c8fecac 100644
--- a/src/main/webapp/static/css/style3.css
+++ b/src/main/webapp/static/css/style3.css
@@ -14,10 +14,10 @@
/* 鐢诲竷 */
#root {
/*height: 100%;*/
- /*width: 100%;*/
+ width: 100%;
/*margin: 0;*/
/*background-color: !* #2C3E50 *! #2e4e7e;*/
- position: absolute;
+ position: relative;
}
#top-tab {
@@ -115,7 +115,8 @@
/* 寮瑰嚭灞� */
#details {
width: 98%;
- height: 90%;
+ height: 170%;
+ margin-bottom: 100px;
background-color: #FFF;
box-shadow: 0px 5px 20px #000;
border-radius: 15px;
@@ -123,7 +124,6 @@
top:2.5%;
left:1%;
display: none;
-
}
#tips {
width: 30%;
@@ -131,7 +131,7 @@
background-color: #FFF;
box-shadow: 0px 5px 20px #000;
border-radius: 15px;
- position: relative;
+ position: absolute;
top:30%;
left:35%;
display: none;
--
Gitblit v1.9.1