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