style(春节活动页面): 调整个人充值信息模块的样式

This commit is contained in:
hzj 2026-02-11 17:21:56 +08:00
parent 8af010d81d
commit 2bab935f4e

View File

@ -1,6 +1,7 @@
<template> <template>
<div style="display: flex; flex-direction: column; gap: 2vw"> <div style="display: flex; flex-direction: column; gap: 2vw">
<!-- 个人充值信息 --> <!-- 个人充值信息 -->
<div style="padding: 0 4vw">
<itemCenter <itemCenter
style="z-index: 0" style="z-index: 0"
:imgUrl="imageUrl('earningInfoBg')" :imgUrl="imageUrl('earningInfoBg')"
@ -92,6 +93,7 @@
</div> </div>
</div> </div>
</itemCenter> </itemCenter>
</div>
<itemCenter <itemCenter
v-for="(rewardsTop, index) in RechargeRewards" v-for="(rewardsTop, index) in RechargeRewards"