This commit is contained in:
2025-12-19 14:26:09 +08:00
parent 4c849c2c3d
commit 2f4b5d0870
166 changed files with 43871 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
.login {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
.inner {
width: 37%;
min-width: 500px;
max-width: 700px;
margin-top: -10vh;
h3 {
margin-bottom: 20px;
font-size: 28px;
color: #454545;
font-weight: 500;
text-align: center;
}
}
}