优化个人主页及钱包页数字过多重叠的问题

master
santaner 10 months ago
parent e7dede0813
commit c158656fd9
  1. 8
      pages/user/index.vue
  2. 2
      pages/users/user_wallet/index.vue

@ -67,14 +67,16 @@
<text class="num">{{brandInfo.brokerage_price || 0}}</text>
<view class="txt">增值积分</view>
</view>
<view v-if="hide_mer_status == 0" class="num-item" @click="goMenuPage('/pages/users/user_goods_collection/index?tab=2')">
<!-- <view v-if="hide_mer_status == 0" class="num-item" @click="goMenuPage('/pages/users/user_goods_collection/index?tab=2')">
<text class="num">{{userInfo.total_collect_store || 0}}</text>
<view class="txt">关注店铺</view>
</view>
</view> -->
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')">
<text class="num">{{brandInfo.all_value || 0}}</text>
<view class="txt">总贡献值</view>
</view>
</view>
<view class="num-wrapper skeleton-rect">
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')">
<text class="num">{{brandInfo.hp_value || 0}}</text>
<view class="txt">生命值</view>
@ -773,7 +775,7 @@
width: 25%;
text-align: center;
.num {
font-size: 42rpx;
font-size: 36rpx;
font-weight: bold;
}
.txt {

@ -298,7 +298,7 @@
}
.my-account .wrapper .header .headerCon .cumulative .item .money {
font-size: 48rpx;
font-size: 40rpx;
// font-family: 'Guildford Pro';
color: #fff;
margin-top: 6rpx;

Loading…
Cancel
Save