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.
81 lines
1.2 KiB
81 lines
1.2 KiB
body {
|
|
background-color: #F2F8FC;
|
|
}
|
|
|
|
.login {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 200px;
|
|
}
|
|
|
|
.login_box3 {
|
|
display: none;
|
|
}
|
|
|
|
.login_box {
|
|
width: 340px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 26px;
|
|
}
|
|
|
|
.margins {
|
|
margin-top: 30px;
|
|
position: relative;
|
|
}
|
|
|
|
.input {
|
|
width: 326px;
|
|
line-height: 25px;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 3px;
|
|
outline-style: none;
|
|
padding: 3px 3px 3px 10px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.input1 {
|
|
width: 150px;
|
|
line-height: 25px;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 3px;
|
|
outline-style: none;
|
|
padding: 3px 3px 3px 10px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.authbtn {
|
|
width: 130px;
|
|
margin-left: 40px;
|
|
line-height: 29px;
|
|
/* border: 1px solid #d7d7d7; */
|
|
background-color: #d7d7d7;
|
|
color: #02a7f0;
|
|
outline-style: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tips {
|
|
font-size: 12px;
|
|
color: #f56c6c;
|
|
float: left;
|
|
}
|
|
|
|
.loginbtn {
|
|
width: 340px;
|
|
line-height: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
background-color: #242e4b;
|
|
color: white;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.getPasswod span {
|
|
color: #7f0000;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|