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.
 
 
 

33 lines
522 B

/*公共样式*/
/*登录页*/
.login-body{
display: flex;
align-items: center;
height: 100vh;
}
.login-body .line {
border-bottom: 1px solid #dadada;
line-height: 0.1em;
margin: 10px 0 20px;
}
.login-body .line span {
background: #fff;
padding: 0 10px;
}
.login-form {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin: 0 auto;
}
.login-form h2{
text-align: center;
margin-bottom: 20px;
}
.login-form h6 {
text-align: center;
}