样式修改

master
wangxia 2 years ago
parent 180f85c5de
commit 1ff2f46247

1087
app.wxss

File diff suppressed because it is too large Load Diff

@ -146,7 +146,7 @@ query.exec(function(res){
}
console.log(path)
return {
"title":'才',
"title":'才',
'path': path,
}
}

@ -372,7 +372,7 @@ Page({
}
console.log(path)
return {
"title":'才',
"title":'才',
'path': path,
}
},

@ -50,7 +50,7 @@
</view>
</view>
<view class="f12 cf00 tc" style="margin-top:90px;">才依法保护你的信息安全</view>
<view class="f12 cf00 tc" style="margin-top:90px;">才依法保护你的信息安全</view>
<button type='primary' class="loginOut" formType="submit" style="margin-top: 10px;">
确定
</button>

@ -1,102 +1,96 @@
<view class="meTop0" bindtap="toMakeInfo" style="padding-bottom: 0;" hover-class="thover" wx:if="{{isLogin}}">
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
<view class="flex-1">
<view class="display-flex">
<view class="iconOutTop">
<block wx:if="{{user.imgSrc != '' && user.imgSrc != null && user.imgSrc != 'null'}}">
<image src="{{user.imgSrc}}" class='show-image' mode="aspectFill"></image>
</block>
<block wx:else>
<open-data type="userAvatarUrl" class="show-image"></open-data>
</block>
</view>
<view class="userName flex-1"
style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<view class="va-center">
<text class="mr8 fwb" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 160px;font-size:20px;">{{user.userName}}</text>
<button wx:if="{{(isLogin && hasUserInfo - 0 == 0) || user.userName =='微信用户'}}"
style="position: absolute;top: 26px;opacity: 0;" open-type="getUserInfo"
bindtap="getUserInfoBtn">
未获取昵称
</button>
<block wx:if="{{isLogin}}">
<i class="iconfont icon-nv3 f12" style="color:#fb8585;line-height:20px" wx:if="{{user.sex == 2}}"></i>
<i class="iconfont icon-nan3 f12" style="color:#10aeff;line-height:20px" wx:if="{{user.sex == 1}}"></i>
</block>
</view>
<view class="opaTel">{{user.tel}}</view>
</view>
</view>
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
<view class="flex-1">
<view class="display-flex">
<view class="iconOutTop">
<block wx:if="{{user.imgSrc != '' && user.imgSrc != null && user.imgSrc != 'null'}}">
<image src="{{user.imgSrc}}" class="show-image" mode="aspectFill"></image>
</block>
<block wx:else>
<open-data type="userAvatarUrl" class="show-image"></open-data>
</block>
</view>
<view class="v-center">
<!-- <text class="f16 c3 dib">{{user.idauth - 1 == 0 ? '已实名' : '去实名'}}</text> -->
<view>
<i wx:if="{{user.idauth}}" class="iconfont icon-yirenzheng ysd-base-color f20" style="color: var(--color-ysd);"></i>
<view wx:else class hover-class="none" hover-stop-propagation="false">去认证</view>
</view>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
<view class="userName flex-1" style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<view class="va-center">
<text class="mr8 fwb" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 160px;font-size:20px;">{{user.userName}}</text>
<button wx:if="{{(isLogin && hasUserInfo - 0 == 0) || user.userName =='微信用户'}}" style="position: absolute;top: 26px;opacity: 0;" open-type="getUserInfo" bindtap="getUserInfoBtn">未获取昵称</button>
<block wx:if="{{isLogin}}">
<i class="iconfont icon-nv3 f12" style="color:#fb8585;line-height:20px" wx:if="{{user.sex == 2}}"></i>
<i class="iconfont icon-nan3 f12" style="color:var(--color-yc);line-height:20px" wx:if="{{user.sex == 1}}"></i>
</block>
</view>
<view class="opaTel">{{user.tel}}</view>
</view>
</view>
</view>
<view class="v-center">
<!-- <text class="f16 c3 dib">{{user.idauth - 1 == 0 ? '已实名' : '去实名'}}</text> -->
<view>
<i wx:if="{{user.idauth}}" class="iconfont icon-yirenzheng ysd-base-color f20" style="color: var(--color-ysd);"></i>
<view wx:else class hover-class="none" hover-stop-propagation="false">去认证</view>
</view>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
</view>
</view>
</view>
<view class="meTop0" style="padding-bottom: 0;" wx:if="{{!isLogin}}">
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
<view class="flex-1">
<view class="display-flex" style="align-items: center;">
<view class="iconOutTop" catchtap="login">
<!-- <open-data type="userAvatarUrl" class="show-image"></open-data> -->
<image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" class="show-image"></image>
</view>
<view class="userName flex-1" style="display: flex;" catchtap="login">
<view class="va-center">
<text class="mr8 f20 fwb">微信用户</text>
</view>
</view>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
</view>
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
<view class="flex-1">
<view class="display-flex" style="align-items: center;">
<view class="iconOutTop" catchtap="login">
<!-- <open-data type="userAvatarUrl" class="show-image"></open-data> -->
<image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" class="show-image"></image>
</view>
<view class="userName flex-1" style="display: flex;" catchtap="login">
<view class="va-center">
<text class="mr8 f20 fwb">微信用户</text>
</view>
</view>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
</view>
</view>
</view>
</view>
<view class="p10" style="padding-bottom:0;">
<view class="moneyView">
<navigator url="{{isLogin ? '/pages/wxMoney/index' : '/pages/login/index'}}" hover-class="none">
<view class="moneyText">账户余额(元)
<i class="iconfont icon-zhengyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{showMoney}}" catchtap="openEyes" hover-stop-propagation></i>
<i class="iconfont icon-biyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{!showMoney}}" catchtap="closeEyes" hover-stop-propagation></i>
<view class="fr f14 va-center mt20">
<view class="dib">详情</view>
<i class="iconfont icon-gengduo11 f16 ml4 dib pr" style="line-height:1;top:1px;"></i>
<view class="moneyView">
<navigator url="{{isLogin ? '/pages/wxMoney/index' : '/pages/login/index'}}" hover-class="none">
<view class="moneyText">
账户余额(元)
<i class="iconfont icon-zhengyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{showMoney}}" catchtap="openEyes" hover-stop-propagation></i>
<i class="iconfont icon-biyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{!showMoney}}" catchtap="closeEyes" hover-stop-propagation></i>
<view class="fr f14 va-center mt20">
<view class="dib">详情</view>
<i class="iconfont icon-gengduo11 f16 ml4 dib pr" style="line-height:1;top:1px;"></i>
</view>
</view>
</view>
<view class="v-center mt8">
<view class="moneyM" wx:if="{{showMoney}}">{{balance}}</view>
<view class="moneyM" wx:if="{{!showMoney}}">****</view>
</view>
</navigator>
<view class="v-center mt8">
<view class="moneyM" wx:if="{{showMoney}}">{{balance}}</view>
<view class="moneyM" wx:if="{{!showMoney}}">****</view>
</view>
</navigator>
</view>
</view>
<view class="p10">
<view class="p10 bgf br8">
<view class="meTitle">我的卡包</view>
<view class="display-flex tc mt10">
<!-- /pages/addUserCard/index -->
<!-- <navigator url="{{isLogin ? (user.idcardImgFront != null && user.idcardImgFront != '' ? (user.idauth - 1 == 0 ? '../seeCard/index' : '../makeInfo/index') : '../addUserCard/index') : '/pages/login/index'}}" class="flex-1" hover-class="hcb"> -->
<navigator url="{{isLogin ? '../addUserCard/index' : '/pages/login/index'}}" class="flex-1" hover-class="hcb">
<i class="t-icon t-icon-zhengjian meIcon"></i>
<view class="f14 c6 lh1">证件</view>
<view class="f12 cf00" wx:if="{{cardNum > 0}}">{{cardNum}}张</view>
</navigator>
<navigator url="{{isLogin ? '../addCard/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-yinhangka meIcon"></i>
<view class="f14 c6 lh1">银行卡</view>
</navigator>
<view class="p10 bgf br8">
<view class="meTitle">我的卡包</view>
<view class="display-flex tc mt10">
<!-- /pages/addUserCard/index -->
<!-- <navigator url="{{isLogin ? (user.idcardImgFront != null && user.idcardImgFront != '' ? (user.idauth - 1 == 0 ? '../seeCard/index' : '../makeInfo/index') : '../addUserCard/index') : '/pages/login/index'}}" class="flex-1" hover-class="hcb"> -->
<navigator url="{{isLogin ? '../addUserCard/index' : '/pages/login/index'}}" class="flex-1" hover-class="hcb">
<i class="t-icon t-icon-zhengjian meIcon"></i>
<view class="f14 c6 lh1">证件</view>
<view class="f12 cf00" wx:if="{{cardNum > 0}}">{{cardNum}}张</view>
</navigator>
<navigator url="{{isLogin ? '../addCard/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-yinhangka meIcon"></i>
<view class="f14 c6 lh1">银行卡</view>
</navigator>
<view class="flex-2"></view>
<!-- <navigator url="{{isLogin ? '../paySlip/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<view class="flex-2"></view>
<!-- <navigator url="{{isLogin ? '../paySlip/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-gongzitiao meIcon"></i>
<view class="f14 c6 lh1">工资条</view>
</navigator>
@ -104,104 +98,94 @@
<navigator url="{{isLogin ? '../coupon/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-gengduo11huiquan meIcon"></i>
<view class="f14 c6 lh1">优惠券</view>
</navigator> -->
</view>
</navigator>-->
</view>
</view>
</view>
<view class="p10" style="padding-top:0;">
<view class="p10 bgf br8">
<view class="meTitle">我的服务</view>
<view class="display-flex tc mt10 myService">
<navigator url="{{isLogin ? '/pages/collect/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-shoucang1 meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的收藏</view>
</navigator>
<navigator url="{{isLogin ? '/pages/resumeDone/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-wodejianli1 meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的简历</view>
</navigator>
<view class="p10 bgf br8">
<view class="meTitle">我的服务</view>
<view class="display-flex tc mt10 myService">
<!-- <navigator url="{{isLogin ? '/pages/collect/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-shoucang1 meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的收藏</view>
</navigator>-->
<navigator url="{{isLogin ? '/pages/resumeDone/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-wodejianli1 meIcon" style="height:22px;"></i>
<!-- <view class='meIcon' hover-class="none" hover-stop-propagation="false" style='width:22px;position:relative'>
<i class="yicaifont icon-jianli-outer " style="font-size:22px;position:absolute;left:0;line-height:1">
<i class="yicaifont icon-jianli-inner " style="font-size:10px;color:var(--color-yc);position:absolute;left:15%;top:15%"></i>
</i>
</view> -->
<view class="f14 c6 lh1">我的简历</view>
</navigator>
<navigator url="{{isLogin ? '/pages/myEnroll/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-wodebaoming meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的报名</view>
</navigator>
<!--
<!-- <navigator url="{{isLogin ? '/pages/myEnroll/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-wodebaoming meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的报名</view>
</navigator>-->
<!--
<navigator url="{{isLogin ? '/pages/currJob/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-dangqiangongzuo meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">当前工作</view>
</navigator> -->
</navigator>-->
<navigator url="{{isLogin ? '/pages/addressBook/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-dizhiben meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">地址本</view>
</navigator>
<!-- <view bindtap='showphone' class="flex-1 pb8" hover-class="hcb">
<navigator url="{{isLogin ? '/pages/addressBook/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-dizhiben meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">地址本</view>
</navigator>
<!-- <view bindtap='showphone' class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-zhuanshukefu1 meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">客户经理</view>
</view> -->
</view>
</view>-->
</view>
</view>
<view class="p20 bgf br8 mt10" wx:if="{{isLogin}}">
<view class="p20 bgf br8 mt10" wx:if="{{isLogin}}">
<view class="display-flex">
<view class="flex-1">
<view class="display-flex">
<view class="flex-1">
<view class="display-flex">
<view class="iconOutTopSmall">
<!-- <image src="{{ pmdUserInfo.imgSrc != '' && pmdUserInfo.imgSrc != null ? pmdUserInfo.imgSrc : 'http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png'}}"
style="width:50px;height:50px;border-radius:50%;"></image> -->
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png"
style="width:50px;height:50px;border-radius:50%;"></image>
<view class="khjl">专属客服</view>
</view>
<view class="userName flex-1"
style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<view class="va-center">
<!-- <view class="mr8 f16" style="color:#262626;">{{pmdUserInfo.userName}}</view> -->
<view class="mr8 f16" style="color:#262626;">一才客服</view>
</view>
<!-- {{pmdUserInfo.tel}} -->
<view class="opaTelSmall">13253506869</view>
</view>
<view class="v-center">
<view class="makePhone" bindtap='showphone' hover-class="hcb">电话联系</view>
</view>
</view>
<view class="iconOutTopSmall">
<!-- <image src="{{ pmdUserInfo.imgSrc != '' && pmdUserInfo.imgSrc != null ? pmdUserInfo.imgSrc : 'http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png'}}"
style="width:50px;height:50px;border-radius:50%;"></image>-->
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:50px;height:50px;border-radius:50%;"></image>
<view class="khjl">专属客服</view>
</view>
<view class="userName flex-1" style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<view class="va-center">
<!-- <view class="mr8 f16" style="color:#262626;">{{pmdUserInfo.userName}}</view> -->
<view class="mr8 f16" style="color:#262626;">一才客服</view>
</view>
<!-- {{pmdUserInfo.tel}} -->
<view class="opaTelSmall">13253506869</view>
</view>
<view class="v-center">
<view class="makePhone" bindtap="showphone" hover-class="hcb">电话联系</view>
</view>
</view>
</view>
</view>
</view>
<navigator url="{{isLogin ? '/pages/setUp/index' : '/pages/login/index'}}" class="p20 mb10 bgf newList mt10"
hover-class="hcb" style="border-radius:16rpx;padding:15px 20px;">
<view class='mw-labe'>
<view class="flex-1 va-center">
<view class="iconOut">
<i class="t-icon t-icon-shezhi lefticon" style="height:22px;width:22px;"></i>
</view>
<text class="c6 f16">设置</text>
</view>
<i class="iconfont icon-gengduo11 f12 c9"></i>
<navigator url="{{isLogin ? '/pages/setUp/index' : '/pages/login/index'}}" class="p20 mb10 bgf newList mt10" hover-class="hcb" style="border-radius:16rpx;padding:15px 20px;">
<view class="mw-labe">
<view class="flex-1 va-center">
<view class="iconOut">
<i class="t-icon t-icon-shezhi lefticon" style="height:22px;width:22px;"></i>
</view>
</navigator>
<text class="c6 f16">设置</text>
</view>
<i class="iconfont icon-gengduo11 f12 c9"></i>
</view>
</navigator>
</view>
<button wx:if="{{!isLogin}}" type='primary' class="loginOut" style="font-weight:400;margin-top:0px;margin-bottom:30px;"
catchtap="login">
登录
</button>
<button wx:if="{{!isLogin}}" type="primary" class="loginOut" style="font-weight:400;margin-top:0px;margin-bottom:30px;" catchtap="login">登录</button>
<!--登录/注册(授权版)-->
<!--<button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" style="margin-top:60px;margin-bottom:30px;" open-type="getPhoneNumber" type="primary"
catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>-->
catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>-->
<!-- <view class="p10">
<view wx:if="{{!isLogin}}" class="bgf pft" style="border-radius: 4px;">
@ -230,7 +214,7 @@
<view style="height:1rpx;"></view>
<view style="background-color:#f8f8f8">
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}"> -->
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}">-->
<!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style="">
<view class='f20 mw-labe'>
<view class="iconOut">
@ -239,7 +223,7 @@
<text>我的收藏</text>
<i class="iconfont icon-xiayiye rightXYY"></i>
</view>
</button> -->
</button>-->
<!-- <view class="lineT" style="height:1px;" wx:if="{{isLogin}}"></view>
<button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style="">
<view class='f20 mw-labe'>
@ -250,7 +234,7 @@
<i class="iconfont icon-xiayiye rightXYY"></i>
</view>
</button>
<view class="lineT" wx:if="{{isLogin}}"></view> -->
<view class="lineT" wx:if="{{isLogin}}"></view>-->
<!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toMakeInfo" style="">
<view class='f20 mw-labe'>
<view class="iconOut">
@ -259,7 +243,7 @@
<text>实名认证</text>
<i class="iconfont icon-xiayiye rightXYY"></i>
</view>
</button> -->
</button>-->
<!-- <view class="lineT" wx:if="{{isLogin}}"></view>
<button class="fakeBtn p2010" hover-class="hcb" bindtap='makePhoneCall'>
<view class='f20 mw-labe'>
@ -269,7 +253,7 @@
<text>联系客服</text>
<i class="iconfont icon-xiayiye rightXYY"></i>
</view>
</button> -->
</button>-->
<!-- </view>
</view>
<view style="background-color:#f8f8f8">
@ -284,7 +268,7 @@
</view>
</button>
</view>
</view> -->
</view>-->
<!-- <view style="background-color:#f8f8f8;margin-top:40px;margin-bottom:40px;" wx:if="{{agencyStatus - 0 != 0}}">
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}">
@ -298,19 +282,17 @@
</view>
</button>
</view>
</view> -->
</view>-->
<!-- <button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" open-type="getPhoneNumber" type="primary"
catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>
</view> -->
</view>-->
<scroll-view class="fadeIn" wx:if="{{iosDialog1}}" style="position: relative;z-index: 999;">
<view class="weui-mask"></view>
<view class="weui-dialog p020" style="box-sizing:border-box;">
<!-- <view class="weui-dialog__hd"><strong class="weui-dialog__title">{{pmdUserInfo.tel}}</strong></view> -->
<!-- <view class="weui-dialog__hd bb1">
<view class="weui-mask"></view>
<view class="weui-dialog p020" style="box-sizing:border-box;">
<!-- <view class="weui-dialog__hd"><strong class="weui-dialog__title">{{pmdUserInfo.tel}}</strong></view> -->
<!-- <view class="weui-dialog__hd bb1">
<view>
<image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image>
<image wx:else src="http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png" style="width:56px;height:56px;border-radius:50%;"></image>
@ -318,21 +300,21 @@
<view class="f20 c3">{{pmdUserInfo.userName}}</view>
<view class="f14 c9">客户经理</view>
<view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view>
</view> -->
</view>-->
<view class="weui-dialog__hd bb1">
<!-- <image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image> -->
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:56px;height:56px;border-radius:50%;"></image>
<view class="f20 c3">一才客服</view>
<view class="f14 c9">专属客服</view>
<!-- <view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view> -->
<view class="mt20 f22 c3">13253506869</view>
</view>
<view class="display-flex pb20" style="padding-top:20px;">
<view class="flex-1 lflex v-center" bindtap="close" hover-class="thover">取消</view>
<view class="rflex">
<button class="" type="primary" bindtap="makePhoneCall">呼叫</button>
</view>
</view>
<view class="weui-dialog__hd bb1">
<!-- <image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image> -->
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:56px;height:56px;border-radius:50%;"></image>
<view class="f20 c3">一才客服</view>
<view class="f14 c9">专属客服</view>
<!-- <view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view> -->
<view class="mt20 f22 c3">13253506869</view>
</view>
<view class="display-flex pb20" style="padding-top:20px;">
<view class="flex-1 lflex v-center" bindtap="close" hover-class="thover">取消</view>
<view class="rflex">
<button class type="primary" bindtap="makePhoneCall">呼叫</button>
</view>
</view>
</scroll-view>
</view>
</scroll-view>

@ -1,421 +1,416 @@
page {
background-color: #f5f5f5;
background-color: #f5f5f5;
}
.mb16 {
margin-bottom: 32rpx;
margin-bottom: 32rpx;
}
.lefticon {
font-size: 20px;
line-height: 1;
font-size: 20px;
line-height: 1;
}
.p13 {
padding: 26rpx;
padding: 26rpx;
}
.mw-labe {
display: flex;
flex-direction: row;
align-items: center;
display: flex;
flex-direction: row;
align-items: center;
}
.iconOut {
font-size: 20px;
width: 20px;
height: 20px;
margin-right: 20px;
line-height: 1;
font-size: 20px;
width: 20px;
height: 20px;
margin-right: 20px;
line-height: 1;
}
.iconOutTop {
width: 56px;
border-radius: 50%;
height: 56px;
margin-right: 16px;
/* margin-left: 20px; */
overflow: hidden;
width: 56px;
border-radius: 50%;
height: 56px;
margin-right: 16px;
/* margin-left: 20px; */
overflow: hidden;
}
.noLogin {
width: 84px;
border-radius: 50%;
height: 84px;
margin-left: calc(50vw - 42px);
overflow: hidden;
width: 84px;
border-radius: 50%;
height: 84px;
margin-left: calc(50vw - 42px);
overflow: hidden;
}
.f20.mw-labe .flex-1 {
display: flex;
flex-direction: row;
align-items: center;
display: flex;
flex-direction: row;
align-items: center;
}
.f20.mw-labe text {
color: #333;
font-weight: 400;
line-height: 22px;
color: #333;
font-weight: 400;
line-height: 22px;
}
.show-image {
width: 56px;
height: 56px;
max-width: 100%;
max-height: 100%;
border: none;
border-radius: 50%;
/* margin-right: 32rpx; */
/*padding-top: 18rpx;
width: 56px;
height: 56px;
max-width: 100%;
max-height: 100%;
border: none;
border-radius: 50%;
/* margin-right: 32rpx; */
/*padding-top: 18rpx;
padding-bottom: 18rpx;*/
}
.nav {
width: 100%;
overflow: hidden;
position: relative;
top: 0;
left: 0;
z-index: 10;
width: 100%;
overflow: hidden;
position: relative;
top: 0;
left: 0;
z-index: 10;
}
.nav-title {
width: 100%;
text-align: left;
/* position: absolute; */
/* bottom: 0; */
/* left: 0; */
z-index: 10;
font-family: PingFang-SC-Medium;
font-size: 40rpx;
margin-left: 40rpx;
width: 100%;
text-align: left;
/* position: absolute; */
/* bottom: 0; */
/* left: 0; */
z-index: 10;
font-family: PingFang-SC-Medium;
font-size: 40rpx;
margin-left: 40rpx;
}
.new-top {
background-color: transparent;
padding: 20px 40rpx 0 40rpx;
z-index: -1;
position: relative;
font-size: 40rpx;
padding-left: 0;
/* align-items:flex-end;
background-color: transparent;
padding: 20px 40rpx 0 40rpx;
z-index: -1;
position: relative;
font-size: 40rpx;
padding-left: 0;
/* align-items:flex-end;
display:flex; */
}
.meTop {
padding-top: 10px;
padding-bottom: 20px;
padding-right: 20px;
/* height: 116px; */
background-color: #027AFF;
/* display: flex; */
padding-top: 10px;
padding-bottom: 20px;
padding-right: 20px;
/* height: 116px; */
background-color: #027aff;
/* display: flex; */
}
.weui-btn_primary {
width: 260px;
height: 50px;
opacity: 1;
background: #027AFF;
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
padding: 0;
line-height: 50px;
width: 260px;
height: 50px;
opacity: 1;
background: #027aff;
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
padding: 0;
line-height: 50px;
}
.hover-btn.weui-btn_primary:active,
.hover-btn.weui-btn_primary:focus,
.hover-btn {
background-color: #027AFF;
opacity: 0.8;
background-color: #027aff;
opacity: 0.8;
}
.f20 {
font-size: 20px;
font-size: 20px;
}
.fakeBtn {
margin: 0;
border-radius: 0;
/* border-top-right-radius: 4px;
margin: 0;
border-radius: 0;
/* border-top-right-radius: 4px;
border-top-left-radius: 4px; */
line-height: 40px;
background-color: #fff;
line-height: 40px;
background-color: #fff;
}
.hcb {
background-color: #f2f2f2;
background-color: #f2f2f2;
}
.p020 {
padding: 0 20px;
padding: 0 20px;
}
.p200 {
padding: 20px 0px;
padding: 20px 0px;
}
.lineT {
height: 1px;
width: calc(100vw - 40px);
margin: 0 auto;
background-color: rgba(0, 0, 0, 0.08);
height: 1px;
width: calc(100vw - 40px);
margin: 0 auto;
background-color: rgba(0, 0, 0, 0.08);
}
.p10 {
padding: 10px;
padding: 10px;
}
.rightXYY {
line-height: 1;
color: #999;
display: block;
flex: 1;
text-align: right;
line-height: 1;
color: #999;
display: block;
flex: 1;
text-align: right;
}
.pft {
position: relative;
top: -40px;
position: relative;
top: -40px;
}
.meTop0 {
padding: 10px;
/* padding-top: 20px; */
/* height: 136px; */
/* padding-bottom: 10px; */
/* padding-right: 20px; */
/* background-color: #027AFF; */
/* display: flex; */
padding: 10px;
/* padding-top: 20px; */
/* height: 136px; */
/* padding-bottom: 10px; */
/* padding-right: 20px; */
/* background-color: #027AFF; */
/* display: flex; */
}
.yeView {
height: 76px;
padding: 0 20px;
opacity: 1;
background: linear-gradient(239deg, #3b415b 5%, #191e30 58%);
border-radius: 12px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
height: 76px;
padding: 0 20px;
opacity: 1;
background: linear-gradient(239deg, #3b415b 5%, #191e30 58%);
border-radius: 12px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.hMoney {
font-size: 24px;
font-weight: 601;
text-align: left;
color: #ffffff;
line-height: 33px;
font-size: 24px;
font-weight: 601;
text-align: left;
color: #ffffff;
line-height: 33px;
}
.hText {
font-size: 12px;
font-weight: 400;
color: #cccccc;
line-height: 17px;
font-size: 12px;
font-weight: 400;
color: #cccccc;
line-height: 17px;
}
.hbtn {
width: 91px;
height: 34px;
background: #027AFF;
border-radius: 17px;
font-size: 14px;
font-weight: 400;
text-align: center;
color: #ffffff;
line-height: 34px;
width: 91px;
height: 34px;
background: #027aff;
border-radius: 17px;
font-size: 14px;
font-weight: 400;
text-align: center;
color: #ffffff;
line-height: 34px;
}
.weui-dialog__title {
font-size: 18px;
font-weight: 400;
color: #333333;
line-height: 25px;
font-size: 18px;
font-weight: 400;
color: #333333;
line-height: 25px;
}
.weui-dialog__bd {
font-size: 16px;
font-weight: 400;
text-align: center;
color: #787878;
line-height: 22px;
margin-bottom: 20px;
/* border-bottom: 1rpx solid #e2e2e2; */
font-size: 16px;
font-weight: 400;
text-align: center;
color: #787878;
line-height: 22px;
margin-bottom: 20px;
/* border-bottom: 1rpx solid #e2e2e2; */
}
.weui-dialog__bd view {
padding-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1rpx solid #e2e2e2;
border-bottom: 1rpx solid #e2e2e2;
}
.weui-dialog__hd {
padding: 32px 24px 20px;
padding: 32px 24px 20px;
}
.lflex {
font-size: 18px;
font-weight: 601;
text-align: center;
color: #027AFF;
line-height: 28px;
/* margin-top: 7px; */
padding: 0 10px 0 30px;
font-size: 18px;
font-weight: 601;
text-align: center;
color: #027aff;
line-height: 28px;
/* margin-top: 7px; */
padding: 0 10px 0 30px;
}
.rflex {
flex: 1;
padding: 0 30px 0 10px;
flex: 1;
padding: 0 30px 0 10px;
}
.rflex button {
margin-top: 0;
margin-bottom: 0;
height: 40px;
opacity: 1;
background: #027AFF;
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
line-height: 40px;
margin-top: 0;
margin-bottom: 0;
height: 40px;
opacity: 1;
background: #027aff;
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
line-height: 40px;
}
.userName {
font-size: 22px;
color: #333;
line-height: 22px;
margin-top: 0;
font-size: 22px;
color: #333;
line-height: 22px;
margin-top: 0;
}
.jifen {
margin-left: 8px;
line-height: 14px;
text-align: center;
font-size: 12px;
color: #fff;
border: 1px solid #eeeeee;
border-radius: 9px;
padding: 0px 8px;
margin-left: 8px;
line-height: 14px;
text-align: center;
font-size: 12px;
color: #fff;
border: 1px solid #eeeeee;
border-radius: 9px;
padding: 0px 8px;
}
.opaTel {
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 14px;
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 14px;
}
.opaTelSmall {
font-size: 14px;
font-weight: 400;
text-align: left;
color: #8c8c8c;
line-height: 12px;
font-size: 14px;
font-weight: 400;
text-align: left;
color: #8c8c8c;
line-height: 12px;
}
.meTitle {
font-size: 16px;
/* font-weight: 601; */
color: #333333;
line-height: 24px;
font-size: 16px;
/* font-weight: 601; */
color: #333333;
line-height: 24px;
}
.meIcon {
width: 22px;
height: 22px;
margin: 10px auto;
display: block;
width: 22px;
height: 22px;
margin: 10px auto;
display: block;
}
.iconOutTopSmall {
margin-left: 0;
height: 50px;
width: 50px;
border-radius: 50%;
margin-right: 12px;
position: relative;
margin-left: 0;
height: 50px;
width: 50px;
border-radius: 50%;
margin-right: 12px;
position: relative;
}
.makePhone {
width: 78px;
height: 26px;
text-align: center;
border: 1px solid #1f7fef;
border-radius: 14px;
font-size: 14px;
color: #1f7fef;
line-height: 26px;
width: 78px;
height: 26px;
text-align: center;
border: 1px solid var(--color-yc);
border-radius: 14px;
font-size: 14px;
color: var(--color-yc);
line-height: 26px;
}
.khjl {
position: absolute;
bottom: 0;
width: 50px;
text-align: center;
background-color: #1f7fef;
border-radius: 10px;
font-size: 10px;
color: #ffffff;
line-height: 13px;
}
.cf{
color: #fff !important;
}
.moneyView{
padding:12px 12px 12px 20px;
background-color: #027AFF;
border-radius: 8px;
}
.moneyText{
flex: 1;
font-size: 14px;
color: #ffffff;
line-height: 20px;
}
.moneyM{
flex: 1;
font-size: 26px;
color: #ffffff;
line-height: 30px;
}
.moneyCash{
width: 44px;
height: 20px;
border: 1px solid #ffffff;
border-radius: 4px;
font-size: 12px;
color: #ffffff;
text-align: center;
line-height: 20px;
}
.moneyCashBtn{
width: 44px;
height: 22px;
border: 1px solid #ffffff;
border-radius: 4px;
font-size: 12px;
color: #ffffff;
text-align: center;
line-height: 22px;
padding: 0;
margin: 0;
background-color: transparent !important;
}
.myService{
flex-wrap: wrap;
}
.myService .flex-1{
min-width: 25%;
max-width: 25%;
}
.flex-right{
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 0;
width: 50px;
text-align: center;
background-color: var(--color-yc);
border-radius: 10px;
font-size: 10px;
color: #ffffff;
line-height: 13px;
}
.cf {
color: #fff !important;
}
.moneyView {
padding: 12px 12px 12px 20px;
background-color: var(--color-yc);
border-radius: 8px;
}
.moneyText {
flex: 1;
font-size: 14px;
color: #ffffff;
line-height: 20px;
}
.moneyM {
flex: 1;
font-size: 26px;
color: #ffffff;
line-height: 30px;
}
.moneyCash {
width: 44px;
height: 20px;
border: 1px solid #ffffff;
border-radius: 4px;
font-size: 12px;
color: #ffffff;
text-align: center;
line-height: 20px;
}
.moneyCashBtn {
width: 44px;
height: 22px;
border: 1px solid #ffffff;
border-radius: 4px;
font-size: 12px;
color: #ffffff;
text-align: center;
line-height: 22px;
padding: 0;
margin: 0;
background-color: transparent !important;
}
.myService {
flex-wrap: wrap;
}
.myService .flex-1 {
min-width: 25%;
max-width: 25%;
}
.flex-right {
display: flex;
justify-content: flex-end;
}

@ -201,7 +201,7 @@ toMakeInfo:function(){
}
console.log(path)
return {
"title":'才',
"title":'才',
'path': path,
}
},

@ -1,5 +1,5 @@
<view class="p10">
<form bindsubmit='onSubmit'>
<form bindsubmit="onSubmit">
<view class="weui-cells__group weui-cells__group_form">
<!-- 123{{userDetails.lifePhoto}}431 -->
<!-- {{userDetails.lifePhoto == null || userDetails.lifePhoto == ''}} -->
@ -8,29 +8,27 @@
信息登记表
<i class="iconfont icon-you f16" style="color: #b8b8b8;"></i>
</navigator>
<view class='wx-list-li br8 display-flex noborder' bindtap="chooseImg" style="padding-top:0;">
<view class='f16 mw-label va-center c3'>
生活照
</view>
<view class="section flex-right c6 v-center" style='justify-content:flex-end'>
<view class="wx-list-li br8 display-flex noborder" bindtap="chooseImg" style="padding-top:0;">
<view class="f16 mw-label va-center c3">生活照</view>
<view class="section flex-right c6 v-center" style="justify-content:flex-end">
<view class="ava">
<image wx:if="{{userDetails.lifePhoto != null && userDetails.lifePhoto != ''}}" src="{{userDetails.lifePhoto}}" class='userImg'
mode="aspectFill">
</image>
<image wx:else src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png" class='userImg'
mode="aspectFill">
</image>
<image wx:if="{{userDetails.lifePhoto != null && userDetails.lifePhoto != ''}}" src="{{userDetails.lifePhoto}}" class="userImg" mode="aspectFill"></image>
<image wx:else src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png" class="userImg" mode="aspectFill"></image>
</view>
</view>
</view>
<view class="weui-cell">
<view class="weui-cell__hd"><label class="weui-label">现住址</label></view>
<view class="weui-cell__hd">
<label class="weui-label">现住址</label>
</view>
<view class="weui-cell__bd tr">
<view class="dib tl c6">{{userDetails.liveAddress}}</view>
</view>
</view>
<view class="weui-cell">
<view class="weui-cell__hd"><label class="weui-label">微信号</label></view>
<view class="weui-cell__hd">
<label class="weui-label">微信号</label>
</view>
<view class="weui-cell__bd">
<view class="weui-cell__bd tr">
<view class="dib tl c6">{{userDetails.weChat}}</view>
@ -39,7 +37,9 @@
</view>
<view wx:for="{{userEmergencyList}}" wx:key="{{item.emergencyTel}}" class="weui-cell">
<view class="flex-1">
<view class="weui-cell__hd"><label class="weui-label">紧急联系人</label></view>
<view class="weui-cell__hd">
<label class="weui-label">紧急联系人</label>
</view>
<view class="display-flex f14 c9 mt10">
<view>{{item.emergencyName}}</view>
<view class="flex-1 tc">{{item.emergencyRelation}}</view>
@ -49,26 +49,26 @@
</view>
</view>
<view class="weui-cells weui-cells_form br8" style="margin-top:10px;" wx:else>
<navigator url="/pages/infoExcel/index" class="f16 c3 fw500 mt20 ml10 mb20" hover-class="thover">
<view class="weui-cells weui-cells_form br8" style="margin-top:0px;" wx:else>
<navigator url="/pages/infoExcel/index" class="f16 c3 fw500 pt20 ml10 pb20" hover-class="thover">
信息登记表
<i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i>
</navigator>
</view>
</view>
<view class="weui-cells weui-cells_form br8" style="margin-top:10px;">
<navigator url="/pages/edu/index" class="f16 c3 fw500 mt20 ml10 {{userEducationList.length == 0 ? 'mb20' : ''}}" hover-class="thover">
<navigator url="/pages/edu/index" class="f16 c3 fw500 pt20 ml10 {{userEducationList.length == 0 ? 'pb20' : ''}}" hover-class="thover">
教育经历
<i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i>
</navigator>
<view class="noborder">
<navigator wx:for="{{userEducationList}}" wx:key="{{item.education}}" url="{{'/pages/edu/index?id=' + item.id}}" class="weui-cell" hover-class="hcb">
<navigator wx:for="{{userEducationList}}" wx:key="{{item.education}}" url="{{'/pages/edu/index?id=' + item.id}}" class="weui-cell" hover-class="hcb">
<view class="flex-1">
<view class="weui-cell__hd" style="padding-right:0;"><label class="weui-label"
style="max-width:none;padding-right:0;width:100%;">{{item.school}}
<view class="weui-cell__hd" style="padding-right:0;">
<label class="weui-label" style="max-width:none;padding-right:0;width:100%;">
{{item.school}}
<i class="iconfont icon-you f16 fr" style="color: #b8b8b8;"></i>
</label>
</view>
<view class="display-flex f14 c9 mt10">
<!-- <view>2009.09-2012.06</view> -->
@ -77,25 +77,23 @@
<!-- <view>软件工程</view> -->
</view>
</view>
</navigator>
</view>
</view>
<view class="weui-cells weui-cells_form br8" style="margin-top:10px;margin-bottom:40px;">
<navigator url="/pages/jobHistory/index" class="f16 c3 fw500 mt20 ml10 {{userExperienceList.length == 0 ? 'mb20' : ''}}" hover-class="thover">
工作经历
<navigator url="/pages/jobHistory/index" class="f16 c3 fw500 pt20 ml10 {{userExperienceList.length == 0 ? 'pb20' : ''}}" hover-class="thover">
工作经历
<i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i>
</navigator>
<view class="noborder">
<navigator wx:for="{{userExperienceList}}" wx:key="{{item.company}}" url="{{'/pages/jobHistory/index?id=' + item.id}}" class="weui-cell" hover-class="hcb">
<navigator wx:for="{{userExperienceList}}" wx:key="{{item.company}}" url="{{'/pages/jo bHistory/index?id=' + item.id}}" class="weui-cell" hover-class="hcb">
<view class="flex-1">
<view class="weui-cell__hd" style="padding-right:0;"><label class="weui-label"
style="max-width:none;padding-right:0;width:100%;">{{item.company}}
<view class="weui-cell__hd" style="padding-right:0;">
<label class="weui-label" style="max-width:none;padding-right:0;width:100%;">
{{item.company}}
<i class="iconfont icon-you f16 fr" style="color: #b8b8b8;"></i>
</label>
</view>
<view class="display-flex f14 c9 mt10">
<view>{{item.dateStr}}</view>
@ -108,4 +106,4 @@
</view>
<!-- <view class="f14 cf00 tc mt20">删除此信息登记表</view> -->
</form>
</view>
</view>

@ -20,7 +20,7 @@
<navigator class target url='' hover-class='hcb' open-type='navigate'>
<view class='gender fsa'>
<view class="flex-1">关于才工作</view>
<view class="flex-1">关于才工作</view>
<view class='fsa c9 '>
<view class="" hover-class="none" hover-stop-propagation="false">
版本1.0.1

@ -351,7 +351,7 @@ Page({
}
console.log(path)
return {
"title":'才',
"title":'才',
'path': path,
}
},

@ -35,7 +35,8 @@
"useCompilerPlugins": false,
"minifyWXML": true,
"ignoreUploadUnusedFiles": true,
"useStaticServer": true
"useStaticServer": true,
"condition": false
},
"compileType": "miniprogram",
"simulatorType": "wechat",

@ -0,0 +1,22 @@
@font-face {
font-family: "yicaifont"; /* Project id 4193532 */
src: url('//at.alicdn.com/t/c/font_4193532_28ujkykwzim.woff2?t=1690946695087') format('woff2'),
url('//at.alicdn.com/t/c/font_4193532_28ujkykwzim.woff?t=1690946695087') format('woff'),
url('//at.alicdn.com/t/c/font_4193532_28ujkykwzim.ttf?t=1690946695087') format('truetype');
}
.yicaifont {
font-family: "yicaifont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-jianli-outer:before {
content: "\e8ca";
}
.icon-jianli-inner:before {
content: "\e8cb";
}
Loading…
Cancel
Save