enterpriseInfo.vue 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120
  1. <template>
  2. <view class="content" :style="{ paddingTop: (12 + statusBarHeight + 88 - 60) + 'px' }">
  3. <!-- 固定顶部导航 -->
  4. <view class="fixed-nav" :style="{ paddingTop: (12 + statusBarHeight) + 'px' }">
  5. <view class="nav-bar">
  6. <view class="nav-left" @click="goBack">
  7. <u-icon name="arrow-leftward" color="rgba(51, 51, 51, 1)" style="font-size: 38rpx;"></u-icon>
  8. </view>
  9. <view class="nav-title">公司介绍</view>
  10. <view class="nav-right">
  11. <view class="nav-icons">
  12. <view v-if="false" class="nav-icon" @click="setCollection">
  13. <image v-if="isCollection == 0" src="/static/images/index/guanzhu.svg" class="icon-img">
  14. </image>
  15. <image v-else src="/static/images/index/gzActive.svg" class="icon-img"></image>
  16. </view>
  17. <view class="nav-icon" @click="showShare">
  18. <image src="/static/images/index/fenxiang.svg" class="icon-img"></image>
  19. </view>
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. <!-- 企业信息 -->
  25. <view class="info flex justify-center">
  26. <view class="info-box flex justify-between">
  27. <view class="info-box-r">
  28. <view class="info-box-r-title" v-if="info.companyName">
  29. {{ info.companyName }}
  30. </view>
  31. <view class="info-box-r-label-item" v-if="info.companyPeople">
  32. {{ info.companyPeople }}
  33. </view>
  34. <view class="info-box-r-label-item" v-show="info.companyAllName">
  35. {{ info.companyAllName ? info.companyAllName : '--' }}
  36. </view>
  37. </view>
  38. <image :src="info.companyLogo ? info.companyLogo : '../../static/logo.png'" class="logo" mode="aspectFill">
  39. </image>
  40. </view>
  41. </view>
  42. <!-- 急聘标签 -->
  43. <!-- 公司地址 -->
  44. <view class="address flex justify-center">
  45. <view class="address-box flex justify-center">
  46. <view class="address-box-c">
  47. <!-- 工作时间 -->
  48. <view class="working-hours flex align-center">
  49. <u-icon name="clock" color="rgba(51, 51, 51, 1)" size="38"
  50. style="margin-right: 12rpx;"></u-icon>
  51. <text>{{ info.workTime }}</text>
  52. </view>
  53. <!-- 福利标签 -->
  54. <view class="benefits-section">
  55. <view class="benefits-tags flex align-center flex-wrap">
  56. <view class="benefit-tag" v-for="item in info.welfareArr">
  57. <image src="/static/images/index/huizhang.svg" class="tag-icon"></image>
  58. <text>{{ item }}</text>
  59. </view>
  60. </view>
  61. </view>
  62. <!-- 地址信息 -->
  63. <view @click="openMap()" class="address-box-c-add flex justify-between align-center">
  64. <view class="address-box-c-add-l flex align-center">
  65. <u-icon name="map-fill" style="margin-right: 8rpx;" color="rgba(102, 102, 102, 1)"
  66. size="26"></u-icon>
  67. <!-- <text v-if="info.companyAddress">{{ info.province ? info.province : '' }}{{ info.city ? info.city : ''
  68. }}{{
  69. info.district ? info.district : '' }}{{ info.companyAddress ? info.companyAddress : ''
  70. }}</text> -->
  71. <text v-if="info.companyAddress">{{ info.companyAddress }}</text>
  72. <text v-else>暂无地址信息</text>
  73. </view>
  74. <!--
  75. <view class="address-box-c-add-r">
  76. <u-icon name="arrow-right" color="rgba(51, 51, 51, 1)" size="24"></u-icon>
  77. </view>
  78. -->
  79. </view>
  80. </view>
  81. </view>
  82. </view>
  83. <!-- 企业介绍 -->
  84. <view class="remarks flex justify-center">
  85. <view class="remarks-box">
  86. <view class="remarks-box-title">
  87. 公司介绍
  88. </view>
  89. <view class="remarks-box-con">
  90. <u-read-more show-height="100" :shadow-style="shadowStyle" color="#FD6416" text-indent="0"
  91. closeText="展开">
  92. <!-- <rich-text :nodes="info.companyDetails"
  93. style="color: #ffffff;font-size: 28rpx;font-weight: 500;">
  94. </rich-text> -->
  95. <view class="remarks-box-con-item">
  96. {{ info.companyContent }}
  97. </view>
  98. </u-read-more>
  99. </view>
  100. </view>
  101. </view>
  102. <!-- 主营业务 -->
  103. <view class="business-section flex justify-center">
  104. <view class="business-box">
  105. <view class="business-title">主营业务</view>
  106. <!-- <view class="business-tags flex flex-wrap" v-if="businessList&&businessList.length>0">
  107. <view class="business-tag" v-for="(business, index) in businessList" :key="index">
  108. {{ business }}
  109. </view>
  110. </view> -->
  111. <view class="remarks-box-con-item" v-if="info.companyScope">
  112. {{ info.companyScope }}
  113. </view>
  114. <view class="hr-desc" v-else>
  115. 暂无业务信息
  116. </view>
  117. </view>
  118. </view>
  119. <!-- hr介绍 -->
  120. <view class="hr-section flex justify-center">
  121. <view class="hr-box">
  122. <view class="hr-header flex justify-between align-center">
  123. <view class="hr-title">HR介绍</view>
  124. <view class="view-all-jobs" @click="goToMoreJobs">
  125. <text>查看所有职位</text>
  126. </view>
  127. </view>
  128. <view class="hr-list flex" v-if="info.hr && info.hr.length > 0">
  129. <view class="hr-item" v-for="(hr, index) in info.hr" :key="index">
  130. <view class="hr-content flex align-center">
  131. <view class="hr-avatar-container">
  132. <view class="hr-avatar">
  133. <image :src="hr.hrImg || '/static/logo.png'" mode="aspectFill" />
  134. </view>
  135. <view class="online-dot" :style="{'background':hr&&hr.onlineStatus=='ONLINE'?'#00D26A':'#999'}"></view>
  136. </view>
  137. <view class="hr-text">
  138. <view class="hr-name">{{ hr.name }}</view>
  139. <view class="hr-position">{{ hr.hrPosition }}</view>
  140. </view>
  141. </view>
  142. </view>
  143. </view>
  144. <view class="hr-desc" v-else>暂无HR信息</view>
  145. </view>
  146. </view>
  147. <!-- 人才发展 -->
  148. <view class="talent-section flex justify-center">
  149. <view class="talent-box">
  150. <view class="talent-title">人才发展</view>
  151. <view class="talent-tags flex flex-wrap">
  152. <view class="talent-tag" v-for="(talent, index) in talentList" :key="index">
  153. {{ talent }}
  154. </view>
  155. </view>
  156. </view>
  157. </view>
  158. <!-- 公司风采 -->
  159. <view class="talent-section flex justify-center">
  160. <view class="talent-box">
  161. <view class="talent-title">公司风采</view>
  162. <!-- 有图片时显示轮播 -->
  163. <swiper v-if="info.photos" class="talent-swiper" indicator-dots="true" autoplay="true" interval="3000" circular="true">
  164. <swiper-item v-for="(talent, index) in info.photos.split(',')" :key="index">
  165. <view class="photo-box">
  166. <image :src="talent" mode="aspectFill" class="photoImage"></image>
  167. </view>
  168. </swiper-item>
  169. </swiper>
  170. <!-- 没有图片时显示提示 -->
  171. <view class="hr-desc" v-else>该公司还未上传相关图片!</view>
  172. </view>
  173. </view>
  174. <!-- 工商信息 -->
  175. <view class="gsInfo flex justify-center">
  176. <view class="gsInfo-box flex justify-center">
  177. <view class="gsInfo-box-c">
  178. <view class="gsInfo-box-c-title">
  179. 工商信息
  180. </view>
  181. <view class="gsInfo-box-c-item">
  182. 公司全称:{{ info.companyAllName ? info.companyAllName : '--' }}
  183. </view>
  184. <view class="gsInfo-box-c-item">
  185. 成立时间:{{ info.companyCreateTime ? info.companyCreateTime : '--' }}
  186. </view>
  187. <view class="gsInfo-box-c-item">
  188. 注册资本:{{ info.companyRegisteredFund ? `${info.companyRegisteredFund}万人民币` : '--' }}
  189. </view>
  190. <view class="gsInfo-box-c-item">
  191. 法人代表:{{ info.companyLegalPerson ? info.companyLegalPerson : '--' }}
  192. </view>
  193. </view>
  194. </view>
  195. </view>
  196. <!-- 全部岗位弹窗 -->
  197. <btnPopous ref="jobPopup" v-if="showJobPopup && companyId && classify.length > 0" :companyId="companyId"
  198. :cittArr="cittArr" :classify="classify" :moneyArr="moneyArr" :jyArr="jyArr" @closePopup="closeJobPopup" />
  199. <u-popup v-model="shows" z-index="99999" mode="bottom" border-radius="14" height="300rpx">
  200. <view class="shar flex justify-center">
  201. <view class="shar-box flex justify-around">
  202. <view class="shar-box-item" @click="appShare('WXSceneSession')">
  203. <u-icon name="weixin-circle-fill" color="#45b630" style="margin-left: 10rpx;" size="70">
  204. </u-icon>
  205. <view class="">
  206. 微信好友
  207. </view>
  208. </view>
  209. <view class="shar-box-item" @click="appShare('WXSenceTimeline')">
  210. <u-icon name="moments-circel-fill" color="#6dbf30" size="70" style="margin-left: 20rpx;">
  211. </u-icon>
  212. <view class="">
  213. 微信朋友圈
  214. </view>
  215. </view>
  216. </view>
  217. </view>
  218. <view class="line"></view>
  219. <view class="sharNo" @click="shows = false">
  220. 取消
  221. </view>
  222. </u-popup>
  223. </view>
  224. </template>
  225. <script>
  226. import btnPopous from '../../components/btnPopous/btnPopous.vue'
  227. import config from '../../common/config.js'
  228. export default {
  229. components: {
  230. btnPopous
  231. },
  232. data() {
  233. return {
  234. statusBarHeight: 0, // 状态栏高度
  235. backStyle: {
  236. color: '#ffffff'
  237. },
  238. shadowStyle: {
  239. backgroundImage: 'none',
  240. },
  241. companyId: '',
  242. info: {},
  243. isCollection: 0, // 收藏状态
  244. showJobPopup: false, // 控制职位弹窗显示
  245. cittArr: [], //企业发布岗位的城市数组
  246. moneyArr: [], //薪资列表数组
  247. jyArr: [], //工作经验列表数组
  248. classify: [], //岗位名称数组
  249. hrList: [
  250. {
  251. name: '孙先生',
  252. position: '人事经理',
  253. color: '#4A90E2'
  254. },
  255. {
  256. name: '宋先生',
  257. position: 'HRBP',
  258. color: '#7ED321'
  259. },
  260. {
  261. name: '邹先生',
  262. position: 'HR助力',
  263. color: '#F5A623'
  264. }
  265. ],
  266. businessList: [],
  267. talentList: [],
  268. sharType: 0,
  269. sharMsg: '',
  270. shows: false
  271. };
  272. },
  273. //分享
  274. onShareAppMessage(res) {
  275. return {
  276. path: '/my/enterpriseInfo/enterpriseInfo?companyId=' + this.companyId + '&invitation=' + uni
  277. .getStorageSync(
  278. 'invitationCode'),
  279. title: this.info.companyName,
  280. }
  281. },
  282. /*
  283. * uniapp微信小程序分享页面到微信朋友圈
  284. */
  285. onShareTimeline(res) {
  286. return {
  287. path: '/my/enterpriseInfo/enterpriseInfo?companyId=' + this.companyId + '&invitation=' + uni
  288. .getStorageSync(
  289. 'invitationCode'),
  290. title: this.info.companyName,
  291. }
  292. },
  293. // onPageScroll(e) {
  294. // if (e.scrollTop > 100) {
  295. // uni.setNavigationBarTitle({
  296. // title: '西安省钱兄网络科技有限公司'
  297. // })
  298. // } else {
  299. // uni.setNavigationBarTitle({
  300. // title: '企业详情'
  301. // })
  302. // }
  303. // },
  304. onLoad(option) {
  305. // 获取状态栏高度
  306. let systemInfo = uni.getSystemInfoSync();
  307. this.statusBarHeight = systemInfo.statusBarHeight || 0;
  308. // 获取邀请码保存到本地
  309. if (option.invitation) {
  310. this.$queue.setData('inviterCode', option.invitation);
  311. }
  312. // #ifdef MP-WEIXIN
  313. if (option.scene) {
  314. const scene = decodeURIComponent(option.scene);
  315. this.$queue.setData('inviterCode', scene.split(',')[0]);
  316. }
  317. // #endif
  318. uni.showLoading({
  319. title: '加载中'
  320. })
  321. this.companyId = option.companyId
  322. this.getInfo();
  323. this.getCityCompanyId();
  324. this.getMoney();
  325. this.getJy();
  326. this.getClassify();
  327. },
  328. methods: {
  329. // 返回上一页
  330. goBack() {
  331. uni.navigateBack();
  332. },
  333. // 显示分享选项
  334. showShare() {
  335. // 可以添加分享逻辑
  336. this.shows = true
  337. },
  338. //app分享
  339. appShare(scene) {
  340. // #ifdef H5
  341. this.shar()
  342. this.shows = false;
  343. return
  344. //#endif
  345. return this.$queue.appShare(scene,this)
  346. let that = this
  347. let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
  348. let curRoute = routes[routes.length - 1].$page.fullPath // 获取当前页面路由,也就是最后一个打开的页面路由
  349. uni.share({
  350. provider: "weixin", //分享服务提供商(即weixin|qq|sinaweibo)
  351. scene: scene, //场景,可取值参考下面说明。
  352. type: 5, //分享形式 0:图文 1:纯文字 2:纯图片 3:音乐 4:视频 5:小程序
  353. // href: curRoute, //跳转链接
  354. // imageUrl:'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/962fc340-4f2c-11eb-bdc1-8bd33eb6adaa.png',
  355. imageUrl: that.sharMsg,
  356. title: that.info.stationName, //分享内容的标题
  357. miniProgram: {
  358. id: 'gh_d531be6accdb', //分享的小程序原始id
  359. path: curRoute, //分享的小程序的页面路径
  360. webUrl: "https://ask.dcloud.net.cn/article/287", //地址
  361. type: that.sharType, //微信小程序的版本 0-正式版; 1-测试版; 2-体验版。 默认值为0。
  362. },
  363. success: function (res) {
  364. that.shows = false; //成功后关闭底部弹框
  365. },
  366. fail: function (err) {
  367. console.log(err, '分享失败回调')
  368. uni.showToast({
  369. title: '分享失败',
  370. icon: 'none',
  371. duration: 2000
  372. })
  373. that.shows = false;
  374. }
  375. });
  376. },
  377. getShowModal() {
  378. uni.showModal({
  379. title: '提示',
  380. content: '请登录后联系企业',
  381. showCancel: true,
  382. cancelText: '取消',
  383. confirmText: '去登录',
  384. complete: (res) => {
  385. if (res.confirm) {
  386. this.$queue.toLogin('navigateTo')
  387. }
  388. }
  389. });
  390. },
  391. shar() {
  392. if (uni.getStorageSync('token')) {
  393. let that = this
  394. // h5分享
  395. // #ifdef H5
  396. let url = config.WSHOST4 + '/my/enterpriseInfo/enterpriseInfo?companyId=' + this.companyId + '&invitation=' + uni
  397. .getStorageSync(
  398. 'invitationCode')
  399. // let url = 'http://192.168.0.109:8081/pages/index/game/order?postPushId=' + this.postPushId
  400. // alert(url)
  401. uni.setClipboardData({
  402. data: url,
  403. success() {
  404. uni.showToast({
  405. title: '分享链接已复制'
  406. })
  407. }
  408. })
  409. // #endif
  410. } else {
  411. this.getShowModal()
  412. }
  413. },
  414. // 收藏企业
  415. setCollection() {
  416. this.$Request.postT("/app/myCollection/saveCollection", {
  417. companyId: this.companyId,
  418. type: 3 // 2表示收藏企业
  419. }).then(res => {
  420. if (res.code == 0) {
  421. uni.showToast({
  422. title: res.msg
  423. })
  424. this.isCollection = this.isCollection == 0 ? 1 : 0;
  425. }
  426. })
  427. },
  428. // 显示所有职位弹窗
  429. goToMoreJobs() {
  430. if (this.classify && this.classify.length <= 0) {
  431. uni.showToast({
  432. title: '该公司还未发布岗位!',
  433. icon: 'none'
  434. })
  435. return;
  436. }
  437. this.showJobPopup = true;
  438. this.$nextTick(() => {
  439. if (this.$refs.jobPopup) {
  440. this.$refs.jobPopup.topY = true;
  441. }
  442. });
  443. },
  444. // 关闭职位弹窗
  445. closeJobPopup() {
  446. this.showJobPopup = false;
  447. },
  448. openMap() {
  449. let that = this
  450. if (that.info.companyLat && that.info.companyLng) {
  451. uni.openLocation({
  452. latitude: that.info.companyLat,
  453. longitude: that.info.companyLng,
  454. address: that.info.province + '' + that.info.city + '' + that.info.district + '' + that
  455. .info
  456. .companyAddress,
  457. name: that.info.companyAddress
  458. })
  459. } else {
  460. uni.showToast({
  461. title: '暂无位置信息',
  462. icon: 'none'
  463. })
  464. }
  465. },
  466. /**
  467. * 岗位分类数组
  468. */
  469. getClassify() {
  470. this.$Request.getT("/app/postPush/getCompanyClassifyByCompanyId", {
  471. companyId: this.companyId
  472. }).then(res => {
  473. if (res.code == 0) {
  474. this.classify = res.data //岗位分类列表数组
  475. }
  476. })
  477. },
  478. /**
  479. * 获取薪资 列表
  480. */
  481. getMoney() {
  482. this.$Request.get("/app/dict/list", {
  483. type: '薪资 '
  484. }).then(res => {
  485. if (res.code == 0) {
  486. this.moneyArr = res.data //薪资列表数组
  487. }
  488. })
  489. },
  490. /**
  491. * 获取工作经验列表
  492. */
  493. getJy() {
  494. this.$Request.get("/app/dict/list", {
  495. type: '工作经验 '
  496. }).then(res => {
  497. if (res.code == 0) {
  498. this.jyArr = res.data //工作经验列表数组
  499. }
  500. })
  501. },
  502. /**
  503. * 根据公司id查询已发布岗位的市
  504. */
  505. getCityCompanyId() {
  506. let data = {
  507. companyId: this.companyId
  508. }
  509. this.$Request.getT("/app/postPush/getCityCompanyId", data).then(res => {
  510. if (res.code == 0) {
  511. this.cittArr = res.data
  512. }
  513. })
  514. },
  515. //获取企业详情
  516. getInfo() {
  517. let that = this
  518. this.$Request.get("/app/company/selectCompanyByCompanyId", {
  519. companyId: this.companyId
  520. }).then(res => {
  521. if (res.code == 0) {
  522. let color = ['#4A90E2', '#7ED321', '#F5A623']
  523. res.data.welfareArr = res.data.welfare ? res.data.welfare.split(',') : []
  524. res.data.photosArr = res.data.photosArr ? res.data.photos.split(',') : []
  525. that.talentList = res.data.companyPeopleDevelop ? res.data.companyPeopleDevelop.split(',') : []
  526. that.businessList = res.data.workDescribe ? res.data.workDescribe.split(',') : []
  527. if (res.data.hr) {
  528. res.data.hr.forEach(function (item, index) {
  529. if (item) {
  530. item.name = '匿名'
  531. item.color = color[index % 3]
  532. for (const user of res.data.userEntities) {
  533. if (item.userId == user.userId) {
  534. item.name = user.userName;
  535. break; // 直接跳出循环
  536. }
  537. }
  538. }
  539. })
  540. }
  541. this.info = res.data
  542. if (this.info.companyName) {
  543. uni.setNavigationBarTitle({
  544. title: that.info.companyName
  545. })
  546. }
  547. that.isCollection = res.data.isCollect || 0
  548. // let reg = /.+?(省|市|自治区|自治州|县|区)/g
  549. // let cityarr = this.info.companyAddress.match(reg)
  550. // if (cityarr && cityarr != null) {
  551. // if (cityarr.length == 3) {
  552. // this.info.companyAddress = cityarr[0] + '' + cityarr[1] + '' + cityarr[2]
  553. // } else {
  554. // this.info.companyAddress = cityarr[0] + '' + cityarr[1]
  555. // }
  556. // }
  557. }
  558. uni.hideLoading()
  559. })
  560. },
  561. }
  562. }
  563. </script>
  564. <style lang="scss">
  565. page {
  566. // background-color: #4B4D5C;
  567. // overflow: hidden;
  568. }
  569. .hr-desc {
  570. color: rgba(102, 102, 102, 1);
  571. font-family: DM Sans;
  572. font-size: 20rpx;
  573. }
  574. .content {
  575. // padding-top 已改为动态计算,在模板中通过 :style 设置
  576. }
  577. .fixed-nav {
  578. position: fixed;
  579. top: 0;
  580. left: 0;
  581. right: 0;
  582. z-index: 9999;
  583. background-color: #ffffff;
  584. padding: 0 32rpx;
  585. // padding-top 已改为动态计算,在模板中通过 :style 设置
  586. }
  587. .nav-bar {
  588. display: flex;
  589. align-items: center;
  590. justify-content: space-between;
  591. height: 88rpx;
  592. padding: 0 8rpx;
  593. // margin-bottom: 30rpx; // 已移除,因为现在是固定导航栏
  594. // padding: 0 40rpx; // 已调整,因为外层 fixed-nav 已有 padding
  595. .nav-left {
  596. display: flex;
  597. align-items: center;
  598. justify-content: flex-start;
  599. width: 96rpx;
  600. }
  601. .nav-title {
  602. color: rgba(34, 37, 42, 1);
  603. font-family: DM Sans;
  604. font-size: 16px;
  605. font-weight: 400;
  606. line-height: 24px;
  607. letter-spacing: 0px;
  608. text-align: left;
  609. }
  610. .nav-right {
  611. display: flex;
  612. align-items: center;
  613. justify-content: flex-end;
  614. width: 96rpx;
  615. }
  616. .nav-icons {
  617. display: flex;
  618. align-items: center;
  619. gap: 24rpx;
  620. }
  621. .nav-icon {
  622. display: flex;
  623. align-items: center;
  624. justify-content: center;
  625. width: 36rpx;
  626. height: 36rpx;
  627. }
  628. .icon-img {
  629. width: 42rpx;
  630. height: 42rpx;
  631. }
  632. }
  633. .info {
  634. width: 100%;
  635. margin-top: 50rpx;
  636. .info-box {
  637. width: 686rpx;
  638. height: 100%;
  639. .info-box-r {
  640. width: calc(100% - 150rpx);
  641. }
  642. .info-box-r-title {
  643. color: rgba(58, 57, 67, 1);
  644. font-family: DM Sans;
  645. font-size: 24px;
  646. font-weight: 700;
  647. line-height: 30px;
  648. }
  649. .info-box-r-label {
  650. color: #FFFFFF;
  651. font-size: 28rpx;
  652. font-weight: 500;
  653. margin-top: 12rpx;
  654. // .info-box-r-label-item {
  655. // color: rgba(153, 153, 153, 1);
  656. // font-family: DM Sans;
  657. // font-size: 24rpx;
  658. // font-weight: 400;
  659. // line-height: 16px;
  660. // letter-spacing: 0%;
  661. // text-align: left;
  662. // margin-top: 8rpx;
  663. // }
  664. }
  665. .logo {
  666. width: 100rpx;
  667. height: 100rpx;
  668. border-radius: 50%;
  669. box-sizing: border-box;
  670. border: 0.5px solid rgba(232, 242, 254, 1);
  671. }
  672. }
  673. }
  674. .info-box-r-label-item {
  675. color: rgba(153, 153, 153, 1);
  676. font-family: DM Sans;
  677. font-size: 24rpx;
  678. font-weight: 400;
  679. line-height: 16px;
  680. letter-spacing: 0%;
  681. text-align: left;
  682. margin-top: 8rpx;
  683. }
  684. .remarks {
  685. width: 100%;
  686. margin-top: 44rpx;
  687. .remarks-box {
  688. width: 686rpx;
  689. .remarks-box-title {
  690. color: rgba(34, 37, 42, 1);
  691. font-family: DM Sans;
  692. font-size: 16px;
  693. font-weight: 400;
  694. line-height: 24px;
  695. letter-spacing: 0px;
  696. text-align: left;
  697. }
  698. .remarks-box-con {
  699. margin-top: 12rpx;
  700. }
  701. }
  702. }
  703. .remarks-box-con-item {
  704. color: rgba(153, 153, 153, 1);
  705. font-family: DM Sans;
  706. font-size: 14px;
  707. font-weight: 400;
  708. line-height: 18px;
  709. letter-spacing: 0px;
  710. text-align: left;
  711. }
  712. .address {
  713. width: 100%;
  714. margin-top: 40rpx;
  715. .address-box {
  716. width: 686rpx;
  717. border-radius: 24rpx;
  718. .address-box-c {
  719. width: 100%;
  720. .working-hours {
  721. margin-bottom: 12rpx;
  722. text {
  723. color: rgba(51, 51, 51, 1);
  724. font-size: 28rpx;
  725. font-weight: 400;
  726. }
  727. }
  728. .benefits-section {
  729. margin-bottom: 24rpx;
  730. .benefits-tags {
  731. gap: 12rpx;
  732. .benefit-tag {
  733. background: rgba(40, 107, 229, 0.1);
  734. border-radius: 12rpx;
  735. padding: 12rpx;
  736. display: flex;
  737. align-items: center;
  738. gap: 8rpx;
  739. .tag-icon {
  740. width: 42rpx;
  741. height: 42rpx;
  742. }
  743. text {
  744. color: rgba(34, 37, 42, 0.5);
  745. font-family: DM Sans;
  746. font-size: 20rpx;
  747. font-weight: 400;
  748. line-height: 44rpx;
  749. letter-spacing: 0px;
  750. text-align: left;
  751. }
  752. }
  753. }
  754. }
  755. .address-box-c-add {
  756. padding: 0;
  757. .address-box-c-add-l {
  758. color: rgba(102, 102, 102, 1);
  759. font-family: DM Sans;
  760. font-size: 12px;
  761. font-weight: 400;
  762. line-height: 16px;
  763. letter-spacing: 0px;
  764. text-align: left;
  765. }
  766. .address-box-c-add-r {
  767. width: 48rpx;
  768. height: 48rpx;
  769. display: flex;
  770. align-items: center;
  771. justify-content: center;
  772. }
  773. }
  774. }
  775. }
  776. }
  777. .business-section {
  778. width: 100%;
  779. margin-top: 40rpx;
  780. .business-box {
  781. width: 686rpx;
  782. background: #ffffff;
  783. border-radius: 24rpx;
  784. .business-title {
  785. color: rgba(34, 37, 42, 1);
  786. font-family: DM Sans;
  787. font-size: 16px;
  788. font-weight: 400;
  789. line-height: 24px;
  790. letter-spacing: 0px;
  791. text-align: left;
  792. margin-bottom: 12rpx;
  793. }
  794. .business-tags {
  795. gap: 12rpx;
  796. .business-tag {
  797. background: transparent;
  798. border: 1px solid rgba(153, 196, 250, 1);
  799. border-radius: 12rpx;
  800. padding: 6rpx 12rpx;
  801. color: rgba(40, 107, 229, 1);
  802. font-family: DM Sans;
  803. font-size: 20rpx;
  804. font-weight: 400;
  805. line-height: 16px;
  806. letter-spacing: 0px;
  807. text-align: center;
  808. }
  809. }
  810. }
  811. }
  812. .talent-section {
  813. width: 100%;
  814. margin-top: 40rpx;
  815. .talent-box {
  816. width: 686rpx;
  817. background: #ffffff;
  818. border-radius: 24rpx;
  819. .talent-title {
  820. color: rgba(34, 37, 42, 1);
  821. font-family: DM Sans;
  822. font-size: 16px;
  823. font-weight: 400;
  824. line-height: 24px;
  825. letter-spacing: 0px;
  826. text-align: left;
  827. margin-bottom: 24rpx;
  828. }
  829. .talent-tags {
  830. gap: 12rpx;
  831. .talent-tag {
  832. background: rgba(153, 153, 153, 0.1);
  833. border-radius: 12rpx;
  834. padding: 6rpx 12rpx;
  835. color: rgba(102, 102, 102, 1);
  836. font-family: DM Sans;
  837. font-size: 20rpx;
  838. font-weight: 400;
  839. line-height: 16px;
  840. letter-spacing: 0px;
  841. text-align: center;
  842. }
  843. .photo {
  844. width: 100%;
  845. }
  846. }
  847. }
  848. }
  849. .talent-swiper {
  850. height: calc(686rpx * 3 / 4);
  851. }
  852. .photo-box {
  853. position: relative;
  854. width: 100%;
  855. padding-top: 75%;
  856. overflow: hidden;
  857. border-radius: 8px;
  858. }
  859. .photoImage {
  860. position: absolute;
  861. top: 0;
  862. left: 0;
  863. width: 100%;
  864. height: 100%;
  865. }
  866. .hr-section {
  867. width: 100%;
  868. .hr-box {
  869. width: 686rpx;
  870. background: #ffffff;
  871. border-radius: 24rpx;
  872. .hr-header {
  873. padding: 40rpx 0 0 0;
  874. margin-bottom: 30rpx;
  875. .hr-title {
  876. color: rgba(34, 37, 42, 1);
  877. font-family: DM Sans;
  878. font-size: 16px;
  879. font-weight: 400;
  880. line-height: 24px;
  881. letter-spacing: 0px;
  882. text-align: left;
  883. }
  884. .view-all-jobs {
  885. text {
  886. color: rgba(1, 107, 246, 1);
  887. font-family: DM Sans;
  888. font-size: 12px;
  889. font-weight: 400;
  890. line-height: 16px;
  891. letter-spacing: 0px;
  892. text-align: right;
  893. }
  894. }
  895. }
  896. .hr-list {
  897. flex-wrap: wrap;
  898. gap: 8px;
  899. .hr-item {
  900. flex: 0 0 calc((100% - 16px) / 3);
  901. .hr-content {
  902. align-items: center;
  903. .hr-avatar-container {
  904. position: relative;
  905. margin-right: 16rpx;
  906. .hr-avatar {
  907. width: 80rpx;
  908. height: 80rpx;
  909. border-radius: 50%;
  910. display: flex;
  911. align-items: center;
  912. justify-content: center;
  913. position: relative;
  914. image {
  915. display: block;
  916. width: 80rpx;
  917. height: 80rpx;
  918. border-radius: 50%;
  919. border: 0.5px solid #eee;
  920. }
  921. .avatar-text {
  922. color: #ffffff;
  923. font-size: 32rpx;
  924. font-weight: 600;
  925. }
  926. }
  927. .online-dot {
  928. position: absolute;
  929. bottom: 4rpx;
  930. right: -2px;
  931. width: 20rpx;
  932. height: 20rpx;
  933. background-color: #7ED321;
  934. border-radius: 50%;
  935. border: 3rpx solid #fff;
  936. }
  937. }
  938. .hr-text {
  939. .hr-name {
  940. color: rgba(29, 33, 41, 1);
  941. font-family: DM Sans;
  942. font-style: Medium;
  943. font-size: 12px;
  944. font-weight: 500;
  945. line-height: 16px;
  946. }
  947. .hr-position {
  948. height: 16px;
  949. color: rgba(153, 153, 153, 1);
  950. font-family: DM Sans;
  951. font-size: 24rpx;
  952. font-weight: 400;
  953. line-height: 16px;
  954. text-align: left;
  955. }
  956. }
  957. }
  958. }
  959. }
  960. }
  961. }
  962. .gsInfo {
  963. width: 100%;
  964. margin-top: 40rpx;
  965. .gsInfo-box {
  966. width: 686rpx;
  967. height: 100%;
  968. border-radius: 24rpx;
  969. .gsInfo-box-c {
  970. width: 100%;
  971. height: 100%;
  972. padding-bottom: 120rpx;
  973. }
  974. .gsInfo-box-c-title {
  975. color: rgba(34, 37, 42, 1);
  976. font-family: DM Sans;
  977. font-size: 16px;
  978. font-weight: 400;
  979. line-height: 24px;
  980. letter-spacing: 0px;
  981. text-align: left;
  982. margin-bottom: 10rpx;
  983. }
  984. .gsInfo-box-c-item {
  985. color: rgba(153, 153, 153, 1);
  986. font-family: DM Sans;
  987. font-size: 12px;
  988. font-weight: 400;
  989. line-height: 16px;
  990. letter-spacing: 0%;
  991. text-align: left;
  992. margin-bottom: 10rpx;
  993. }
  994. }
  995. }
  996. .shar {
  997. width: 100%;
  998. height: 100rpx;
  999. margin-top: 40rpx;
  1000. .shar-box {
  1001. width: 686rpx;
  1002. height: 100%;
  1003. .shar-box-item {
  1004. font-size: 24rpx;
  1005. }
  1006. }
  1007. }
  1008. .line {
  1009. width: 100%;
  1010. border: 1rpx solid #F2F2F7;
  1011. margin-top: 30rpx;
  1012. margin-bottom: 20rpx;
  1013. }
  1014. .sharNo {
  1015. width: 100%;
  1016. color: #cccccc;
  1017. font-size: 24rpx;
  1018. text-align: center;
  1019. }
  1020. </style>