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/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