微信小程序登录页面调整

This commit is contained in:
2026-07-12 15:30:58 +08:00
parent bfac6c6663
commit 758760eb36
7 changed files with 134 additions and 21 deletions
+38 -6
View File
@@ -221,20 +221,52 @@
font-weight: 600;
line-height: 1;
padding: 0;
box-sizing: border-box;
box-shadow: 0 8px 24px rgba(166, 29, 36, 0.1);
}
.login-wechat-btn::after {
border: none;
.login-wechat-btn:active {
transform: scale(0.98);
}
.login-wechat-btn[disabled] {
.login-wechat-btn--disabled {
opacity: 0.7;
pointer-events: none;
}
.login-wechat-icon {
font-size: 22px;
line-height: 1;
.login-wechat-btn__text {
color: #fff;
font-size: 18px;
font-weight: 600;
line-height: 26px;
}
.wechat-login-icon {
position: relative;
width: 24px;
height: 24px;
flex-shrink: 0;
}
.wechat-login-icon__big,
.wechat-login-icon__small {
position: absolute;
border-radius: 50%;
background: #fff;
}
.wechat-login-icon__big {
width: 16px;
height: 16px;
left: 0;
top: 5px;
}
.wechat-login-icon__small {
width: 11px;
height: 11px;
right: 0;
bottom: 3px;
}
.login-footer {