.login-container {
|
display: flex;
|
align-items: center;
|
position: relative;
|
width: 100%;
|
height: 100%;
|
margin: 0 auto;
|
background-size: 100% 100%;
|
background-color: #1D5DB2;
|
}
|
|
.login-weaper {
|
margin: 0 auto;
|
width: 1500px;
|
//box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
|
|
.el-input-group__append {
|
border: none;
|
}
|
}
|
|
.login-left,
|
.login-border {
|
position: relative;
|
min-height: 500px;
|
align-items: center;
|
display: flex;
|
}
|
|
.login-left {
|
border-top-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
justify-content: center;
|
flex-direction: column;
|
background-color: #409EFF;
|
color: #fff;
|
float: left;
|
width: 50%;
|
position: relative;
|
}
|
|
.login-left .img {
|
width: 140px;
|
}
|
|
.login-time {
|
position: absolute;
|
left: 25px;
|
top: 25px;
|
width: 100%;
|
color: #fff;
|
font-weight: 200;
|
opacity: 0.9;
|
font-size: 18px;
|
overflow: hidden;
|
}
|
|
.login-left .title {
|
margin-top: 60px;
|
text-align: center;
|
color: #fff;
|
font-weight: 300;
|
letter-spacing: 2px;
|
font-size: 25px;
|
}
|
|
.login-border {
|
border-left: none;
|
border-top-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
color: #fff;
|
width: 35%;
|
box-sizing: border-box;
|
}
|
|
.login-main {
|
width: 65%;
|
box-sizing: border-box;
|
}
|
|
.login-main > h3 {
|
margin-bottom: 20px;
|
}
|
|
.login-main > p {
|
color: #76838f;
|
}
|
|
.login-title {
|
color: #FFFFFFFF;
|
font-weight: 100;
|
text-shadow: 3px 0px 20px #000000FF;
|
font-size: 40px;
|
width: 445px;
|
margin: 0;
|
padding-bottom: 20px;
|
text-align: center;
|
letter-spacing: 4px;
|
}
|
|
.login-menu {
|
width: 100%;
|
opacity: 0.7;
|
a {
|
color: #ffffff;
|
font-size: 12px;
|
margin: 0px 8px;
|
}
|
}
|
|
.login-submit {
|
width: 100%;
|
height: 45px;
|
border: 1px solid #409EFF;
|
background: none;
|
font-size: 18px;
|
letter-spacing: 2px;
|
font-weight: 300;
|
color: #409EFF;
|
cursor: pointer;
|
margin-top: 5px;
|
font-family: "neo";
|
transition: 0.25s;
|
}
|
|
.login-form {
|
margin: 10px 0;
|
|
i {
|
color: #333;
|
}
|
|
.el-form-item__content {
|
width: 100%;
|
}
|
|
.el-form-item {
|
margin-bottom: 12px;
|
}
|
|
.el-input {
|
input {
|
padding-bottom: 10px;
|
text-indent: 5px;
|
background: transparent;
|
border: none;
|
border-radius: 0;
|
color: #333;
|
border-bottom: 1px solid rgb(235, 237, 242);
|
}
|
|
.el-input__prefix {
|
i {
|
padding: 0 5px;
|
font-size: 16px !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;
|
cursor:pointer!important;
|
}
|
|
.login-lefts{
|
width: 55%;
|
float: left;
|
}
|
|
.login-main .el-form-item__content .el-input{
|
background-color: white;
|
border-radius:5px;
|
border-bottom: 0px;
|
}
|
.login-main .el-form-item__content .el-input__inner{
|
border-bottom: 0px;
|
}
|
|
.login-main .login-form .el-form-item--feedback:nth-child(1),.el-form-item--feedback:nth-child(2){
|
margin-bottom: 30px !important;
|
}
|
|
.login-title-child{
|
color: #ffffff;
|
opacity: 0.7;
|
width: 445px;
|
letter-spacing: 6px;
|
font-size: 10px;
|
margin: 0px 0px 30px 10px;
|
}
|
|
.login-form i{
|
color: #2699FBFF;
|
}
|
.login-submit{
|
color: #FFF;
|
background-color: #409EFF;
|
border-color: #409EFF;
|
}
|