Compare commits
2 Commits
c97560d691
...
01500366f2
| Author | SHA1 | Date |
|---|---|---|
|
|
01500366f2 | |
|
|
30a63eda71 |
|
|
@ -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;
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 3.5 KiB |