This commit is contained in:
parent
571e8a4059
commit
a152d55ac3
|
@ -3,7 +3,7 @@
|
|||
<view class="my-head">
|
||||
<view class="my-head-top back-width">
|
||||
<view class="u-m-r-10" style="position: relative;">
|
||||
<image :src="avatar" style="width: 100rpx;height: 100rpx;border-radius: 50%; border:#fff 1px solid;"
|
||||
<image :src="avatar" style="width: 100rpx;height: 100rpx;border-radius: 50%; margin-left: 10rpx; border:#fff 1px solid;"
|
||||
@click="goNav('/pages/my/userinfo')"></image>
|
||||
</view>
|
||||
<view class="my-head-top-view" v-if="!isLogin">
|
||||
|
@ -576,7 +576,6 @@
|
|||
height: 170rpx;
|
||||
text-align: top;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.my-use-list-text{
|
||||
color: #6C6C6C;
|
||||
|
@ -838,4 +837,14 @@
|
|||
margin-bottom: 20rpx;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
.text-xl{
|
||||
width: 100rpx;
|
||||
height: 56rpx;
|
||||
font-size: 26rpx;
|
||||
background: linear-gradient(-90deg, #0CA891, #23BBA2);
|
||||
border-radius: 30rpx;
|
||||
line-height: 56rpx;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue