简历相关
This commit is contained in:
@@ -67,7 +67,7 @@ html {
|
||||
}
|
||||
|
||||
.btn-feel {
|
||||
transition: transform 0.18s ease;
|
||||
transition: transform 0.15s ease;
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ export const navTo = function(url, {
|
||||
url: '/pages/login/login'
|
||||
});
|
||||
isJumping=false
|
||||
}, 190);
|
||||
}, 170);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ export const navTo = function(url, {
|
||||
url: finalUrl
|
||||
});
|
||||
isJumping=false
|
||||
}, 190);
|
||||
}, 170);
|
||||
};
|
||||
|
||||
export const navBack = function({
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
</view>
|
||||
<view class="tops-right">
|
||||
<view class="right-imghead">
|
||||
<image v-if="userInfo.sex === '0'" src="@/static/icon/boy.png"></image>
|
||||
<image v-if="userInfo.avatar" :src="userInfo.avatar"></image>
|
||||
<image v-else-if="userInfo.sex == '0'" src="@/static/icon/boy.png"></image>
|
||||
<image v-else src="@/static/icon/girl.png"></image>
|
||||
</view>
|
||||
<view class="right-sex">
|
||||
@@ -42,7 +43,7 @@
|
||||
<view class="mys-info btn-feel">
|
||||
<view class="mys-h4">
|
||||
<view>求职期望</view>
|
||||
<image class="icon " src="@/static/icon/edit1.png" @click="navTo('/packageA/pages/jobExpect/jobExpect')"></image>
|
||||
<image class="icon" src="@/static/icon/edit1.png" @click="navTo('/packageA/pages/jobExpect/jobExpect')"></image>
|
||||
</view>
|
||||
<view class="mys-text">
|
||||
<text>期望薪资:</text>
|
||||
@@ -65,7 +66,7 @@
|
||||
<view class="mys-h4 btn-feel">
|
||||
<text>工作经历</text>
|
||||
<view class="mys-edit-icon btn-feel" @click="navTo('/packageA/pages/workExp/workExp')">
|
||||
<image class=" icon button-click btn-feel" src="@/static/icon/plus.png" ></image>
|
||||
<image class="icon button-click btn-feel" src="@/static/icon/plus.png"></image>
|
||||
<view class="txt">添加</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -7,10 +7,11 @@
|
||||
</template>
|
||||
<view class="mys-container">
|
||||
<!-- 个人信息 -->
|
||||
<view class="card-top">
|
||||
<view class="card-top btn-feel">
|
||||
<view class="info">
|
||||
<view class="avatar">
|
||||
<image v-if="userInfo.sex === '0'" src="@/static/icon/boy.png"></image>
|
||||
<image v-if="userInfo.avatar" :src="userInfo.avatar"></image>
|
||||
<image v-else-if="userInfo.sex == '0'" src="@/static/icon/boy.png"></image>
|
||||
<image v-else src="@/static/icon/girl.png"></image>
|
||||
</view>
|
||||
<view class="info-right">
|
||||
@@ -50,7 +51,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="card">
|
||||
<view class="card btn-feel">
|
||||
<view class="title">
|
||||
<image class="bg" src="@/static/icon/title-bg.png" />
|
||||
<view class="text">个人技能</view>
|
||||
@@ -63,7 +64,7 @@
|
||||
<view class="content">暂无个人技能</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="card">
|
||||
<view class="card btn-feel">
|
||||
<view class="title">
|
||||
<image class="bg" src="@/static/icon/title-bg.png" />
|
||||
<view class="text">关键经历</view>
|
||||
@@ -76,7 +77,7 @@
|
||||
<view class="content">暂无关键经历</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="card">
|
||||
<view class="card btn-feel">
|
||||
<view class="title">
|
||||
<image class="bg" src="@/static/icon/title-bg.png" />
|
||||
<view class="text">荣誉及证书情况</view>
|
||||
@@ -195,6 +196,9 @@ image {
|
||||
width: 160rpx;
|
||||
height: 160rpx;
|
||||
margin-right: 24rpx;
|
||||
image{
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.info-right {
|
||||
height: 160rpx;
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
<AppLayout title="我的" back-gorund-color="#F4F4F4">
|
||||
<view class="mine-userinfo btn-feel" @click="navTo('/packageA/pages/myResume/myResume')">
|
||||
<view class="userindo-head">
|
||||
<image class="userindo-head-img" v-if="userInfo.sex === '0'" src="/static/icon/boy.png"></image>
|
||||
<image class="userindo-head-img" v-if="userInfo.avatar" :src="userInfo.avatar"></image>
|
||||
<image class="userindo-head-img" v-else-if="userInfo.sex === '0'" src="/static/icon/boy.png"></image>
|
||||
<image class="userindo-head-img" v-else src="/static/icon/girl.png"></image>
|
||||
</view>
|
||||
<view class="userinfo-ls">
|
||||
|
||||
Reference in New Issue
Block a user