慢直播
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.

233 lines
3.8 KiB

.login-container {
display: flex;
align-items: center;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
3 years ago
background-image: url("/img/bg/login_bag.png");
background-size: 100% 100%;
}
.login-weaper {
3 years ago
margin: 0 144px 0 auto;
// width: 1000px;
width: 470px;
// box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
background: linear-gradient(140deg, #E4ECF7 0%, #F8FAFC 67%, #FFFFFF 100%);
box-shadow: 1px 3px 12px 1px rgba(34, 63, 88, 0.14);
border-radius: 8px;
.el-input-group__append {
border: none;
}
}
.login-left,
.login-border {
position: relative;
3 years ago
// min-height: 500px;
height: 526px;
// 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: #8b9aac;
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 {
text-align: center;
color: #fff;
font-weight: bold;
font-size: 30px;
letter-spacing: 2px;
}
3 years ago
// .login-border {
// border-left: none;
// border-top-right-radius: 5px;
// border-bottom-right-radius: 5px;
// color: #fff;
// background-color: #fff;
// width: 50%;
// float: left;
// box-sizing: border-box;
// }
.login-main {
margin: 0 auto;
3 years ago
width: 396px;
box-sizing: border-box;
}
3 years ago
.login-main>h3 {
margin-bottom: 20px;
}
3 years ago
.login-main>p {
color: #76838f;
}
.login-title {
color: #333;
margin-bottom: 40px;
3 years ago
margin-top: 60px;
font-weight: 500;
font-size: 22px;
text-align: center;
3 years ago
// letter-spacing: 4px;
}
.login_tit{
color: #333333;
font-size: 28px;
margin-top: 45px;
text-align: center;
}
.line{
width: 40px;
height: 4px;
margin-top: 10px;
background: #1B83E6;
margin: 0 auto;
margin-top: 11px;
}
.login-img {
width: 396px;
height: 42px;
}
.login-small-title {
color: #999999;
font-size: 12px;
line-height: 16px;
font-family: Microsoft YaHei-Light, Microsoft YaHei;
font-weight: 300;
text-align: left;
margin-top: 14px;
}
.login-menu {
margin-top: 40px;
width: 100%;
text-align: center;
a {
color: #999;
font-size: 12px;
margin: 0px 8px;
}
}
.login-submit {
width: 100%;
3 years ago
height: 60px;
// border: 1px solid #409EFF;
background: #1677FF;
;
font-size: 18px;
letter-spacing: 2px;
font-weight: 300;
3 years ago
// color: #409EFF;
color: #fff;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
cursor: pointer;
3 years ago
margin-top: 50px;
// font-family: "neo";
transition: 0.25s;
3 years ago
border-radius: 8px;
}
.login-form {
3 years ago
margin: 60px 0 60px 0;
i {
color: #333;
}
.el-form-item__content {
width: 100%;
}
.el-form-item {
3 years ago
margin-bottom: 20px;
}
.el-input {
input {
3 years ago
height:60px;
// padding-bottom: 10px;
text-indent: 5px;
3 years ago
// background: transparent;
// border: none;
// border-radius: 0;
color: #333;
3 years ago
// border-bottom: 1px solid rgb(235, 237, 242);
border: 1px solid #D2D2D2;
border-radius: 8PX;
&:focus{
border-color: #1677FF;
}
}
.el-input__prefix {
3 years ago
top: 10px;
i {
3 years ago
color: #1677FF;
padding: 0 5px;
3 years ago
font-size: 18px !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;
3 years ago
cursor: pointer !important;
}