|
@@ -1,4 +1,4 @@
|
|
|
-.loginWraper{background: #fff url(../../images/login/admin-login-bg.jpg) no-repeat top;}
|
|
|
+.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;}
|
|
@@ -8,7 +8,7 @@
|
|
|
.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.jpg) no-repeat top right;background-size: auto 50%;}
|
|
|
+.loginWraper {background: #fff url(../../images/login/admin-login-bg.png) no-repeat top right;background-size: auto 50%;}
|
|
|
.loginBox {padding-top: 58px;background: url(../../images/login/admin-loginform-bg.png) top center no-repeat;background-size: 58% 78%;padding-bottom: 31px;}
|
|
|
.input-text, .textarea {text-indent: 2em;}
|
|
|
.validate{background: none !important;text-indent: 0; width: 160px !important;}
|
|
@@ -18,7 +18,7 @@
|
|
|
}
|
|
|
@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2){
|
|
|
/*mobile横屏*/
|
|
|
-.loginWraper {background: #fff url(../../images/login/admin-login-bg.jpg) no-repeat top right;background-size: 100% auto;}
|
|
|
+.loginWraper {background: #fff url(../../images/login/admin-login-bg.png) no-repeat top right;background-size: 100% auto;}
|
|
|
.loginBox{padding-top: 88px;background: url(../../images/login/admin-loginform-bg.png) top center no-repeat;background-size:90% 80%;padding-bottom: 50px;}
|
|
|
.my-btn-login{width:80% !important;}
|
|
|
}
|