123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- <template>
- <view class="content">
- <view class="box hflex jbetween">
- <view class="">
- <view class="hflex acenter">
- <view class="name">{{base_info.name}}</view>
- </view>
- <view class="hflex acenter">
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/sex.png" class="icon"></image>
- <view class="text_style1">{{base_info.sex}}</view>
- </view>
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/edution.png" class="icon"></image>
- <view class="text_style1">{{base_info.edu}}</view>
- </view>
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/birthday.png" class="icon"></image>
- <view class="text_style1">{{base_info.age}}</view>
- </view>
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/work.png" class="icon"></image>
- <view class="text_style1">{{base_info.year}}</view>
- </view>
- </view>
- <view class="hflex acenter padT-26">
- <u-icon name="phone-fill" color="#666666" size="14" class="padR-24"></u-icon>
- <view class="text_style1">{{base_info.phone}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <image src="/static/images/index/demand/email.png" class="icon"></image>
- <view class="text_style1">{{base_info.email}}<span style="color: #506dff;" @click="copy(base_info.email)"><span style="padding: 0 5rpx;">|</span>复制</span></view>
- </view>
- </view>
- <image :src="base_info.avatar" mode="aspectFill" class="avatar"></image>
- </view>
- <view class="box">
- <view class="hflex acenter jbetween">
- <view class="box_title">求职意向</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="box_title">{{job_inte.job_name}}</view>
- <view class="box_title">{{job_inte.salary}}</view>
- </view>
- <view class="hflex fwrap padT-26">
- <view class="label">可工作区域</view>
- <view class="text_style1" style="flex: 1;">{{job_inte.job_area}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="label">可工作时间</view>
- <view class="text_style1">{{job_inte.job_time}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="label">工作性质</view>
- <view class="text_style1">{{job_inte.job_type}}</view>
- </view>
- </view>
- <view class="box" >
- <view class="hflex acenter jbetween">
- <view class="box_title">工作经历</view>
- </view>
- <block v-for="(item,index) in experience" :key="index">
- <view class="padT-26" @click="editInfo(item.id)">
- <view class="hflex acenter jbetween">
- <view class="box_title">{{item.company_name}}</view>
- </view>
- <view class="hflex acenter jbetween padT-26">
- <view class="text_style1">{{item.company_postion}}</view>
- <view class="text_style1 padR-24">{{item.company_date}}</view>
- </view>
- <view class="hflex fwrap padT-26 text_style2">工作内容:{{item.company_content}}</view>
- </view>
- </block>
- </view>
- <view class="box" >
- <view class="hflex acenter jbetween">
- <view class="box_title">专业技能</view>
- </view>
- <view class="hflex acenter fwrap">
- <block v-for="(item,index) in skills" :key="index">
- <view class="hflex acenter jbetween item_box2">
- <view class="text_style1">{{item.skills_name}}</view>
- <view class="text_style1">{{item.skills_degree}}</view>
- </view>
- </block>
- </view>
- </view>
- <view class="box" >
- <view class="hflex acenter jbetween">
- <view class="box_title">资质证书</view>
- </view>
- <view class="">
- <block v-for="(item,index) in certificate" :key="index">
- <view class="hflex aend item_box3">
- <view class="box_title padR-24">{{item.certificate_name}}</view>
- <view class="text_style1">{{item.certificate_date}}</view>
- </view>
- </block>
- </view>
- </view>
- <view class="box">
- <view class="box_title">福利待遇</view>
- <view class="text_style1">{{salary}}</view>
- </view>
- <view class="box" style="margin-bottom: 186rpx;">
- <view class="box_title">备注</view>
- <view class="text_style1">{{remarks}}</view>
- </view>
- <view class="bottom hflex acenter jbetween">
- <view class="vflex acenter" @click="collect">
- <u-icon name="star" color="#444444" size="20" v-if="is_collect == 0"></u-icon>
- <u-icon name="star-fill" color="#506DFF" size="20" v-else></u-icon>
- <view class="text_style1">收藏</view>
- </view>
- <view class="vflex acenter" @click="share">
- <image src="/static/images/comment/share.png" mode="" class="bottom_img"></image>
- <view class="text_style1">分享</view>
- </view>
- <view class="left_btn hflex acenter jcenter">
- <u-icon name="heart" color="#506DFF" size="20"></u-icon>
- <view class="btn_text">感兴趣</view>
- </view>
- <view class="right_btn hflex acenter jcenter">
- <image src="/static/images/comment/chat.png" class="btn_icon"></image>
- <view class="btn_text2">立即沟通</view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import $api from '@/static/js/api.js'
- var that = ''
- export default {
- data() {
- return {
- salary: '免费员工餐、免费培训、住房补贴、五险一金',
- remarks: '免费员工餐、免费培训、住房补贴、五险一金',
- base_info: {
- name: '*嘉琪',
- sex: '女',
- edu: '本科',
- age: '27岁',
- year: '5年',
- phone: '18923465789',
- email: '18923465789@163.com',
- avatar: '/static/images/mine/avatar2.jpg'
- },
- job_inte: {
- job_name: '船舶工程设计师',
- salary: '11-19K',
- job_area: '江苏省南京市浦口区江北街道东方万汇城22号楼一单元2021',
- job_time: '两个月',
- job_type: '全职',
- },
- experience: [
- {
- id: 0,
- company_name: '上海船舶技术工程有限公司',
- company_postion: '船舶技术工程师',
- company_date: '2019.07-2022.02',
- company_content: '工作内容:1.负责线上平台app/小程序页面更新设计;2.负责活动H5页面、baner设计;3.负责外包项目设计; 4.制定工作计划。'
- },
- {
- id: 1,
- company_name: '上海船舶技术工程有限公司',
- company_postion: '船舶技术工程师',
- company_date: '2019.07-2022.02',
- company_content: '工作内容:1.负责线上平台app/小程序页面更新设计;2.负责活动H5页面、baner设计;3.负责外包项目设计; 4.制定工作计划。'
- }
- ],
- skills: [
- {
- skills_name: 'Access',
- skills_degree: '熟练',
- },
- {
- skills_name: 'Photoshop',
- skills_degree: '精通',
- }
- ],
- certificate: [
- {
- certificate_name: '普通话等级证书',
- certificate_date: '2012-06-12'
- }
- ],
- is_collect: 0
- }
- },
- onLoad() {
- that = this
- },
- methods: {
-
- },
- }
- </script>
- <style lang="scss" scoped>
- .content {
-
- .box {
- width: 690rpx;
- margin: 0 30rpx;
- box-sizing: border-box;
- padding: 20rpx 0;
- border-bottom: 1rpx solid #F4F4F4;
- .box_title {
- font-size: 32rpx;
- font-weight: 500;
- color: #222222;
- }
- .name {
- font-size: 40rpx;
- font-weight: 500;
- color: #222222;
- padding-bottom: 16rpx;
- }
- .edit_btn {
- width: 84rpx;
- height: 36rpx;
- background: #F0F2F6;
- border-radius: 20rpx;
- font-size: 20rpx;
- text-align: center;
- font-weight: 400;
- color: #506DFF;
- line-height: 36rpx;
- margin-left: 16rpx;
- }
- .padT-26 {
- padding-top: 26rpx;
- }
- .padR-24 {
- padding-right: 24rpx;
- }
- .label {
- width: 148rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #888888;
- }
- .icon {
- width: 28rpx;
- height: 28rpx;
- }
- .text_style1 {
- font-size: 24rpx;
- padding-left: 5rpx;
- font-weight: 400;
- color: #666666;
- }
- .text_style2 {
- font-size: 22rpx;
- font-weight: 400;
- color: #777777;
- line-height: 32rpx;
- }
- .item_box2 {
- background: #F4F4F4;
- border-radius: 26rpx;
- box-sizing: border-box;
- padding: 8rpx 34rpx;
- margin: 20rpx 32rpx 0 0;
- position: relative;
- .detele {
- position: absolute !important;
- right: 1rpx;
- top: 1rpx;
- width: 21rpx;
- height: 21rpx;
- }
- }
- .item_box3 {
- width: 100%;
- background: #F4F4F4;
- border-radius: 26rpx;
- box-sizing: border-box;
- padding: 16rpx 20rpx;
- margin: 20rpx 0 0;
- position: relative;
- .detele {
- position: absolute !important;
- right: 1rpx;
- top: 1rpx;
- width: 21rpx;
- height: 21rpx;
- }
- }
- .avatar {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .box_info {
- margin: 42rpx 0 0;
-
- .box_icon {
- width: 56rpx;
- height: 56rpx;
- margin-right: 28rpx;
- }
- .box_subTitle {
- margin-top: 4rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #777777;
- }
- .box_btn {
- box-sizing: border-box;
- padding: 6rpx 24rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 34rpx;
- background: #506DFF;
- border-radius: 14px;
- }
- }
- .line {
- margin: 20rpx 0;
- width: 100%;
- height: 1rpx;
- background: #F3F3F5;
- }
- }
- .bottom {
- width: 100%;
- z-index: 9;
- position: fixed;
- bottom: 0;
- height: 166rpx;
- background: #FFFFFF;
- box-sizing: border-box;
- padding: 8rpx 30rpx 74rpx;
- box-shadow: 0px -1px 0px 0px #F4F4F4;
- .text_style1 {
- font-size: 20rpx;
- font-weight: 400;
- color: #444444;
- }
- .left_btn {
- width: 230rpx;
- height: 80rpx;
- background: #F1F6FF;
- border-radius: 42rpx;
- margin-left: 20rpx;
- }
- .btn_text {
- font-size: 32rpx;
- font-weight: 500;
- color: #506DFF;
- line-height: 44rpx;
- padding-left: 10rpx;
- }
- .right_btn {
- width: 270rpx;
- height: 80rpx;
- background: #506DFF;
- border-radius: 42rpx;
- margin-left: 20rpx;
- .btn_icon {
- width: 40rpx;
- height: 40rpx;
- }
- .btn_text2 {
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 44rpx;
- padding-left: 10rpx;
- }
- }
- .bottom_img {
- width: 40rpx;
- height: 40rpx;
- }
-
- }
- }
- </style>
|