resume.vue 21 KB

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