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