微信小程序审核不通过修改
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-21 09:32:06 +08:00
parent 350a086a73
commit 935ab0d1d4
14 changed files with 466 additions and 242 deletions
+13 -9
View File
@@ -1,21 +1,24 @@
.legal-page .legal-scroll {
height: 100%;
.legal-page .legal-body {
min-height: calc(100vh - var(--nav-bar-height, 88px));
padding-top: 8px;
padding-bottom: 40px;
box-sizing: border-box;
padding-bottom: 32px;
background: var(--color-background, #f7f4ef);
}
.legal-updated {
display: block;
font-size: 12px;
color: var(--color-on-surface-variant, #8d706e);
color: #8d706e;
margin-bottom: 12px;
line-height: 1.5;
}
.legal-intro {
display: block;
font-size: 14px;
line-height: 1.7;
color: var(--color-on-surface, #1f1a17);
line-height: 1.75;
color: #1f1a17;
margin-bottom: 20px;
}
@@ -27,14 +30,15 @@
display: block;
font-size: 15px;
font-weight: 600;
color: var(--color-on-surface, #1f1a17);
color: #1f1a17;
margin-bottom: 8px;
line-height: 1.5;
}
.legal-paragraph {
display: block;
font-size: 13px;
line-height: 1.7;
color: var(--color-on-surface-variant, #5c504c);
line-height: 1.75;
color: #3d3530;
margin-bottom: 8px;
}
+12 -30
View File
@@ -234,7 +234,8 @@
flex-shrink: 0;
}
.login-wechat-btn {
.login-wechat-btn,
.login-phone-quick-btn {
width: 100%;
height: 56px;
border: none;
@@ -250,52 +251,33 @@
font-weight: 600;
line-height: 1;
padding: 0;
margin: 0;
box-sizing: border-box;
box-shadow: 0 8px 24px rgba(166, 29, 36, 0.1);
}
.login-wechat-btn:active {
.login-wechat-btn:active,
.login-phone-quick-btn:active {
transform: scale(0.98);
}
.login-wechat-btn--disabled {
.login-wechat-btn--disabled,
.login-phone-quick-btn--disabled {
opacity: 0.7;
pointer-events: none;
}
.login-wechat-btn__text {
.login-wechat-btn__text,
.login-phone-quick-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;
/* 重置小程序 Button 默认样式,避免绿边/微信绿 */
.login-phone-quick-btn::after {
border: none;
}
.login-footer {