onlineResume.vue 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  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">
  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: 16px;
  436. line-height: 16rpx;
  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: 12px;
  455. font-weight: 400;
  456. line-height: 10px;
  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: 14px;
  471. font-weight: 400;
  472. line-height: 16px;
  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(23, 23, 37, 1);
  501. font-family: Inter;
  502. font-size: 18px;
  503. font-weight: 500;
  504. line-height: 20px;
  505. letter-spacing: 0%;
  506. text-align: left;
  507. margin-bottom: 12rpx;
  508. margin-right: 40rpx;
  509. }
  510. .template-text {
  511. color: rgba(120, 130, 138, 1);
  512. font-family: DM Sans;
  513. font-size: 12px;
  514. font-weight: 400;
  515. line-height: 16px;
  516. letter-spacing: 0%;
  517. text-align: left;
  518. margin-bottom: 8rpx;
  519. }
  520. .section-status {
  521. font-size: 16px;
  522. color: #007AFF;
  523. font-weight: 500;
  524. }
  525. }
  526. }
  527. .section-item {
  528. background: #fff;
  529. border-radius: 16rpx;
  530. padding: 30rpx;
  531. margin-bottom: 20rpx;
  532. box-sizing: border-box;
  533. border: 1px solid rgba(227, 231, 236, 1);
  534. border-radius: 12px;
  535. .section-header {
  536. display: flex;
  537. align-items: center;
  538. justify-content: space-between;
  539. margin-bottom: 20rpx;
  540. .section-title {
  541. color: rgba(23, 23, 37, 1);
  542. font-family: Inter;
  543. font-size: 20px;
  544. font-weight: 600;
  545. line-height: 24px;
  546. letter-spacing: 0%;
  547. text-align: left;
  548. }
  549. .template-text {
  550. color: rgba(120, 130, 138, 1);
  551. font-family: DM Sans;
  552. font-size: 12px;
  553. font-weight: 400;
  554. line-height: 16px;
  555. letter-spacing: 0%;
  556. text-align: left;
  557. }
  558. .edit-icon {
  559. width: 40rpx;
  560. height: 40rpx;
  561. display: flex;
  562. align-items: center;
  563. justify-content: center;
  564. }
  565. }
  566. .section-status {
  567. font-size: 28rpx;
  568. color: #007AFF;
  569. font-weight: 500;
  570. }
  571. .advantage-content {
  572. font-size: 14px;
  573. color: #666;
  574. line-height: 1.6;
  575. }
  576. }
  577. // 全职期望卡片样式
  578. .expectation-card {
  579. background: #ffffff;
  580. border-radius: 12rpx;
  581. padding: 30rpx;
  582. margin-bottom: 20rpx;
  583. box-sizing: border-box;
  584. border: 0.5px solid rgba(227, 231, 236, 1);
  585. border-radius: 6px;
  586. background: rgba(253, 253, 253, 1);
  587. .card-header {
  588. display: flex;
  589. justify-content: space-between;
  590. align-items: center;
  591. .header-left {
  592. display: flex;
  593. align-items: center;
  594. .header-icon {
  595. width: 40rpx;
  596. height: 40rpx;
  597. margin-right: 20rpx;
  598. }
  599. .header-title {
  600. color: rgba(29, 33, 41, 1);
  601. font-family: DM Sans;
  602. font-size: 28rpx;
  603. font-weight: 500;
  604. line-height: 16px;
  605. letter-spacing: 0%;
  606. text-align: left;
  607. }
  608. }
  609. .progress-text {
  610. font-family: DM Sans;
  611. font-size: 24rpx;
  612. font-weight: 700;
  613. line-height: 13px;
  614. letter-spacing: 0%;
  615. text-align: right;
  616. }
  617. }
  618. .job-list {
  619. margin-bottom: 10rpx;
  620. .job-item {
  621. display: flex;
  622. justify-content: space-between;
  623. align-items: center;
  624. padding: 20rpx 0;
  625. &:last-child {
  626. border-bottom: none;
  627. }
  628. .job-info {
  629. flex: 1;
  630. > view:first-child {
  631. display: flex;
  632. justify-content: space-between;
  633. align-items: center;
  634. margin-bottom: 4rpx;
  635. }
  636. .job-title {
  637. color: rgba(29, 33, 41, 1);
  638. font-family: DM Sans;
  639. font-size: 28rpx;
  640. font-weight: 500;
  641. line-height: 16px;
  642. letter-spacing: 0%;
  643. text-align: left;
  644. }
  645. .job-details {
  646. display: block;
  647. font-size: 24rpx;
  648. color: rgba(153, 153, 153, 1);
  649. margin-bottom: 4rpx;
  650. }
  651. .job-location {
  652. font-size: 24rpx;
  653. color: rgba(153, 153, 153, 1);
  654. }
  655. }
  656. .preference-btn {
  657. display: flex;
  658. align-items: center;
  659. padding: 8rpx;
  660. border: 0.5rpx solid #007AFF;
  661. border-radius: 12rpx;
  662. margin-right: 10rpx;
  663. text {
  664. font-size: 18rpx;
  665. color: #007AFF;
  666. }
  667. }
  668. .job-info > view:first-child > view:last-child {
  669. display: flex;
  670. align-items: center;
  671. }
  672. }
  673. }
  674. .add-expectation-btn {
  675. width: 100%;
  676. height: 70rpx;
  677. border: 1rpx solid #007AFF;
  678. border-radius: 42rpx;
  679. display: flex;
  680. align-items: center;
  681. justify-content: center;
  682. text {
  683. font-size: 28rpx;
  684. color: #007AFF;
  685. font-weight: 500;
  686. }
  687. }
  688. }
  689. // 工作经历部分样式
  690. .work-experience-section {
  691. background: #fff;
  692. border-radius: 12px;
  693. padding: 30rpx;
  694. margin-bottom: 20rpx;
  695. box-sizing: border-box;
  696. border: 1px solid rgba(1, 107, 246, 1);
  697. .section-header {
  698. display: flex;
  699. align-items: center;
  700. justify-content: space-between;
  701. margin-bottom: 30rpx;
  702. .section-title {
  703. display: flex;
  704. align-items: center;
  705. .required-mark {
  706. color: #FF3B30;
  707. font-size: 18px;
  708. font-weight: 600;
  709. margin-right: 8rpx;
  710. }
  711. .required-title {
  712. font-family: DM Sans;
  713. font-size: 20px;
  714. font-weight: 700;
  715. line-height: 26px;
  716. letter-spacing: 0%;
  717. text-align: left;
  718. margin-right: 12rpx;
  719. }
  720. text {
  721. color: rgba(23, 23, 37, 1);
  722. font-family: Inter;
  723. font-size: 20px;
  724. font-weight: 600;
  725. line-height: 24px;
  726. }
  727. }
  728. .section-desc {
  729. color: rgba(1, 107, 246, 1);
  730. font-family: DM Sans;
  731. font-size: 13px;
  732. font-weight: 400;
  733. line-height: 22px;
  734. letter-spacing: 0%;
  735. text-align: left;
  736. }
  737. }
  738. .experience-list {
  739. .experience-item {
  740. display: flex;
  741. padding: 24rpx 0;
  742. border-bottom: 1rpx solid #F0F0F0;
  743. &:last-child {
  744. border-bottom: none;
  745. }
  746. .company-logo {
  747. width: 90rpx;
  748. height: 90rpx;
  749. margin-right: 24rpx;
  750. flex-shrink: 0;
  751. border-radius: 8px;
  752. background: rgba(246, 246, 246, 1);
  753. .logo-img {
  754. width: 100%;
  755. height: 100%;
  756. border-radius: 8rpx;
  757. }
  758. }
  759. .experience-content {
  760. flex: 1;
  761. .job-info-row {
  762. display: flex;
  763. align-items: center;
  764. margin-bottom: 4rpx;
  765. }
  766. .job-title {
  767. color: rgba(23, 23, 37, 1);
  768. font-family: DM Sans;
  769. font-size: 32rpx;
  770. font-weight: 400;
  771. line-height: 22px;
  772. letter-spacing: 0%;
  773. text-align: left;
  774. margin-right: 12rpx;
  775. }
  776. .job-department {
  777. color: rgba(120, 130, 138, 1);
  778. font-family: DM Sans;
  779. font-size: 12px;
  780. font-weight: 400;
  781. line-height: 22px;
  782. letter-spacing: 0%;
  783. text-align: left;
  784. }
  785. .company-period-row {
  786. display: flex;
  787. align-items: center;
  788. justify-content: flex-start;
  789. margin-bottom: 12rpx;
  790. gap: 12rpx;
  791. padding: 12rpx 0;
  792. }
  793. .company-name {
  794. color: rgba(120, 130, 138, 1);
  795. font-family: DM Sans;
  796. font-size: 20rpx;
  797. font-weight: 400;
  798. line-height: 10px;
  799. letter-spacing: 0.5%;
  800. text-align: left;
  801. }
  802. .work-period {
  803. color: rgba(120, 130, 138, 1);
  804. font-family: DM Sans;
  805. font-size: 20rpx;
  806. font-weight: 400;
  807. line-height: 10px;
  808. letter-spacing: 0.5%;
  809. text-align: left;
  810. }
  811. .job-description {
  812. color: rgba(120, 130, 138, 1);
  813. font-family: DM Sans;
  814. font-size: 20rpx;
  815. font-weight: 400;
  816. line-height: 24rpx;
  817. letter-spacing: 0%;
  818. text-align: left;
  819. }
  820. .skill-tags {
  821. display: flex;
  822. flex-wrap: wrap;
  823. gap: 8rpx;
  824. margin-top: 12rpx;
  825. .tag {
  826. background: rgba(153, 153, 153, 0.1);
  827. border-radius: 12rpx;
  828. padding: 6rpx;
  829. color: rgba(102, 102, 102, 1);
  830. font-family: DM Sans;
  831. font-size: 12px;
  832. font-weight: 400;
  833. letter-spacing: 0%;
  834. text-align: left;
  835. }
  836. }
  837. }
  838. }
  839. }
  840. }
  841. // 教育经历部分样式
  842. .education-section {
  843. background: #fff;
  844. border-radius: 12px;
  845. padding: 30rpx;
  846. margin-bottom: 20rpx;
  847. box-sizing: border-box;
  848. border: 1px solid rgba(227, 231, 236, 1);
  849. .section-header {
  850. display: flex;
  851. align-items: center;
  852. justify-content: space-between;
  853. margin-bottom: 30rpx;
  854. .section-title {
  855. text {
  856. color: rgba(23, 23, 37, 1);
  857. font-family: Inter;
  858. font-size: 20px;
  859. font-weight: 600;
  860. line-height: 24px;
  861. }
  862. }
  863. }
  864. .education-list {
  865. .education-item {
  866. display: flex;
  867. padding: 24rpx 0;
  868. border-bottom: 1rpx solid #F0F0F0;
  869. &:last-child {
  870. border-bottom: none;
  871. }
  872. .school-logo {
  873. width: 90rpx;
  874. height: 90rpx;
  875. margin-right: 24rpx;
  876. flex-shrink: 0;
  877. border-radius: 8px;
  878. background: rgba(246, 246, 246, 1);
  879. .logo-img {
  880. width: 100%;
  881. height: 100%;
  882. border-radius: 8rpx;
  883. }
  884. }
  885. .education-content {
  886. flex: 1;
  887. .school-name {
  888. color: rgba(23, 23, 37, 1);
  889. font-family: DM Sans;
  890. font-size: 18px;
  891. font-weight: 400;
  892. line-height: 22px;
  893. letter-spacing: 0%;
  894. text-align: left;
  895. }
  896. .degree-info {
  897. color: rgba(120, 130, 138, 1);
  898. font-family: DM Sans;
  899. font-size: 20rpx;
  900. font-weight: 500;
  901. line-height: 24px;
  902. letter-spacing: 0%;
  903. text-align: left;
  904. padding: 12rpx 0;
  905. }
  906. .education-description {
  907. color: rgba(120, 130, 138, 1);
  908. font-family: DM Sans;
  909. font-size: 20rpx;
  910. font-weight: 400;
  911. line-height: 16px;
  912. letter-spacing: 0%;
  913. text-align: left;
  914. }
  915. }
  916. }
  917. }
  918. }
  919. // 技能部分样式
  920. .skills-section {
  921. background: #fff;
  922. border-radius: 12px;
  923. padding: 30rpx;
  924. margin-bottom: 20rpx;
  925. box-sizing: border-box;
  926. border: 1px solid rgba(227, 231, 236, 1);
  927. .section-header {
  928. display: flex;
  929. align-items: center;
  930. justify-content: space-between;
  931. margin-bottom: 30rpx;
  932. .section-title {
  933. text {
  934. color: rgba(23, 23, 37, 1);
  935. font-family: Inter;
  936. font-size: 20px;
  937. font-weight: 600;
  938. line-height: 24px;
  939. }
  940. }
  941. }
  942. .skills-grid {
  943. display: flex;
  944. flex-wrap: wrap;
  945. gap: 16rpx;
  946. .skill-tag {
  947. padding: 32rpx;
  948. border: 1px solid rgba(236, 241, 246, 1);
  949. border-radius: 64rpx;
  950. color: rgba(23, 23, 37, 1);
  951. font-family: DM Sans;
  952. font-size: 14px;
  953. font-weight: 400;
  954. line-height: 20px;
  955. letter-spacing: 0.5%;
  956. text-align: right;
  957. }
  958. }
  959. }
  960. }
  961. </style>