This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user