You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.6 KiB
90 lines
1.6 KiB
.login {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
|
|
// .left {
|
|
// background-image: url('/assets/images/bj.png');
|
|
// background-size: 100% 100%;
|
|
// background-repeat: no-repeat;
|
|
// width: 55%;
|
|
// height: 100%;
|
|
// float: left;
|
|
// top: 0px;
|
|
// left: 0px;
|
|
// }
|
|
|
|
.right {
|
|
background-image: url('/assets/images/bj.png');
|
|
width: 100%;
|
|
height: 100%;
|
|
// background-color: #000066;
|
|
float: left;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-height:1440px) {
|
|
.loginBox {
|
|
top: 25%;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-height: 768px) {
|
|
.loginBox {
|
|
top: 20%;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-height: 630px) {
|
|
.loginBox {
|
|
top: 10%;
|
|
}
|
|
}
|
|
|
|
.loginBox {
|
|
// height: 50%;
|
|
width: 480px;
|
|
position: absolute;
|
|
right: 9%;
|
|
z-index: 20;
|
|
text-align: center;
|
|
border: 3px solid rgba(255, 255, 255, 0.6);
|
|
border-radius: 20px;
|
|
|
|
h1 {
|
|
margin-top: 6%;
|
|
color: #fff;
|
|
font-size: 40px;
|
|
font-family: "YouSheBiaoTiHei";
|
|
}
|
|
|
|
.loginFormTit {
|
|
// width: 20%;
|
|
font-size: 18px;
|
|
color: rgb(255, 255, 255);
|
|
margin: 0 0 10px 10%;
|
|
text-align: left;
|
|
}
|
|
|
|
.loginInp {
|
|
width: 80%;
|
|
height: 50px;
|
|
background: #ffffff;
|
|
border: 1px solid #C2C2C2;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.loginBtn {
|
|
width: 80%;
|
|
height: 50px;
|
|
margin: 20px 0 9% 0;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
}
|