From 31ada9600dc1f3e60fd44028e992f53c7dac3062 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Sat, 15 Jun 2024 15:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/home_head.html | 74 +++++++++---------- .../main/resources/templates/home_head1.html | 41 ++-------- 2 files changed, 42 insertions(+), 73 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home_head.html b/ruoyi-admin/src/main/resources/templates/home_head.html index fde1d72..9fc3686 100644 --- a/ruoyi-admin/src/main/resources/templates/home_head.html +++ b/ruoyi-admin/src/main/resources/templates/home_head.html @@ -11,17 +11,17 @@ #hd { position: relative; - //background-image: url(/home/base/bg-head5.png); - //background-position-y:56%; height: 326px; background-size: cover; display: flex; justify-content: center; align-items: center; + width: 1690px; + margin: 0 auto; } #hd .bg_image1{ width:100%; - height:91%; + height: 326px; } #ltlogo { position: absolute; @@ -35,15 +35,15 @@ font-style: inherit; } - .layui-nav { - position: absolute; - bottom: 0; - left: 0; - right: 0; - display: flex; - justify-content: center; - background-color: rgba(7,68,136,1); - } + .layui-nav { + display: flex; + justify-content: center; + background-color: rgba(7,68,136,1); + width: 100%; + position: absolute; + bottom: -26px; + z-index: 111; + } .layui-elem-quote{ border-left: 5px solid #005cb1; } @@ -51,32 +51,8 @@