|
|
|
@ -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; |
|
|
|
|