修复登录外框底部不留空问题

修复登录外框底部不留空问题
pull/34/head
mlge 2019-01-02 12:33:52 +08:00 committed by GitHub
parent 42a060c32f
commit 84911cd851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,9 @@ body { background:none !important; overflow:hidden;}
top:50%;
left:50%;
width:350px;
height: 600px;
padding:0px !important;
margin:-290px 0px 0px -175px !important;
margin:-300px 0px 0px -175px !important;
background-position: center 48%;
}