pay.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. <template>
  2. <view>
  3. <!-- 固定顶部导航栏 -->
  4. <view class="fixed-header">
  5. <!-- 自定义导航栏 -->
  6. <view class="custom-navbar">
  7. <view class="navbar-content">
  8. <view class="nav-left" @click="goBack">
  9. <u-icon name="arrow-leftward" color="#333" size="32"></u-icon>
  10. </view>
  11. <view class="nav-title">职位详情</view>
  12. <view class="nav-right"></view>
  13. </view>
  14. </view>
  15. </view>
  16. <!-- 审核失败 -->
  17. <view v-if="info.status === 3">
  18. <!-- 审核状态提示 -->
  19. <view class="status-section">
  20. <view class="status-icon">
  21. <image src="../../static/images/index/redGantan.svg" class="status-icon-img"></image>
  22. </view>
  23. <view class="status-title">职位审核失败</view>
  24. </view>
  25. <!-- 职位信息卡片 -->
  26. <view class="job-info-card">
  27. <view class="job-header">
  28. <view class="job-title-section">
  29. <text class="job-title">{{info.stationName}}</text>
  30. </view>
  31. <view class="job-status">
  32. <text class="status-text">审核未通过</text>
  33. </view>
  34. </view>
  35. <view class="job-info">
  36. <text class="job-details">{{info.county}} {{info.education}} {{info.experience}} {{info.salaryRange}} {{info.postType}}</text>
  37. </view>
  38. </view>
  39. <!-- 失败原因 -->
  40. <view class="failure-reason-section">
  41. <view class="section-title">失败原因</view>
  42. <view class="reason-list">
  43. <view class="reason-item">
  44. <text class="reason-text">{{info.auditContent}}</text>
  45. </view>
  46. </view>
  47. </view>
  48. </view>
  49. <!-- 其他状态 -->
  50. <view v-if="info.status !== 3">
  51. <view class="remarks flex justify-center">
  52. <view class="remarks-box flex justify-between align-center">
  53. <text style="color: rgba(1, 107, 246, 1);font-weight: bold;">{{info.status==1?'待审核':(info.status==2?'进行中':(info.status==3?'已拒绝':(info.status==4?'已取消':'已关闭')))}}</text>
  54. <text style="color: rgba(156, 164, 171, 1);font-size: 24rpx;">{{info.createTime}}</text>
  55. </view>
  56. </view>
  57. <view class="remarks flex justify-center" v-if="info.isOverdue==1">
  58. <view class="remarks-box flex justify-between align-center">
  59. <text style="color: #000000;font-weight: bold;">已到期</text>
  60. <text style="color: #000000;font-size: 24rpx;">{{info.overdueTime}}</text>
  61. </view>
  62. </view>
  63. <!-- 岗位要求 -->
  64. <view class="job flex justify-center">
  65. <view class="job-info flex justify-center">
  66. <view class="job-info-c">
  67. <view class="job-info-c-header">
  68. <view class="job-info-c-title">
  69. {{info.ruleClassifyName}}
  70. </view>
  71. <view class="job-info-c-price">
  72. {{info.salaryRange}}
  73. </view>
  74. </view>
  75. <!-- 地址 -->
  76. <view class="job-info-c-address">
  77. <u-icon name="map" color="rgba(58, 57, 67, 1)" style="margin-right: 10rpx;" size="24"></u-icon>
  78. {{info.city}} {{info.county}} {{info.address}}
  79. </view>
  80. <view class="job-info-c-label flex align-center flex-wrap">
  81. <view class="job-info-c-label-item">
  82. {{info.experience}}
  83. </view>
  84. <view class="job-info-c-label-item">
  85. {{info.education}}
  86. </view>
  87. <view class="job-info-c-label-item">
  88. {{info.industry}}
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <!-- 急聘 -->
  95. <view class="urgent-banner">
  96. <view class="urgent-left-section flex align-center">
  97. <view class="urgent-star-icon-wrapper flex align-center justify-center">
  98. <u-icon name="star-fill" color="rgba(251, 231, 185, 1)" size="40rpx"></u-icon>
  99. </view>
  100. <view class="urgent-text-content">
  101. <view class="urgent-main-title">急聘职位 | 2天后到期</view>
  102. <view class="urgent-sub-description">急聘免费体验中,升级正式版享受更多权益</view>
  103. <view class="urgent-benefits flex align-center">今日剩余权益:5次沟通,0次查看 <u-icon name="arrow-right" color="#FFFFFF" size="20rpx" style="margin-left: 10rpx;"></u-icon></view>
  104. </view>
  105. </view>
  106. <view class="urgent-upgrade-button">
  107. 升级正式版
  108. </view>
  109. </view>
  110. <!-- 岗位介绍 -->
  111. <view class="jobRemarks flex justify-center">
  112. <view class="jobRemarks-box flex justify-center">
  113. <view class="jobRemarks-box-c">
  114. <view class="jobRemarks-box-c-title flex align-center">
  115. <image src="/static/images/index/ins.png" class="title-icon"></image>
  116. <text>职位说明</text>
  117. </view>
  118. <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.tag">
  119. <view class="jobRemarks-box-c-label-item" v-for="(item,index) in info.tag.split(',')" :key="index">
  120. {{item}}
  121. </view>
  122. </view>
  123. <!--
  124. <view class="job-description">
  125. <view class="description-item">1.负责Amazon英国、欧洲站、制定推广与销售计划,达成团队要求的销售业绩;</view>
  126. <view class="description-item">2.做好数据的统计分析工作,收集、分析市场信息,竞争对手状况,并根据产品销售与排名变化,及时制定和调整产品的销售策略;</view>
  127. <view class="description-item">3.熟悉Amazon店铺操作,负责店铺产品编辑上传,精准把握关键词选择,负责标题,详情页面的优化;</view>
  128. <view class="description-item">4.熟悉Amazon平台规则,熟悉Amazon站内广告投放和促销式,站外促销,找红人营销等提高曝光率和转化率的引流方;</view>
  129. <view class="description-item">5.控制产品风险,合理规划FBA库存,及时合理处理滞销FBA库存;</view>
  130. <view class="description-item">6.对产品销售进行跟踪,分析,及时汇报销售中存在的问题,并给出可行性意见;</view>
  131. <view class="description-item">7.及时处理客户留言及回评,解答客户相关咨询与投诉,并进行问题整理统计分析,提高店铺的好评率,确保账号安全;</view>
  132. <view class="description-item">8.每月定期整理分析运营各项数据,并提出相应的合理化建议。</view>
  133. </view> -->
  134. <view class="jobRemarks-box-c-con" v-if="info.positionDetails">
  135. <view class="jobRemarks-box-c-con-item" v-html="info.positionDetails">
  136. </view>
  137. </view>
  138. <view class="jobRemarks-box-c-line"></view>
  139. <view class="jobRemarks-box-c-title flex align-center" style="margin-top: 25rpx;">
  140. <image src="/static/images/index/welfare.png" class="title-icon"></image>
  141. <text>岗位福利</text>
  142. </view>
  143. <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.welfareTag">
  144. <view class="jobRemarks-box-c-label-item" v-for="(item,index) in info.welfareTag?info.welfareTag.split(';'):[]" :key="index">
  145. {{item}}
  146. </view>
  147. </view>
  148. <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-else>
  149. <view class="jobRemarks-box-c-label-item">
  150. 暂无
  151. </view>
  152. </view>
  153. <!-- <view class="job-description">
  154. <view class="description-item">1.完整的晋升机制,每年2次调薪机会;</view>
  155. <view class="description-item">2.满一年五天带薪年假;</view>
  156. <view class="description-item">3.每月员工下午茶;</view>
  157. <view class="description-item">4.各类大促活动有对应的激励方案;</view>
  158. <view class="description-item">5.丰厚的提成和年终奖励;</view>
  159. <view class="description-item">6.开设员工俱乐部:羽毛球、篮球、舞蹈、瑜伽等等。</view>
  160. </view> -->
  161. </view>
  162. </view>
  163. </view>
  164. <!-- 企业简介 -->
  165. <view class="enterprise">
  166. <!-- 公司介绍卡片 -->
  167. <view class="company-intro-card" @click="goInfo(info.company.companyId)">
  168. <view class="company-avatar">
  169. <image :src="info.company.companyLogo?info.company.companyLogo:'../../../static/logo.png'"
  170. style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode="aspectFill"></image>
  171. </view>
  172. <view class="company-info">
  173. <view class="company-name">{{info.company?info.company.companyAllName:''}}</view>
  174. <view class="company-details">{{info.company?info.company.companyPeople:''}} · {{info.company?info.company.companyScope:''}}</view>
  175. </view>
  176. <view class="company-arrow">
  177. <u-icon name="arrow-right" color="rgba(51, 51, 51, 1)" size="32"></u-icon>
  178. </view>
  179. </view>
  180. <!-- 地图区域 -->
  181. <view class="enterprise-box flex justify-center">
  182. <view class="enterprise-box-c">
  183. <view class="enterprise-box-c-bto flex align-center justify-between" @click.stop="gotoMap()">
  184. <view class="enterprise-box-c-bto-l flex align-center">
  185. <u-icon name="map" color="#016BF6" style="margin-left: 20rpx;margin-right: 10rpx;" size="28"></u-icon>
  186. <!-- {{info.province}}{{info.city}}{{info.county}} -->{{info.address}}
  187. </view>
  188. <view class="enterprise-box-c-bto-r">
  189. <u-icon name="arrow-right" color="#016BF6" style="margin-right: 20rpx;" size="28"></u-icon>
  190. </view>
  191. </view>
  192. </view>
  193. </view>
  194. </view>
  195. </view>
  196. <!-- 底部操作 -->
  197. <view class="btn flex justify-center" v-if="info.status==1">
  198. <view class="btn-box bgBox flex justify-center align-center" @click="cancelProject">
  199. 取消招聘
  200. </view>
  201. </view>
  202. <view class="btn flex justify-center" v-if="info.status==4 || info.isOverdue==1" @click="updataServeType(info.postPushId,'save')">
  203. <view class="btn-box bgBox flex justify-center align-center">
  204. 重新发布
  205. </view>
  206. </view>
  207. <view class="btn flex justify-center" v-if="info.status==3 && info.isOverdue==0">
  208. <view class="btn-box bgBox flex justify-center align-center" @click="updataServeType(info.postPushId,'updata')">
  209. 编辑
  210. </view>
  211. </view>
  212. <view class="btn flex justify-center" v-if="info.status==2 && info.isOverdue == 0">
  213. <view class="btn-box flex justify-between">
  214. <view class="btn-box bgBox btn-boxs flex justify-center align-center" @click="updataServeType(info.postPushId,'updata')">
  215. 编辑
  216. </view>
  217. <view class="btn-box bgBox btn-boxs flex justify-center align-center" @click="closeOpenJob('close')">
  218. 关闭岗位
  219. </view>
  220. </view>
  221. </view>
  222. <view class="btn flex justify-center" v-if="info.status==5 && info.isOverdue == 0">
  223. <view class="btn-box flex justify-between">
  224. <view class="btn-box bgBox btn-boxs flex justify-center align-center" @click="updataServeType(info.postPushId,'updata')">
  225. 编辑
  226. </view>
  227. <view class="btn-box bgBox btn-boxs flex justify-center align-center" @click="closeOpenJob('open')">
  228. 开启岗位
  229. </view>
  230. </view>
  231. </view>
  232. </view>
  233. </template>
  234. <script>
  235. export default {
  236. data() {
  237. return {
  238. postPushId:'',
  239. info:{},//岗位详情
  240. };
  241. },
  242. onLoad(option) {
  243. this.postPushId = option.postPushId
  244. this.getInfo()
  245. },
  246. methods:{
  247. //返回上一页
  248. goBack() {
  249. // 检查页面栈,如果没有可返回的页面,则跳转到职位管理
  250. const pages = getCurrentPages()
  251. if (pages.length > 1) {
  252. uni.navigateBack()
  253. } else {
  254. // 如果没有可返回的页面,跳转到职位管理页面
  255. uni.navigateTo({
  256. url: '/pages/jobManagement/jobManagement'
  257. })
  258. }
  259. },
  260. //修改岗位
  261. updataServeType(postPushId,type) {
  262. let companyStatus = uni.getStorageSync('companyStatus')
  263. if(companyStatus==1){
  264. uni.showToast({
  265. title:'企业认证审核中,请审核通过后操作!',
  266. icon:'none'
  267. })
  268. return
  269. }
  270. if(companyStatus==3){
  271. uni.showToast({
  272. title:'企业认证审核未通过,请重新认证!',
  273. icon:'none'
  274. })
  275. return
  276. }
  277. uni.navigateTo({
  278. url: '/package/addJob/addJob?postPushId=' + postPushId+'&type='+type
  279. })
  280. },
  281. //取消招聘
  282. cancelProject() {
  283. let that = this
  284. uni.showModal({
  285. content: '确认取消该招聘?',
  286. title: '提示',
  287. confirmColor:'#016BF6',
  288. success(iet) {
  289. if (iet.confirm) {
  290. let data = {
  291. postPushId: that.postPushId
  292. }
  293. that.$Request.postT('/app/postPush/cancelPostPush', data).then(res => {
  294. if (res.code == 0) {
  295. uni.showToast({
  296. title: '取消成功',
  297. duration: 1500,
  298. complete() {
  299. that.getInfo()
  300. }
  301. })
  302. } else {
  303. uni.showToast({
  304. title: res.msg,
  305. icon: 'none'
  306. })
  307. }
  308. uni.hideLoading()
  309. })
  310. }
  311. }
  312. })
  313. },
  314. //关闭/开启岗位
  315. closeOpenJob(type){
  316. let that = this
  317. uni.showModal({
  318. title:'提示',
  319. content:type=='close'?'关闭岗位后,该岗位不会再推荐给用户,是否关闭?':'开启岗位后,该岗位会重新推荐给用户,是否开启?',
  320. complete(ret) {
  321. if(ret.confirm){
  322. that.$Request.getT('/app/postPush/closeOrOpen',{postPushId:that.postPushId}).then(res => {
  323. if (res.code == 0) {
  324. uni.showToast({
  325. title:type=='close'?'已关闭':'已开启',
  326. duration: 1500,
  327. complete() {
  328. that.getInfo()
  329. }
  330. })
  331. }else{
  332. uni.showToast({
  333. title:res.msg,
  334. icon:'none'
  335. })
  336. }
  337. })
  338. }
  339. }
  340. })
  341. },
  342. //拉起地图导航
  343. gotoMap(){
  344. let that = this
  345. uni.openLocation({
  346. latitude:that.info.lat,
  347. longitude:that.info.lng,
  348. address:that.info.province+''+that.info.city+''+that.info.county+''+that.info.address,
  349. name:that.info.address,
  350. // complete(ret) {
  351. // }
  352. })
  353. },
  354. /**
  355. * 获取岗位详情
  356. */
  357. getInfo(){
  358. this.$Request.getT("/app/postPush/selectPostPushDetails",{
  359. // userId:uni.getStorageSync('userId'),
  360. postPushId:this.postPushId
  361. }).then(res => {
  362. if(res.code==0){
  363. this.info = res.data
  364. }
  365. })
  366. },
  367. }
  368. }
  369. </script>
  370. <style lang="scss">
  371. page{
  372. // background-color: #F2F2F7;
  373. padding-top: 160rpx;
  374. }
  375. .fixed-header {
  376. position: fixed;
  377. top: 0;
  378. left: 0;
  379. right: 0;
  380. z-index: 9999;
  381. background-color: #ffffff;
  382. }
  383. .custom-navbar {
  384. padding-top: 80rpx;
  385. background-color: #ffffff;
  386. box-sizing: border-box;
  387. .navbar-content {
  388. display: flex;
  389. align-items: center;
  390. justify-content: space-between;
  391. height: 88rpx;
  392. padding: 0 40rpx;
  393. .nav-left, .nav-right {
  394. width: 60rpx;
  395. height: 60rpx;
  396. display: flex;
  397. align-items: center;
  398. justify-content: center;
  399. }
  400. .nav-title {
  401. color: rgba(51, 51, 51, 1);
  402. font-family: DM Sans;
  403. font-size: 30rpx;
  404. font-weight: 700;
  405. line-height: 52px;
  406. letter-spacing: 0.5%;
  407. text-align: center;
  408. }
  409. }
  410. }
  411. .status-section {
  412. display: flex;
  413. justify-content: center;
  414. align-items: center;
  415. margin: 40rpx 0rpx 40rpx 0rpx;
  416. .status-icon {
  417. margin-right: 20rpx;
  418. display: flex;
  419. align-items: center;
  420. .status-icon-img {
  421. width: 48rpx;
  422. height: 48rpx;
  423. }
  424. }
  425. .status-title {
  426. color: rgba(29, 33, 41, 1);
  427. font-family: DM Sans;
  428. font-size: 36rpx;
  429. font-weight: 500;
  430. line-height: 48rpx;
  431. letter-spacing: 0%;
  432. text-align: left;
  433. display: flex;
  434. align-items: center;
  435. }
  436. }
  437. .job-info-card {
  438. background: #ffffff;
  439. border-radius: 12rpx;
  440. margin: 0 40rpx 40rpx 40rpx;
  441. padding: 32rpx;
  442. border: 0.5px solid rgba(227, 231, 236, 1);
  443. .job-header {
  444. display: flex;
  445. justify-content: space-between;
  446. align-items: flex-start;
  447. margin-bottom: 16rpx;
  448. .job-title-section {
  449. flex: 1;
  450. .job-title {
  451. color: rgba(153, 153, 153, 1);
  452. font-family: DM Sans;
  453. font-size: 28rpx;
  454. font-weight: 400;
  455. line-height: 44rpx;
  456. letter-spacing: 0.5%;
  457. text-align: left;
  458. }
  459. }
  460. .job-status {
  461. .status-text {
  462. color: rgba(153, 153, 153, 1);
  463. font-family: DM Sans;
  464. font-size: 18rpx;
  465. font-weight: 400;
  466. line-height: 20rpx;
  467. letter-spacing: -0.5px;
  468. text-align: right;
  469. }
  470. }
  471. }
  472. .job-info {
  473. .job-details {
  474. color: rgba(153, 153, 153, 1);
  475. font-family: DM Sans;
  476. font-size: 28rpx;
  477. font-weight: 400;
  478. line-height: 36rpx;
  479. letter-spacing: 0.5%;
  480. text-align: left;
  481. }
  482. }
  483. }
  484. .failure-reason-section {
  485. margin: 0 40rpx;
  486. .section-title {
  487. color: rgba(31, 44, 55, 1);
  488. font-family: DM Sans;
  489. font-size: 28rpx;
  490. font-weight: 500;
  491. line-height: 44rpx;
  492. letter-spacing: 0.5%;
  493. text-align: left;
  494. margin-bottom: 20rpx;
  495. }
  496. .reason-list {
  497. .reason-item {
  498. margin-bottom: 16rpx;
  499. .reason-text {
  500. color: rgba(153, 153, 153, 1);
  501. font-family: DM Sans;
  502. font-size: 24rpx;
  503. font-weight: 500;
  504. line-height: 48rpx;
  505. letter-spacing: 0.5%;
  506. text-align: left;
  507. }
  508. }
  509. }
  510. }
  511. .remarks{
  512. width: 100%;
  513. margin-top: 30rpx;
  514. .remarks-box{
  515. width: 686rpx;
  516. border-radius: 24rpx;
  517. background-color: #ffffff;
  518. padding: 0rpx 20rpx;
  519. color: red;
  520. }
  521. }
  522. .job{
  523. width: 100%;
  524. margin-top: 30rpx;
  525. .job-info{
  526. width: 686rpx;
  527. height: 100%;
  528. border-radius: 24rpx;
  529. background-color: #ffffff;
  530. .job-info-c{
  531. // width: 626rpx;
  532. width: 100%;
  533. height: 100%;
  534. padding: 30rpx 20rpx;
  535. }
  536. .job-info-c-header{
  537. display: flex;
  538. justify-content: space-between;
  539. align-items: center;
  540. }
  541. .job-info-c-address {
  542. color: rgba(156, 164, 171, 1);
  543. font-family: DM Sans;
  544. font-size: 24rpx;
  545. font-weight: 400;
  546. line-height: 26rpx;
  547. letter-spacing: 0.5%;
  548. text-align: left;
  549. padding: 20rpx 0;
  550. }
  551. .job-info-c-title{
  552. color: rgba(58, 57, 67, 1);
  553. font-family: DM Sans;
  554. font-size: 48rpx;
  555. font-weight: 700;
  556. line-height: 60rpx;
  557. letter-spacing: 0px;
  558. text-align: left;
  559. }
  560. .job-info-c-label{
  561. // margin-top: 30rpx;
  562. .job-info-c-label-item{
  563. color: rgba(153, 153, 153, 1);
  564. font-family: DM Sans;
  565. font-size: 24rpx;
  566. font-weight: 400;
  567. line-height: 20rpx;
  568. letter-spacing: 0.5%;
  569. padding: 12rpx;
  570. text-align: left;
  571. margin-right: 30rpx;
  572. border-radius: 12rpx;
  573. background: rgba(198, 198, 198, 0.1);
  574. }
  575. }
  576. .job-info-c-price{
  577. color: rgba(1, 107, 246, 1);
  578. font-family: DM Sans;
  579. font-size: 32rpx;
  580. font-weight: 700;
  581. line-height: 40rpx;
  582. letter-spacing: 0.5%;
  583. text-align: right;
  584. }
  585. }
  586. }
  587. .jobRemarks{
  588. width: 100%;
  589. padding: 0 20rpx;
  590. .jobRemarks-box{
  591. width: 100%;
  592. height: 100%;
  593. background-color: #ffffff;
  594. border-radius: 24rpx;
  595. .jobRemarks-box-c{
  596. width: 100%;
  597. height: 100%;
  598. padding: 30rpx 20rpx;
  599. }
  600. .jobRemarks-box-c-title{
  601. color: rgba(1, 107, 246, 1);
  602. font-size: 32rpx;
  603. padding: 8px 12px;
  604. border-radius: 36px;
  605. font-weight: 500;
  606. background: rgba(246, 246, 246, 1);
  607. .title-icon {
  608. width: 32rpx;
  609. height: 32rpx;
  610. }
  611. }
  612. .job-description {
  613. margin-top: 20rpx;
  614. margin-bottom: 20rpx;
  615. .description-item {
  616. color: rgba(97, 110, 124, 1);
  617. font-family: DM Sans;
  618. font-size: 26rpx;
  619. font-weight: 400;
  620. line-height: 16px;
  621. letter-spacing: 0px;
  622. text-align: left;
  623. margin-bottom: 8rpx;
  624. }
  625. }
  626. .jobRemarks-box-c-label{
  627. width: 100%;
  628. margin-top: 25rpx;
  629. .jobRemarks-box-c-label-item{
  630. color: rgba(1, 107, 246, 1);
  631. font-size: 20rpx;
  632. padding: 10rpx 15rpx;
  633. background-color: #F6F6F6;
  634. border-radius: 10rpx;
  635. margin-right: 20rpx;
  636. margin-bottom: 10rpx;
  637. background: rgba(252, 233, 220, 1);
  638. }
  639. }
  640. .jobRemarks-box-c-con{
  641. width: 100%;
  642. margin-top: 25rpx;
  643. .jobRemarks-box-c-con-item{
  644. margin-bottom: 10rpx;
  645. color: #141414;
  646. font-size: 28rpx;
  647. font-weight: 500;
  648. }
  649. }
  650. .jobRemarks-box-c-line{
  651. width: 100%;
  652. border: 1rpx solid #E6E6E6;
  653. margin-top: 25rpx;
  654. }
  655. }
  656. }
  657. .enterprise {
  658. width: 100%;
  659. margin-top: 25rpx;
  660. padding: 0 20rpx;
  661. .company-intro-card {
  662. width: 100%;
  663. background-color: #ffffff;
  664. border-radius: 24rpx;
  665. padding: 12rpx 24rpx;
  666. margin-bottom: 20rpx;
  667. display: flex;
  668. align-items: center;
  669. border: 0.5px solid rgba(227, 231, 236, 1);
  670. .company-avatar {
  671. flex-shrink: 0;
  672. margin-right: 24rpx;
  673. }
  674. .company-info {
  675. flex: 1;
  676. .company-name {
  677. color: rgba(51, 51, 51, 1);
  678. font-size: 26rpx;
  679. font-weight: 600;
  680. line-height: 1.4;
  681. margin-bottom: 8rpx;
  682. }
  683. .company-details {
  684. color: rgba(153, 153, 153, 1);
  685. font-size: 24rpx;
  686. font-weight: 400;
  687. line-height: 1.4;
  688. }
  689. }
  690. .company-arrow {
  691. flex-shrink: 0;
  692. margin-left: 48rpx;
  693. }
  694. }
  695. .enterprise-box {
  696. width: 100%;
  697. background-color: #ffffff;
  698. height: 100%;
  699. padding-bottom: 25rpx;
  700. border-radius: 24rpx;
  701. .enterprise-box-c {
  702. width: 100%;
  703. height: 100%;
  704. }
  705. .enterprise-box-c-bto{
  706. width: 100%;
  707. // padding-top: 15rpx;
  708. padding-bottom: 15rpx;
  709. background-color: #EDFFFB;
  710. border-radius: 30rpx;
  711. margin-top: 20rpx;
  712. color: #016BF6;
  713. font-size: 24rpx;
  714. font-weight: 500;
  715. }
  716. }
  717. }
  718. .urgent-banner {
  719. width: 686rpx;
  720. height: 150rpx;
  721. background: linear-gradient(180deg, rgba(255, 181, 60, 1) 100%, rgba(251, 231, 185, 1) 50%);
  722. border-radius: 16rpx;
  723. display: flex;
  724. align-items: flex-start;
  725. justify-content: space-between;
  726. padding: 20rpx 30rpx;
  727. margin: 0 auto 20rpx auto;
  728. .urgent-left-section {
  729. flex: 1;
  730. display: flex;
  731. align-items: center;
  732. .urgent-star-icon-wrapper {
  733. width: 72rpx;
  734. height: 72rpx;
  735. border-radius: 50%;
  736. background: linear-gradient(90deg, rgba(255, 65, 86, 1) 0%, rgba(255, 102, 0, 0.35) 100%);
  737. margin-right: 24rpx;
  738. flex-shrink: 0;
  739. }
  740. .urgent-text-content {
  741. flex: 1;
  742. .urgent-main-title {
  743. color: rgba(255, 255, 255, 1);
  744. font-family: DM Sans;
  745. font-size: 24rpx;
  746. font-weight: 500;
  747. line-height: 32rpx;
  748. letter-spacing: 0%;
  749. text-align: left;
  750. margin-bottom: 8rpx;
  751. }
  752. .urgent-sub-description {
  753. color: rgba(255, 255, 255, 1);
  754. font-family: DM Sans;
  755. font-size: 20rpx;
  756. font-weight: 400;
  757. line-height: 26rpx;
  758. letter-spacing: 0%;
  759. text-align: left;
  760. margin-bottom: 6rpx;
  761. }
  762. .urgent-benefits {
  763. color: rgba(255, 255, 255, 1);
  764. font-family: DM Sans;
  765. font-size: 20rpx;
  766. font-weight: 400;
  767. line-height: 26rpx;
  768. letter-spacing: 0%;
  769. text-align: left;
  770. }
  771. }
  772. }
  773. .urgent-upgrade-button {
  774. background: linear-gradient(90deg, rgba(255, 65, 86, 1) 0%, rgba(255, 102, 0, 0.35) 100%);
  775. padding: 8rpx;
  776. border-radius: 8rpx;
  777. color: rgba(255, 255, 255, 1);
  778. font-family: DM Sans;
  779. font-size: 16rpx;
  780. font-weight: 400;
  781. line-height: 20rpx;
  782. letter-spacing: -0.5px;
  783. text-align: right;
  784. margin-left: 20rpx;
  785. }
  786. }
  787. .bgBox{
  788. color: #ffffff;
  789. background-color: rgba(1, 107, 246, 1);
  790. font-weight: bold;
  791. border-radius: 50rpx;
  792. }
  793. .btn{
  794. width: 100%;
  795. height: 88rpx;
  796. margin: 30rpx 0rpx;
  797. border-radius: 40rpx;
  798. .btn-boxs{
  799. width: 49% !important;
  800. }
  801. .btn-box{
  802. width: 686rpx;
  803. height: 100%;
  804. }
  805. }
  806. </style>