简历相关

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

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