Files
dukang/apps/mini-user/src/styles/benefit-promo.css
T
jacy 9c8d5f2cad feat(assoc): v4.0.1 合伙人关联码、分佣账单与 H5 用户管理
订单佣金只认关联用户;合伙人备注写入独立表;H5 增加用户管理与首页统计。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 14:35:39 +08:00

89 lines
1.5 KiB
CSS

/* 好客权益口号条 / 说明卡(多页共用) */
.benefit-slogan-bar {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
border-radius: 10px;
background: #fff8e6;
border: 1px solid rgba(201, 162, 62, 0.55);
box-sizing: border-box;
}
.benefit-slogan-bar-accent {
width: 3px;
height: 14px;
border-radius: 2px;
background: #c9a23e;
flex-shrink: 0;
}
.benefit-slogan-bar-text {
flex: 1;
min-width: 0;
text-align: center;
font-size: 13px;
font-weight: 700;
line-height: 20px;
color: #8b1a1a;
}
.benefit-intro-card {
padding: 14px;
border-radius: 12px;
background: #fff8e6;
border: 1px solid rgba(201, 162, 62, 0.55);
box-sizing: border-box;
}
.benefit-intro-card-title {
display: block;
font-family: var(--font-headline);
font-size: 15px;
font-weight: 700;
line-height: 22px;
color: #8b1a1a;
margin-bottom: 8px;
}
.benefit-intro-card-body {
display: block;
font-size: 13px;
line-height: 1.7;
color: #8b1a1a;
}
.benefit-intro-card-em {
font-weight: 700;
}
.benefit-intro-card-link {
display: block;
margin-top: 8px;
text-align: right;
font-size: 12px;
font-weight: 500;
color: #8b1a1a;
}
.benefit-intro-card--accent {
display: flex;
flex-direction: row;
align-items: stretch;
padding: 0;
overflow: hidden;
}
.benefit-intro-card-bar {
width: 5px;
flex-shrink: 0;
align-self: stretch;
background: #c9a23e;
}
.benefit-intro-card-main {
flex: 1;
min-width: 0;
padding: 14px;
}