This commit is contained in:
2026-06-29 10:51:59 +08:00
parent 776e122adf
commit 39440f2ad4
5 changed files with 8 additions and 16 deletions
+3 -12
View File
@@ -180,10 +180,12 @@
.login-right-section {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 1;
padding: 16px 16px 32px;
gap: 20px;
}
@media (min-width: 900px) {
@@ -378,7 +380,6 @@
.login-copyright {
text-align: center;
margin-top: 20px;
}
.login-copyright-text {
@@ -386,19 +387,9 @@
color: #94a3b8 !important;
}
@media (min-width: 900px) {
.login-copyright {
position: absolute;
bottom: 24px;
left: 0;
right: 0;
text-align: center;
}
}
@media (max-width: 480px) {
.login-copyright {
margin-top: 16px;
margin-top: -8px;
}
.login-copyright-text {