From ad68c07c01faa775ef249f08afdb13d2795bab54 Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 4 Jun 2021 12:26:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/common.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/static/index/default/css/common.css b/public/static/index/default/css/common.css index 235ede34e..a2e17eb6b 100755 --- a/public/static/index/default/css/common.css +++ b/public/static/index/default/css/common.css @@ -445,10 +445,12 @@ ul.am-dropdown-content > .am-active > a:focus, /** * 公共登录窗口 */ +.common-login-modal { + height: 440px; +} @media only screen and (min-width: 641px) { .common-login-modal { max-width: 400px; - height: 440px; left: calc(50% - 200px); top: calc(50% - 220px); margin-left: 0; @@ -457,7 +459,6 @@ ul.am-dropdown-content > .am-active > a:focus, } @media only screen and (max-width: 640px) { .common-login-modal { - height: 410px; top: calc(50% - 210px); } }