修改登录页面

This commit is contained in:
eoao
2025-06-04 00:20:53 +08:00
parent 3190b47bb9
commit dac0383bab
24 changed files with 221 additions and 143 deletions

View File

@@ -285,13 +285,13 @@ function close() {
border-radius: 8px;
display: flex;
flex-direction: column;
@media (max-width: 991px) {
@media (max-width: 1024px) {
width: 100%;
height: 100%;
border-radius: 0;
}
@media (min-width: 992px) {
@media (min-width: 1024px) {
height: min(800px, calc(100vh - 60px));
}