caixianzhi pc接口修改完成

This commit is contained in:
rain
2026-06-08 17:31:30 +08:00
parent 3a2081f395
commit 7f7fd61ec0
10 changed files with 1737 additions and 12 deletions
+36
View File
@@ -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
============================================================ */