整合api请求、添加购买会员卡页面、登陆页面
This commit is contained in:
@@ -239,6 +239,29 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.bk-card__actions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.bk-card__signin {
|
||||
flex-shrink: 0;
|
||||
padding: 6px 14px;
|
||||
border-radius: 8px;
|
||||
background-color: var(--accent-orange, #FF6B35);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.bk-card__signin-text {
|
||||
font-size: var(--font-size-base, 14px);
|
||||
font-family: var(--font-family);
|
||||
font-weight: 500;
|
||||
color: var(--text-inverse, #ffffff);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bk-card__cancel {
|
||||
flex-shrink: 0;
|
||||
padding: 6px 14px;
|
||||
|
||||
Reference in New Issue
Block a user