resume.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. <template>
  2. <view>
  3. <view class="resumepage">
  4. <view class="u-flex u-row-between">
  5. <view class="">
  6. <view class="u-flex">
  7. <text style="margin-right: 20rpx;font-size: 52rpx;">{{from.name}}</text>
  8. <u-icon @click="onchange" name="edit-pen-fill" color="#777" size="22"></u-icon>
  9. </view>
  10. <view class="top-font" style="margin-top: 20rpx;">
  11. <text style="margin-right: 12rpx;">{{from.birthday_text}}岁</text>|
  12. <text style="margin-left: 12rpx;margin-right: 12rpx;">{{from.experience}}年工作经验</text>|
  13. <text style="margin-left: 12rpx;margin-right: 12rpx;">{{from.education_name}}</text>|
  14. <text style="margin-left: 12rpx;">{{from.domicile_city.slice(0,-1)}}</text>
  15. </view>
  16. </view>
  17. <image style="width: 136rpx;height: 136rpx;border-radius:50%;" :src="from.avatar" mode=""></image>
  18. </view>
  19. <view class="" style="margin-top: 30rpx;">
  20. <view class="u-flex u-row-between">
  21. <text class="title">个人优势</text>
  22. <view class="title"><u-icon name="edit-pen-fill" color="#777" size="22" @click="toadvantage"></u-icon></view>
  23. </view>
  24. <view class="mar">
  25. <view type="text" placeholder="编辑优势亮点,展示我的独特态度" v-model="from.personal_advantage">
  26. {{from.personal_advantage||''}}
  27. </view>
  28. </view>
  29. </view>
  30. <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
  31. <view class="u-flex ">
  32. <text class="title">求职状态</text>
  33. </view>
  34. <view class="u-flex u-row-between" style="margin-top: 20rpx;">
  35. <input type="text" placeholder="请选择你的求职状态" v-model="from.job_status_name">
  36. <u-icon name="arrow-right" @click="show =true" size="12" class="address"></u-icon>
  37. </view>
  38. </view>
  39. <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
  40. <view class="u-flex u-row-between">
  41. <text class="title">求职意向</text>
  42. <view class="" style="margin-top: 34rpx;">
  43. <u-icon @click="toapply(1)" name="plus-circle" size="20"></u-icon>
  44. </view>
  45. </view>
  46. <view class="" style="margin-top: 40rpx;margin-bottom: 20rpx;" v-for="(item,index) in job_intention1"
  47. :key="item.id" @click="toapply(2,item.id)">
  48. <!-- <image src="static/images/fufei.png" mode=""></image> -->
  49. <view class="u-flex u-row-between">
  50. <view class="">
  51. <text>{{item.category_job_name}}</text>
  52. <text style="margin-left: 28rpx;">{{item.salary || 0}}k</text>
  53. <text>·{{item.salary_month || 0}}薪</text>
  54. </view>
  55. <u-icon name="arrow-right" size="12"></u-icon>
  56. </view>
  57. <text
  58. style="margin-top: 20rpx;font-size: 28rpx;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #777777;">{{item.city}}·{{item.category_industry_name}}</text>
  59. </view>
  60. </view>
  61. <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
  62. <view class="u-flex u-row-between">
  63. <text class="title">工作经历</text>
  64. <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="towork(1)"></u-icon>
  65. </view>
  66. </view>
  67. <view class="" v-for="(item,index) in job_experience1" :key="item.id" @click="towork(2,item.id)">
  68. <view class="u-flex u-row-between" style="margin-top:40rpx ;">
  69. <text>{{item.company_name}}</text>
  70. <view class="u-flex">
  71. <text class="time">{{item.start_time}}-{{item.end_time}}</text>
  72. <u-icon name="arrow-right" size="12"></u-icon>
  73. </view>
  74. </view>
  75. <view class="" style="margin-top: 20rpx;font-size: 28rpx;
  76. font-family: PingFangSC-Regular, PingFang SC;
  77. font-weight: 400;
  78. color: #333333;">
  79. <text>{{item.job_name}}|</text>
  80. <text>{{item.department}}</text>
  81. </view>
  82. <view class="concent">
  83. {{item.work_content}}
  84. </view>
  85. </view>
  86. </view>
  87. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  88. <view class="u-flex u-row-between">
  89. <text class="title">项目经历</text>
  90. <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="toproject(1)"></u-icon>
  91. </view>
  92. </view>
  93. <view class="" style="margin-top: 40rpx;" v-for="(item,index) in project_experience1" :key="item.id"
  94. @click="toproject(2,item.id)">
  95. <view class="u-flex u-row-between">
  96. <text>{{item.company_name}}</text>
  97. <view class="u-flex">
  98. <text class="time">{{item.start_time}}-{{item.end_time}}</text>
  99. <u-icon name="arrow-right" size="12"></u-icon>
  100. </view>
  101. </view>
  102. <view class="mar">
  103. <text>{{item.role}}</text>
  104. </view>
  105. <view class="concent">
  106. {{item.description}}
  107. </view>
  108. </view>
  109. <view class=""></view>
  110. </view>
  111. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  112. <view class="u-flex u-row-between">
  113. <text class="title">教育经历</text>
  114. <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="toteach(1)"></u-icon>
  115. </view>
  116. </view>
  117. <view class="" style="margin-top: 40rpx;" v-for="(item,index) in education_experience1" :key="index"
  118. @click="toteach(2,item.id)">
  119. <view class="u-flex u-row-between">
  120. <text>{{item.name}}</text>
  121. <view class="u-flex">
  122. <text class="time">{{item.start_time}}-{{item.end_time}}</text>
  123. <u-icon name="arrow-right" size="12"></u-icon>
  124. </view>
  125. </view>
  126. <view class="">
  127. <text>{{item.major}}</text>
  128. </view>
  129. </view>
  130. </view>
  131. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  132. <view class="u-flex u-row-between">
  133. <text class="title">语言能力</text>
  134. <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="tolanguage(1)"></u-icon>
  135. </view>
  136. </view>
  137. <view class="mar" v-for="(item,index) in language1" @click="tolanguage(2,item.id)">
  138. <view class="u-flex u-row-between">
  139. <text>{{item.language_name}}</text>
  140. <view class="u-flex">
  141. <text>{{item.level_name}}</text>
  142. <u-icon name="arrow-right" size="12"></u-icon>
  143. </view>
  144. </view>
  145. </view>
  146. </view>
  147. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  148. <view class="u-flex u-row-between">
  149. <text class="title">专业技能与证书</text>
  150. <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20"
  151. @click="tocertificate()"></u-icon></view>
  152. </view>
  153. <view class="mar u-flex">
  154. <!-- <view style="flex: 1;" class="item">{{certificate.professional_skill}}</view> -->
  155. <view class="texta item" v-for="(item,index) in professional_skill" :key="index">
  156. {{item}}
  157. </view>
  158. </view>
  159. <view style="margin-top: 32rpx;" class="u-flex u-row-between" v-for="(item,index) in certificate1"
  160. :key="index">
  161. <text>{{item.certificate}}</text>
  162. <text class="time">{{item.certificate_date}}</text>
  163. </view>
  164. </view>
  165. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;margin-bottom:118rpx ;">
  166. <view class="u-flex u-row-between">
  167. <text class="title">附加信息</text>
  168. <!-- <u-icon name="plus-circle" size="20"></u-icon> -->
  169. </view>
  170. <view class="mar">
  171. <input @confirm="touptate" v-model="from.additional_info" type="text" placeholder="请输入附加消息">
  172. </view>
  173. </view>
  174. <view class="" style="height: 60rpx;"></view>
  175. </view>
  176. <view class="back u-flex" style="margin-top: 118rpx;">
  177. <view class="left" @click="jianlishow = true">
  178. 简历导入
  179. </view>
  180. <view class="right" @click="preview">
  181. <text style="opacity: 1;color: #0C66C2;">预览</text>
  182. </view>
  183. <view class="safe-area-inset-bottom"></view>
  184. </view>
  185. <view class="safe-area-inset-bottom"></view>
  186. <!-- <u-picker :show="jobshow" :columns="joblist"></u-picker> -->
  187. <u-picker @cancel="show = false" :show="show" :columns="columns" keyName="name" @confirm="enter"></u-picker>
  188. <u-popup customStyle="padding:32rpx 32rpx 6rpx" :show="jianlishow" mode="bottom" @close="close" @open="open"
  189. :closeable="true">
  190. <view class="">
  191. <view class="u-flex u-row-center">
  192. <text class="one">已有简历直接导入</text>
  193. </view>
  194. <view class="u-flex u-row-center">
  195. <text class="two">智能解析、快捷导入,提升在线简历完整度</text>
  196. </view>
  197. <view class="" style="margin-top: 72rpx;">
  198. <u-radio-group v-model="radiovalue1" placement="column" @change="groupChange">
  199. <view class="u-flex u-row-between" v-if="file_show==1">
  200. <view class="u-flex">
  201. <image style="width: 80rpx;height: 80rpx;" src="/static/images/pdf.png" mode=""></image>
  202. <view class="">
  203. <text class="three">{{file1.title}}.pdf</text>
  204. <view class="fore">{{file1.updatetime}}上传</view>
  205. </view>
  206. </view>
  207. <view class="">
  208. <u-radio :name="item.name">
  209. </u-radio>
  210. </view>
  211. </view>
  212. <view class="updata u-flex u-row-center" @click="toupload">
  213. 上传新简历
  214. </view>
  215. <view @click="daoru" class="enter u-flex u-row-center">
  216. 确定
  217. </view>
  218. </u-radio-group>
  219. </view>
  220. </view>
  221. </u-popup>
  222. </view>
  223. </template>
  224. <script setup>
  225. import {
  226. resumeDetail,
  227. get_job_status,
  228. update,
  229. ocr,
  230. upload
  231. } from "@/units/inquire.js"
  232. export default {
  233. data() {
  234. return {
  235. path: '',
  236. file_show: 0,
  237. i: 0,
  238. jianlishow: false,
  239. jlid: '',
  240. show: false,
  241. columns: [
  242. []
  243. ],
  244. certificate1: [],
  245. professional_skill: [],
  246. from: {
  247. avatar: "",
  248. name: "",
  249. birthday_text: "",
  250. personal_advantage: "", //个人优势
  251. additional_info: "", //附加信息
  252. experience: "",
  253. job_status_id: "", //string 求职状态ID
  254. job_status_name: "", //求职状态名称
  255. education_name: '',
  256. domicile_city: ""
  257. },
  258. //求职意向
  259. job_intention: {
  260. job_date: "", //date 求职时间(求职意向
  261. province_id: "", //string 期望省份ID(求职意向
  262. city_id: "", //string 期望城市ID(求职意向
  263. province: "", //string 期望省份名称(求职意向
  264. city: "", //string 期望城市名称(求职意向
  265. salary_type: "", //string 薪资类型: year=年薪;month=月薪(求职意向
  266. salary: "", //string 薪水(求职意向
  267. salary_month: "", //string 一年多少薪(求职意向
  268. category_field_id: "", //string 领域ID(求职意向
  269. category_field_name: "", //string 领域名称(求职意向
  270. category_industry_first: "", //string 行业一级ID(求职意向
  271. category_industry_id: "", //string 行业ID(求职意向
  272. category_industry_first_name: "", //string 行业一级名称(求职意向
  273. category_industry_name: "", //string 行业名称(求职意向
  274. category_job_first: "", //string 职业分类一级ID(求职意向
  275. category_job_second: "", //string 职业分类二级ID(求职意向
  276. category_job_id: "", //string 职位分类ID(求职意向
  277. category_job_first_name: "", //string 职业分类一级名称(求职意向
  278. category_job_second_name: "", //string 职业分类二级名称(求职意向
  279. category_job_name: "", //string 职位分类名称(求职意向)
  280. is_pay: "",
  281. },
  282. //工作经历
  283. job_experience: {
  284. company_name: "", // string 公司名称(工作经历
  285. industry_id: "", //string 公司行业ID(工作经历
  286. department: "", //tring 所属部门(工作经历
  287. job_name: "", //ing 职位名称(工作经历
  288. underling_count: "", //unt string 下属数量(工作经历
  289. report_to: "", //ring 汇报对象(工作经历
  290. start_time: "", //ate 在职开始时间: 如 2019-01-01(工作经历
  291. end_time: "", //e 在职结束时间: 如 2019-01-01(工作经历
  292. level_reason: "", // string 离职原因(工作经历
  293. work_content: "", // string 工作内容(工作经历
  294. },
  295. //项目经历
  296. project_experience: {
  297. name: "", //string 项目名称(项目经历
  298. company_name: "", //string 公司名称(项目经历
  299. role: "", // string 项目角色(项目经历
  300. start_time: "", //tring 开始时间(项目经历
  301. end_time: "", //string 结束时间(项目经历
  302. description: "", // string 项目描述(项目经
  303. },
  304. //教育经历
  305. education_experience: {
  306. name: "", //string 学校名称(教育经历
  307. is_recruit: "", //string 是否统招: 1.是, 0.不是(教育经历
  308. education_id: "", //string 学历ID(教育经历
  309. education_name: "", //string 学历名称(教育经历
  310. major: "", //string 专业(教育经历
  311. start_time: "", //string 开始时间 如 2019-01-01(教育经历
  312. end_time: "", //string 结束时间 如 2019-01-01(教育经历
  313. },
  314. //语言能力
  315. language: {
  316. language_id: "", // tring 语言ID(语言能力
  317. level_id: "", // ng 水平ID(语言能力
  318. language_name: "", // string 语言名称(语言能力
  319. level_name: "", // ring 水平名称(语言能力
  320. },
  321. certificate: {
  322. certificate: "",
  323. certificate_date: ""
  324. },
  325. file1: {
  326. createtime: "",
  327. file: "",
  328. id: '',
  329. resume_id: '',
  330. title: "",
  331. updatetime: "",
  332. user_id: '',
  333. },
  334. //附件简历
  335. file: {
  336. file: "", //string 附件(附件简历
  337. title: "", //string 附件名称(附件简历
  338. },
  339. education_experience1: [], //教育经历
  340. job_experience1: [], //工作经历
  341. job_intention1: [], //教育经历
  342. project_experience1: [], //项目经历
  343. language1: [], //语言能力
  344. joblist: [],
  345. path1: ''
  346. }
  347. },
  348. onLoad(options) {
  349. this.get_job_status()
  350. this.i = options.i
  351. // this.resumeDetail()
  352. if (uni.getStorageSync('path1')) {
  353. this.path1 = uni.getStorageSync('path1')
  354. }
  355. },
  356. onShow() {
  357. this.resumeDetail()
  358. },
  359. methods: {
  360. daoru() {
  361. if (this.file_show == 0) {
  362. this.$u.toast('请先上传简历')
  363. } else {
  364. uni.uploadFile({
  365. url: 'https://hire.hdlkeji.com/api/common/upload', //仅为示例,非真实的接口地址
  366. filePath: this.path1,
  367. name: 'file',
  368. formData: {
  369. 'user': 'test'
  370. },
  371. success: (res) => {
  372. console.log('uploadImage success, res is:', res)
  373. uni.hideLoading();
  374. uni.showToast({
  375. title: '上传成功',
  376. icon: 'success',
  377. duration: 1000
  378. })
  379. var obj = JSON.parse(res.data)
  380. this.path = obj.data.fullurl
  381. this.ocr()
  382. this.jianlishow = false
  383. },
  384. fail: (err) => {
  385. console.log('uploadImage fail', err);
  386. uni.hideLoading();
  387. uni.showModal({
  388. content: err.errMsg,
  389. showCancel: false
  390. });
  391. },
  392. });
  393. }
  394. },
  395. ocr() {
  396. uni.showLoading({
  397. mask: true,
  398. title: "解析中请稍后"
  399. })
  400. ocr({
  401. path: this.path
  402. }).then(res => {
  403. this.education_experience1 = res.data.data.education_experience //教育经历
  404. this.job_experience1 = res.data.data.job_experience //工作经历
  405. this.project_experience1 = res.data.data.project_experience //项目经历
  406. console.log('jianli', res);
  407. uni.hideLoading();
  408. })
  409. },
  410. touptate() {
  411. update({
  412. additional_info: this.from.additional_info,
  413. source_type: "resume",
  414. source_id: this.jlid
  415. }).then(res => {
  416. this.resumeDetail()
  417. })
  418. },
  419. toupload() {
  420. uni.navigateTo({
  421. url: "/pagesD/upload",
  422. events: {
  423. up: res => {
  424. this.path1 = res
  425. this.resumeDetail()
  426. }
  427. }
  428. })
  429. },
  430. open() {
  431. // console.log('open');
  432. },
  433. close() {
  434. this.jianlishow = false
  435. // console.log('close');
  436. },
  437. preview() {
  438. uni.navigateTo({
  439. url: "/pagesD/preview"
  440. })
  441. },
  442. tocertificate() {
  443. uni.navigateTo({
  444. url: "/pagesD/certificate"
  445. })
  446. },
  447. tolanguage(type, id) {
  448. uni.navigateTo({
  449. url: "/pagesD/language?type=" + type + "&id=" + id
  450. })
  451. },
  452. toteach(type, id) {
  453. uni.navigateTo({
  454. url: "/pagesD/teach?type=" + type + "&id=" + id
  455. })
  456. },
  457. toproject(type, id) {
  458. uni.navigateTo({
  459. url: "/pagesD/project?type=" + type + "&id=" + id
  460. })
  461. },
  462. enter(e) {
  463. this.from.job_status_name = e.value[0].name
  464. this.from.job_status_id = e.value[0].id
  465. this.show = false
  466. },
  467. get_job_status() {
  468. get_job_status().then(res => {
  469. this.columns[0] = res.data
  470. })
  471. },
  472. toadvantage() {
  473. uni.navigateTo({
  474. url: "/pagesD/advantage",
  475. events: {
  476. todcp: (res) => {
  477. this.from.personal_advantage = res
  478. update({
  479. personal_advantage: this.from.personal_advantage,
  480. source_type: "resume",
  481. source_id: this.jlid
  482. }).then(res => {
  483. this.resumeDetail()
  484. })
  485. }
  486. }
  487. })
  488. },
  489. // get_job_status() {
  490. // get_job_status().then(res => {
  491. // this.joblist = res.data
  492. // })
  493. // },
  494. toapply(type, id) {
  495. uni.navigateTo({
  496. url: "/pagesD/apply?type=" + type + "&id=" + id,
  497. events: {
  498. apply: (res) => {
  499. console.log(res);
  500. }
  501. }
  502. })
  503. },
  504. towork(type, id) {
  505. uni.navigateTo({
  506. url: "/pagesD/work?key=" + type + "&id=" + id,
  507. events: {
  508. work: (res) => {
  509. console.log(res);
  510. }
  511. }
  512. })
  513. },
  514. resumeDetail() {
  515. resumeDetail().then(res => {
  516. this.from.avatar = res.data.avatar
  517. this.from.additional_info = res.data.additional_info
  518. this.from.personal_advantage = res.data.personal_advantage
  519. this.jlid = res.data.id
  520. this.from.name = res.data.name
  521. this.from.birthday_text = res.data.birthday_text
  522. // this.job_intention.province = res.data.job_intention[0].province,
  523. this.from.experience = res.data.experience
  524. this.from.education_name = res.data.education_name
  525. this.from.domicile_city = res.data.domicile_city
  526. this.education_experience1 = res.data.education_experience
  527. this.job_experience1 = res.data.job_experience
  528. this.job_intention1 = res.data.job_intention
  529. this.language1 = res.data.language
  530. this.project_experience1 = res.data.project_experience
  531. this.from.job_status_name = res.data.job_status_name
  532. this.from.job_status_id = res.data.job_status_id
  533. this.certificate.certificate = res.data.certificate.certificate
  534. this.certificate.certificate_date = res.data.certificate.certificate_date
  535. this.certificate1 = res.data.certificate
  536. if (res.data.certificate.length != 0) {
  537. this.professional_skill = res.data.certificate[0].professional_skill.split("、")
  538. }
  539. if (res.data.file == null) {
  540. this.file_show = 0
  541. } else {
  542. this.file_show = 1
  543. this.file1 = res.data.file
  544. this.file.id = res.data.file.id
  545. this.file.title = res.data.file.title
  546. }
  547. })
  548. },
  549. onchange() {
  550. uni.navigateTo({
  551. url: "/pagesD/personal-infor?id=" + this.jlid
  552. })
  553. }
  554. }
  555. }
  556. </script>
  557. <style lang="scss">
  558. .time {
  559. font-size: 24rpx;
  560. font-family: SFPro, SFPro;
  561. font-weight: 400;
  562. color: #888888;
  563. }
  564. .top-font {
  565. font-size: 26rpx;
  566. font-family: SFPro, SFPro;
  567. font-weight: 400;
  568. color: #555555;
  569. }
  570. .enter {
  571. background: #0C66C2;
  572. border-radius: 12rpx;
  573. margin-top: 68rpx;
  574. font-size: 32rpx;
  575. font-family: PingFangSC-Medium, PingFang SC;
  576. font-weight: 500;
  577. color: #FFFFFF;
  578. height: 84rpx;
  579. }
  580. .updata {
  581. height: 88rpx;
  582. font-size: 32rpx;
  583. font-family: PingFangSC-Medium, PingFang SC;
  584. font-weight: 500;
  585. color: #0C66C2;
  586. background: rgba(12, 102, 194, 0.1);
  587. border-radius: 8rpx;
  588. margin-top: 60rpx;
  589. }
  590. .texta {
  591. margin-right: 20rpx;
  592. }
  593. .three {
  594. font-size: 32rpx;
  595. font-family: PingFangSC-Regular, PingFang SC;
  596. font-weight: 400;
  597. color: #222222;
  598. }
  599. .fore {
  600. font-size: 24rpx;
  601. font-family: SFPro-Regular, SFPro;
  602. font-weight: 400;
  603. color: #777777;
  604. }
  605. .one {
  606. font-size: 36rpx;
  607. font-family: PingFangSC-Medium, PingFang SC;
  608. font-weight: 500;
  609. color: #222222;
  610. }
  611. .two {
  612. font-size: 26rpx;
  613. font-family: PingFangSC-Regular, PingFang SC;
  614. font-weight: 400;
  615. color: #555555;
  616. margin-top: 24rpx;
  617. }
  618. .concent {
  619. font-size: 28rpx;
  620. font-family: PingFangSC-Regular, PingFang SC;
  621. font-weight: 400;
  622. color: #555555;
  623. margin-top: 20rpx;
  624. }
  625. .mar {
  626. margin-top: 20rpx;
  627. }
  628. .title {
  629. font-size: 32rpx;
  630. font-family: PingFangSC-Medium, PingFang SC;
  631. font-weight: 500;
  632. color: #222222;
  633. margin-top: 34rpx;
  634. }
  635. .item {
  636. height: 48rpx;
  637. background: #F4F4F4;
  638. border-radius: 6rpx;
  639. padding: 5rpx 14rpx;
  640. box-sizing: border-box;
  641. line-height: 48rpx;
  642. }
  643. .resumepage {
  644. padding: 0 32rpx;
  645. background-color: #fff;
  646. }
  647. .back {
  648. padding: 16rpx 32rpx;
  649. background: #FFFFFF;
  650. height: 166rpx;
  651. box-sizing: border-box;
  652. position: fixed;
  653. bottom: 0;
  654. left: 0;
  655. .left {
  656. width: 356rpx;
  657. background: #0C66C2;
  658. border-radius: 12rpx;
  659. font-size: 32rpx;
  660. font-family: PingFangSC-Medium, PingFang SC;
  661. font-weight: 500;
  662. color: #FFFFFF;
  663. height: 88rpx;
  664. line-height: 88rpx;
  665. margin-right: 24rpx;
  666. text-align: center;
  667. }
  668. .right {
  669. width: 304rpx;
  670. // opacity: 0.1;
  671. // background: #0C66C2;
  672. border-radius: 12rpx;
  673. font-size: 32rpx;
  674. font-family: PingFangSC-Medium, PingFang SC;
  675. font-weight: 500;
  676. color: #0C66C2;
  677. height: 88rpx;
  678. line-height: 88rpx;
  679. text-align: center;
  680. background-color: rgba(12, 102, 194, 0.1);
  681. }
  682. }
  683. </style>