简历相关

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 {
transition: transform 0.18s ease;
transition: transform 0.15s ease;
transform-style: preserve-3d;
}

View File

@@ -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({

View File

@@ -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">

View File

@@ -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;

View File

@@ -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">