支付时检测是否已经微信授权
This commit is contained in:
@@ -1157,6 +1157,42 @@
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.pay-wechat-auth-card {
|
||||
margin-top: 24px;
|
||||
padding: 16px;
|
||||
border-radius: 12px;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pay-wechat-auth-title {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: var(--color-on-surface);
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
|
||||
.pay-wechat-auth-desc {
|
||||
font-size: 13px;
|
||||
color: var(--color-muted, #999);
|
||||
margin: 0 0 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.pay-wechat-auth-btn {
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.pay-wechat-auth-msg {
|
||||
margin-top: 16px;
|
||||
font-size: 13px;
|
||||
color: var(--color-primary, #a02d30);
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.success-icon {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
||||
Reference in New Issue
Block a user