_post_id.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. @import "~@/assets/css/scssCommon.scss";
  2. .jobDetail {
  3. .breadcrumb {
  4. width: 1000px;
  5. margin: 30px auto 10px auto;
  6. display: flex;
  7. a,
  8. p,
  9. h1 {
  10. color: #666;
  11. font-size: 14px;
  12. }
  13. }
  14. .contentArea {
  15. margin: 0 auto 50px auto;
  16. width: 1000px;
  17. min-height: 450px;
  18. background: rgba(255, 255, 255, 1);
  19. padding: 45px 20px;
  20. .jobTitleArea {
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. .jobTitle {
  25. font-size: 22px;
  26. font-weight: 500;
  27. color: rgba(34, 34, 34, 1);
  28. line-height: 30px;
  29. }
  30. .jobPrice {
  31. height: 30px;
  32. font-size: 22px;
  33. font-weight: 600;
  34. color: rgba(255, 51, 30, 1);
  35. line-height: 30px;
  36. text-align: right;
  37. }
  38. }
  39. .workTime,
  40. .skills {
  41. margin-top: 17px;
  42. height: 20px;
  43. font-size: 14px;
  44. font-weight: 600;
  45. color: rgba(51, 51, 51, 1);
  46. line-height: 20px;
  47. color: #333333;
  48. span {
  49. margin-left: 5px;
  50. font-size: 14px;
  51. color: rgba(51, 51, 51, 1);
  52. line-height: 20px;
  53. color: #333333;
  54. font-weight: 400;
  55. }
  56. }
  57. .publishUser {
  58. display: flex;
  59. align-items: center;
  60. margin-top: 20px;
  61. .userInfo {
  62. text-align: right;
  63. display: flex;
  64. align-items: center;
  65. cursor: pointer;
  66. .img {
  67. width: 50px;
  68. height: 50px;
  69. font-size: 0;
  70. img {
  71. width: 50px;
  72. height: 50px;
  73. border-radius: 50%;
  74. }
  75. }
  76. .name {
  77. margin-left: 10px;
  78. text-align: center;
  79. height: 20px;
  80. font-size: 14px;
  81. font-weight: 400;
  82. color: rgba(34, 34, 34, 1);
  83. line-height: 20px;
  84. margin-top: 4px;
  85. }
  86. }
  87. .publishTime {
  88. margin-left: 43px;
  89. width: 79px;
  90. height: 20px;
  91. font-size: 14px;
  92. font-weight: 400;
  93. color: rgba(51, 51, 51, 1);
  94. line-height: 20px;
  95. }
  96. }
  97. .desc {
  98. min-height: 40px;
  99. margin-top: 40px;
  100. .descTitle {
  101. font-size: 13px;
  102. font-weight: 600;
  103. color: rgba(51, 51, 51, 1);
  104. line-height: 27px;
  105. color: #333;
  106. }
  107. .descValue {
  108. font-size: 13px;
  109. font-weight: 400;
  110. color: rgba(51, 51, 51, 1);
  111. line-height: 27px;
  112. color: #333;
  113. user-select: text;
  114. -webkit-user-select: text;
  115. -ms-user-select: text;
  116. }
  117. }
  118. .companyInfoArea {
  119. margin-top: 26px;
  120. .companyTitle {
  121. height: 27px;
  122. font-size: 15px;
  123. font-weight: 600;
  124. color: rgba(51, 51, 51, 1);
  125. line-height: 27px;
  126. }
  127. .companyInfo {
  128. margin-top: 5px;
  129. display: flex;
  130. align-items: center;
  131. .img {
  132. width: 36px;
  133. height: 36px;
  134. img {
  135. width: 36px;
  136. height: 36px;
  137. border-radius: 2px;
  138. }
  139. }
  140. .ctitle {
  141. margin-left: 5px;
  142. height: 27px;
  143. font-size: 14px;
  144. font-weight: 400;
  145. color: rgba(51, 51, 51, 1);
  146. line-height: 27px;
  147. }
  148. }
  149. }
  150. .btnArea {
  151. margin-top: 32px;
  152. .btn {
  153. width: 165px;
  154. height: 40px;
  155. background: rgba(48, 142, 255, 1);
  156. box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3);
  157. border-radius: 2px;
  158. display: flex;
  159. justify-content: center;
  160. align-items: center;
  161. cursor: pointer;
  162. p {
  163. height: 20px;
  164. font-size: 14px;
  165. font-weight: 500;
  166. color: rgba(255, 255, 255, 1);
  167. line-height: 20px;
  168. }
  169. &.submitNow {
  170. background: rgba(48, 142, 255, 1);
  171. box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3);
  172. p {
  173. color: rgba(255, 255, 255, 1);
  174. }
  175. }
  176. &.noneClick {
  177. opacity: 0.7;
  178. cursor: not-allowed;
  179. }
  180. }
  181. }
  182. .rightArea {
  183. display: flex;
  184. align-items: flex-end;
  185. flex-direction: column;
  186. .qrcode {
  187. margin: 50px auto 0 auto;
  188. width: 176px;
  189. height: 176px;
  190. position: relative;
  191. .code {
  192. width: 176px;
  193. height: 176px;
  194. }
  195. .logo {
  196. position: absolute;
  197. left: 50%;
  198. top: 50%;
  199. width: 40px;
  200. height: 40px;
  201. transform-origin: center;
  202. transform: translate(-50%, -50%);
  203. }
  204. }
  205. .tips {
  206. width: 100%;
  207. font-size: 12px;
  208. margin-top: 10px;
  209. color: #666;
  210. text-align: center;
  211. }
  212. }
  213. }
  214. }
  215. .jobDetailMobile {
  216. &.wrapper {
  217. position: relative;
  218. width: 100vw;
  219. height: 100vh;
  220. overflow: hidden;
  221. }
  222. &.main {
  223. margin: 0;
  224. width: 100%;
  225. }
  226. &.mobile {
  227. .contentArea {
  228. width: 100%;
  229. height: calc(100% - 18.67vw);
  230. overflow-x: hidden;
  231. overflow-y: scroll;
  232. -webkit-overflow-scrolling: touch;
  233. .header {
  234. overflow: hidden;
  235. padding-top: remtovw(0.72);
  236. /*padding-bottom: remtovw(.72);*/
  237. background-color: #ffffff;
  238. }
  239. .title-wrapper {
  240. display: flex;
  241. align-items: center;
  242. }
  243. .title {
  244. flex: 1;
  245. margin-left: remtovw(0.2);
  246. line-height: remtovw(0.44);
  247. font-weight: 600;
  248. font-size: remtovw(0.32);
  249. color: #222222;
  250. }
  251. .price {
  252. margin-right: remtovw(0.2);
  253. line-height: remtovw(0.42);
  254. font-weight: 600;
  255. font-size: remtovw(0.3);
  256. color: #308eff;
  257. }
  258. .require-list {
  259. margin-top: remtovw(0.16);
  260. }
  261. .require-item {
  262. margin: 0 pxtovw(10);
  263. display: flex;
  264. align-items: center;
  265. }
  266. .require-label {
  267. flex-shrink: 0;
  268. line-height: remtovw(0.46);
  269. font-weight: 600;
  270. font-size: remtovw(0.25);
  271. color: #666666;
  272. align-self: flex-start;
  273. word-break: break-all;
  274. }
  275. .require-text {
  276. flex-grow: 1;
  277. margin-left: pxtovw(6);
  278. word-break: break-all;
  279. line-height: remtovw(0.46);
  280. font-size: remtovw(0.25);
  281. color: #666666;
  282. }
  283. .publish-info {
  284. margin: pxtovw(17) auto 0;
  285. width: pxtovw(355);
  286. height: pxtovw(60);
  287. font-size: pxtovw(14);
  288. border-top: pxtovw(1) solid #ededed;
  289. display: flex;
  290. align-items: center;
  291. justify-content: space-between;
  292. .left {
  293. flex-grow: 1;
  294. display: flex;
  295. align-items: center;
  296. height: pxtovw(50);
  297. .l {
  298. flex-shrink: 0;
  299. width: pxtovw(32);
  300. height: pxtovw(32);
  301. font-size: 0;
  302. position: relative;
  303. img {
  304. width: pxtovw(32);
  305. height: pxtovw(32);
  306. border-radius: 50%;
  307. }
  308. &.vip1:after,
  309. &.vip2:after,
  310. &.vip3:after {
  311. /*个人会员*/
  312. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAzFBMVEUAAADspRfxvC7spRfyvC/xvS/vvS7tpBPxuy/wvCvsoxHuriXxvDHxvDHwvS/spRjwvC7rpBfwvC/rpRbrpRfspRfuphbqoxfyvi7rphjroxTtpxXyvS/spBnyvi7yqgDtwSztpxL/sTvrnRTwvDDrpRj+/v3+/Pj++vL99+v0zm7zyGDyxlbvtlPus0j89eP88uH88tn67Nf77c/658v66ML44b333qT21Jz2143zyYXwvWTwu2Hxw03xwEPxvjzurjztqzPsqCnrpRsZrKOpAAAAJHRSTlMA+vj0saCLi2NBQTT78erq4eHMzLOvo5x1dWRiUVEnJx0dDQ0NCF6ZAAAArElEQVQY05XP1xKCMBBA0bUr2Huv2VAE7L3r//+TGwOKvHFnkpmch2QDoRqXmQhFlYmLcfZDrEpLMj9iSlia/SO2ATJROk89tGlFlM+FFj9IPHKH9hoMi3TecVPgie/JSiOAfp50o1sMHX37QiwMgFJzjN0Ws+tjvnwixlRh8q2LsVobdzIF3LpZGkDTbHq5J8Wb1TwjYgd8NeVIrS94fxU/DJRg2AgaaR3C9wYKgRx4iNBrzQAAAABJRU5ErkJggg==")
  313. no-repeat;
  314. content: " ";
  315. position: absolute;
  316. right: 0;
  317. bottom: 0;
  318. width: pxtovw(8.5);
  319. height: pxtovw(8.5);
  320. background-size: cover;
  321. }
  322. &.vip2:after {
  323. /*企业初创*/
  324. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAvVBMVEUAAAAAx10A13wAyF0A1nwAx10A130AyF0AxlwA1nwAyF0A0mwAym4AxGIA13wA2H0A2HwA1nwAx10A130Ax10A130Axl0A2HwAx14A2HwAyV4A1H0A1X0A1n4AxlsA2HsAyV0A13wAyF7///8A25P5/vzf+vDT+OoA57EA5acA3poA2IEA0HMAymTz/frz/Pnr/fbr/PXB+OXC9N+X8taZ7ctv7sdz6LsA4qIa3qIA4p8A2IwA24sA14oA04DLdbGUAAAAIXRSTlMA+PrunZ2Li2NAQCcdDffx6uHhysqzs6iodXVkYlFRNDSJn4b6AAAAqklEQVQY05XP1w7DIAxAUXc3TdK9tyG76d7z/z+rJlCh5i33AYkjIWzIlN1BERN1bYU91Mj60sqokaoIm+A/siqAkUdchT901ozlajCg641fJF75k84hWC26n3gg8M7PZG0LwGzS+4P7QPZ2j/S6YAK1aCC+vJ0T772YbAlJRh0x2vj+9pP8oprRBCHnDtlcLzpFxCCSM+pGcqSxFrWr2DBVEVkpbaRkmfsC64QaGgNTrsMAAAAASUVORK5CYII=")
  325. no-repeat;
  326. background-size: cover;
  327. }
  328. &.vip3:after {
  329. /*企业标识*/
  330. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAulBMVEUAAAAAtP8Amf8Atf8Amf8As/8Amv8Atv8Amf8Ap/8Ao/8Amf8Amf8Atf8Amf8Atf8Amv8AtP8AmP8Atv8Amf8As/8AmP8Atf8Amf8AtP8Am/8Atf8Al/8Atf8Amf8As/8Amv8Atf8AmP8Asf8Aif8AtP8Amf////8Axv8Au//5/f/s+f/g9v/V8v/E7f8AzP8Atv8Apv/0+//0+v+b5/933/+e3v990/8u0/8O0f9Aw/8vwP8Av/8Arf+J2XHQAAAAJXRSTlMA+fmdnWNjQEAnHf338fHq6uHhysqzs6iojIyJiXV1UVE0NA0NhW9hXwAAAKdJREFUGNOVztcOgzAMQFF3A91779phU7rn//9WHQVU4I0rJVKOFNmQq30fZSQbHCIc4h9ppGyKSaSZtAqmkaoAtQLiMYjR4lPUYMxPU1wV3oW8J2B0+X0RD4kvcWPrGQB6m//7tomEts/W0YHbNhEt1/mEjhsStXbS1Czz5HnnL1FDg6g1ayCExZM3SuJdn2+iehUSLdVKK0g1l7iATCWkcoaksuXuBz+cHHE5qD7TAAAAAElFTkSuQmCC")
  331. no-repeat;
  332. background-size: cover;
  333. }
  334. }
  335. .r {
  336. margin-left: pxtovw(10);
  337. display: flex;
  338. flex-direction: column;
  339. justify-content: center;
  340. .pName {
  341. width: pxtovw(150);
  342. height: pxtovw(18);
  343. font-size: pxtovw(13);
  344. font-weight: 400;
  345. color: #222222;
  346. line-height: pxtovw(18);
  347. overflow: hidden;
  348. white-space: nowrap;
  349. text-overflow: ellipsis;
  350. }
  351. .pTips {
  352. display: flex;
  353. transform-origin: left center;
  354. transform: scale(0.917);
  355. .tips1 {
  356. height: pxtovw(17);
  357. font-size: pxtovw(11);
  358. font-weight: 400;
  359. text-align: left;
  360. color: #999999;
  361. line-height: pxtovw(16);
  362. }
  363. .tips2 {
  364. margin-left: pxtovw(5);
  365. height: pxtovw(17);
  366. font-size: pxtovw(11);
  367. font-weight: 400;
  368. text-align: left;
  369. color: #ff3f19;
  370. line-height: pxtovw(16);
  371. }
  372. }
  373. }
  374. }
  375. .right {
  376. margin-left: pxtovw(50);
  377. height: pxtovw(17);
  378. font-size: pxtovw(12);
  379. font-weight: 400;
  380. color: rgba(153, 153, 153, 1);
  381. line-height: pxtovw(17);
  382. }
  383. }
  384. .detail-wrapper {
  385. overflow: hidden;
  386. margin-top: remtovw(0.2);
  387. padding-top: remtovw(0.48);
  388. padding-bottom: remtovw(0.44);
  389. background-color: #ffffff;
  390. }
  391. .detail-title {
  392. margin-left: pxtovw(10);
  393. line-height: remtovw(0.44);
  394. font-weight: 600;
  395. font-size: remtovw(0.32);
  396. color: #333333;
  397. }
  398. .detail-text {
  399. margin: remtovw(0.18) auto 0;
  400. width: remtovw(6.98);
  401. line-height: remtovw(0.56);
  402. font-size: remtovw(0.28);
  403. color: #444444;
  404. word-break: break-all;
  405. user-select: text;
  406. -webkit-user-select: text;
  407. -ms-user-select: text;
  408. }
  409. .company-wrapper {
  410. overflow: hidden;
  411. margin-top: remtovw(0.2);
  412. padding: pxtovw(16) 0;
  413. background-color: #ffffff;
  414. .data-title {
  415. margin-left: pxtovw(10);
  416. line-height: remtovw(0.44);
  417. font-weight: 600;
  418. font-size: remtovw(0.32);
  419. color: #333333;
  420. }
  421. .value-box {
  422. margin: remtovw(0.18) auto 0;
  423. width: pxtovw(355);
  424. font-size: pxtovw(14);
  425. font-weight: 400;
  426. color: rgba(68, 68, 68, 1);
  427. line-height: pxtovw(28);
  428. display: flex;
  429. align-items: center;
  430. .left {
  431. flex-shrink: 0;
  432. width: pxtovw(53);
  433. height: pxtovw(53);
  434. font-size: 0;
  435. img {
  436. width: pxtovw(53);
  437. height: pxtovw(53);
  438. border-radius: pxtovw(4);
  439. }
  440. }
  441. .center {
  442. margin-left: pxtovw(10);
  443. display: flex;
  444. flex-direction: column;
  445. justify-content: center;
  446. height: pxtovw(53);
  447. width: pxtovw(250);
  448. .ctitle {
  449. width: fit-content;
  450. position: relative;
  451. p {
  452. height: pxtovw(21);
  453. font-size: pxtovw(15);
  454. font-weight: 600;
  455. color: rgba(34, 34, 34, 1);
  456. line-height: pxtovw(21);
  457. width: fit-content;
  458. max-width: pxtovw(250);
  459. text-overflow: ellipsis;
  460. word-break: break-all;
  461. white-space: nowrap;
  462. overflow: hidden;
  463. }
  464. &.vip1:after,
  465. &.vip2:after,
  466. &.vip3:after {
  467. /*个人会员*/
  468. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAzFBMVEUAAADspRfxvC7spRfyvC/xvS/vvS7tpBPxuy/wvCvsoxHuriXxvDHxvDHwvS/spRjwvC7rpBfwvC/rpRbrpRfspRfuphbqoxfyvi7rphjroxTtpxXyvS/spBnyvi7yqgDtwSztpxL/sTvrnRTwvDDrpRj+/v3+/Pj++vL99+v0zm7zyGDyxlbvtlPus0j89eP88uH88tn67Nf77c/658v66ML44b333qT21Jz2143zyYXwvWTwu2Hxw03xwEPxvjzurjztqzPsqCnrpRsZrKOpAAAAJHRSTlMA+vj0saCLi2NBQTT78erq4eHMzLOvo5x1dWRiUVEnJx0dDQ0NCF6ZAAAArElEQVQY05XP1xKCMBBA0bUr2Huv2VAE7L3r//+TGwOKvHFnkpmch2QDoRqXmQhFlYmLcfZDrEpLMj9iSlia/SO2ATJROk89tGlFlM+FFj9IPHKH9hoMi3TecVPgie/JSiOAfp50o1sMHX37QiwMgFJzjN0Ws+tjvnwixlRh8q2LsVobdzIF3LpZGkDTbHq5J8Wb1TwjYgd8NeVIrS94fxU/DJRg2AgaaR3C9wYKgRx4iNBrzQAAAABJRU5ErkJggg==")
  469. no-repeat;
  470. content: " ";
  471. position: absolute;
  472. right: -5vw;
  473. bottom: 0.9vw;
  474. width: pxtovw(16);
  475. height: pxtovw(16);
  476. background-size: cover;
  477. }
  478. &.vip2:after {
  479. /*企业初创*/
  480. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAvVBMVEUAAAAAx10A13wAyF0A1nwAx10A130AyF0AxlwA1nwAyF0A0mwAym4AxGIA13wA2H0A2HwA1nwAx10A130Ax10A130Axl0A2HwAx14A2HwAyV4A1H0A1X0A1n4AxlsA2HsAyV0A13wAyF7///8A25P5/vzf+vDT+OoA57EA5acA3poA2IEA0HMAymTz/frz/Pnr/fbr/PXB+OXC9N+X8taZ7ctv7sdz6LsA4qIa3qIA4p8A2IwA24sA14oA04DLdbGUAAAAIXRSTlMA+PrunZ2Li2NAQCcdDffx6uHhysqzs6iodXVkYlFRNDSJn4b6AAAAqklEQVQY05XP1w7DIAxAUXc3TdK9tyG76d7z/z+rJlCh5i33AYkjIWzIlN1BERN1bYU91Mj60sqokaoIm+A/siqAkUdchT901ozlajCg641fJF75k84hWC26n3gg8M7PZG0LwGzS+4P7QPZ2j/S6YAK1aCC+vJ0T772YbAlJRh0x2vj+9pP8oprRBCHnDtlcLzpFxCCSM+pGcqSxFrWr2DBVEVkpbaRkmfsC64QaGgNTrsMAAAAASUVORK5CYII=")
  481. no-repeat;
  482. background-size: cover;
  483. }
  484. &.vip3:after {
  485. /*企业标识*/
  486. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAulBMVEUAAAAAtP8Amf8Atf8Amf8As/8Amv8Atv8Amf8Ap/8Ao/8Amf8Amf8Atf8Amf8Atf8Amv8AtP8AmP8Atv8Amf8As/8AmP8Atf8Amf8AtP8Am/8Atf8Al/8Atf8Amf8As/8Amv8Atf8AmP8Asf8Aif8AtP8Amf////8Axv8Au//5/f/s+f/g9v/V8v/E7f8AzP8Atv8Apv/0+//0+v+b5/933/+e3v990/8u0/8O0f9Aw/8vwP8Av/8Arf+J2XHQAAAAJXRSTlMA+fmdnWNjQEAnHf338fHq6uHhysqzs6iojIyJiXV1UVE0NA0NhW9hXwAAAKdJREFUGNOVztcOgzAMQFF3A91779phU7rn//9WHQVU4I0rJVKOFNmQq30fZSQbHCIc4h9ppGyKSaSZtAqmkaoAtQLiMYjR4lPUYMxPU1wV3oW8J2B0+X0RD4kvcWPrGQB6m//7tomEts/W0YHbNhEt1/mEjhsStXbS1Czz5HnnL1FDg6g1ayCExZM3SuJdn2+iehUSLdVKK0g1l7iATCWkcoaksuXuBz+cHHE5qD7TAAAAAElFTkSuQmCC")
  487. no-repeat;
  488. background-size: cover;
  489. }
  490. }
  491. .cdesc {
  492. width: pxtovw(250);
  493. margin-top: pxtovw(2);
  494. height: pxtovw(17);
  495. font-size: pxtovw(12);
  496. font-weight: 400;
  497. color: rgba(153, 153, 153, 1);
  498. line-height: pxtovw(17);
  499. overflow: hidden;
  500. white-space: nowrap;
  501. text-overflow: ellipsis;
  502. }
  503. }
  504. .right {
  505. margin-left: pxtovw(34);
  506. flex-shrink: 0;
  507. height: pxtovw(14);
  508. width: pxtovw(8);
  509. background: url("~@/assets/img/credit/rightIcon.png") no-repeat;
  510. background-size: cover;
  511. }
  512. }
  513. }
  514. .data-wrapper {
  515. overflow: hidden;
  516. margin-top: remtovw(0.2);
  517. padding: pxtovw(16) 0;
  518. background-color: #ffffff;
  519. .data-title {
  520. margin-left: pxtovw(10);
  521. line-height: remtovw(0.44);
  522. font-weight: 600;
  523. font-size: remtovw(0.32);
  524. color: #333333;
  525. }
  526. .value-box {
  527. margin: remtovw(0.18) auto 0;
  528. width: pxtovw(355);
  529. height: pxtovw(28);
  530. font-size: pxtovw(14);
  531. font-weight: 400;
  532. color: rgba(68, 68, 68, 1);
  533. line-height: pxtovw(28);
  534. display: flex;
  535. .left,
  536. .right {
  537. span {
  538. color: #308eff;
  539. }
  540. }
  541. .right {
  542. margin-left: pxtovw(20);
  543. }
  544. }
  545. &.myJobDetail {
  546. display: flex;
  547. width: 100%;
  548. align-items: center;
  549. justify-content: space-between;
  550. .data-title {
  551. flex-shrink: 0;
  552. white-space: nowrap;
  553. }
  554. .value-box {
  555. margin: 0;
  556. line-height: remtovw(0.44);
  557. display: flex;
  558. justify-content: flex-end;
  559. align-items: center;
  560. padding-right: pxtovw(10);
  561. .rightIcon {
  562. margin-left: pxtovw(15);
  563. flex-shrink: 0;
  564. height: pxtovw(14);
  565. width: pxtovw(8);
  566. background: url("~@/assets/img/credit/rightIcon.png") no-repeat;
  567. background-size: cover;
  568. }
  569. }
  570. }
  571. }
  572. .tips-wrapper {
  573. overflow: hidden;
  574. margin: remtovw(0.2) auto;
  575. width: remtovw(7);
  576. padding-top: remtovw(0.38);
  577. padding-bottom: remtovw(0.36);
  578. background-color: #ffffff;
  579. }
  580. .tips-title {
  581. margin-left: pxtovw(10);
  582. line-height: remtovw(0.42);
  583. font-weight: 600;
  584. font-size: remtovw(0.26);
  585. color: #ee3f21;
  586. }
  587. .tips-text {
  588. margin: 0 auto;
  589. width: remtovw(6.5);
  590. line-height: remtovw(0.42);
  591. font-size: remtovw(0.26);
  592. color: #999999;
  593. }
  594. }
  595. .bottomArea {
  596. position: absolute;
  597. bottom: 0;
  598. left: 0;
  599. width: 100%;
  600. height: remtovw(1.2);
  601. overflow: hidden;
  602. display: flex;
  603. justify-content: center;
  604. align-items: center;
  605. .contact-wrapper {
  606. height: remtovw(0.96);
  607. bottom: 0;
  608. width: remtovw(6.7);
  609. background-color: #308eff;
  610. display: flex;
  611. align-items: center;
  612. justify-content: center;
  613. border-radius: 8px;
  614. img {
  615. margin-right: remtovw(0.2);
  616. width: remtovw(0.44);
  617. height: remtovw(0.44);
  618. }
  619. p {
  620. line-height: remtovw(0.44);
  621. font-weight: 500;
  622. font-size: remtovw(0.32);
  623. color: #ffffff;
  624. }
  625. }
  626. .btn {
  627. margin: 0 auto;
  628. width: pxtovw(355);
  629. height: pxtovw(40);
  630. background-color: #308eff;
  631. line-height: pxtovw(40);
  632. text-align: center;
  633. font-weight: 500;
  634. font-size: remtovw(0.32);
  635. color: #ffffff;
  636. border-radius: pxtovw(2);
  637. }
  638. .btn-list {
  639. height: pxtovw(60);
  640. width: pxtovw(355);
  641. display: flex;
  642. align-items: center;
  643. justify-content: space-between;
  644. margin: 0 pxtovw(10);
  645. }
  646. .ma-btn-list {
  647. position: fixed;
  648. bottom: 0px;
  649. width: 100%;
  650. height: auto;
  651. background-color: #fff;
  652. padding-left: 14px;
  653. padding-right:14px;
  654. padding-top:12px;
  655. &::after{
  656. content:"";
  657. display: block;
  658. padding-bottom: constant(safe-area-inset-bottom); /*兼容 IOS<11.2*/
  659. padding-bottom: env(safe-area-inset-bottom);
  660. }
  661. .btn-item {
  662. margin-bottom: constant(safe-area-inset-bottom); /*兼容 IOS<11.2*/
  663. margin-bottom: 32px;
  664. // margin-bottom: 32px;
  665. // height:46px;
  666. }
  667. }
  668. .btn-item {
  669. width: pxtovw(173);
  670. height: pxtovw(40);
  671. background-color: #308eff;
  672. line-height: pxtovw(40);
  673. text-align: center;
  674. font-weight: 600;
  675. font-size: pxtovw(14);
  676. color: #ffffff;
  677. border-radius: pxtovw(2);
  678. display: flex;
  679. align-items: center;
  680. justify-content: center;
  681. .vip-icon {
  682. width: 16px;
  683. height: 16px;
  684. margin-right: 6px;
  685. }
  686. &.none {
  687. background-color: #ececec !important;
  688. color: #666666 !important;
  689. }
  690. &.applyBtn,
  691. &.applyOrderBtn {
  692. background: rgba(255, 255, 255, 1);
  693. box-shadow: 0px 1px 8px 0px rgba(13, 24, 36, 0.07);
  694. border-radius: pxtovw(2);
  695. font-weight: 500;
  696. color: #333;
  697. }
  698. }
  699. }
  700. .confirmBox {
  701. position: absolute;
  702. left: 0;
  703. top: 0;
  704. z-index: 1055;
  705. background-color: rgba(0, 0, 0, 0.5);
  706. width: 100vw;
  707. height: 100vh;
  708. display: flex;
  709. justify-content: center;
  710. align-items: center;
  711. .body {
  712. width: 90vw;
  713. background-color: #fff;
  714. border-radius: pxtovw(8);
  715. box-sizing: border-box;
  716. padding: pxtovw(30) pxtovw(30) pxtovw(20) pxtovw(30);
  717. .desc {
  718. text-align: left;
  719. font-size: pxtovw(14);
  720. color: #222;
  721. }
  722. .button {
  723. margin-top: pxtovw(30);
  724. width: 100%;
  725. display: flex;
  726. justify-content: flex-end;
  727. .cancle {
  728. font-size: 14px;
  729. color: #999;
  730. }
  731. .submit {
  732. font-size: 14px;
  733. margin-left: pxtovw(30);
  734. color: #308eff;
  735. }
  736. }
  737. }
  738. }
  739. }
  740. }