.login-new-container {
|
background-color: #f0f2f5;
|
display: flex;
|
align-items: center;
|
position: relative;
|
width: 100%;
|
height: 100%;
|
margin: 0 auto;
|
animation: animate-cloud 20s linear infinite;
|
}
|
.login-new-left{
|
width: 70%;
|
height: 100%;
|
background: url("/img/bg/img_left.png") no-repeat;
|
background-size:100% 100%;
|
}
|
.login-new-right{
|
display: flex;
|
align-items:center;
|
width: 30%;
|
height: 100%;
|
background: #fff;
|
}
|
.login-new-weaper {
|
position: relative;
|
margin: 0 auto;
|
width: 380px;
|
padding: 0 40px;
|
box-sizing: border-box;
|
background-color: #fff;
|
}
|
//.login-new-caption{
|
// margin: 10px 0;
|
//}
|
.login-new-border{
|
width: 63px;
|
height: 5px;
|
background-color: #5080fa;
|
}
|
.login-new-welcome{
|
font-size: 20px;
|
line-height: 36px;
|
color: #7c7c7c;
|
}
|
.login-new-main{
|
margin-top: 120px;
|
}
|
.login-form {
|
margin: 10px 0;
|
|
i {
|
color: #409eff;
|
}
|
|
.el-form-item__content {
|
width: 100%;
|
}
|
|
.el-form-item {
|
margin-bottom: 30px;
|
}
|
|
.el-input {
|
input {
|
height: 40px;
|
line-height: 40px;
|
padding-top: 15px;
|
padding-bottom: 15px;
|
text-indent: 15px;
|
background: transparent;
|
border: none;
|
border-radius: 0;
|
color: #333;
|
border-bottom: 1px solid rgb(235, 237, 242);
|
font-size: 16px;
|
}
|
.el-input__prefix{
|
top: 5px;
|
}
|
//.el-input__suffix{}
|
|
.el-input__prefix {
|
i {
|
padding: 0 5px;
|
font-weight: 700;
|
font-size: 24px !important;
|
}
|
}
|
}
|
}
|
|
.login-code {
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
margin: 0 0 0 10px;
|
}
|
|
.login-code-img {
|
margin-top: 2px;
|
width: 100px;
|
height: 38px;
|
background-color: #fdfdfd;
|
border: 1px solid #f0f0f0;
|
color: #333;
|
font-size: 14px;
|
font-weight: bold;
|
letter-spacing: 5px;
|
line-height: 38px;
|
text-indent: 5px;
|
text-align: center;
|
}
|
.login-submit {
|
width: 100%;
|
height: 45px;
|
font-size: 18px;
|
letter-spacing: 5px;
|
text-indent: 5px;
|
font-weight: 300;
|
font-weight: 600;
|
cursor: pointer;
|
margin-top: 20px;
|
font-family: "neo";
|
transition: 0.25s;
|
background: #5484ff;
|
border-radius: 23px;
|
}
|
@media screen and (max-width: 1000px) {
|
.login-new-left{
|
width: 0%;
|
}
|
.login-new-right{
|
display: flex;
|
align-items:center;
|
width: 100%;
|
height: 100%;
|
background: url("/img/bg/img_left.png") no-repeat;
|
background-size:100% 100%;
|
}
|
.login-new-weaper{
|
width: 310px;
|
}
|
.login-new-weaper h1{
|
font-size: 1.5em;
|
}
|
.login-new-welcome{
|
font-size: 16px;
|
line-height: 30px;
|
}
|
.login-new-main{
|
margin-top: 20px;
|
}
|
.login-form .el-form-item{
|
margin-bottom: 15px;
|
}
|
|
.login-form {
|
.el-input {
|
input {
|
height: 32px;
|
line-height: 32px;
|
padding-top: 10px;
|
padding-bottom: 10px;
|
font-size: 14px;
|
}
|
}
|
.el-input__prefix{
|
top: 0px !important;
|
}
|
.el-input__prefix {
|
i {
|
font-size: 18px !important;
|
}
|
}
|
}
|
.login-code-img {
|
margin-top: 2px;
|
height: 31px;
|
line-height: 31px;
|
}
|
|
}
|