简历相关

This commit is contained in:
2025-11-11 16:37:00 +08:00
parent ec477fe7c1
commit 6e09702db5
5 changed files with 19 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ html {
} }
.btn-feel { .btn-feel {
transition: transform 0.18s ease; transition: transform 0.15s ease;
transform-style: preserve-3d; transform-style: preserve-3d;
} }

View File

@@ -75,7 +75,7 @@ export const navTo = function(url, {
url: '/pages/login/login' url: '/pages/login/login'
}); });
isJumping=false isJumping=false
}, 190); }, 170);
return; return;
} }
@@ -95,7 +95,7 @@ export const navTo = function(url, {
url: finalUrl url: finalUrl
}); });
isJumping=false isJumping=false
}, 190); }, 170);
}; };
export const navBack = function({ export const navBack = function({

View File

@@ -26,7 +26,8 @@
</view> </view>
<view class="tops-right"> <view class="tops-right">
<view class="right-imghead"> <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> <image v-else src="@/static/icon/girl.png"></image>
</view> </view>
<view class="right-sex"> <view class="right-sex">
@@ -42,7 +43,7 @@
<view class="mys-info btn-feel"> <view class="mys-info btn-feel">
<view class="mys-h4"> <view class="mys-h4">
<view>求职期望</view> <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>
<view class="mys-text"> <view class="mys-text">
<text>期望薪资</text> <text>期望薪资</text>
@@ -65,7 +66,7 @@
<view class="mys-h4 btn-feel"> <view class="mys-h4 btn-feel">
<text>工作经历</text> <text>工作经历</text>
<view class="mys-edit-icon btn-feel" @click="navTo('/packageA/pages/workExp/workExp')"> <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 class="txt">添加</view>
</view> </view>
</view> </view>

View File

@@ -7,10 +7,11 @@
</template> </template>
<view class="mys-container"> <view class="mys-container">
<!-- 个人信息 --> <!-- 个人信息 -->
<view class="card-top"> <view class="card-top btn-feel">
<view class="info"> <view class="info">
<view class="avatar"> <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> <image v-else src="@/static/icon/girl.png"></image>
</view> </view>
<view class="info-right"> <view class="info-right">
@@ -50,7 +51,7 @@
</view> </view>
</view> </view>
<view class="card"> <view class="card btn-feel">
<view class="title"> <view class="title">
<image class="bg" src="@/static/icon/title-bg.png" /> <image class="bg" src="@/static/icon/title-bg.png" />
<view class="text">个人技能</view> <view class="text">个人技能</view>
@@ -63,7 +64,7 @@
<view class="content">暂无个人技能</view> <view class="content">暂无个人技能</view>
</view> </view>
</view> </view>
<view class="card"> <view class="card btn-feel">
<view class="title"> <view class="title">
<image class="bg" src="@/static/icon/title-bg.png" /> <image class="bg" src="@/static/icon/title-bg.png" />
<view class="text">关键经历</view> <view class="text">关键经历</view>
@@ -76,7 +77,7 @@
<view class="content">暂无关键经历</view> <view class="content">暂无关键经历</view>
</view> </view>
</view> </view>
<view class="card"> <view class="card btn-feel">
<view class="title"> <view class="title">
<image class="bg" src="@/static/icon/title-bg.png" /> <image class="bg" src="@/static/icon/title-bg.png" />
<view class="text">荣誉及证书情况</view> <view class="text">荣誉及证书情况</view>
@@ -195,6 +196,9 @@ image {
width: 160rpx; width: 160rpx;
height: 160rpx; height: 160rpx;
margin-right: 24rpx; margin-right: 24rpx;
image{
border-radius: 50%;
}
} }
.info-right { .info-right {
height: 160rpx; height: 160rpx;

View File

@@ -2,7 +2,8 @@
<AppLayout title="我的" back-gorund-color="#F4F4F4"> <AppLayout title="我的" back-gorund-color="#F4F4F4">
<view class="mine-userinfo btn-feel" @click="navTo('/packageA/pages/myResume/myResume')"> <view class="mine-userinfo btn-feel" @click="navTo('/packageA/pages/myResume/myResume')">
<view class="userindo-head"> <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> <image class="userindo-head-img" v-else src="/static/icon/girl.png"></image>
</view> </view>
<view class="userinfo-ls"> <view class="userinfo-ls">