feat(assoc): v4.0.1 合伙人关联码、分佣账单与 H5 用户管理

订单佣金只认关联用户;合伙人备注写入独立表;H5 增加用户管理与首页统计。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-30 14:35:39 +08:00
parent 3b669f7e38
commit 9c8d5f2cad
125 changed files with 6355 additions and 1436 deletions
+89
View File
@@ -51,6 +51,10 @@
display: block;
}
.home-slogan-wrap {
margin: 10px var(--space-page) 0;
}
.home-aroma-nav {
display: flex;
align-items: center;
@@ -175,6 +179,7 @@
}
.home-product-thumb-wrap {
position: relative;
flex-shrink: 0;
width: 88px;
height: 88px;
@@ -183,6 +188,60 @@
background: var(--color-surface-container);
}
.home-benefit-ribbon-clip {
position: absolute;
top: 0;
left: 0;
width: 64px;
height: 64px;
overflow: hidden;
pointer-events: none;
z-index: 1;
}
.home-benefit-ribbon {
position: absolute;
top: 14px;
left: -18px;
width: 86px;
height: 18px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 3px;
overflow: hidden;
background: #8b1a20;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
transform: rotate(-45deg);
}
.home-benefit-ribbon-dk {
flex-shrink: 0;
width: 14px;
height: 14px;
border-radius: 1px;
/* background: #fff; */
display: flex;
align-items: center;
justify-content: center;
}
.home-benefit-ribbon-dk-icon {
width: 12px;
height: 12px;
display: block;
}
.home-benefit-ribbon-num {
flex-shrink: 0;
color: #dcb46f;
font-size: 11px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.02em;
}
.home-product-thumb {
width: 100%;
height: 100%;
@@ -241,6 +300,36 @@
margin-top: 2px;
}
.home-product-tags {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
}
.home-gift-tag,
.home-benefit-tag {
display: inline-flex;
align-items: center;
padding: 2px 8px;
border-radius: 2px;
font-family: var(--font-label);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.02em;
line-height: 16px;
}
.home-gift-tag {
background: var(--color-aged-amber);
color: var(--color-heritage-red);
}
.home-benefit-tag {
background: rgba(166, 29, 36, 0.1);
color: var(--color-heritage-red);
}
.home-product-actions {
margin-top: auto;
padding-top: 4px;