feat: finish login page

This commit is contained in:
hanachan
2025-04-27 23:12:35 +08:00
committed by Junyan Qin
parent af8f07218a
commit 7bfe8b3f5b
4 changed files with 123 additions and 45 deletions
+5 -9
View File
@@ -9,7 +9,7 @@
.login {
display: flex;
width: 80%;
width: 30%;
height: 80vh;
background-color: white;
border-radius: 16px;
@@ -26,14 +26,6 @@
padding: 2rem;
}
.right {
flex: 1.5;
background-color: #f9f9f9;
position: relative;
overflow: hidden;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}
.loginForm {
width: 100%;
@@ -76,6 +68,10 @@
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
.forgetPassword {
margin-right: 1rem;
}
}
/* 修改Logo样式,调整位置确保正确对齐 */