From 02a9623310e4d9039555d5d0089d11442ceb314e Mon Sep 17 00:00:00 2001 From: "623585344@qq.com" <623585344@qq.com> Date: Wed, 29 Dec 2021 14:13:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=99=BB=E5=BD=95=E6=8C=89=E9=92=AE=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/pages/page-index.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/assets/sass/pages/page-index.scss b/resources/assets/sass/pages/page-index.scss index 7cdb818b7..f3090166a 100644 --- a/resources/assets/sass/pages/page-index.scss +++ b/resources/assets/sass/pages/page-index.scss @@ -378,6 +378,7 @@ text-align: center; line-height: 36px; cursor: pointer; + padding: 0 10px 0 10px; } } } @@ -430,7 +431,7 @@ center center; background-size: contain; position: absolute; - bottom: 0; + bottom: -40px; } .header-pic { width: 920px; @@ -440,8 +441,8 @@ background-size: contain; position: absolute; left: 50%; - margin-left: -460px; - bottom: -202px; + margin-left: -471px; + bottom: -236px; } } .page-main {