From e10488ee94485218284b9f4087346b0ae82f2606 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Wed, 7 Sep 2022 12:00:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E5=A4=8Dby=E8=93=9D=E8=8E=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/login.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/css/login.css b/static/css/login.css index 302f13c..5908bdd 100644 --- a/static/css/login.css +++ b/static/css/login.css @@ -100,11 +100,12 @@ left: 0; } .login-content{ width: 350px; - height: 40%; - text-align:center; + height: 268px; + text-align: + center; margin: 0 auto; position: relative; - top: 300px; + top: 250px; border: 1px solid #2890fa; background: rgba(40, 144, 250, 0.2); border-radius: 5px; -- GitLab