From 893ecace480f329dbd7207ce43984037581b9377 Mon Sep 17 00:00:00 2001 From: hdm Date: Sat, 11 Jun 2022 22:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/login/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/view/login/index.html b/app/home/view/login/index.html index 3bc53f1..b8f31de 100644 --- a/app/home/view/login/index.html +++ b/app/home/view/login/index.html @@ -17,7 +17,7 @@ background-size: cover; } .container h2 {font-size: 36px;padding: 36px 0;font-weight: 500;} - .login {width: 400px;text-align: center;position: absolute;top: 50%;left: 50%;margin-top: -240px;margin-left: -200px;border-radius: 12px;box-shadow: 0 3px 8px rgba(92, 110, 136, .32); + .login {width: 400px;text-align: center;position: absolute;top: 50%;left: 50%;margin-top: -240px;margin-left: -200px;border-radius: 12px;box-shadow: 0 2px 6px rgba(92, 110, 136, .32); } .login .top {width: 400px;height: 117px;background-color: #fbbc05;border-radius: 12px 12px 0 0;line-height: 117px;text-align: center;overflow: hidden; -webkit-transform: rotate(0deg);