充值页面

This commit is contained in:
小李 2026-03-28 10:37:43 +08:00
parent c97560d691
commit 30a63eda71
1 changed files with 62 additions and 50 deletions

View File

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