resumeDetail.vue 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983
  1. <template>
  2. <view class="resume-detail">
  3. <!-- 顶部导航栏 -->
  4. <view class="navbar">
  5. <view class="navbar-content">
  6. <view class="navbar-left" @click="goBack">
  7. <u-icon name="arrow-leftward" size="38" color="#333"></u-icon>
  8. </view>
  9. <view class="navbar-title">简历详情</view>
  10. <view class="navbar-right"></view>
  11. </view>
  12. </view>
  13. <!-- 用户信息区域 -->
  14. <view class="user-profile">
  15. <view class="profile-header">
  16. <view class="name-section">
  17. <view class="user-name">{{resumeData.name || '李世明'}}</view>
  18. <view class="status-tag">热门搜索</view>
  19. </view>
  20. <view class="avatar-container">
  21. <image :src="resumeData.avatar || '../../static/logo.png'" class="user-avatar" mode="aspectFill"></image>
  22. <view class="notification-badge"></view>
  23. </view>
  24. </view>
  25. <view class="current-job">
  26. <image src="../../static/images/aixin.svg" class="job-icon" mode="aspectFit"></image>
  27. <text class="job-text">{{resumeData.currentJob || '世迪贸易-亚马逊运营'}}</text>
  28. </view>
  29. <view class="availability">
  30. <text class="status-text">{{resumeData.status || '离职&随时到岗位'}}</text>
  31. </view>
  32. <view class="summary-info">
  33. <view class="summary-item">
  34. <text class="summary-text">{{resumeData.experience || '4年'}}</text>
  35. </view>
  36. <view class="summary-item">
  37. <text class="summary-text">{{resumeData.education || '本科'}}</text>
  38. </view>
  39. <view class="summary-item">
  40. <text class="summary-text">{{resumeData.age || '25岁'}}</text>
  41. </view>
  42. </view>
  43. </view>
  44. <!-- 内容区域 -->
  45. <view class="content-section">
  46. <!-- 个人优势 -->
  47. <view class="section-item">
  48. <view class="advantage-content">
  49. {{resumeData.advantage || '这是求职者的个人优势这是求职者的个人优势这是求职者的个人优势这是求职者的个人优势这是求职者的个人优势这是求职者的个人优势这是求职者的个人优。(最多展示三行)'}}
  50. </view>
  51. </view>
  52. <!-- 附件简历 -->
  53. <view class="attachment-section">
  54. <view class="attachment-btn">
  55. <image src="../../static/images/fujian.svg" class="attachment-icon" mode="aspectFit"></image>
  56. <text class="attachment-text">已上传附件简历</text>
  57. </view>
  58. </view>
  59. <!-- 求职期望 -->
  60. <view class="expectation-card">
  61. <view class="card-header">
  62. <text class="header-title">求职期望</text>
  63. </view>
  64. <view class="job-expectation">
  65. <text class="expectation-text">亚马逊店铺运营, 深圳</text>
  66. <text class="salary-range">24-36K</text>
  67. </view>
  68. </view>
  69. <view class="jobRemarks-box-c-title flex align-center">
  70. <image src="/static/images/index/ins.png" class="title-icon"></image>
  71. <text>工作经历</text>
  72. </view>
  73. <!-- 工作经历 -->
  74. <view class="work-experience-section">
  75. <view class="section-header">
  76. <view class="section-title">
  77. <text class="required-mark">*</text>
  78. <text class="required-title">工作经历</text>
  79. <view class="section-desc">请填写专属跨境行业的工作经验</view>
  80. </view>
  81. <view class="edit-icon">
  82. <image src="../../static/images/index/Combined-Shape.svg" style="width: 48rpx;height: 48rpx;" mode=""></image>
  83. </view>
  84. </view>
  85. <view class="experience-list">
  86. <view class="experience-item">
  87. <view class="company-logo">
  88. <image src="../../static/images/index/changsha.svg" class="logo-img" mode="aspectFit"></image>
  89. </view>
  90. <view class="experience-content">
  91. <view class="job-info-row">
  92. <view class="job-title">资深亚马逊运营</view>
  93. <view class="job-department">运营部</view>
  94. </view>
  95. <view class="company-period-row">
  96. <view class="company-name">深圳市世迪贸易科技有限公司</view>
  97. <view class="work-period">2019.02-至今</view>
  98. </view>
  99. <view class="job-description">
  100. 负责Amazon英国、欧洲站、制定推广与销售计划,达成团队要求的销售业绩;做好数据的统计分析工作,收集、分析市场信息,竞争对手状况,并根据产品销售与排名变化,及时制定和调整产品的销售...
  101. </view>
  102. <view class="skill-tags">
  103. <view class="tag">精品铺货</view>
  104. <view class="tag">独立站</view>
  105. <view class="tag">3C数码</view>
  106. <view class="tag">品类运营</view>
  107. </view>
  108. </view>
  109. </view>
  110. <view class="experience-item">
  111. <view class="company-logo">
  112. <image src="../../static/images/index/changsha.svg" class="logo-img" mode="aspectFit"></image>
  113. </view>
  114. <view class="experience-content">
  115. <view class="job-info-row">
  116. <view class="job-title">高级ebay运营</view>
  117. <view class="job-department">运营部</view>
  118. </view>
  119. <view class="company-period-row">
  120. <view class="company-name">深圳市世迪贸易科技有限公司</view>
  121. <view class="work-period">2018.01-2019.01</view>
  122. </view>
  123. <view class="job-description">
  124. 负责Amazon英国、欧洲站、制定推广与销售计划,达成团队要求的销售业绩;做好数据的统计分析工作,收集、分析市场信息,竞争对手状况,并根据产品销售与排名变化,及时制定和调整产品的销售....
  125. </view>
  126. <view class="skill-tags">
  127. <view class="tag">精品铺货</view>
  128. <view class="tag">独立站</view>
  129. <view class="tag">3C数码</view>
  130. <view class="tag">品类运营</view>
  131. </view>
  132. </view>
  133. </view>
  134. <view class="experience-item">
  135. <view class="company-logo">
  136. <image src="../../static/images/index/changsha.svg" class="logo-img" mode="aspectFit"></image>
  137. </view>
  138. <view class="experience-content">
  139. <view class="job-info-row">
  140. <view class="job-title">高级产品开发经理</view>
  141. <view class="job-department">产品开发部</view>
  142. </view>
  143. <view class="company-period-row">
  144. <view class="company-name">深圳虾皮科技有限公司</view>
  145. <view class="work-period">2023.04 -至今</view>
  146. </view>
  147. <view class="job-description">
  148. 这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容这是简历填写的内容...
  149. </view>
  150. <view class="skill-tags">
  151. <view class="tag">技能标签</view>
  152. <view class="tag">技能标签</view>
  153. <view class="tag">技能标签</view>
  154. <view class="tag">技能标签</view>
  155. <view class="tag">技能标签</view>
  156. <view class="tag">技能标签</view>
  157. </view>
  158. </view>
  159. </view>
  160. </view>
  161. </view>
  162. <!-- 教育经历 -->
  163. <view class="education-section">
  164. <view class="section-header">
  165. <view class="section-title">
  166. <text>教育经历</text>
  167. </view>
  168. <view class="edit-icon">
  169. <image src="../../static/images/index/Combined-Shape.svg" style="width: 48rpx;height: 48rpx;" mode=""></image>
  170. </view>
  171. </view>
  172. <view class="education-list">
  173. <view class="education-item">
  174. <view class="school-logo">
  175. <image src="../../static/images/index/wuhan.svg" class="logo-img" mode="aspectFit"></image>
  176. </view>
  177. <view class="education-content">
  178. <view class="school-name">武汉工程大学</view>
  179. <view class="degree-info">硕士 • 高分子化学与物理 • 2014-2017</view>
  180. <view class="education-description">
  181. 这是简历填写的内容这是简历填写的内容内容这是简历填写的内是简历填写的内容这是简历填写的内容...
  182. </view>
  183. </view>
  184. </view>
  185. <view class="education-item">
  186. <view class="school-logo">
  187. <image src="../../static/images/index/wuhan.svg" class="logo-img" mode="aspectFit"></image>
  188. </view>
  189. <view class="education-content">
  190. <view class="school-name">武汉工程大学</view>
  191. <view class="degree-info">硕士 • 高分子化学与物理 • 2014-2017</view>
  192. <view class="education-description">
  193. 这是简历填写的内容这是简历填写的内容这是简的内容这是的内容这是简历填写的内容这是简历填写的内容...
  194. </view>
  195. </view>
  196. </view>
  197. </view>
  198. </view>
  199. <!-- 资格证书 -->
  200. <view class="certificates-section">
  201. <view class="section-header">
  202. <view class="section-title">
  203. <text>资格证书</text>
  204. </view>
  205. </view>
  206. <view class="certificates-grid">
  207. <view class="certificate-tag" v-for="cert in resumeData.certificates || defaultCertificates" :key="cert">{{cert}}</view>
  208. </view>
  209. </view>
  210. <!-- 专业技能 -->
  211. <view class="skills-section">
  212. <view class="section-header">
  213. <view class="section-title">
  214. <text>专业技能</text>
  215. </view>
  216. </view>
  217. <view class="skills-content">
  218. {{resumeData.skills || '熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练使用熟练'}}
  219. </view>
  220. </view>
  221. </view>
  222. <!-- 底部操作按钮 -->
  223. <view class="bottom-actions">
  224. <view class="action-btn contact-btn" @click="contactCandidate">
  225. <text>立即联系</text>
  226. </view>
  227. </view>
  228. </view>
  229. </template>
  230. <script>
  231. export default {
  232. data() {
  233. return {
  234. resumeId: '',
  235. resumeData: {},
  236. defaultExpectations: [
  237. {
  238. title: '亚马逊运营总监',
  239. salary: '30-40K',
  240. type: '不限',
  241. location: '深圳'
  242. },
  243. {
  244. title: 'TikTok运营总监',
  245. salary: '30-40K',
  246. type: '精品铺货',
  247. location: '深圳'
  248. }
  249. ],
  250. defaultWorkExperience: [
  251. {
  252. position: '资深亚马逊运营',
  253. department: '运营部',
  254. company: '深圳市世迪贸易科技有限公司',
  255. period: '2019.02-至今',
  256. description: '负责Amazon英国、欧洲站、制定推广与销售计划,达成团队要求的销售业绩;做好数据的统计分析工作,收集、分析市场信息,竞争对手状况,并根据产品销售与排名变化,及时制定和调整产品的销售...',
  257. skills: ['精品铺货', '独立站', '3C数码', '品类运营']
  258. }
  259. ],
  260. defaultEducation: [
  261. {
  262. school: '武汉工程大学',
  263. degree: '硕士',
  264. major: '高分子化学与物理',
  265. period: '2014-2017',
  266. description: '这是简历填写的内容这是简历填写的内容内容这是简历填写的内是简历填写的内容这是简历填写的内容...'
  267. }
  268. ],
  269. defaultSkills: ['Design & Creative', 'Wireframing UX', 'Figma', 'UI Design', 'Prototype', 'Adobe XD', 'UX Design', 'Front End'],
  270. defaultCertificates: ['大学英语六级', '计算机职业资格', '初级会计师', '中级会计师', '高级会计师', '注册会计师']
  271. }
  272. },
  273. onLoad(options) {
  274. if (options.resumeId) {
  275. this.resumeId = options.resumeId;
  276. this.loadResumeData();
  277. }
  278. },
  279. methods: {
  280. goBack() {
  281. uni.navigateBack();
  282. },
  283. loadResumeData() {
  284. // 这里应该根据 resumeId 加载简历数据
  285. // 暂时使用默认数据
  286. console.log('加载简历数据:', this.resumeId);
  287. },
  288. contactCandidate() {
  289. uni.showToast({
  290. title: '功能开发中',
  291. icon: 'none'
  292. });
  293. }
  294. }
  295. }
  296. </script>
  297. <style lang="scss" scoped>
  298. .resume-detail {
  299. min-height: 100vh;
  300. padding-bottom: 120rpx;
  301. }
  302. // 顶部导航栏
  303. .navbar {
  304. background: #fff;
  305. padding: 80rpx 0 40rpx 0;
  306. .navbar-content {
  307. display: flex;
  308. align-items: center;
  309. justify-content: space-between;
  310. padding: 0 30rpx;
  311. height: 60rpx;
  312. .navbar-left {
  313. width: 60rpx;
  314. height: 60rpx;
  315. display: flex;
  316. align-items: center;
  317. justify-content: center;
  318. }
  319. .navbar-title {
  320. color: rgba(23, 23, 37, 1);
  321. font-family: DM Sans;
  322. font-size: 20px;
  323. font-weight: 700;
  324. line-height: 26px;
  325. letter-spacing: 0%;
  326. text-align: center;
  327. }
  328. .navbar-right {
  329. width: 60rpx;
  330. height: 60rpx;
  331. }
  332. }
  333. }
  334. // 用户信息区域
  335. .user-profile {
  336. background: #fff;
  337. padding: 30rpx;
  338. .profile-header {
  339. display: flex;
  340. justify-content: space-between;
  341. align-items: flex-start;
  342. margin-bottom: 20rpx;
  343. .name-section {
  344. flex: 1;
  345. display: flex;
  346. align-items: center;
  347. justify-content: flex-start;
  348. gap: 12rpx;
  349. .user-name {
  350. color: rgba(58, 57, 67, 1);
  351. font-family: DM Sans;
  352. font-size: 48rpx;
  353. font-weight: 700;
  354. line-height: 60rpx;
  355. letter-spacing: 0px;
  356. text-align: left;
  357. margin-right: 12rpx;
  358. }
  359. .status-tag {
  360. background: rgba(252, 233, 220, 1);
  361. color: rgba(1, 107, 246, 1);
  362. font-family: DM Sans;
  363. font-size: 18rpx;
  364. padding: 4rpx 8rpx;
  365. border-radius: 8rpx;
  366. display: inline-block;
  367. }
  368. }
  369. .avatar-container {
  370. position: relative;
  371. .user-avatar {
  372. width: 72rpx;
  373. height: 72rpx;
  374. border-radius: 50%;
  375. }
  376. .notification-badge {
  377. position: absolute;
  378. top: 0;
  379. right: 0;
  380. width: 20rpx;
  381. height: 20rpx;
  382. background: #FF3B30;
  383. border-radius: 50%;
  384. border: 2rpx solid #fff;
  385. }
  386. }
  387. }
  388. .current-job {
  389. display: flex;
  390. align-items: center;
  391. gap: 8rpx;
  392. margin-bottom: 12rpx;
  393. .job-icon {
  394. width: 36rpx;
  395. height: 36rpx;
  396. }
  397. .job-text {
  398. color: rgba(156, 164, 171, 1);
  399. font-family: DM Sans;
  400. font-size: 24rpx;
  401. font-weight: 400;
  402. line-height: 40rpx;
  403. letter-spacing: 0.5%;
  404. text-align: left;
  405. }
  406. }
  407. .availability {
  408. display: flex;
  409. align-items: center;
  410. gap: 8rpx;
  411. margin-bottom: 12rpx;
  412. .status-text {
  413. color: rgba(156, 164, 171, 1);
  414. font-family: DM Sans;
  415. font-size: 24rpx;
  416. font-weight: 400;
  417. line-height: 32rpx;
  418. letter-spacing: 0%;
  419. text-align: left;
  420. }
  421. }
  422. .summary-info {
  423. display: flex;
  424. gap: 12rpx;
  425. margin-right: 12rpx;
  426. .summary-item {
  427. .summary-text {
  428. color: rgba(153, 153, 153, 1);
  429. font-family: DM Sans;
  430. font-size: 20rpx;
  431. font-weight: 400;
  432. line-height: 20rpx;
  433. letter-spacing: -0.5px;
  434. text-align: left;
  435. padding: 12rpx;
  436. border-radius: 8rpx;
  437. background: rgba(198, 198, 198, 0.1);
  438. }
  439. }
  440. }
  441. }
  442. // 内容区域
  443. .content-section {
  444. padding: 0 30rpx 30rpx 30rpx;
  445. .section-item {
  446. background: #fff;
  447. border-radius: 12rpx;
  448. padding: 30rpx;
  449. margin-bottom: 20rpx;
  450. box-sizing: border-box;
  451. .advantage-content {
  452. color: rgba(97, 110, 124, 1);
  453. font-family: DM Sans;
  454. font-size: 26rpx;
  455. font-weight: 400;
  456. line-height: 32rpx;
  457. letter-spacing: 0px;
  458. text-align: left;
  459. }
  460. }
  461. .attachment-section {
  462. margin-bottom: 20rpx;
  463. .attachment-btn {
  464. background: rgba(246, 246, 246, 1);
  465. border-radius: 8rpx;
  466. padding: 20rpx;
  467. display: flex;
  468. align-items: center;
  469. gap: 12rpx;
  470. .attachment-icon {
  471. width: 32rpx;
  472. height: 32rpx;
  473. }
  474. .attachment-text {
  475. color: rgba(1, 107, 246, 1);
  476. font-family: DM Sans;
  477. font-size: 24rpx;
  478. font-weight: 400;
  479. line-height: 32rpx;
  480. letter-spacing: 0px;
  481. text-align: left;
  482. }
  483. }
  484. }
  485. // 求职期望卡片样式
  486. .expectation-card {
  487. background: #ffffff;
  488. border-radius: 12rpx;
  489. padding: 30rpx;
  490. margin-bottom: 20rpx;
  491. box-sizing: border-box;
  492. .card-header {
  493. margin-bottom: 20rpx;
  494. .header-title {
  495. color: rgba(34, 37, 42, 1);
  496. font-family: DM Sans;
  497. font-size: 32rpx;
  498. font-weight: 400;
  499. line-height: 48rpx;
  500. letter-spacing: 0px;
  501. text-align: left;
  502. }
  503. }
  504. .job-expectation {
  505. display: flex;
  506. justify-content: space-between;
  507. align-items: center;
  508. .expectation-text {
  509. color: rgba(153, 153, 153, 1);
  510. font-family: DM Sans;
  511. font-size: 24rpx;
  512. font-weight: 500;
  513. line-height: 48rpx;
  514. letter-spacing: 0.5%;
  515. text-align: left;
  516. }
  517. .salary-range {
  518. color: rgba(1, 107, 246, 1);
  519. font-family: DM Sans;
  520. font-size: 32rpx;
  521. font-weight: 700;
  522. line-height: 40rpx;
  523. letter-spacing: 0.5%;
  524. text-align: right;
  525. }
  526. }
  527. }
  528. // 工作经历部分样式
  529. .work-experience-section {
  530. background: #fff;
  531. border-radius: 12px;
  532. padding: 30rpx;
  533. margin-bottom: 20rpx;
  534. box-sizing: border-box;
  535. border: 1px solid rgba(1, 107, 246, 1);
  536. .section-header {
  537. display: flex;
  538. align-items: center;
  539. justify-content: space-between;
  540. margin-bottom: 30rpx;
  541. .section-title {
  542. display: flex;
  543. align-items: center;
  544. .required-mark {
  545. color: #FF3B30;
  546. font-size: 18px;
  547. font-weight: 600;
  548. margin-right: 8rpx;
  549. }
  550. .required-title {
  551. font-family: DM Sans;
  552. font-size: 28rpx;
  553. font-weight: 700;
  554. line-height: 52rpx;
  555. letter-spacing: 0%;
  556. text-align: left;
  557. margin-right: 12rpx;
  558. }
  559. text {
  560. color: rgba(23, 23, 37, 1);
  561. font-family: Inter;
  562. font-size: 20px;
  563. font-weight: 600;
  564. line-height: 24px;
  565. }
  566. }
  567. .section-desc {
  568. color: rgba(1, 107, 246, 1);
  569. font-family: DM Sans;
  570. font-size: 20rpx;
  571. font-weight: 400;
  572. line-height: 44rpx;
  573. letter-spacing: 0%;
  574. text-align: left;
  575. }
  576. }
  577. .experience-list {
  578. .experience-item {
  579. display: flex;
  580. padding: 24rpx 0;
  581. border-bottom: 1rpx solid #F0F0F0;
  582. &:last-child {
  583. border-bottom: none;
  584. }
  585. .company-logo {
  586. width: 90rpx;
  587. height: 90rpx;
  588. margin-right: 24rpx;
  589. flex-shrink: 0;
  590. border-radius: 8px;
  591. background: rgba(246, 246, 246, 1);
  592. .logo-img {
  593. width: 100%;
  594. height: 100%;
  595. border-radius: 8rpx;
  596. }
  597. }
  598. .experience-content {
  599. flex: 1;
  600. .job-info-row {
  601. display: flex;
  602. align-items: center;
  603. margin-bottom: 4rpx;
  604. }
  605. .job-title {
  606. color: rgba(23, 23, 37, 1);
  607. font-family: DM Sans;
  608. font-size: 28rpx;
  609. font-weight: 400;
  610. line-height: 44rpx;
  611. letter-spacing: 0%;
  612. text-align: left;
  613. margin-right: 12rpx;
  614. }
  615. .job-department {
  616. color: rgba(120, 130, 138, 1);
  617. font-family: DM Sans;
  618. font-size: 20rpx;
  619. font-weight: 400;
  620. line-height: 44rpx;
  621. letter-spacing: 0%;
  622. text-align: left;
  623. }
  624. .company-period-row {
  625. display: flex;
  626. align-items: center;
  627. justify-content: flex-start;
  628. margin-bottom: 12rpx;
  629. gap: 12rpx;
  630. padding: 12rpx 0;
  631. }
  632. .company-name {
  633. color: rgba(120, 130, 138, 1);
  634. font-family: DM Sans;
  635. font-size: 20rpx;
  636. font-weight: 400;
  637. line-height: 10px;
  638. letter-spacing: 0.5%;
  639. text-align: left;
  640. }
  641. .work-period {
  642. color: rgba(120, 130, 138, 1);
  643. font-family: DM Sans;
  644. font-size: 20rpx;
  645. font-weight: 400;
  646. line-height: 10px;
  647. letter-spacing: 0.5%;
  648. text-align: left;
  649. }
  650. .job-description {
  651. color: rgba(120, 130, 138, 1);
  652. font-family: DM Sans;
  653. font-size: 16rpx;
  654. font-weight: 400;
  655. line-height: 24rpx;
  656. letter-spacing: 0%;
  657. text-align: left;
  658. }
  659. .skill-tags {
  660. display: flex;
  661. flex-wrap: wrap;
  662. gap: 8rpx;
  663. margin-top: 12rpx;
  664. .tag {
  665. background: rgba(153, 153, 153, 0.1);
  666. border-radius: 12rpx;
  667. padding: 6rpx;
  668. color: rgba(102, 102, 102, 1);
  669. font-family: DM Sans;
  670. font-size: 16rpx;
  671. font-weight: 400;
  672. letter-spacing: 0%;
  673. text-align: left;
  674. }
  675. }
  676. }
  677. }
  678. }
  679. }
  680. // 教育经历部分样式
  681. .education-section {
  682. background: #fff;
  683. border-radius: 12px;
  684. padding: 30rpx;
  685. margin-bottom: 20rpx;
  686. box-sizing: border-box;
  687. border: 1px solid rgba(227, 231, 236, 1);
  688. .section-header {
  689. display: flex;
  690. align-items: center;
  691. justify-content: space-between;
  692. margin-bottom: 30rpx;
  693. .section-title {
  694. text {
  695. color: rgba(23, 23, 37, 1);
  696. font-family: Inter;
  697. font-size: 20px;
  698. font-weight: 600;
  699. line-height: 24px;
  700. }
  701. }
  702. }
  703. .education-list {
  704. .education-item {
  705. display: flex;
  706. padding: 24rpx 0;
  707. border-bottom: 1rpx solid #F0F0F0;
  708. &:last-child {
  709. border-bottom: none;
  710. }
  711. .school-logo {
  712. width: 90rpx;
  713. height: 90rpx;
  714. margin-right: 24rpx;
  715. flex-shrink: 0;
  716. border-radius: 8px;
  717. background: rgba(246, 246, 246, 1);
  718. .logo-img {
  719. width: 100%;
  720. height: 100%;
  721. border-radius: 8rpx;
  722. }
  723. }
  724. .education-content {
  725. flex: 1;
  726. .school-name {
  727. color: rgba(23, 23, 37, 1);
  728. font-family: DM Sans;
  729. font-size: 18px;
  730. font-weight: 400;
  731. line-height: 22px;
  732. letter-spacing: 0%;
  733. text-align: left;
  734. }
  735. .degree-info {
  736. color: rgba(120, 130, 138, 1);
  737. font-family: DM Sans;
  738. font-size: 20rpx;
  739. font-weight: 500;
  740. line-height: 24px;
  741. letter-spacing: 0%;
  742. text-align: left;
  743. padding: 12rpx 0;
  744. }
  745. .education-description {
  746. color: rgba(120, 130, 138, 1);
  747. font-family: DM Sans;
  748. font-size: 20rpx;
  749. font-weight: 400;
  750. line-height: 16px;
  751. letter-spacing: 0%;
  752. text-align: left;
  753. }
  754. }
  755. }
  756. }
  757. }
  758. // 资格证书部分样式
  759. .certificates-section {
  760. background: #fff;
  761. border-radius: 12px;
  762. padding: 30rpx;
  763. margin-bottom: 20rpx;
  764. box-sizing: border-box;
  765. .section-header {
  766. margin-bottom: 30rpx;
  767. .section-title {
  768. text {
  769. color: rgba(34, 37, 42, 1);
  770. font-family: DM Sans;
  771. font-size: 32rpx;
  772. font-weight: 400;
  773. line-height: 48rpx;
  774. letter-spacing: 0px;
  775. text-align: left;
  776. }
  777. }
  778. }
  779. .certificates-grid {
  780. display: flex;
  781. flex-wrap: wrap;
  782. gap: 12rpx;
  783. .certificate-tag {
  784. padding: 8rpx 16rpx;
  785. color: rgba(1, 107, 246, 1);
  786. font-family: DM Sans;
  787. font-size: 16rpx;
  788. font-weight: 400;
  789. line-height: 20rpx;
  790. letter-spacing: -0.5px;
  791. text-align: left;
  792. border-radius: 8rpx;
  793. background: rgba(252, 233, 220, 1);
  794. }
  795. }
  796. }
  797. // 专业技能部分样式
  798. .skills-section {
  799. background: #fff;
  800. border-radius: 12px;
  801. padding: 30rpx;
  802. margin-bottom: 20rpx;
  803. box-sizing: border-box;
  804. .section-header {
  805. margin-bottom: 30rpx;
  806. .section-title {
  807. text {
  808. color: rgba(34, 37, 42, 1);
  809. font-family: DM Sans;
  810. font-size: 32rpx;
  811. font-weight: 400;
  812. line-height: 48rpx;
  813. letter-spacing: 0px;
  814. text-align: left;
  815. }
  816. }
  817. }
  818. .skills-content {
  819. color: rgba(97, 110, 124, 1);
  820. font-family: DM Sans;
  821. font-size: 24rpx;
  822. font-weight: 400;
  823. line-height: 32rpx;
  824. letter-spacing: 0px;
  825. text-align: left;
  826. }
  827. }
  828. // 工作经历标题样式
  829. .jobRemarks-box-c-title {
  830. color: rgba(1, 107, 246, 1);
  831. font-size: 32rpx;
  832. padding: 8px 12px;
  833. border-radius: 36px;
  834. font-weight: 500;
  835. background: rgba(246, 246, 246, 1);
  836. display: flex;
  837. align-items: center;
  838. margin-bottom: 20rpx;
  839. .title-icon {
  840. width: 32rpx;
  841. height: 32rpx;
  842. margin-right: 12rpx;
  843. }
  844. text {
  845. color: rgba(1, 107, 246, 1);
  846. font-family: DM Sans;
  847. font-size: 32rpx;
  848. font-weight: 500;
  849. line-height: 48rpx;
  850. letter-spacing: 0px;
  851. text-align: left;
  852. }
  853. }
  854. }
  855. // 底部操作按钮
  856. .bottom-actions {
  857. position: fixed;
  858. bottom: 0;
  859. left: 0;
  860. right: 0;
  861. background: #fff;
  862. padding: 30rpx;
  863. box-shadow: 0 -2rpx 10rpx rgba(0,0,0,0.1);
  864. .action-btn {
  865. width: 100%;
  866. height: 88rpx;
  867. border-radius: 44rpx;
  868. display: flex;
  869. align-items: center;
  870. justify-content: center;
  871. font-size: 32rpx;
  872. font-weight: 500;
  873. }
  874. .contact-btn {
  875. background: linear-gradient(90deg, rgba(13, 39, 247, 1), rgba(19, 193, 234, 1) 100%);
  876. color: #fff;
  877. }
  878. }
  879. </style>