uigu
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 23:55:28 +08:00
parent ce874a4dee
commit 2712d966bb
2 changed files with 251 additions and 171 deletions

View File

@@ -129,11 +129,9 @@
user-select: none;
}
/* 登录注册容器 - 修复为 inline flex */
/* 登录注册容器 - 与其他导航项平级 */
#index .no-login {
display: inline-flex;
align-items: stretch;
height: 100%;
display: contents; /* 让子元素直接参与父级 flex 布局 */
}
/* 注册文字链接 */
@@ -143,7 +141,7 @@
align-items: center;
}
/* 登录按钮包装器 - 与 header 等高 */
/* 登录按钮 - 与 header 等高,直接参与 nav-right 的 flex 布局 */
#index .login-btn-wrapper {
display: flex;
align-items: stretch;