|
|
|
@ -21,24 +21,24 @@ |
|
|
|
<view class="lf-font-32 lf-color-white">0</view> |
|
|
|
<view class="lf-font-24 lf-color-white lf-p-t-20">红线</view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-round lf-flex-column" @click="showPeachblossom()"> |
|
|
|
<!-- <view class="lf-row-round lf-flex-column" @click="showPeachblossom()"> |
|
|
|
<view class="lf-font-32 lf-color-white">5</view> |
|
|
|
<view class="lf-font-24 lf-color-white lf-p-t-20">桃花</view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-round lf-flex-column"> |
|
|
|
</view> --> |
|
|
|
<view class="lf-row-round lf-flex-column" @click="$url('/pages/my/seeMe')"> |
|
|
|
<view class="lf-font-32 lf-color-white">0</view> |
|
|
|
<view class="lf-font-24 lf-color-white lf-p-t-20">谁看过我</view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-round lf-flex-column"> |
|
|
|
<view class="lf-row-round lf-flex-column" @click="$url('/pages/my/likeMe')"> |
|
|
|
<view class="lf-font-32 lf-color-white">0</view> |
|
|
|
<view class="lf-font-24 lf-color-white lf-p-t-20">谁收藏我</view> |
|
|
|
<view class="lf-font-24 lf-color-white lf-p-t-20">喜欢我的</view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-round lf-flex-column"> |
|
|
|
<view class="lf-font-32 lf-color-white">70%</view> |
|
|
|
<view class="lf-font-24 lf-color-white lf-p-t-20">资料完整</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="head-top-wrap lf-w-100 lf-h-100"> |
|
|
|
<!-- <view class="head-top-wrap lf-w-100 lf-h-100"> |
|
|
|
<view class="lf-w-100 tips-wrap"> |
|
|
|
<view class="tips"> |
|
|
|
<view class="lf-row-round lf-w-100 lf-h-100 lf-p-b-12"> |
|
|
|
@ -49,7 +49,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<view class="adv"> |
|
|
|
<view> |
|
|
|
@ -88,12 +88,12 @@ |
|
|
|
list: [ |
|
|
|
{name: '我的红娘',icon:'github-circle-fill',path: '/pages/my/exclusiveMatch',pic: '../../static/my/red.png'}, |
|
|
|
{name: '实名认证',icon:'email',path: '/pages/my/authentication',pic: '../../static/my/authen.png'}, |
|
|
|
{name: '我的收藏',icon:'qzone',path: '/pages/my/collect',pic: '../../static/my/collect.png'}, |
|
|
|
{name: '我喜欢的',icon:'qzone',path: '/pages/my/collect',pic: '../../static/my/collect.png'}, |
|
|
|
{name: '我的动态',icon:'moments',path:'/pages/my/qzone',pic: '../../static/my/qzone.png'}, |
|
|
|
{name: '福利中心',icon:'red-packet',path:'/pages/my/welfare',pic: '../../static/my/welhare.png'}, |
|
|
|
// {name: '福利中心',icon:'red-packet',path:'/pages/my/welfare',pic: '../../static/my/welhare.png'}, |
|
|
|
{name: '公众号',icon:'google-circle-fill',path:'/pages/my/officialAccount',pic: '../../static/my/public.png'}, |
|
|
|
{name: '联系客服',icon:'kefu-ermai',path: '/pages/my/service',pic: '../../static/my/service.png'}, |
|
|
|
{name: '设置',icon:'setting',path: '/pages/my/setting',pic: '../../static/my/setting.png'} |
|
|
|
// {name: '设置',icon:'setting',path: '/pages/my/setting',pic: '../../static/my/setting.png'} |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -150,7 +150,9 @@ |
|
|
|
|
|
|
|
.head-top { |
|
|
|
width: 100%; |
|
|
|
height: 562rpx; |
|
|
|
//隐藏部分 |
|
|
|
// height: 562rpx; |
|
|
|
height: 480rpx; |
|
|
|
position: relative; |
|
|
|
z-index: 9; |
|
|
|
/* background-color: red; */ |
|
|
|
@ -167,7 +169,9 @@ |
|
|
|
.head-top::after { |
|
|
|
content: ''; |
|
|
|
width: 100%; |
|
|
|
height: 529rpx; |
|
|
|
//隐藏部分 |
|
|
|
// height: 529rpx; |
|
|
|
height: 442rpx; |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
|