main
JING 9 months ago
parent 3b500db4c4
commit f2011dba8d
  1. 2
      pages.json
  2. 14
      pages/user/index.vue
  3. BIN
      static/img/user/avatar.png
  4. BIN
      static/img/user/have.png
  5. BIN
      static/img/user/have_no.png
  6. BIN
      static/img/user/nodata.png
  7. BIN
      static/img/user/setting.png
  8. BIN
      static/img/user/topbg.png

@ -12,7 +12,7 @@
"style" :
{
"navigationBarTitleText": "%page.user.index.title%",
"enablePullDownRefresh": false
"navigationStyle": "custom"
}

@ -30,7 +30,7 @@
</view>
<view class="orderBox">
<!-- <view class="orderBox">
<view class="orderBoxTitle">我的订单</view>
<view class="orderItem">
<view class="oItemBox" v-for="(item,key) in ordermenu" :key="key" @click="goTo(item.url)">
@ -41,7 +41,7 @@
</view>
</view>
</view>
</view> -->
<view class="moneyBox" v-if="identityinfo.levelVal < 4">
<view class="moneyBoxTitle">收入抽成</view>
@ -359,25 +359,25 @@ export default {
background-size:100% 100%;
z-index: -1;
}
.userInfo{ width: 670rpx; height: auto; display: flex; margin: 100rpx auto 50rpx auto;}
.userInfo{ width: 670rpx; height: auto; display: flex; margin: 200rpx auto 50rpx auto;}
.userInfo .uleft{ width: 120rpx; height: 120rpx;}
.userInfo .ucenter{ width: 430rpx; height: 120rpx; line-height: 120rpx;}
.userInfo .ucenter .name{ width: 100%; height: 120rpx;}
.userInfo .ucenter .name .username{font-size: 36rpx; color:#FFFFFF; margin-left:20rpx;}
.userInfo .ucenter .name .username{font-size: 36rpx; color:#333333; margin-left:20rpx;}
.userInfo .ucenter .name .level{width: auto; padding: 2rpx 10rpx;
height: 44rpx;
background: #095E59; text-align: center; font-size: 24rpx;color: #FFFFFF;
background: #095E59; text-align: center; font-size: 24rpx;color: #333333;
border-radius: 42rpx 42rpx 42rpx 42rpx;
border: 1rpx solid #00F0E2; margin-left: 20rpx;}
.userInfo .uright{ width: 120rpx; height: 120rpx;}
.userInfo .uright .change{width: 104rpx;
height: 50rpx;
background: #00F0E2;
border-radius: 42rpx 42rpx 42rpx 42rpx; color: #1E2629; font-size: 28rpx; line-height: 50rpx; text-align: center;}
border-radius: 42rpx 42rpx 42rpx 42rpx; color: #333333; font-size: 28rpx; line-height: 50rpx; text-align: center;}
::v-deep .change .u-button{display: block !important; padding:0rpx !important; background-color: inherit !important; height:auto !important; border: none !important; border-radius: 42rpx !important;}
.userItem{
color: #FFFFFF;
color: #333333;
width: 100%;
height: auto;
display: flex;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Loading…
Cancel
Save