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

This commit is contained in:
yiqiu
2025-11-23 23:59:29 +08:00
parent 2712d966bb
commit 80fc3bd09f
3 changed files with 17 additions and 21 deletions

View File

@@ -141,13 +141,6 @@
align-items: center;
}
/* 登录按钮 - 与 header 等高,直接参与 nav-right 的 flex 布局 */
#index .login-btn-wrapper {
display: flex;
align-items: stretch;
border-left: 1px solid rgba(148, 163, 184, 0.15);
}
/* 登录按钮 - 与 header 等高 */
#index .btn-login,
#index #loginBtn {
@@ -157,6 +150,7 @@
color: #ffffff;
background: linear-gradient(135deg, #38BDF8 0%, #6366F1 100%);
border: none;
border-left: 1px solid rgba(148, 163, 184, 0.15);
border-radius: 0;
cursor: pointer;
transition: all 0.3s ease;