diff --git a/css/index.css b/css/index.css index 2b9a31c..ff531c6 100644 --- a/css/index.css +++ b/css/index.css @@ -140,7 +140,7 @@ /* 注册按钮 - 渐变背景样式,撑满高度 */ #index .no-login .btn.btn-normal#registBtn { display: flex !important; - align-items: center !important; + align-items: flex-start !important; justify-content: center !important; gap: 8px !important; padding: 0 36px !important; @@ -159,6 +159,8 @@ min-width: 120px !important; flex-shrink: 0 !important; box-shadow: none !important; + height: 100% !important; + padding-top: 3px !important; } /* 注册按钮文字 - 确保始终在最上层 */ @@ -2551,15 +2553,16 @@ html { padding: 0 10px !important; font-size: 10px !important; min-width: auto !important; - height: 46px !important; + height: 100% !important; line-height: 1 !important; display: flex !important; - align-items: center !important; + align-items: flex-start !important; justify-content: center !important; margin: 0 !important; border: none !important; background: linear-gradient(135deg, #38BDF8 0%, #6366F1 100%) !important; flex-shrink: 0 !important; + padding-top: 2px !important; } #index .no-login .btn.btn-normal#registBtn::before { @@ -3108,10 +3111,10 @@ html { padding: 0 10px !important; font-size: 10px !important; min-width: auto !important; - height: 44px !important; + height: 100% !important; line-height: 1 !important; display: flex !important; - align-items: center !important; + align-items: flex-start !important; justify-content: center !important; margin: 0 !important; border: none !important; @@ -3610,10 +3613,10 @@ html { padding: 0 8px !important; font-size: 9px !important; min-width: auto !important; - height: 40px !important; + height: 100% !important; line-height: 1 !important; display: flex !important; - align-items: center !important; + align-items: flex-start !important; justify-content: center !important; margin: 0 !important; border: none !important;