Merge branch 'trunk' into feat/share-coupon

This commit is contained in:
chashaobao
2025-08-28 08:56:37 +08:00
7 changed files with 35 additions and 0 deletions

View File

@ -226,6 +226,20 @@
margin-top: 32px;
}
&__hint {
font-size: 24px;
line-height: 40px;
text-align: center;
color: @blColorG1;
margin-top: 24px;
.highlight {
color: @blHighlightColor;
display: inline;
}
}
}
// ============================================= 群 ================================================= //

View File

@ -152,6 +152,9 @@ export default function JobBuy(props: IProps) {
);
})}
</div>
<div className={`${PREFIX}__job-buy__hint`}>
<div className="highlight">24</div>
</div>
<Button className={`${PREFIX}__job-buy__button`} onClick={handleBuy}>
{`支付 ${selectItem.amt}`}
</Button>