From 43a0dd87e38ba1c849f850357e92665d4fe10a44 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 22 Dec 2023 14:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/mew/modules/support/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/view/mew/modules/support/index.html b/view/mew/modules/support/index.html index 465c1b5..988523f 100644 --- a/view/mew/modules/support/index.html +++ b/view/mew/modules/support/index.html @@ -10,20 +10,22 @@ padding: 0; margin: 0; } - + body{ + background: #cc30dd75; + } .bootom { - position: fixed; + position: relative; bottom: 0; left: 0; width: 100%; background: #30312C; color: #fff; - font-size: 0.71rem; + font-size: 16px; text-align: center; padding: 1rem 0; } p{ - margin-bottom: 0.3rem; + margin-bottom: 10px; }