From fe60d12420c62014c676cf651a24f6dfa8ff79e6 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Tue, 23 Feb 2021 11:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/gofly-front.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index e751fce..18bec36 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -138,10 +138,15 @@ @media screen and (max-width: 500px) { .launchButtonBox{ width: 100%; + left: 0; right: 0; + bottom: 5px; + text-align: center; } .launchButtonNotice{ - width: 100%; - right: auto; + width: 90%; + left: 0; + right: 0; + text-align: left; } } \ No newline at end of file