This commit is contained in:
lzp
2026-03-03 16:16:30 +08:00
parent 30837dfd7e
commit 9817e5e0db
8 changed files with 44 additions and 14 deletions

View File

@@ -41,7 +41,7 @@
.retrieve-password > .right,
.register > .right,
.login > .right {
width: 99rem;
width: 50%;
min-width: 600px;
display: flex;
flex-direction: column;

View File

@@ -97,7 +97,8 @@
transform: translateX(-50%);
}
> .title {
width: 55%;
// width: 55%;
width: 105.6rem;
height: auto;
top: 20.5rem;
}

View File

@@ -35,7 +35,7 @@
}
>.right {
width: 99rem;
width: 50%;
min-width: 600px;
display: flex;
flex-direction: column;