onlineResume.vue 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  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">
  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/company-logo-1.png" 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/company-logo-2.png" 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/company-logo-3.png" 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/harvard-logo.png" 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/harvard-logo.png" 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. getBusinessTypes() {
  296. // 根据是否有跨境电商经验返回业务类型
  297. if (this.hasEcommerceExperience) {
  298. return ['cross-border-ecommerce']
  299. } else {
  300. return []
  301. }
  302. }
  303. },
  304. watch: {
  305. hasEcommerceExperience(newVal, oldVal) {
  306. console.log('hasEcommerceExperience 变化:', oldVal, '->', newVal)
  307. // 只有有效的布尔值才保存到缓存
  308. if (typeof newVal === 'boolean') {
  309. uni.setStorageSync('hasEcommerceExperience', newVal)
  310. }
  311. }
  312. },
  313. mounted() {
  314. console.log('页面加载时 hasEcommerceExperience:', this.hasEcommerceExperience)
  315. // 检查是否有缓存的数据
  316. const cachedValue = uni.getStorageSync('hasEcommerceExperience')
  317. if (cachedValue !== null && cachedValue !== undefined && cachedValue !== '') {
  318. console.log('从缓存读取 hasEcommerceExperience:', cachedValue)
  319. this.hasEcommerceExperience = cachedValue
  320. } else {
  321. console.log('缓存中没有有效值,使用默认值:', this.hasEcommerceExperience)
  322. // 清除无效的缓存
  323. uni.removeStorageSync('hasEcommerceExperience')
  324. }
  325. // 监听偏好设置更新
  326. uni.$on('preferenceUpdated', (data) => {
  327. console.log('偏好设置已更新:', data)
  328. // 这里可以更新对应的职位偏好显示
  329. uni.showToast({
  330. title: `${data.jobTitle}偏好已更新`,
  331. icon: 'success'
  332. })
  333. })
  334. // 监听技能设置更新
  335. uni.$on('skillsUpdated', (data) => {
  336. console.log('技能设置已更新:', data)
  337. // 这里可以更新对应的技能显示
  338. uni.showToast({
  339. title: `${data.jobTitle}技能已更新`,
  340. icon: 'success'
  341. })
  342. })
  343. },
  344. beforeDestroy() {
  345. // 移除事件监听
  346. uni.$off('preferenceUpdated')
  347. uni.$off('skillsUpdated')
  348. }
  349. }
  350. </script>
  351. <style lang="scss" scoped>
  352. .online-resume {
  353. // background-color: #F2F6FC;
  354. min-height: 100vh;
  355. }
  356. // 顶部导航栏
  357. .navbar {
  358. background: #fff;
  359. padding: 80rpx 0 40rpx 0;
  360. .navbar-content {
  361. display: flex;
  362. align-items: center;
  363. justify-content: space-between;
  364. padding: 0 30rpx;
  365. height: 60rpx;
  366. .navbar-left {
  367. width: 60rpx;
  368. height: 60rpx;
  369. display: flex;
  370. align-items: center;
  371. justify-content: center;
  372. }
  373. .navbar-title {
  374. color: rgba(23, 23, 37, 1);
  375. font-family: DM Sans;
  376. font-size: 20px;
  377. font-weight: 700;
  378. line-height: 26px;
  379. letter-spacing: 0%;
  380. text-align: center;
  381. }
  382. .navbar-right {
  383. width: 60rpx;
  384. height: 60rpx;
  385. }
  386. }
  387. }
  388. // 用户信息区域
  389. .user-profile {
  390. background: #fff;
  391. padding: 60rpx 30rpx 40rpx;
  392. text-align: center;
  393. border-bottom: 2px solid rgba(227, 231, 236, 1);
  394. .avatar-container {
  395. position: relative;
  396. display: inline-block;
  397. margin-bottom: 30rpx;
  398. .user-avatar {
  399. width: 180rpx;
  400. height: 180rpx;
  401. border-radius: 50%;
  402. }
  403. .edit-avatar-icon {
  404. position: absolute;
  405. bottom: 10rpx;
  406. right: 10rpx;
  407. width: 48rpx;
  408. height: 48rpx;
  409. background: #fff;
  410. border-radius: 50%;
  411. display: flex;
  412. align-items: center;
  413. justify-content: center;
  414. box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.1);
  415. }
  416. }
  417. .user-name {
  418. color: rgba(21, 21, 23, 1);
  419. font-family: DM Sans;
  420. font-size: 24px;
  421. font-weight: 700;
  422. line-height: 26px;
  423. letter-spacing: 0%;
  424. text-align: center;
  425. }
  426. .user-info {
  427. color: rgba(102, 112, 122, 1);
  428. font-family: DM Sans;
  429. font-size: 16px;
  430. line-height: 16rpx;
  431. font-weight: 400;
  432. letter-spacing: 0%;
  433. text-align: center;
  434. margin: 30rpx auto;
  435. }
  436. .contact-info {
  437. display: flex;
  438. justify-content: center;
  439. gap: 40rpx;
  440. margin-bottom: 30rpx;
  441. .contact-item {
  442. display: flex;
  443. align-items: center;
  444. gap: 10rpx;
  445. .contact-text {
  446. color: rgba(116, 116, 116, 1);
  447. font-family: DM Sans;
  448. font-size: 12px;
  449. font-weight: 400;
  450. line-height: 10px;
  451. letter-spacing: 0%;
  452. text-align: center;
  453. }
  454. }
  455. }
  456. .availability {
  457. display: flex;
  458. align-items: center;
  459. justify-content: center;
  460. gap: 10rpx;
  461. .status-text {
  462. color: rgba(156, 164, 171, 1);
  463. font-family: DM Sans;
  464. font-size: 14px;
  465. font-weight: 400;
  466. line-height: 16px;
  467. letter-spacing: 0%;
  468. text-align: left;
  469. }
  470. .status-dot {
  471. width: 18rpx;
  472. height: 18rpx;
  473. background: rgba(0, 204, 154, 1);
  474. border-radius: 50%;
  475. }
  476. }
  477. }
  478. // 内容区域
  479. .content-section {
  480. // background: #F2F6FC;
  481. padding: 30rpx;
  482. // 开关部分样式
  483. .switch-section {
  484. display: flex;
  485. align-items: center;
  486. justify-content: space-between;
  487. background: #fff;
  488. border-radius: 12rpx;
  489. padding: 24rpx;
  490. margin-bottom: 16rpx;
  491. .switch-left {
  492. flex: 1;
  493. .switch-title {
  494. color: rgba(23, 23, 37, 1);
  495. font-family: Inter;
  496. font-size: 18px;
  497. font-weight: 500;
  498. line-height: 20px;
  499. letter-spacing: 0%;
  500. text-align: left;
  501. margin-bottom: 12rpx;
  502. margin-right: 40rpx;
  503. }
  504. .template-text {
  505. color: rgba(120, 130, 138, 1);
  506. font-family: DM Sans;
  507. font-size: 12px;
  508. font-weight: 400;
  509. line-height: 16px;
  510. letter-spacing: 0%;
  511. text-align: left;
  512. margin-bottom: 8rpx;
  513. }
  514. .section-status {
  515. font-size: 16px;
  516. color: #007AFF;
  517. font-weight: 500;
  518. }
  519. }
  520. }
  521. .section-item {
  522. background: #fff;
  523. border-radius: 16rpx;
  524. padding: 30rpx;
  525. margin-bottom: 20rpx;
  526. box-sizing: border-box;
  527. border: 1px solid rgba(227, 231, 236, 1);
  528. border-radius: 12px;
  529. .section-header {
  530. display: flex;
  531. align-items: center;
  532. justify-content: space-between;
  533. margin-bottom: 20rpx;
  534. .section-title {
  535. color: rgba(23, 23, 37, 1);
  536. font-family: Inter;
  537. font-size: 20px;
  538. font-weight: 600;
  539. line-height: 24px;
  540. letter-spacing: 0%;
  541. text-align: left;
  542. }
  543. .template-text {
  544. color: rgba(120, 130, 138, 1);
  545. font-family: DM Sans;
  546. font-size: 12px;
  547. font-weight: 400;
  548. line-height: 16px;
  549. letter-spacing: 0%;
  550. text-align: left;
  551. }
  552. .edit-icon {
  553. width: 40rpx;
  554. height: 40rpx;
  555. display: flex;
  556. align-items: center;
  557. justify-content: center;
  558. }
  559. }
  560. .section-status {
  561. font-size: 28rpx;
  562. color: #007AFF;
  563. font-weight: 500;
  564. }
  565. .advantage-content {
  566. font-size: 14px;
  567. color: #666;
  568. line-height: 1.6;
  569. }
  570. }
  571. // 全职期望卡片样式
  572. .expectation-card {
  573. background: #ffffff;
  574. border-radius: 12rpx;
  575. padding: 30rpx;
  576. margin-bottom: 20rpx;
  577. box-sizing: border-box;
  578. border: 0.5px solid rgba(227, 231, 236, 1);
  579. border-radius: 6px;
  580. background: rgba(253, 253, 253, 1);
  581. .card-header {
  582. display: flex;
  583. justify-content: space-between;
  584. align-items: center;
  585. .header-left {
  586. display: flex;
  587. align-items: center;
  588. .header-icon {
  589. width: 40rpx;
  590. height: 40rpx;
  591. margin-right: 20rpx;
  592. }
  593. .header-title {
  594. color: rgba(29, 33, 41, 1);
  595. font-family: DM Sans;
  596. font-size: 28rpx;
  597. font-weight: 500;
  598. line-height: 16px;
  599. letter-spacing: 0%;
  600. text-align: left;
  601. }
  602. }
  603. .progress-text {
  604. font-family: DM Sans;
  605. font-size: 24rpx;
  606. font-weight: 700;
  607. line-height: 13px;
  608. letter-spacing: 0%;
  609. text-align: right;
  610. }
  611. }
  612. .job-list {
  613. margin-bottom: 10rpx;
  614. .job-item {
  615. display: flex;
  616. justify-content: space-between;
  617. align-items: center;
  618. padding: 20rpx 0;
  619. &:last-child {
  620. border-bottom: none;
  621. }
  622. .job-info {
  623. flex: 1;
  624. > view:first-child {
  625. display: flex;
  626. justify-content: space-between;
  627. align-items: center;
  628. margin-bottom: 4rpx;
  629. }
  630. .job-title {
  631. color: rgba(29, 33, 41, 1);
  632. font-family: DM Sans;
  633. font-size: 28rpx;
  634. font-weight: 500;
  635. line-height: 16px;
  636. letter-spacing: 0%;
  637. text-align: left;
  638. }
  639. .job-details {
  640. display: block;
  641. font-size: 24rpx;
  642. color: rgba(153, 153, 153, 1);
  643. margin-bottom: 4rpx;
  644. }
  645. .job-location {
  646. font-size: 24rpx;
  647. color: rgba(153, 153, 153, 1);
  648. }
  649. }
  650. .preference-btn {
  651. display: flex;
  652. align-items: center;
  653. padding: 8rpx;
  654. border: 0.5rpx solid #007AFF;
  655. border-radius: 12rpx;
  656. margin-right: 10rpx;
  657. text {
  658. font-size: 18rpx;
  659. color: #007AFF;
  660. }
  661. }
  662. .job-info > view:first-child > view:last-child {
  663. display: flex;
  664. align-items: center;
  665. }
  666. }
  667. }
  668. .add-expectation-btn {
  669. width: 100%;
  670. height: 70rpx;
  671. border: 1rpx solid #007AFF;
  672. border-radius: 42rpx;
  673. display: flex;
  674. align-items: center;
  675. justify-content: center;
  676. text {
  677. font-size: 28rpx;
  678. color: #007AFF;
  679. font-weight: 500;
  680. }
  681. }
  682. }
  683. // 工作经历部分样式
  684. .work-experience-section {
  685. background: #fff;
  686. border-radius: 12px;
  687. padding: 30rpx;
  688. margin-bottom: 20rpx;
  689. box-sizing: border-box;
  690. border: 1px solid rgba(1, 107, 246, 1);
  691. .section-header {
  692. display: flex;
  693. align-items: center;
  694. justify-content: space-between;
  695. margin-bottom: 30rpx;
  696. .section-title {
  697. display: flex;
  698. align-items: center;
  699. .required-mark {
  700. color: #FF3B30;
  701. font-size: 18px;
  702. font-weight: 600;
  703. margin-right: 8rpx;
  704. }
  705. .required-title {
  706. font-family: DM Sans;
  707. font-size: 20px;
  708. font-weight: 700;
  709. line-height: 26px;
  710. letter-spacing: 0%;
  711. text-align: left;
  712. margin-right: 12rpx;
  713. }
  714. text {
  715. color: rgba(23, 23, 37, 1);
  716. font-family: Inter;
  717. font-size: 20px;
  718. font-weight: 600;
  719. line-height: 24px;
  720. }
  721. }
  722. .section-desc {
  723. color: rgba(1, 107, 246, 1);
  724. font-family: DM Sans;
  725. font-size: 13px;
  726. font-weight: 400;
  727. line-height: 22px;
  728. letter-spacing: 0%;
  729. text-align: left;
  730. }
  731. }
  732. .experience-list {
  733. .experience-item {
  734. display: flex;
  735. padding: 24rpx 0;
  736. border-bottom: 1rpx solid #F0F0F0;
  737. &:last-child {
  738. border-bottom: none;
  739. }
  740. .company-logo {
  741. width: 90rpx;
  742. height: 90rpx;
  743. margin-right: 24rpx;
  744. flex-shrink: 0;
  745. border-radius: 8px;
  746. background: rgba(246, 246, 246, 1);
  747. .logo-img {
  748. width: 100%;
  749. height: 100%;
  750. border-radius: 8rpx;
  751. }
  752. }
  753. .experience-content {
  754. flex: 1;
  755. .job-info-row {
  756. display: flex;
  757. align-items: center;
  758. margin-bottom: 4rpx;
  759. }
  760. .job-title {
  761. color: rgba(23, 23, 37, 1);
  762. font-family: DM Sans;
  763. font-size: 16px;
  764. font-weight: 400;
  765. line-height: 22px;
  766. letter-spacing: 0%;
  767. text-align: left;
  768. margin-right: 12rpx;
  769. }
  770. .job-department {
  771. color: rgba(120, 130, 138, 1);
  772. font-family: DM Sans;
  773. font-size: 12px;
  774. font-weight: 400;
  775. line-height: 22px;
  776. letter-spacing: 0%;
  777. text-align: left;
  778. }
  779. .company-period-row {
  780. display: flex;
  781. align-items: center;
  782. justify-content: flex-start;
  783. margin-bottom: 12rpx;
  784. gap: 12rpx;
  785. }
  786. .company-name {
  787. color: rgba(120, 130, 138, 1);
  788. font-family: DM Sans;
  789. font-size: 12px;
  790. font-weight: 400;
  791. line-height: 10px;
  792. letter-spacing: 0%;
  793. text-align: left;
  794. }
  795. .work-period {
  796. color: rgba(120, 130, 138, 1);
  797. font-family: DM Sans;
  798. font-size: 12px;
  799. font-weight: 400;
  800. line-height: 10px;
  801. letter-spacing: 0%;
  802. text-align: left;
  803. }
  804. .job-description {
  805. color: rgba(120, 130, 138, 1);
  806. font-family: DM Sans;
  807. font-size: 12px;
  808. font-weight: 400;
  809. line-height: 14px;
  810. letter-spacing: 0%;
  811. text-align: left;
  812. }
  813. .skill-tags {
  814. display: flex;
  815. flex-wrap: wrap;
  816. gap: 8rpx;
  817. margin-top: 12rpx;
  818. .tag {
  819. background: rgba(248, 249, 250, 1);
  820. border: 1rpx solid rgba(227, 231, 236, 1);
  821. border-radius: 12rpx;
  822. padding: 4rpx;
  823. color: rgba(102, 102, 102, 1);
  824. font-family: DM Sans;
  825. font-size: 12px;
  826. font-weight: 400;
  827. letter-spacing: 0%;
  828. text-align: left;
  829. }
  830. }
  831. }
  832. }
  833. }
  834. }
  835. // 教育经历部分样式
  836. .education-section {
  837. background: #fff;
  838. border-radius: 12px;
  839. padding: 30rpx;
  840. margin-bottom: 20rpx;
  841. box-sizing: border-box;
  842. border: 1px solid rgba(227, 231, 236, 1);
  843. .section-header {
  844. display: flex;
  845. align-items: center;
  846. justify-content: space-between;
  847. margin-bottom: 30rpx;
  848. .section-title {
  849. text {
  850. color: rgba(23, 23, 37, 1);
  851. font-family: Inter;
  852. font-size: 20px;
  853. font-weight: 600;
  854. line-height: 24px;
  855. }
  856. }
  857. }
  858. .education-list {
  859. .education-item {
  860. display: flex;
  861. padding: 24rpx 0;
  862. border-bottom: 1rpx solid #F0F0F0;
  863. &:last-child {
  864. border-bottom: none;
  865. }
  866. .school-logo {
  867. width: 90rpx;
  868. height: 90rpx;
  869. margin-right: 24rpx;
  870. flex-shrink: 0;
  871. border-radius: 8px;
  872. background: rgba(246, 246, 246, 1);
  873. .logo-img {
  874. width: 100%;
  875. height: 100%;
  876. border-radius: 8rpx;
  877. }
  878. }
  879. .education-content {
  880. flex: 1;
  881. .school-name {
  882. color: rgba(23, 23, 37, 1);
  883. font-family: DM Sans;
  884. font-size: 18px;
  885. font-weight: 400;
  886. line-height: 22px;
  887. letter-spacing: 0%;
  888. text-align: left;
  889. }
  890. .degree-info {
  891. color: rgba(120, 130, 138, 1);
  892. font-family: DM Sans;
  893. font-size: 12px;
  894. font-weight: 500;
  895. line-height: 24px;
  896. letter-spacing: 0%;
  897. text-align: left;
  898. }
  899. .education-description {
  900. color: rgba(120, 130, 138, 1);
  901. font-family: DM Sans;
  902. font-size: 12px;
  903. font-weight: 400;
  904. line-height: 16px;
  905. letter-spacing: 0%;
  906. text-align: left;
  907. }
  908. }
  909. }
  910. }
  911. }
  912. // 技能部分样式
  913. .skills-section {
  914. background: #fff;
  915. border-radius: 12px;
  916. padding: 30rpx;
  917. margin-bottom: 20rpx;
  918. box-sizing: border-box;
  919. border: 1px solid rgba(227, 231, 236, 1);
  920. .section-header {
  921. display: flex;
  922. align-items: center;
  923. justify-content: space-between;
  924. margin-bottom: 30rpx;
  925. .section-title {
  926. text {
  927. color: rgba(23, 23, 37, 1);
  928. font-family: Inter;
  929. font-size: 20px;
  930. font-weight: 600;
  931. line-height: 24px;
  932. }
  933. }
  934. }
  935. .skills-grid {
  936. display: flex;
  937. flex-wrap: wrap;
  938. gap: 16rpx;
  939. .skill-tag {
  940. padding: 16rpx;
  941. border: 1px solid rgba(236, 241, 246, 1);
  942. border-radius: 24px;
  943. color: rgba(23, 23, 37, 1);
  944. font-family: DM Sans;
  945. font-size: 14px;
  946. font-weight: 400;
  947. line-height: 20px;
  948. letter-spacing: 0.5%;
  949. text-align: right;
  950. }
  951. }
  952. }
  953. }
  954. </style>