onlineResume.vue 30 KB

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