vip加图
This commit is contained in:
parent
d736e1ad07
commit
17a53c596a
|
@ -46,9 +46,9 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="bgbox" style="" v-else>
|
<view class="bgbox" style="" v-else>
|
||||||
<view class="bgbox-top-show">
|
<view class="bgbox-top-show">
|
||||||
<image v-if="vipNameType=='0'" src="../../static/vip/membership2.png" mode=""></image>
|
<image class="bgbox-top-img" v-if="vipNameType=='0'" src="../../static/vip/membership2.png" mode=""></image>
|
||||||
<image v-if="vipNameType=='1'" src="../../static/vip/membership.png" mode=""></image>
|
<image class="bgbox-top-img" 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=='2'" src="../../static/vip/membership3.png" mode=""></image>
|
||||||
<view class="bgbox-top-show-youxiao">
|
<view class="bgbox-top-show-youxiao">
|
||||||
到期时间 {{timeVipEnd}}
|
到期时间 {{timeVipEnd}}
|
||||||
</view>
|
</view>
|
||||||
|
@ -542,6 +542,9 @@
|
||||||
margin-top: -11px;
|
margin-top: -11px;
|
||||||
margin-left: 14px;
|
margin-left: 14px;
|
||||||
}
|
}
|
||||||
|
.bgbox-top-img{
|
||||||
|
margin-top: 120rpx;
|
||||||
|
}
|
||||||
.bgbox-top-show-youxiao{
|
.bgbox-top-show-youxiao{
|
||||||
width: 448rpx;
|
width: 448rpx;
|
||||||
height: 42rpx;
|
height: 42rpx;
|
||||||
|
@ -565,8 +568,9 @@
|
||||||
}
|
}
|
||||||
.bgbox-top-show{
|
.bgbox-top-show{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 536.11rpx;
|
height: 636.11rpx;
|
||||||
background-image: linear-gradient(to bottom, #f9f1e7, #f7f7f7);
|
background-image: url(../../static/vip/background-img6.png);
|
||||||
|
background-size: 100% 100%;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 412 KiB |
Loading…
Reference in New Issue