blob: b0286897bbede6c5e55b4e18033800a0b3fe8387 [file] [log] [blame]
//全局容器样式
.login-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
//display: flex;
//flex-direction: column;
//justify-content: center;
.form-header {
//margin: auto;
display: flex;
justify-content: center;
font-size: 50px;
margin-bottom: 60px;
}
.form-field {
display: flex;
justify-content: center;
gap: 0.5rem;
margin-bottom: 50px;
.form-field-header {
width: 90px;
font-size: 30px;
color: rgba(63, 74, 73, 1);
margin-right: 50px;
}
input {
width: 400px;
padding: 0.75rem 1rem;
border-radius: 8px;
font-size: 1rem;
color: #2d3748;
}
}
.form-operation {
display: flex;
justify-content: center;
margin-top: 80px;
.form-operation-button {
width: 150px;
background: rgba(82, 102, 101, 1);
border: 1px solid rgba(82, 102, 101, 1);
border-radius: 20px;
margin-right: 25px;
}
}
}