Commit b7031508 authored by 黄媛媛's avatar 黄媛媛

样式修改

parent 523ed85a
...@@ -108,12 +108,12 @@ ...@@ -108,12 +108,12 @@
</view> </view>
<!-- 会员购买 --> <!-- 会员购买 -->
<view class="buyvip" v-if="words.isshowvipbuypic==1" @click="goUrl(words.vipbuyurl)"> <view class="buyvip" v-if="words.isshowvipbuypic==1" @click="goUrl(words.vipbuyurl)">
<image :src="words.vipbuyico" style="width: 100%;" mode='widthFix'></image> <image :src="words.vipbuyico" style="width: 100%;height: auto;" mode='widthFix'></image>
</view> </view>
</view> </view>
<view class="sharebox_c"> <view class="sharebox_c">
<view style="display: flex;flex-direction: row;align-items: center;height: 55px;margin-left: -30px;"> <view style="display: flex;flex-direction: row;align-items: center;height: 55px;margin-left: -30px;">
<image src="../../../static/images/yue.png" style="width: 25px" mode ='widthFix'></image> <image src="../../../static/images/yue.png" style="width: 25px;height: auto;" mode ='widthFix'></image>
<view style="display: flex;flex-direction: column;margin-left: 17px;height: 100%;justify-content: space-between;"> <view style="display: flex;flex-direction: column;margin-left: 17px;height: 100%;justify-content: space-between;">
<Text style='font-size: 22px;'>{{sharedata.UserInfo.CommissionWithdrawal!=null ?sharedata.UserInfo.CommissionWithdrawal:0}} <Text style='font-size: 14px;'></Text> </Text> <Text style='font-size: 22px;'>{{sharedata.UserInfo.CommissionWithdrawal!=null ?sharedata.UserInfo.CommissionWithdrawal:0}} <Text style='font-size: 14px;'></Text> </Text>
<text>{{sharedata.CustomModel.CommissionForWithdrawalName}}</text> <text>{{sharedata.CustomModel.CommissionForWithdrawalName}}</text>
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<view class="sharebox_menus" > <view class="sharebox_menus" >
<view class="menus_item" @click="goUrl('/pages/share-money/share-money')"> <view class="menus_item" @click="goUrl('/pages/share-money/share-money')">
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<image :src="sharedata.CustomModel.DistributionCommissionImage" style="width: 14px;" mode='widthFix'></image> <image :src="sharedata.CustomModel.DistributionCommissionImage" style="width: 14px;height: auto;" mode='widthFix'></image>
<text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.DistributionCommissionName}}</text> <text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.DistributionCommissionName}}</text>
</view> </view>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
</view> </view>
<view class="menus_item" @click="goUrl('/pages/share-order/share-order')"> <view class="menus_item" @click="goUrl('/pages/share-order/share-order')">
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<image :src="sharedata.CustomModel.DistributionOrderImage" style="width: 14px;" mode='widthFix'></image> <image :src="sharedata.CustomModel.DistributionOrderImage" style="width: 14px;height: auto;" mode='widthFix'></image>
<text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.DistributionOrderName}}</text> <text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.DistributionOrderName}}</text>
</view> </view>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
</view> </view>
<view class="menus_item" @click="goUrl('/pages/cash-detail/cash-detail')"> <view class="menus_item" @click="goUrl('/pages/cash-detail/cash-detail')">
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<image :src="sharedata.CustomModel.WithdrawDetialsImage" style="width: 14px;" mode='widthFix'></image> <image :src="sharedata.CustomModel.WithdrawDetialsImage" style="width: 14px;height: auto;" mode='widthFix'></image>
<text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.WithdrawDetialsName}}</text> <text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.WithdrawDetialsName}}</text>
</view> </view>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
</view> </view>
<view class="menus_item" @click="goUrl('/pages/share-team/share-team')"> <view class="menus_item" @click="goUrl('/pages/share-team/share-team')">
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<image :src="sharedata.CustomModel.MyTeamImage" style="width: 14px;" mode='widthFix'></image> <image :src="sharedata.CustomModel.MyTeamImage" style="width: 14px;height: auto;" mode='widthFix'></image>
<text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.MyTeamName}}</text> <text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.MyTeamName}}</text>
</view> </view>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
<view class="menus_item" @click="goUrl('/pages/share/vipBuyCommission/vipBuyCommission')" v-if="sharedata.UserInfo.IsEnableFXGrade==1"> <view class="menus_item" @click="goUrl('/pages/share/vipBuyCommission/vipBuyCommission')" v-if="sharedata.UserInfo.IsEnableFXGrade==1">
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<image src="../../../static/images/vipbuyc.png" style="width: 14px;" mode='widthFix'></image> <image src="../../../static/images/vipbuyc.png" style="width: 14px;height: auto;" mode='widthFix'></image>
<text style="font-size: 13px;color:#07090D;margin-left: 15px;">VIP购买返佣</text> <text style="font-size: 13px;color:#07090D;margin-left: 15px;">VIP购买返佣</text>
</view> </view>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
</view> </view>
<view class="menus_item" @click="goUrl('/pages/share/examine')" v-if='sharedata.UserInfo.HpReferralsGradeAudit==1'> <view class="menus_item" @click="goUrl('/pages/share/examine')" v-if='sharedata.UserInfo.HpReferralsGradeAudit==1'>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<image src="../../../static/images/icon/GradeAudit.png" style="width: 14px;" mode='widthFix'></image> <image src="../../../static/images/icon/GradeAudit.png" style="width: 14px;height: auto;" mode='widthFix'></image>
<text style="font-size: 13px;color:#07090D;margin-left: 15px;">分销商审核</text> <text style="font-size: 13px;color:#07090D;margin-left: 15px;">分销商审核</text>
</view> </view>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
<view class="sharebox_menus"> <view class="sharebox_menus">
<view class="menus_item" @click="goUrl('/pages/share-qrcode/share-qrcode')"> <view class="menus_item" @click="goUrl('/pages/share-qrcode/share-qrcode')">
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<image :src="sharedata.CustomModel.PromoteQRCodeImage" style="width: 14px;" mode='widthFix'></image> <image :src="sharedata.CustomModel.PromoteQRCodeImage" style="width: 14px;height: auto;" mode='widthFix'></image>
<text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.PromoteQRCodeName}}</text> <text style="font-size: 13px;color:#07090D;margin-left: 15px;">{{sharedata.CustomModel.PromoteQRCodeName}}</text>
</view> </view>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
...@@ -389,6 +389,7 @@ ...@@ -389,6 +389,7 @@
.shareindexStyle{ .shareindexStyle{
background: #f3f4f6; background: #f3f4f6;
} }
image{will-change: transform}
.shareindexStyle .shareadd{ .shareindexStyle .shareadd{
width: 100%; width: 100%;
display: flex; display: flex;
...@@ -530,6 +531,7 @@ ...@@ -530,6 +531,7 @@
.shareindexStyle .buyvip{ .shareindexStyle .buyvip{
position: absolute; position: absolute;
width: 116px; width: 116px;
height: 64px;
right: 0; right: 0;
top: 100px; top: 100px;
} }
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<view class="Receiptbalance" v-if="meueData.user_center.is_account_status == 1"> <view class="Receiptbalance" v-if="meueData.user_center.is_account_status == 1">
<view class="Receiptbalance_item" v-for="(item, index) in meueData.user_center.account" :key="index" <view class="Receiptbalance_item" v-for="(item, index) in meueData.user_center.account" :key="index"
v-if="item.link_url == '/pages/balance/balance'" @click="goUrl(item.link_url)"> v-if="item.link_url == '/pages/balance/balance'" @click="goUrl(item.link_url)">
<image :src="item.icon_url" style="width: 22px;" mode ='widthFix' ></image> <image :src="item.icon_url" style="width: 22px;height: auto" mode ='widthFix' ></image>
<view style="margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;"> <view style="margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;">
<span style='font-size: 21px;color: #0D0D0D;font-weight: 200;'>{{user_info.balance?(user_info.balance>10000?(user_info.balance/10000).toFixed(1)+'w':user_info.balance):0}}</span> <span style='font-size: 21px;color: #0D0D0D;font-weight: 200;'>{{user_info.balance?(user_info.balance>10000?(user_info.balance/10000).toFixed(1)+'w':user_info.balance):0}}</span>
<span style=''>{{item.name}}</span> <span style=''>{{item.name}}</span>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<view style="width: 1px;height: 34px;background: #E8E8E8;"></view> <view style="width: 1px;height: 34px;background: #E8E8E8;"></view>
<view class="Receiptbalance_item" v-for="(item, index) in meueData.user_center.account" :key="index" <view class="Receiptbalance_item" v-for="(item, index) in meueData.user_center.account" :key="index"
v-if="item.link_url == '/pages/user-center/integral-detail/integral-detail'" @click="goUrl(item.link_url)"> v-if="item.link_url == '/pages/user-center/integral-detail/integral-detail'" @click="goUrl(item.link_url)">
<image :src="item.icon_url" style="width: 17px;" mode ='widthFix'></image> <image :src="item.icon_url" style="width: 17px;;height: auto" mode ='widthFix'></image>
<view style="margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;"> <view style="margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;">
<span style='font-size: 21px;color: #0D0D0D;font-weight: 200;'>{{user_info.integral?(user_info.integral>10000?(user_info.integral/10000).toFixed(1)+'w':user_info.integral):0}}</span> <span style='font-size: 21px;color: #0D0D0D;font-weight: 200;'>{{user_info.integral?(user_info.integral>10000?(user_info.integral/10000).toFixed(1)+'w':user_info.integral):0}}</span>
<span>{{item.name}}</span> <span>{{item.name}}</span>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<u-section title="我的订单" sub-title="查看更多" style="width: 100%;padding:0px 0 10px ;" @click="goUrl('/pages/order/index/index?status=0')"></u-section> <u-section title="我的订单" sub-title="查看更多" style="width: 100%;padding:0px 0 10px ;" @click="goUrl('/pages/order/index/index?status=0')"></u-section>
<view class="order_bar_list"> <view class="order_bar_list">
<view class="order_bar_item" v-for="(item, index) in meueData.user_center.order_bar" :key="index" :name="item.name" @click="goUrl(item.link_url)"> <view class="order_bar_item" v-for="(item, index) in meueData.user_center.order_bar" :key="index" :name="item.name" @click="goUrl(item.link_url)">
<image :src="item.icon_url" style="width: 60rpx" mode ='widthFix'></image> <image :src="item.icon_url" style="width: 60rpx;height: auto" mode ='widthFix'></image>
<Text style="margin-top: 10rpx;">{{ item.name }}</Text> <Text style="margin-top: 10rpx;">{{ item.name }}</Text>
<!-- 待付款 --> <!-- 待付款 -->
<view v-if="item.link_url == '/pages/order/index/index?status=1' && user_info.MyOrder.NonPayment > 0" class="badge" :style="{ background: mainColor }"> <view v-if="item.link_url == '/pages/order/index/index?status=1' && user_info.MyOrder.NonPayment > 0" class="badge" :style="{ background: mainColor }">
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
@click="goUrl(item.link_url)" @click="goUrl(item.link_url)"
v-if="item.name != '分销中心' || user_info.isShowDistributionCenter == 1" v-if="item.name != '分销中心' || user_info.isShowDistributionCenter == 1"
> >
<image :src="item.icon_url" :style="{width:meueData.user_center.menu_style == 1 ?'12px':'20px'}" mode="widthFix"></image> <image :src="item.icon_url" :style="{width:meueData.user_center.menu_style == 1 ?'12px':'20px',height: 'auto'}" mode="widthFix"></image>
<Text <Text
:style="{ 'margin-top': meueData.user_center.menu_style == 1 ? '0rpx' : '10rpx', 'margin-left': meueData.user_center.menu_style == 1 ? '10rpx' : '0rpx' }" :style="{ 'margin-top': meueData.user_center.menu_style == 1 ? '0rpx' : '10rpx', 'margin-left': meueData.user_center.menu_style == 1 ? '10rpx' : '0rpx' }"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment