diff --git a/pages/common/recharge/index.vue b/pages/common/recharge/index.vue index 70486e3..6aed142 100644 --- a/pages/common/recharge/index.vue +++ b/pages/common/recharge/index.vue @@ -368,53 +368,65 @@ const data = reactive({ }], // 会员权益列表 benefitList: [{ - name: "无广告", - url: "/static/image/recharge/icon1.png" - }, - { - name: "无水印", - url: "/static/image/recharge/icon2.png" - }, - { - name: "微信模拟", - url: "/static/image/recharge/icon3.png" - }, - { - name: "小宝模拟", - url: "/static/image/recharge/icon4.png" - }, - { - name: "机票", - url: "/static/image/recharge/icon5.png" - }, - { - name: "高铁票", - url: "/static/image/recharge/icon6.png" - }, - { - name: "工资单", - url: "/static/image/recharge/icon7.png" - }, - { - name: "群聊", - url: "/static/image/recharge/icon8.png" - }, - { - name: "豪车模拟", - url: "/static/image/recharge/icon9.png" - }, - { - name: "模拟来电", - url: "/static/image/recharge/icon10.png" - }, - { - name: "多设备", - url: "/static/image/recharge/icon11.png" - }, - { - name: "其他权益", - url: "/static/image/recharge/icon12.png" - } + name: "无广告", + url: "/static/image/recharge/icon1.png" + }, + { + name: "无水印", + url: "/static/image/recharge/icon2.png" + }, + { + name: "微信模拟", + url: "/static/image/recharge/icon3.png" + }, + { + name: "小宝模拟", + url: "/static/image/recharge/icon4.png" + }, + { + name: "豪车模拟", + url: "/static/image/recharge/icon5.png" + }, + { + name: "模拟来电", + url: "/static/image/recharge/icon6.png" + }, + { + name: "视频群聊", + url: "/static/image/recharge/icon7.png" + }, + { + name: "工资单", + url: "/static/image/recharge/icon8.png" + }, + { + name: "身份证", + url: "/static/image/recharge/icon9.png" + }, + { + name: "发圈素材", + url: "/static/image/recharge/icon10.png" + }, + { + name: "机票", + url: "/static/image/recharge/icon11.png" + }, + { + name: "高铁表", + url: "/static/image/recharge/icon12.png" + }, + { + name: "短信模拟", + url: "/static/image/recharge/icon13.png" + }, + { + name: "通话模拟", + url: "/static/image/recharge/icon14.png" + }, + { + name: "多设备", + url: "/static/image/recharge/icon15.png" + } ], goodsList: [], myActivity: [], @@ -1671,7 +1683,7 @@ function shouldBeTrue(obj) { .package-items-container { display: flex; - padding: 20rpx 32rpx; + padding: 40rpx 32rpx 20rpx 32rpx; .active-package-item-tips { position: absolute; content: '限时优惠'; @@ -1752,7 +1764,7 @@ function shouldBeTrue(obj) { width: 184rpx; height: 24px; color: #AAAAAA; - font-size: 12px; + font-size: 10px; line-height: 24px; font-weight: bold; white-space: nowrap; @@ -2491,7 +2503,7 @@ function shouldBeTrue(obj) { padding: 10px; .item { - width: 25%; + width: 20%; height: 75px; display: flex; flex-direction: column;