fix: discount_end_tip

This commit is contained in:
bens.CN
2024-06-18 20:17:37 +08:00
parent bf9245ec27
commit 6561a780ab
3 changed files with 11 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -49,7 +49,7 @@ const VERSION_LIST = [
fee: "¥1799",
fee_desc: "/年",
desc: (
<Stack direction="row" justifyContent="center">
<Stack direction="row" justifyContent="center" sx={{position: 'relative'}}>
<Typography
variant="subtitle2"
mr={1}
@@ -62,10 +62,17 @@ const VERSION_LIST = [
¥3600 /
</Typography>
<Image
src="/images/discount.svg"
src="/images/discount_end_tip.png"
alt="限时特惠"
width={76}
height={20}
width={106}
height={22}
/>
<Image
src="/images/discount_end_balloon.png"
alt="限时特惠"
width={60}
height={50}
style={{position: 'absolute',right: -34, top: -55}}
/>
</Stack>
),