|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background-image: url(../../static/image/login_bg.png);
|
|
background-size: 100% 100%;
|
|
color: #fff;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.logo {
|
|
width: 400px;
|
|
height: 320px;
|
|
}
|
|
.text-area {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 2%;
|
|
}
|
|
.title {
|
|
font-size: 36px;
|
|
}
|
|
.user {
|
|
width: 90%;
|
|
height: 25%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.user uni-input {
|
|
width: 400px;
|
|
height: 50px;
|
|
border: 0.03125rem solid #567192;
|
|
outline: none;
|
|
padding-left: 20px;
|
|
margin: 20px 0;
|
|
}
|
|
.btn {
|
|
width: 250px;
|
|
height: 40px;
|
|
background-color: #879FBE;
|
|
color: #0A62CF;
|
|
border: 0.03125rem solid #567192;
|
|
outline: none;
|
|
margin: 20px 0;
|
|
border-radius: 50px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
font-size: 20px;
|
|
}
|