This commit is contained in:
parent
050097471b
commit
3f25960adf
|
@ -42,7 +42,7 @@
|
||||||
<navigator url="/pages/my/hyXy" open-type="navigate" style="color: #019c88;">《会员协议》</navigator>
|
<navigator url="/pages/my/hyXy" open-type="navigate" style="color: #019c88;">《会员协议》</navigator>
|
||||||
</view>
|
</view>
|
||||||
<view class="quanyi_titname">~VIP超值权益~</view>
|
<view class="quanyi_titname">~VIP超值权益~</view>
|
||||||
<view class="quanyi_itemview" style="margin-bottom: 60rpx;">
|
<!--<view class="quanyi_itemview" style="margin-bottom: 60rpx;">
|
||||||
<view class="quanyi_listitem">
|
<view class="quanyi_listitem">
|
||||||
<image src="../../static/vip/zuanshi.png"></image>
|
<image src="../../static/vip/zuanshi.png"></image>
|
||||||
<view class="listitem_name">专享{{rateStr}}折</view>
|
<view class="listitem_name">专享{{rateStr}}折</view>
|
||||||
|
@ -51,6 +51,20 @@
|
||||||
<image src="../../static/vip/wangguan.png"></image>
|
<image src="../../static/vip/wangguan.png"></image>
|
||||||
<view class="listitem_name">身份标识</view>
|
<view class="listitem_name">身份标识</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>-->
|
||||||
|
<view class="quanyi_itemview" style="margin-bottom: 60rpx;">
|
||||||
|
<view class="quanyi_listitem">
|
||||||
|
<image src="../../static/vip/zuanshi.png"></image>
|
||||||
|
<view class="listitem_name">会员优享价</view>
|
||||||
|
</view>
|
||||||
|
<view class="quanyi_listitem">
|
||||||
|
<image src="../../static/vip/wangguan.png"></image>
|
||||||
|
<view class="listitem_name">专属客服</view>
|
||||||
|
</view>
|
||||||
|
<view class="quanyi_listitem">
|
||||||
|
<image src="../../static/vip/wangguan.png"></image>
|
||||||
|
<view class="listitem_name">极速退款</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -45,15 +45,15 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-bottom">
|
<view class="mian-bottom">
|
||||||
<view class="mian-bottom-list">
|
<view class="mian-bottom-list">
|
||||||
<image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
|
<image class="mian-bottom-img" src="../../../static/my-gong-17.png" mode=""></image>
|
||||||
<span>我的收益</span>
|
<span>我的收益</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-bottom-list">
|
<view class="mian-bottom-list">
|
||||||
<image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
|
<image class="mian-bottom-img" src="../../../static/my-gong-19.png" mode=""></image>
|
||||||
<span>我的邀请</span>
|
<span>我的邀请</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-bottom-list">
|
<view class="mian-bottom-list">
|
||||||
<image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
|
<image class="mian-bottom-img" src="../../../static/my-gong-20.png" mode=""></image>
|
||||||
<span>提现记录</span>
|
<span>提现记录</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -79,14 +79,12 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="foot-img">
|
<view class="foot-img-list">
|
||||||
<image src="../../../static/jingjiren.png" mode=""></image>
|
<image class="foot-img" src="../../../static/suggest-banner.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
@ -140,15 +138,19 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.foot-img-list{
|
||||||
|
width: 92%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
.foot-img image{
|
.foot-img image{
|
||||||
width:100%;
|
width:100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.foot-img{
|
.foot-img{
|
||||||
width: 93%;
|
width: 100%;
|
||||||
height: 70px;
|
height:180rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 30px;
|
margin-top:20rpx;
|
||||||
}
|
}
|
||||||
.mian-bottom-list span{
|
.mian-bottom-list span{
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
|
@ -50,8 +50,8 @@
|
||||||
<span>提现记录</span>
|
<span>提现记录</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="foot-img">
|
<view class="foot-img-list">
|
||||||
<image src="../../../static/yewuyuan.png" mode=""></image>
|
<image class="foot-img" src="../../../static/suggest-banner5.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
@ -72,15 +72,19 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.foot-img-list{
|
||||||
|
width: 92%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
.foot-img image{
|
.foot-img image{
|
||||||
width:100%;
|
width:100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.foot-img{
|
.foot-img{
|
||||||
width: 93%;
|
width: 100%;
|
||||||
height: 70px;
|
height:180rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 30px;
|
margin-top:20rpx;
|
||||||
}
|
}
|
||||||
.mian-bottom-list span{
|
.mian-bottom-list span{
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
Loading…
Reference in New Issue