| | |
| | | <img :src="IconAuth" class="mine-curriculum-info-item-gender-icon" /> |
| | | </div> |
| | | </div> |
| | | <IconFont name="rect-right" size="16" color="#6D6E6E"></IconFont> |
| | | <IconFont name="rect-right" size="16" color="#6D6E6E" @click="goEditMineInfo"></IconFont> |
| | | </div> |
| | | <div class="mine-curriculum-info-item"> |
| | | <div class="mine-curriculum-info-item-left"> |
| | |
| | | </div> |
| | | </div> |
| | | <List class="mine-curriculum-intention"> |
| | | <div class="mine-curriculum-intention-content"> |
| | | <div class="mine-curriculum-intention-title"> |
| | | <div class="mine-curriculum-intention-title-text">求职意向</div> |
| | | <div class="mine-curriculum-intention-title-edit"> |
| | | 编辑 |
| | | <img :src="IconArrow" class="" /> |
| | | <img :src="IconArrow" class="mine-curriculum-intention-title-edit-icon" /> |
| | | </div> |
| | | </div> |
| | | </List> |
| | | <MineAgreementSignDetailItem label="期望岗位" class="mine-curriculum-intention-job"> |
| | | <template #detail> |
| | | <div class="mine-curriculum-intention-job-content"> |
| | | <div class="mine-curriculum-intention-job-item">客房服务员</div> |
| | | <div class="mine-curriculum-intention-job-item">客房服务员</div> |
| | | <div class="mine-curriculum-intention-job-item">客房服务员</div> |
| | | <div class="mine-curriculum-intention-job-item">客房服务员</div> |
| | | </div> |
| | | </template> |
| | | </MineAgreementSignDetailItem> |
| | | <MineAgreementSignDetailItem label="空闲时间"> |
| | | <template #detail> |
| | | <div class="mine-curriculum-intention-bold">不限</div> |
| | | </template> |
| | | </MineAgreementSignDetailItem> |
| | | <MineAgreementSignDetailItem label="求职状态"> |
| | | <template #detail> |
| | | <div class="mine-curriculum-intention-bold">积极找工作</div> |
| | | </template> |
| | | </MineAgreementSignDetailItem> |
| | | </div> |
| | | |
| | | <ListItem title="资格证书"> |
| | | <template #extra> |
| | | <div class="user-account">编辑</div> |
| | | <div class="mine-curriculum-intention-enit-btn">编辑</div> |
| | | </template> |
| | | </ListItem> |
| | | <ListItem title="工作经验"> |
| | | <template #extra> |
| | | <div class="mine-curriculum-intention-enit-btn">编辑</div> |
| | | </template> |
| | | </ListItem> |
| | | <ListItem title="详细信息" class="mine-curriculum-intention-detail"> |
| | | <template #extra> |
| | | <div class="mine-curriculum-intention-enit-btn">编辑</div> |
| | | </template> |
| | | </ListItem> |
| | | </List> |
| | | </ContentView> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import { useUserStore } from '@/stores/modules/user'; |
| | | import { useIsLogin } from '@/hooks'; |
| | | import MineAgreementSignDetailItem from '../mineAgreementSignDetail/MineAgreementSignDetailItem.vue'; |
| | | import { List, ListItem } from '@12333/components'; |
| | | import { RouterPath } from '@/constants'; |
| | | import IconArrow from '@/assets/setting/icon-arrow.png'; |
| | | import IconAuth from '@/assets/mine/icon-auth.png'; |
| | | import Taro from '@tarojs/taro'; |
| | | |
| | | defineOptions({ |
| | | name: 'InnerPage', |
| | |
| | | |
| | | const userStore = useUserStore(); |
| | | const isLogin = useIsLogin(); |
| | | |
| | | function goEditMineInfo() { |
| | | Taro.navigateTo({ |
| | | url: RouterPath.editMineInfo, |
| | | }); |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | |
| | | .mine-curriculum-info-item-name { |
| | | font-size: 32px; |
| | | line-height: 40px; |
| | | font-weight: 600; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | |
| | | .mine-curriculum-info-item-phone { |
| | | font-size: 28px; |
| | | line-height: 40px; |
| | | font-weight: 400; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .mine-curriculum-intention { |
| | | padding: 30px 0; |
| | | border-radius: 12px; |
| | | |
| | | .mine-curriculum-intention-content { |
| | | padding: 0 boleGetCssVar('size', 'body-padding-h') 40px; |
| | | border-bottom: 1px solid #f6f6f6; |
| | | |
| | | .mine-curriculum-intention-title { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | margin-bottom: 40px; |
| | | |
| | | .mine-curriculum-intention-title-text { |
| | | font-size: 32px; |
| | | font-weight: 600; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | | .mine-curriculum-intention-title-edit { |
| | | display: inline-flex; |
| | | align-items: center; |
| | | font-size: 22px; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | |
| | | .mine-curriculum-intention-title-edit-icon { |
| | | width: 32px; |
| | | height: 32px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .mine-curriculum-intention-job { |
| | | align-items: flex-start; |
| | | |
| | | .mine-curriculum-intention-job-content { |
| | | display: inline-flex; |
| | | flex-wrap: wrap; |
| | | |
| | | .mine-curriculum-intention-job-item { |
| | | font-size: 20px; |
| | | color: boleGetCssVar('color', 'primary'); |
| | | padding: 6px 16px; |
| | | background-color: #edf2ff; |
| | | border-radius: 4px; |
| | | display: inline-flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-right: 16px; |
| | | margin-bottom: 14px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .mine-curriculum-intention-bold { |
| | | font-weight: 600; |
| | | font-size: 28px; |
| | | } |
| | | } |
| | | |
| | | .mine-curriculum-intention-enit-btn { |
| | | font-size: 22px; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | } |
| | | |
| | | .mine-curriculum-intention-detail { |
| | | .pro-list-item-inner { |
| | | border-bottom: none; |
| | | } |
| | | } |
| | | } |
| | | </style> |