This commit is contained in:
parent
435f8b3180
commit
41f94b98b2
|
@ -9,9 +9,12 @@
|
||||||
<view class="my-head-top-view" v-if="!isLogin">
|
<view class="my-head-top-view" v-if="!isLogin">
|
||||||
<view class="my-head-top-text">
|
<view class="my-head-top-text">
|
||||||
<span>{{userName}}</span>
|
<span>{{userName}}</span>
|
||||||
<span>{{phone}}</span>
|
<span>ID:{{invitationCode}}</span>
|
||||||
|
</view>
|
||||||
|
<view class="my-head-top-id">
|
||||||
|
<span>{{phone}}</span>
|
||||||
|
<image class="my-head-vip" style="width:60rpx; height: 60rpx;" src="../../static/vipster.png"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="my-head-top-id">ID:{{invitationCode}}</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="text-xl" @click="goLogin('/pages/public/login')">
|
<view v-else class="text-xl" @click="goLogin('/pages/public/login')">
|
||||||
登录
|
登录
|
||||||
|
@ -743,19 +746,39 @@
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
}
|
}
|
||||||
.my-head-top-id{
|
.my-head-top-id{
|
||||||
margin-top: 10px;
|
width: 35%;
|
||||||
font-size: 23rpx;
|
font-size: 23rpx;
|
||||||
color: #666;
|
padding: 10rpx 20rpx;
|
||||||
|
background:linear-gradient(to right,#ff996b,#ff9966,#ff5e62);
|
||||||
|
border-radius: 0 30rpx 30rpx 0 ;
|
||||||
|
color: #fff;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.my-head-top-id span:nth-child(1){
|
||||||
|
margin-left: 20rpx;
|
||||||
|
}
|
||||||
|
.my-head-vip{
|
||||||
|
width: 26rpx;
|
||||||
|
height: 26rpx;
|
||||||
|
position: absolute;
|
||||||
|
left:-18rpx;
|
||||||
|
top:-10rpx
|
||||||
}
|
}
|
||||||
.my-head-top-text{
|
.my-head-top-text{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: bold;
|
|
||||||
font-size: 33rpx;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
.my-head-top-text span:nth-child(1){
|
||||||
|
font-size: 32rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.my-head-top-text span:nth-child(2){
|
||||||
|
font-size: 26rpx;
|
||||||
|
|
||||||
|
}
|
||||||
.my-head-top-view{
|
.my-head-top-view{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue