wantedDetail.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. <template>
  2. <view class="content">
  3. <view class="box hflex jbetween">
  4. <view class="">
  5. <view class="hflex acenter">
  6. <view class="name">{{base_info.name}}</view>
  7. </view>
  8. <view class="hflex acenter">
  9. <view class="hflex acenter padR-24">
  10. <image src="/static/images/index/demand/sex.png" class="icon"></image>
  11. <view class="text_style1">{{base_info.sex}}</view>
  12. </view>
  13. <view class="hflex acenter padR-24">
  14. <image src="/static/images/index/demand/edution.png" class="icon"></image>
  15. <view class="text_style1">{{base_info.edu}}</view>
  16. </view>
  17. <view class="hflex acenter padR-24">
  18. <image src="/static/images/index/demand/birthday.png" class="icon"></image>
  19. <view class="text_style1">{{base_info.age}}</view>
  20. </view>
  21. <view class="hflex acenter padR-24">
  22. <image src="/static/images/index/demand/work.png" class="icon"></image>
  23. <view class="text_style1">{{base_info.year}}</view>
  24. </view>
  25. </view>
  26. <view class="hflex acenter padT-26">
  27. <u-icon name="phone-fill" color="#666666" size="14" class="padR-24"></u-icon>
  28. <view class="text_style1">{{base_info.phone}}</view>
  29. </view>
  30. <view class="hflex acenter padT-26">
  31. <image src="/static/images/index/demand/email.png" class="icon"></image>
  32. <view class="text_style1">{{base_info.email}}<span style="color: #506dff;" @click="copy(base_info.email)"><span style="padding: 0 5rpx;">|</span>复制</span></view>
  33. </view>
  34. </view>
  35. <image :src="base_info.avatar" mode="aspectFill" class="avatar"></image>
  36. </view>
  37. <view class="box">
  38. <view class="hflex acenter jbetween">
  39. <view class="box_title">求职意向</view>
  40. </view>
  41. <view class="hflex acenter padT-26">
  42. <view class="box_title">{{job_inte.job_name}}</view>
  43. <view class="box_title">{{job_inte.salary}}</view>
  44. </view>
  45. <view class="hflex fwrap padT-26">
  46. <view class="label">可工作区域</view>
  47. <view class="text_style1" style="flex: 1;">{{job_inte.job_area}}</view>
  48. </view>
  49. <view class="hflex acenter padT-26">
  50. <view class="label">可工作时间</view>
  51. <view class="text_style1">{{job_inte.job_time}}</view>
  52. </view>
  53. <view class="hflex acenter padT-26">
  54. <view class="label">工作性质</view>
  55. <view class="text_style1">{{job_inte.job_type}}</view>
  56. </view>
  57. </view>
  58. <view class="box" >
  59. <view class="hflex acenter jbetween">
  60. <view class="box_title">工作经历</view>
  61. </view>
  62. <block v-for="(item,index) in experience" :key="index">
  63. <view class="padT-26" @click="editInfo(item.id)">
  64. <view class="hflex acenter jbetween">
  65. <view class="box_title">{{item.company_name}}</view>
  66. </view>
  67. <view class="hflex acenter jbetween padT-26">
  68. <view class="text_style1">{{item.company_postion}}</view>
  69. <view class="text_style1 padR-24">{{item.company_date}}</view>
  70. </view>
  71. <view class="hflex fwrap padT-26 text_style2">工作内容:{{item.company_content}}</view>
  72. </view>
  73. </block>
  74. </view>
  75. <view class="box" >
  76. <view class="hflex acenter jbetween">
  77. <view class="box_title">专业技能</view>
  78. </view>
  79. <view class="hflex acenter fwrap">
  80. <block v-for="(item,index) in skills" :key="index">
  81. <view class="hflex acenter jbetween item_box2">
  82. <view class="text_style1">{{item.skills_name}}</view>
  83. <view class="text_style1">{{item.skills_degree}}</view>
  84. </view>
  85. </block>
  86. </view>
  87. </view>
  88. <view class="box" >
  89. <view class="hflex acenter jbetween">
  90. <view class="box_title">资质证书</view>
  91. </view>
  92. <view class="">
  93. <block v-for="(item,index) in certificate" :key="index">
  94. <view class="hflex aend item_box3">
  95. <view class="box_title padR-24">{{item.certificate_name}}</view>
  96. <view class="text_style1">{{item.certificate_date}}</view>
  97. </view>
  98. </block>
  99. </view>
  100. </view>
  101. <view class="box">
  102. <view class="box_title">福利待遇</view>
  103. <view class="text_style1">{{salary}}</view>
  104. </view>
  105. <view class="box" style="margin-bottom: 186rpx;">
  106. <view class="box_title">备注</view>
  107. <view class="text_style1">{{remarks}}</view>
  108. </view>
  109. <view class="bottom hflex acenter jbetween">
  110. <view class="vflex acenter" @click="collect">
  111. <u-icon name="star" color="#444444" size="20" v-if="is_collect == 0"></u-icon>
  112. <u-icon name="star-fill" color="#506DFF" size="20" v-else></u-icon>
  113. <view class="text_style1">收藏</view>
  114. </view>
  115. <view class="vflex acenter" @click="share">
  116. <image src="/static/images/comment/share.png" mode="" class="bottom_img"></image>
  117. <view class="text_style1">分享</view>
  118. </view>
  119. <view class="left_btn hflex acenter jcenter">
  120. <u-icon name="heart" color="#506DFF" size="20"></u-icon>
  121. <view class="btn_text">感兴趣</view>
  122. </view>
  123. <view class="right_btn hflex acenter jcenter">
  124. <image src="/static/images/comment/chat.png" class="btn_icon"></image>
  125. <view class="btn_text2">立即沟通</view>
  126. </view>
  127. </view>
  128. </view>
  129. </template>
  130. <script>
  131. import $api from '@/static/js/api.js'
  132. var that = ''
  133. export default {
  134. data() {
  135. return {
  136. salary: '免费员工餐、免费培训、住房补贴、五险一金',
  137. remarks: '免费员工餐、免费培训、住房补贴、五险一金',
  138. base_info: {
  139. name: '*嘉琪',
  140. sex: '女',
  141. edu: '本科',
  142. age: '27岁',
  143. year: '5年',
  144. phone: '18923465789',
  145. email: '18923465789@163.com',
  146. avatar: '/static/images/mine/avatar2.jpg'
  147. },
  148. job_inte: {
  149. job_name: '船舶工程设计师',
  150. salary: '11-19K',
  151. job_area: '江苏省南京市浦口区江北街道东方万汇城22号楼一单元2021',
  152. job_time: '两个月',
  153. job_type: '全职',
  154. },
  155. experience: [
  156. {
  157. id: 0,
  158. company_name: '上海船舶技术工程有限公司',
  159. company_postion: '船舶技术工程师',
  160. company_date: '2019.07-2022.02',
  161. company_content: '工作内容:1.负责线上平台app/小程序页面更新设计;2.负责活动H5页面、baner设计;3.负责外包项目设计; 4.制定工作计划。'
  162. },
  163. {
  164. id: 1,
  165. company_name: '上海船舶技术工程有限公司',
  166. company_postion: '船舶技术工程师',
  167. company_date: '2019.07-2022.02',
  168. company_content: '工作内容:1.负责线上平台app/小程序页面更新设计;2.负责活动H5页面、baner设计;3.负责外包项目设计; 4.制定工作计划。'
  169. }
  170. ],
  171. skills: [
  172. {
  173. skills_name: 'Access',
  174. skills_degree: '熟练',
  175. },
  176. {
  177. skills_name: 'Photoshop',
  178. skills_degree: '精通',
  179. }
  180. ],
  181. certificate: [
  182. {
  183. certificate_name: '普通话等级证书',
  184. certificate_date: '2012-06-12'
  185. }
  186. ],
  187. is_collect: 0
  188. }
  189. },
  190. onLoad() {
  191. that = this
  192. },
  193. methods: {
  194. },
  195. }
  196. </script>
  197. <style lang="scss" scoped>
  198. .content {
  199. .box {
  200. width: 690rpx;
  201. margin: 0 30rpx;
  202. box-sizing: border-box;
  203. padding: 20rpx 0;
  204. border-bottom: 1rpx solid #F4F4F4;
  205. .box_title {
  206. font-size: 32rpx;
  207. font-weight: 500;
  208. color: #222222;
  209. }
  210. .name {
  211. font-size: 40rpx;
  212. font-weight: 500;
  213. color: #222222;
  214. padding-bottom: 16rpx;
  215. }
  216. .edit_btn {
  217. width: 84rpx;
  218. height: 36rpx;
  219. background: #F0F2F6;
  220. border-radius: 20rpx;
  221. font-size: 20rpx;
  222. text-align: center;
  223. font-weight: 400;
  224. color: #506DFF;
  225. line-height: 36rpx;
  226. margin-left: 16rpx;
  227. }
  228. .padT-26 {
  229. padding-top: 26rpx;
  230. }
  231. .padR-24 {
  232. padding-right: 24rpx;
  233. }
  234. .label {
  235. width: 148rpx;
  236. font-size: 24rpx;
  237. font-weight: 400;
  238. color: #888888;
  239. }
  240. .icon {
  241. width: 28rpx;
  242. height: 28rpx;
  243. }
  244. .text_style1 {
  245. font-size: 24rpx;
  246. padding-left: 5rpx;
  247. font-weight: 400;
  248. color: #666666;
  249. }
  250. .text_style2 {
  251. font-size: 22rpx;
  252. font-weight: 400;
  253. color: #777777;
  254. line-height: 32rpx;
  255. }
  256. .item_box2 {
  257. background: #F4F4F4;
  258. border-radius: 26rpx;
  259. box-sizing: border-box;
  260. padding: 8rpx 34rpx;
  261. margin: 20rpx 32rpx 0 0;
  262. position: relative;
  263. .detele {
  264. position: absolute !important;
  265. right: 1rpx;
  266. top: 1rpx;
  267. width: 21rpx;
  268. height: 21rpx;
  269. }
  270. }
  271. .item_box3 {
  272. width: 100%;
  273. background: #F4F4F4;
  274. border-radius: 26rpx;
  275. box-sizing: border-box;
  276. padding: 16rpx 20rpx;
  277. margin: 20rpx 0 0;
  278. position: relative;
  279. .detele {
  280. position: absolute !important;
  281. right: 1rpx;
  282. top: 1rpx;
  283. width: 21rpx;
  284. height: 21rpx;
  285. }
  286. }
  287. .avatar {
  288. width: 120rpx;
  289. height: 120rpx;
  290. border-radius: 50%;
  291. }
  292. .box_info {
  293. margin: 42rpx 0 0;
  294. .box_icon {
  295. width: 56rpx;
  296. height: 56rpx;
  297. margin-right: 28rpx;
  298. }
  299. .box_subTitle {
  300. margin-top: 4rpx;
  301. font-size: 24rpx;
  302. font-weight: 400;
  303. color: #777777;
  304. }
  305. .box_btn {
  306. box-sizing: border-box;
  307. padding: 6rpx 24rpx;
  308. font-size: 24rpx;
  309. font-weight: 400;
  310. color: #FFFFFF;
  311. line-height: 34rpx;
  312. background: #506DFF;
  313. border-radius: 14px;
  314. }
  315. }
  316. .line {
  317. margin: 20rpx 0;
  318. width: 100%;
  319. height: 1rpx;
  320. background: #F3F3F5;
  321. }
  322. }
  323. .bottom {
  324. width: 100%;
  325. z-index: 9;
  326. position: fixed;
  327. bottom: 0;
  328. height: 166rpx;
  329. background: #FFFFFF;
  330. box-sizing: border-box;
  331. padding: 8rpx 30rpx 74rpx;
  332. box-shadow: 0px -1px 0px 0px #F4F4F4;
  333. .text_style1 {
  334. font-size: 20rpx;
  335. font-weight: 400;
  336. color: #444444;
  337. }
  338. .left_btn {
  339. width: 230rpx;
  340. height: 80rpx;
  341. background: #F1F6FF;
  342. border-radius: 42rpx;
  343. margin-left: 20rpx;
  344. }
  345. .btn_text {
  346. font-size: 32rpx;
  347. font-weight: 500;
  348. color: #506DFF;
  349. line-height: 44rpx;
  350. padding-left: 10rpx;
  351. }
  352. .right_btn {
  353. width: 270rpx;
  354. height: 80rpx;
  355. background: #506DFF;
  356. border-radius: 42rpx;
  357. margin-left: 20rpx;
  358. .btn_icon {
  359. width: 40rpx;
  360. height: 40rpx;
  361. }
  362. .btn_text2 {
  363. font-size: 32rpx;
  364. font-weight: 500;
  365. color: #FFFFFF;
  366. line-height: 44rpx;
  367. padding-left: 10rpx;
  368. }
  369. }
  370. .bottom_img {
  371. width: 40rpx;
  372. height: 40rpx;
  373. }
  374. }
  375. }
  376. </style>