门店端增加绑定微信按钮
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-16 08:30:04 +08:00
parent 8d7507e2d8
commit 22845e5d5f
3 changed files with 146 additions and 5 deletions
+31 -1
View File
@@ -2153,8 +2153,38 @@
color: var(--color-subtle-gray);
}
.shop-mine-bind-msg {
margin: 0 0 8px;
text-align: center;
font-size: 13px;
color: var(--color-heritage-red);
}
.shop-mine-bind-wechat {
margin-top: 8px;
width: 100%;
height: 48px;
border: none;
border-radius: var(--radius-md);
background: #07c160;
color: #fff;
font-family: var(--font-headline);
font-size: 16px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
cursor: pointer;
}
.shop-mine-bind-wechat:disabled {
opacity: 0.7;
cursor: not-allowed;
}
.shop-mine-logout {
margin-top: 24px;
margin-top: 12px;
width: 100%;
height: 48px;
border: 1px solid var(--color-heritage-red);