v4.0.3版本
CI / verify (pull_request) Has been cancelled

总部后端,开发计划-任务列表-来源工单支持链接
总部端-开发计划-任务列表-编辑任务-增加“开发中”状态
账单日期修正
This commit is contained in:
2026-08-31 14:22:49 +08:00
parent 3166467518
commit e26206b93c
23 changed files with 522 additions and 139 deletions
+84 -1
View File
@@ -8,9 +8,64 @@
}
.product-detail-hero {
position: relative;
overflow: hidden;
background: var(--color-card);
}
.product-detail-benefit-ribbon-clip {
position: absolute;
top: 0;
left: 0;
width: 192px;
height: 192px;
overflow: hidden;
pointer-events: none;
z-index: 2;
}
.product-detail-benefit-ribbon {
position: absolute;
top: 40px;
left: -52px;
width: 256px;
height: 48px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
overflow: hidden;
background: #8b1a20;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
transform: rotate(-45deg);
}
.product-detail-benefit-ribbon-dk {
flex-shrink: 0;
width: 32px;
height: 32px;
border-radius: 1px;
display: flex;
align-items: center;
justify-content: center;
}
.product-detail-benefit-ribbon-dk-icon {
width: 28px;
height: 28px;
display: block;
}
.product-detail-benefit-ribbon-num {
flex-shrink: 0;
color: #dcb46f;
font-size: 28px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0.02em;
}
.detail-carousel-wrap {
position: relative;
width: 100%;
@@ -129,7 +184,35 @@
font-size: 14px;
line-height: 20px;
color: var(--color-on-surface-variant);
margin-bottom: 24px;
margin-bottom: 8px;
}
.product-detail-fulfill-tags {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin: 8px 0 16px;
}
.product-detail-fulfill-tag {
display: inline-flex;
align-items: center;
padding: 3px 10px;
border-radius: 4px;
font-size: 12px;
line-height: 18px;
font-weight: 500;
}
.product-detail-fulfill-tag--local {
background: #f5d56a;
color: #1a1a1a;
}
.product-detail-fulfill-tag--pickup {
background: #f8e4e4;
color: #a61d24;
}
.product-detail-promo {