|
@@ -1,11 +1,11 @@
|
|
|
-.loginWraper{background: #fff url(../../images/login/admin-login-bg.jpg) no-repeat center top;background-size:100% 100%;}
|
|
|
-.loginBox{padding-top: 0px;padding-bottom: 20px;}
|
|
|
+.loginWraper{background: #fff url(../../images/login/admin-login-bg.png) no-repeat top;}
|
|
|
+.loginBox{padding-top: 88px;background: url(../../images/login/admin-loginform-bg.png) top right no-repeat;background-size:90% 80%;padding-bottom: 50px;}
|
|
|
.input-text, .textarea {border: 0;border-bottom: solid 1px #ddd;text-indent: 2em;}
|
|
|
.user_count{background: url(../../images/login/ipt_head.png) left center no-repeat /30px !important;}
|
|
|
.pass_word{background: url(../../images/login/ipt_suo.png) left center no-repeat /30px !important;}
|
|
|
.validate{background: url(../../images/login/ipt_img.png) left center no-repeat /30px !important;width:210px !important;}
|
|
|
-.loginbox_btn{margin-top:60px !important;}
|
|
|
-.my-btn-login{width: 90% !important;background-color: #cfb794;border-radius: 25px;color: #fff;}
|
|
|
+.loginbox_btn{margin-top: 80px !important;}
|
|
|
+.my-btn-login{width: 90% !important;}
|
|
|
@media screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2){
|
|
|
/*mobile竖屏*/
|
|
|
.loginWraper {background: #fff url(../../images/login/admin-login-bg.png) no-repeat top right;background-size: auto 50%;}
|