@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user