From c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 14:47:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms
---
src/main/webapp/static/css/style4.css | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/css/style4.css b/src/main/webapp/static/css/style4.css
index 52339e3..d9d7f69 100644
--- a/src/main/webapp/static/css/style4.css
+++ b/src/main/webapp/static/css/style4.css
@@ -10,6 +10,7 @@
/*min-height: 1080px;*/
/*height: auto !important;*/
height: 1080px;
+ margin-bottom: 100px;
}
.header {
height: 8rem;
@@ -51,11 +52,16 @@
left: 0;
top: 50px;
position: absolute;
- /*background-color: #fff;*/
width: 92%;
margin-left: 4%;
min-height: 300px;
height: auto !important;
height: 300px;
- box-shadow: 0px 0px 20px #888888;
+ background-color: #FFFFFF;
+}
+.colors {
+ position: relative;
+ /*width: 100%;*/
+ background-color: #FFFFFF;
+ /*box-shadow: 0px 0px 20px #888888;*/
}
\ No newline at end of file
--
Gitblit v1.9.1