|
|
|
@ -16,15 +16,15 @@ |
|
|
|
绑定手机号 |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between" style="height: 98rpx;padding: 0 32rpx;"> |
|
|
|
<!-- <view class="lf-row-between" style="height: 98rpx;padding: 0 32rpx;"> |
|
|
|
<view class="lf-row-round lf-flex-column" @click="showRedthread()"> |
|
|
|
<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> |
|
|
|
<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> |
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
<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> --> |
|
|
|
<!-- <view class="head-top-wrap lf-w-100 lf-h-100"> |
|
|
|
<view class="lf-w-100 tips-wrap"> |
|
|
|
<view class="tips"> |
|
|
|
@ -51,7 +51,7 @@ |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<!-- <view class="adv" @click="$url('/pages/my/getRedLine')"> |
|
|
|
<view class="adv" @click="$url('/pages/my/getRedLine')"> |
|
|
|
<view> |
|
|
|
<view class="logo-my"> |
|
|
|
<text class="lf-iconfont icon-dingzhi" style="font-size: 60rpx;color: white;"></text> |
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
</view> |
|
|
|
<view class="lf-color-777">促成您和心仪对象线下见面 <u-icon class="lf-m-l-20" name="arrow-right"></u-icon></view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="classify lf-m-t-30"> |
|
|
|
<view class="card" v-for="(item,index) in list" :key="index" @click="$url(item.path)"> |
|
|
|
@ -87,8 +87,8 @@ |
|
|
|
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:'moments',path:'/pages/my/qzone',pic: '../../static/my/qzone.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:'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'}, |
|
|
|
@ -151,8 +151,8 @@ |
|
|
|
.head-top { |
|
|
|
width: 100%; |
|
|
|
//隐藏部分 |
|
|
|
// height: 562rpx; |
|
|
|
height: 480rpx; |
|
|
|
// height: 480rpx; |
|
|
|
height: 320rpx; |
|
|
|
position: relative; |
|
|
|
z-index: 9; |
|
|
|
/* background-color: red; */ |
|
|
|
@ -169,7 +169,8 @@ |
|
|
|
.head-top::after { |
|
|
|
content: ''; |
|
|
|
width: 184%; |
|
|
|
height: 440rpx; |
|
|
|
// height: 440rpx; |
|
|
|
height: 280rpx; |
|
|
|
position: absolute; |
|
|
|
left: -312rpx; |
|
|
|
top: 0; |
|
|
|
|