From 71ef20e1b6a0266a8c0b9893255e98fb1e636a53 Mon Sep 17 00:00:00 2001 From: bobi Date: Thu, 16 May 2019 12:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=B9=B3=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/okadmin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/okadmin.css b/css/okadmin.css index 7e52cfb..4e04c4b 100644 --- a/css/okadmin.css +++ b/css/okadmin.css @@ -3,7 +3,7 @@ @import "../lib/animate/animate.css"; /*所有页面的CSS代码都写在这里*/ /*登陆页面*/ -.login-body{background:url(../imgs/bg.png) no-repeat center center fixed;background-size:cover} +.login-body{background:url(../imgs/bg.png) no-repeat 100% 100% fixed;background-size:cover} .login-body .login-box{width:300px;height:300px;border:1px solid #1a312c;position:absolute;left:50%;top:50%;margin-left:-150px;margin-top:-150px;border-radius:5px} .login-body .login-box .head{width:100px;height:100px;border-radius:50%;position:absolute;top:-96px;left:50%;margin-left:-50px;background:url(../imgs/ok.png);background-size:cover} .login-body .login-box .input-box{margin:10px 10px 10px 10px}