caixianzhi pc接口修改完成
This commit is contained in:
@@ -634,6 +634,42 @@ body:has(.auth-container) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.auth-wechat-login {
|
||||
margin-top: 18px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.auth-wechat-login a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
min-height: 48px;
|
||||
padding: 0 24px;
|
||||
border: 1px solid rgba(7, 193, 96, 0.24);
|
||||
border-radius: 24px;
|
||||
color: #07c160;
|
||||
background: rgba(7, 193, 96, 0.06);
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
|
||||
}
|
||||
|
||||
.auth-wechat-login a:hover {
|
||||
background: rgba(7, 193, 96, 0.12);
|
||||
border-color: rgba(7, 193, 96, 0.42);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.auth-wechat-icon {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
Register Page - Step Indicators
|
||||
============================================================ */
|
||||
|
||||
Reference in New Issue
Block a user