范德萨
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-24 00:39:32 +08:00
parent 8d8cba048f
commit 75bd4f7cd2
4 changed files with 50 additions and 11 deletions

View File

@@ -143,7 +143,7 @@
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
padding: 0 48px !important;
padding: 0 36px !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #ffffff !important;
@@ -156,10 +156,16 @@
position: relative !important;
overflow: hidden !important;
margin: 0 !important;
min-width: 140px !important;
min-width: 120px !important;
flex-shrink: 0 !important;
box-shadow: none !important;
z-index: 1 !important;
}
/* 注册按钮文字 - 确保始终在最上层 */
#index .no-login .btn.btn-normal#registBtn .regist-text {
position: relative;
z-index: 3;
display: inline-block;
}
/* 注册按钮图标 */
@@ -189,7 +195,7 @@
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
z-index: 0;
z-index: 1;
}
#index .no-login .btn.btn-normal#registBtn:hover {