vip加图

This commit is contained in:
kbing1981 2024-07-26 10:23:05 +08:00
parent d736e1ad07
commit 17a53c596a
2 changed files with 9 additions and 5 deletions

View File

@ -46,9 +46,9 @@
</view>
<view class="bgbox" style="" v-else>
<view class="bgbox-top-show">
<image v-if="vipNameType=='0'" src="../../static/vip/membership2.png" mode=""></image>
<image v-if="vipNameType=='1'" src="../../static/vip/membership.png" mode=""></image>
<image v-if="vipNameType=='2'" src="../../static/vip/membership3.png" mode=""></image>
<image class="bgbox-top-img" v-if="vipNameType=='0'" src="../../static/vip/membership2.png" mode=""></image>
<image class="bgbox-top-img" v-if="vipNameType=='1'" src="../../static/vip/membership.png" mode=""></image>
<image class="bgbox-top-img" v-if="vipNameType=='2'" src="../../static/vip/membership3.png" mode=""></image>
<view class="bgbox-top-show-youxiao">
到期时间 {{timeVipEnd}}
</view>
@ -542,6 +542,9 @@
margin-top: -11px;
margin-left: 14px;
}
.bgbox-top-img{
margin-top: 120rpx;
}
.bgbox-top-show-youxiao{
width: 448rpx;
height: 42rpx;
@ -565,8 +568,9 @@
}
.bgbox-top-show{
width: 100%;
height: 536.11rpx;
background-image: linear-gradient(to bottom, #f9f1e7, #f7f7f7);
height: 636.11rpx;
background-image: url(../../static/vip/background-img6.png);
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB