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

This commit is contained in:
yiqiu
2025-11-24 00:34:12 +08:00
parent 32a0941053
commit 8d8cba048f
4 changed files with 90 additions and 44 deletions

View File

@@ -144,8 +144,8 @@
justify-content: center !important;
gap: 8px !important;
padding: 0 48px !important;
font-size: 14px !important;
font-weight: 500 !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #ffffff !important;
background: linear-gradient(135deg, #38BDF8 0%, #6366F1 100%) !important;
border: none !important;
@@ -159,6 +159,7 @@
min-width: 140px !important;
flex-shrink: 0 !important;
box-shadow: none !important;
z-index: 1 !important;
}
/* 注册按钮图标 */
@@ -172,7 +173,7 @@
background-repeat: no-repeat;
background-position: center;
position: relative;
z-index: 2;
z-index: 3;
flex-shrink: 0;
}
@@ -188,7 +189,7 @@
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
z-index: 1;
z-index: 0;
}
#index .no-login .btn.btn-normal#registBtn:hover {