From b530bde93e25ffee440d9b68b7eb6bbface4a13c Mon Sep 17 00:00:00 2001 From: wanggeng888 <450292408@qq.com> Date: Mon, 17 May 2021 16:19:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/wg/assets/layui/css/admin.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/resources/static/wg/assets/layui/css/admin.css b/src/main/resources/static/wg/assets/layui/css/admin.css index 1a9ee7f..60e04f1 100644 --- a/src/main/resources/static/wg/assets/layui/css/admin.css +++ b/src/main/resources/static/wg/assets/layui/css/admin.css @@ -71,7 +71,7 @@ html, body, #LAY_app { .footer-button-box { position: fixed; - left: 0px; + right: 0px; bottom: 0px; z-index: 990; box-shadow: rgba(0, 0, 0, 0.12) -1px 0px 4px; @@ -107,6 +107,10 @@ html, body, #LAY_app { padding: 20px 20px 0 20px; } +.layadmin-user-login-body { + padding-bottom: 20px; +} + .layadmin-user-login-header { text-align: center; } @@ -114,7 +118,8 @@ html, body, #LAY_app { .layadmin-user-login-header h2 { font-weight: bold; font-size: 30px; - color: #000; + color: #FFF; + text-shadow: 0 0 4px #000; } .layadmin-user-login-header p { @@ -249,9 +254,10 @@ html, body, #LAY_app { top: 50%; left: 50%; margin-left: -188px; - margin-top: -158px; + margin-top: -155px; box-sizing: border-box; - background-color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.3); + border: 1px solid #fff; } .system-logo {