From 94b30140516399ce3d8c6299369c1c84d0444071 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Tue, 7 Jun 2022 12:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E8=A1=8C=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/pages/page-index.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/assets/sass/pages/page-index.scss b/resources/assets/sass/pages/page-index.scss index c57de8aca..bb58cd821 100644 --- a/resources/assets/sass/pages/page-index.scss +++ b/resources/assets/sass/pages/page-index.scss @@ -292,14 +292,14 @@ } .footer-copyright { - width: 100%; - height: 60px; - background: #ffffff; - text-align: center; + background: #fff; + color: #828282; font-size: 12px; font-weight: 400; - color: #828282; - line-height: 60px; + padding: 20px; + line-height: 20px; + text-align: center; + width: 100%; } } }