index.wxss 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358
  1. /* pages/detail/index.wxss */
  2. page {
  3. background: #f5f5f5;
  4. padding-bottom: 139rpx;
  5. }
  6. .panel-header {
  7. height: 170rpx;
  8. background: #fff;
  9. display: flex;
  10. flex-direction: column;
  11. justify-content: space-around;
  12. }
  13. .panel .one {
  14. display: flex;
  15. align-items: center;
  16. /* height: 70rpx; */
  17. justify-content: space-between;
  18. padding: 0 30rpx;
  19. background: #fff;
  20. }
  21. .panel .one .left {
  22. color: #333;
  23. font-size: 42rpx;
  24. font-family: SourceHanSansCN-Regular;
  25. /* font-weight: 400; */
  26. display: flex;
  27. align-items: center;
  28. height: 100%;
  29. }
  30. .panel .one .left_pin {
  31. }
  32. .panel .one .left image {
  33. width: 58rpx;
  34. height: 26rpx;
  35. margin-left: 10rpx;
  36. }
  37. .panel .one .salary {
  38. font-size: 42rpx;
  39. font-family: Arial-BoldMT;
  40. /* font-weight: bold; */
  41. color: #ff401a;
  42. width: 300rpx;
  43. text-align: right;
  44. }
  45. .panel .one .salary image {
  46. width: 18rpx;
  47. height: 24rpx;
  48. }
  49. .panel .two {
  50. background: #fff;
  51. display: flex;
  52. align-items: center;
  53. justify-content: space-between;
  54. padding: 0 30rpx 20rpx 30rpx;
  55. }
  56. .panel .two .left {
  57. display: flex;
  58. flex-direction: row;
  59. font-size: 28rpx;
  60. font-family: PingFangSC;
  61. /* font-weight: 400; */
  62. color: #666;
  63. }
  64. .panel .two .left .femaleReward {
  65. border: 2rpx solid rgba(255, 112, 74, 1);
  66. border-radius: 30rpx;
  67. font-size: 20rpx;
  68. font-family: SourceHanSansCN-Regular;
  69. font-weight: 400;
  70. color: rgba(255, 112, 74, 1);
  71. padding: 4rpx 15rpx;
  72. }
  73. .panel .two .left .femaleReward image {
  74. width: 14rpx;
  75. height: 14rpx;
  76. }
  77. .panel .two .left .maleReward {
  78. border: 2rpx solid #127bb0;
  79. border-radius: 30rpx;
  80. font-size: 20rpx;
  81. font-family: SourceHanSansCN-Regular;
  82. font-weight: 400;
  83. color: #127bb0;
  84. padding: 4rpx 15rpx;
  85. margin-left: 6rpx;
  86. }
  87. .panel .two .left .maleReward image {
  88. width: 14rpx;
  89. height: 14rpx;
  90. }
  91. .panel .two .left .backmoney {
  92. border: 2rpx solid rgba(255, 143, 1, 1);
  93. border-radius: 30rpx;
  94. font-size: 20rpx;
  95. font-family: SourceHanSansCN-Regular;
  96. font-weight: 400;
  97. color: rgba(255, 143, 1, 1);
  98. padding: 4rpx 15rpx;
  99. margin-left: 6rpx;
  100. }
  101. .panel .two .left .backmoney image {
  102. width: 10rpx;
  103. height: 14rpx;
  104. }
  105. .panel .two .right {
  106. color: #999;
  107. font-size: 28rpx;
  108. }
  109. .panel .two1 {
  110. height: 76rpx;
  111. display: flex;
  112. align-items: center;
  113. justify-content: space-between;
  114. background: #fff;
  115. padding: 0 30rpx;
  116. border-top: 1rpx solid #eee;
  117. border-bottom: 1rpx solid #eee;
  118. }
  119. .panel .two1 .left {
  120. flex: 1;
  121. display: flex;
  122. flex-direction: row;
  123. font-size: 22rpx;
  124. font-family: PingFangSC;
  125. font-weight: 400;
  126. color: rgba(102, 102, 102, 1);
  127. }
  128. .panel .two1 .left .reward {
  129. flex: 1;
  130. display: flex;
  131. align-items: center;
  132. justify-content: space-between;
  133. }
  134. .panel .two1 .left .reward1 {
  135. height: 38rpx;
  136. width: 100rpx;
  137. text-align: center;
  138. line-height: 38rpx;
  139. background: linear-gradient(270deg, rgba(255, 131, 49, 1) 0%, rgba(255, 83, 49, 1) 100%);
  140. border-radius: 10rpx;
  141. font-size: 24rpx;
  142. padding: 4rpx 12rpx;
  143. font-family: PingFangSC;
  144. font-weight: 400;
  145. color: rgba(255, 255, 255, 1);
  146. }
  147. .panel .two1 .left .reward2 {
  148. flex: 1;
  149. margin-left: 20rpx;
  150. font-size: 26rpx;
  151. font-family: PingFangSC;
  152. /* font-weight: 400; */
  153. color: #333;
  154. }
  155. .panel .two1 .left .reward3 {
  156. margin-left: 20rpx;
  157. font-size: 24rpx;
  158. font-family: PingFangSC;
  159. font-weight: 400;
  160. color: rgba(255, 143, 1, 1);
  161. }
  162. .panel .two1 .left .backmoney {
  163. border: 2rpx solid rgba(255, 143, 1, 1);
  164. border-radius: 30rpx;
  165. font-size: 20rpx;
  166. font-family: SourceHanSansCN-Regular;
  167. font-weight: 400;
  168. color: rgba(255, 143, 1, 1);
  169. padding: 4rpx 15rpx;
  170. margin-left: 20rpx;
  171. }
  172. .panel .two1 .left .backmoney image {
  173. width: 10rpx;
  174. height: 14rpx;
  175. }
  176. .panel .two1 .right {
  177. width: 240rpx;
  178. color: #333;
  179. font-size: 28rpx;
  180. display: flex;
  181. align-items: center;
  182. justify-content: flex-end;
  183. }
  184. .panel .two_1 {
  185. background: #fff;
  186. display: flex;
  187. align-items: center;
  188. justify-content: space-between;
  189. padding: 0rpx 30rpx 30rpx 30rpx;
  190. height: 28rpx;
  191. }
  192. .panel .two_1 .left {
  193. display: flex;
  194. flex-direction: row;
  195. color: #999;
  196. font-size: 20rpx;
  197. height: 28rpx;
  198. align-items: center;
  199. }
  200. .panel .two_1 .left .countdown-class {
  201. margin-top: -28rpx;
  202. }
  203. .panel .two_1 .right {
  204. color: #999;
  205. font-size: 20rpx;
  206. }
  207. /* 拼团 */
  208. .panel .two_pt {
  209. display: flex;
  210. width: 100%;
  211. background-color: #fafafa;
  212. }
  213. .panel .two_pt .pt {
  214. display: flex;
  215. width: 100%;
  216. background-color: #fff;
  217. margin: 12rpx 20rpx 0 20rpx;
  218. border-radius: 17rpx;
  219. flex-direction: column;
  220. }
  221. .swiper_container {
  222. height: 94rpx;
  223. padding: 0rpx 20rpx;
  224. border-bottom: 2rpx solid #fafafa;
  225. }
  226. .panel .two_pt .pt .pt_1 {
  227. height: 100%;
  228. display: flex;
  229. justify-content: space-between;
  230. align-items: center;
  231. color: #666;
  232. font-size: 26rpx;
  233. }
  234. .panel .two_pt .pt .pt_1 .left {
  235. display: flex;
  236. flex-direction: row;
  237. align-items: center;
  238. }
  239. .panel .two_pt .pt .pt_1 .left .left_1 {
  240. width: 60rpx;
  241. height: 60rpx;
  242. margin-left: -10rpx;
  243. }
  244. .panel .two_pt .pt .pt_1 .left :first-child {
  245. margin-left: 0rpx !important;
  246. }
  247. .panel .two_pt .pt .pt_1 .left .left_1 image {
  248. width: 100%;
  249. height: 100%;
  250. border-radius: 50%;
  251. }
  252. .panel .two_pt .pt .pt_1 .left .left_2 {
  253. margin-left: 16rpx;
  254. display: flex;
  255. flex-wrap: wrap;
  256. }
  257. .panel .two_pt .pt .pt_1 .left .left_2 text {
  258. color: #ff8f01;
  259. padding: 0 6rpx;
  260. }
  261. .panel .two_pt .pt .pt_1 .right {
  262. background: rgba(255, 143, 1, 1);
  263. border-radius: 21rpx;
  264. padding: 6rpx 16rpx;
  265. font-size: 22rpx;
  266. font-family: SourceHanSansCN-Medium;
  267. font-weight: 500;
  268. color: rgba(255, 255, 255, 1);
  269. }
  270. .panel .two_pt .pt .pt_2 {
  271. padding: 20rpx 20rpx;
  272. display: flex;
  273. flex-direction: row;
  274. justify-content: center;
  275. color: #666;
  276. font-size: 22rpx;
  277. }
  278. .panel .two_pt .pt .pt_2 text {
  279. color: #ff8f01;
  280. padding: 0 6rpx;
  281. }
  282. .panel .three {
  283. display: flex;
  284. align-items: center;
  285. justify-content: space-between;
  286. /* height: 72rpx; */
  287. background-color: #fafafa;
  288. padding: 20rpx 30rpx;
  289. }
  290. .panel .three .left {
  291. display: flex;
  292. height: 100%;
  293. align-items: center;
  294. -webkit-line-clamp: 1;
  295. overflow: hidden; /*超出隐藏*/
  296. text-overflow: ellipsis; /*超出显示为省略号*/
  297. -webkit-box-orient: vertical;
  298. word-break: break-all; /*强制英文单词自动换行*/
  299. }
  300. .panel .three .left image {
  301. width: 19rpx;
  302. height: 22rpx;
  303. }
  304. .panel .three .left text {
  305. display: flex;
  306. height: 100%;
  307. align-items: center;
  308. color: #525255;
  309. font-size: 26rpx;
  310. margin-left: 10rpx;
  311. font-family: SourceHanSansCN-Normal;
  312. font-weight: 400;
  313. -webkit-line-clamp: 1;
  314. overflow: hidden; /*超出隐藏*/
  315. text-overflow: ellipsis; /*超出显示为省略号*/
  316. -webkit-box-orient: vertical;
  317. word-break: break-all; /*强制英文单词自动换行*/
  318. }
  319. .panel .three .right {
  320. display: flex;
  321. height: 100%;
  322. align-items: center;
  323. }
  324. .panel .three .right image {
  325. width: 14rpx;
  326. height: 24rpx;
  327. }
  328. .panel .three_1 {
  329. display: flex;
  330. justify-content: center;
  331. padding: 20rpx 30rpx 0rpx 30rpx;
  332. flex-direction: column;
  333. }
  334. .panel .three_1 .sex {
  335. display: flex;
  336. flex-direction: row;
  337. color: #666;
  338. font-size: 22rpx;
  339. font-family: SourceHanSansCN-Regular;
  340. font-weight: 400;
  341. }
  342. .panel .three_1 .sex .left {
  343. width: 16%;
  344. }
  345. .panel .three_1 .sex .right {
  346. width: 82%;
  347. margin-left: 36rpx;
  348. display: flex;
  349. flex-wrap: wrap;
  350. }
  351. .panel .three_2 {
  352. display: flex;
  353. justify-content: center;
  354. padding: 10rpx 30rpx 20rpx 30rpx;
  355. flex-direction: column;
  356. }
  357. .panel .three_2 .sex {
  358. display: flex;
  359. flex-direction: row;
  360. color: #666;
  361. font-size: 22rpx;
  362. font-family: SourceHanSansCN-Regular;
  363. font-weight: 400;
  364. }
  365. .panel .three_2 .sex .left {
  366. width: 16%;
  367. }
  368. .panel .three_2 .sex .right {
  369. width: 82%;
  370. margin-left: 36rpx;
  371. display: flex;
  372. flex-wrap: wrap;
  373. }
  374. .panel .four {
  375. display: flex;
  376. align-items: center;
  377. height: 72rpx;
  378. padding: 0 30rpx;
  379. }
  380. .panel .four .title {
  381. width: 100%;
  382. height: 100%;
  383. display: flex;
  384. align-items: center;
  385. justify-content: center;
  386. border-bottom: 2rpx solid #ddd;
  387. }
  388. .panel .four .title .name {
  389. font-size: 24rpx;
  390. font-family: SourceHanSansCN-Regular;
  391. font-weight: 400;
  392. color: rgba(153, 153, 153, 1);
  393. flex: 1 0 auto;
  394. display: flex;
  395. height: 100%;
  396. align-items: center;
  397. justify-content: center;
  398. }
  399. .panel .four .title .active {
  400. color: #222;
  401. font-size: 26rpx;
  402. border-bottom: 6rpx solid rgba(30, 98, 167, 1);
  403. }
  404. .panel .five {
  405. background: #fff;
  406. display: flex;
  407. justify-content: center;
  408. flex-direction: column;
  409. margin-top: 22rpx;
  410. padding-bottom: 15rpx;
  411. }
  412. .panel .five .title {
  413. height: 114rpx;
  414. display: flex;
  415. flex-direction: row;
  416. align-items: center;
  417. padding: 0 30rpx;
  418. box-sizing: border-box;
  419. border-bottom: 2rpx solid #eee;
  420. margin-bottom: 15rpx;
  421. /* padding: 0 30rpx; *//* padding-bottom: 20rpx; */
  422. }
  423. .panel .five .title .left {
  424. width: 32rpx;
  425. height: 28rpx;
  426. /* background: rgba(30, 98, 167, 1);
  427. border-radius: 3rpx; */
  428. }
  429. .panel .five .title .right {
  430. color: #333;
  431. font-size: 30rpx;
  432. font-family: SourceHanSansCN-Regular;
  433. /* font-weight: 400; */
  434. margin-left: 15rpx;
  435. }
  436. .panel .five .basesalay {
  437. display: flex;
  438. flex-direction: row;
  439. color: #666;
  440. font-size: 22rpx;
  441. font-family: SourceHanSansCN-Regular;
  442. padding: 15rpx 30rpx;
  443. box-sizing: border-box;
  444. }
  445. .panel .five .basesalay .left {
  446. width: 16%;
  447. }
  448. .panel .five .basesalay .right {
  449. width: 82%;
  450. margin-left: 36rpx;
  451. display: flex;
  452. flex-wrap: wrap;
  453. word-break: break-all;
  454. }
  455. .panel .six {
  456. background: #fff;
  457. display: flex;
  458. justify-content: center;
  459. flex-direction: column;
  460. margin-top: 22rpx;
  461. padding-bottom: 15rpx;
  462. }
  463. .panel .six .title {
  464. height: 114rpx;
  465. display: flex;
  466. flex-direction: row;
  467. align-items: center;
  468. padding: 0 30rpx;
  469. box-sizing: border-box;
  470. border-bottom: 2rpx solid #eee;
  471. margin-bottom: 15rpx;
  472. }
  473. .panel .six .title .left {
  474. width: 32rpx;
  475. height: 32rpx;
  476. }
  477. .panel .six .title .right {
  478. color: #333;
  479. font-size: 30rpx;
  480. font-family: SourceHanSansCN-Regular;
  481. /* font-weight: 400; */
  482. margin-left: 15rpx;
  483. }
  484. .panel .six .sex {
  485. display: flex;
  486. flex-direction: row;
  487. color: #666;
  488. font-size: 22rpx;
  489. font-family: SourceHanSansCN-Regular;
  490. padding: 15rpx 30rpx;
  491. box-sizing: border-box;
  492. }
  493. .panel .six .sex .left {
  494. width: 16%;
  495. }
  496. .panel .six .sex .right {
  497. width: 82%;
  498. margin-left: 36rpx;
  499. display: flex;
  500. flex-wrap: wrap;
  501. }
  502. .panel .seven {
  503. background: #fff;
  504. display: flex;
  505. justify-content: center;
  506. flex-direction: column;
  507. margin-top: 22rpx;
  508. padding-bottom: 15rpx;
  509. }
  510. .panel .seven .title {
  511. height: 114rpx;
  512. display: flex;
  513. flex-direction: row;
  514. align-items: center;
  515. padding: 0 30rpx;
  516. box-sizing: border-box;
  517. border-bottom: 2rpx solid #eee;
  518. margin-bottom: 15rpx;
  519. }
  520. .panel .seven .title .left {
  521. width: 32rpx;
  522. height: 35rpx;
  523. }
  524. .panel .seven .title .right {
  525. color: #333;
  526. font-size: 30rpx;
  527. font-family: SourceHanSansCN-Regular;
  528. /* font-weight: 400; */
  529. margin-left: 15rpx;
  530. }
  531. .panel .seven .work {
  532. display: flex;
  533. flex-direction: row;
  534. color: #666;
  535. font-size: 22rpx;
  536. font-family: SourceHanSansCN-Regular;
  537. padding: 15rpx 30rpx;
  538. box-sizing: border-box;
  539. }
  540. .panel .seven .work .left {
  541. width: 16%;
  542. }
  543. .panel .seven .work .right {
  544. width: 82%;
  545. margin-left: 36rpx;
  546. display: flex;
  547. flex-wrap: wrap;
  548. }
  549. .panel .eight {
  550. background: #fff;
  551. display: flex;
  552. justify-content: center;
  553. flex-direction: column;
  554. margin-top: 22rpx;
  555. padding-bottom: 15rpx;
  556. }
  557. .panel .eight .title {
  558. height: 114rpx;
  559. display: flex;
  560. flex-direction: row;
  561. align-items: center;
  562. padding: 0 30rpx;
  563. box-sizing: border-box;
  564. border-bottom: 2rpx solid #eee;
  565. margin-bottom: 15rpx;
  566. }
  567. .panel .eight .title .left {
  568. width: 32rpx;
  569. height: 32rpx;
  570. }
  571. .panel .eight .title .right {
  572. color: #333;
  573. font-size: 30rpx;
  574. font-family: SourceHanSansCN-Regular;
  575. /* font-weight: 400; */
  576. margin-left: 15rpx;
  577. }
  578. .panel .eight .company {
  579. display: flex;
  580. flex-wrap: wrap;
  581. font-size: 22rpx;
  582. font-family: SourceHanSansCN-Regular;
  583. font-weight: 400;
  584. color: rgba(102, 102, 102, 1);
  585. padding: 15rpx 30rpx;
  586. box-sizing: border-box;
  587. }
  588. .panel .eight .com {
  589. display: flex;
  590. flex-direction: row;
  591. color: #666;
  592. font-size: 22rpx;
  593. font-family: SourceHanSansCN-Regular;
  594. font-weight: 400;
  595. padding: 0 30rpx;
  596. margin-top: 10rpx;
  597. }
  598. .panel .eight .com .left {
  599. width: 16%;
  600. }
  601. .panel .eight .com .right {
  602. width: 82%;
  603. margin-left: 36rpx;
  604. display: flex;
  605. flex-wrap: wrap;
  606. }
  607. .eight-company {
  608. height: 86rpx;
  609. font-size: 28rpx;
  610. color: #333;
  611. display: flex;
  612. align-items: center;
  613. justify-content: space-between;
  614. padding: 0 30rpx;
  615. }
  616. .eight-company-name {
  617. flex: 1;
  618. }
  619. .companyDescription {
  620. width: 200rpx;
  621. text-align: right;
  622. font-size: 24rpx;
  623. color: #0177ff;
  624. }
  625. .panel .nine {
  626. height: 154rpx;
  627. color: #ff401a;
  628. background: #fff;
  629. font-size: 24rpx;
  630. display: flex;
  631. align-items: center;
  632. justify-content: space-between;
  633. /* padding: 40rpx 30rpx 180rpx 30rpx; *//* flex-direction: column; */
  634. font-family: SourceHanSansCN-Medium;
  635. /* font-weight: 500; */
  636. padding: 0 30rpx;
  637. box-sizing: border-box;
  638. margin-top: 22rpx;
  639. }
  640. .panel .nine .nin-image {
  641. width: 60rpx;
  642. height: 60rpx;
  643. margin-right: 30rpx;
  644. }
  645. .panel .nine view {
  646. flex: 1;
  647. }
  648. .panel .eight_1 {
  649. display: flex;
  650. justify-content: center;
  651. padding: 60rpx 30rpx 0rpx 30rpx;
  652. flex-direction: column;
  653. }
  654. .panel .eight_1 .title {
  655. display: flex;
  656. flex-direction: row;
  657. align-items: center;
  658. padding-bottom: 20rpx;
  659. }
  660. .panel .eight_1 .title .left {
  661. width: 6rpx;
  662. height: 22rpx;
  663. background: rgba(30, 98, 167, 1);
  664. border-radius: 3rpx;
  665. }
  666. .panel .eight_1 .title .right {
  667. color: #222;
  668. font-size: 26rpx;
  669. font-family: SourceHanSansCN-Regular;
  670. font-weight: 400;
  671. margin-left: 10rpx;
  672. }
  673. .panel .eight_1 .company {
  674. display: flex;
  675. flex-wrap: wrap;
  676. font-size: 22rpx;
  677. font-family: SourceHanSansCN-Regular;
  678. font-weight: 400;
  679. color: rgba(102, 102, 102, 1);
  680. padding-bottom: 78rpx;
  681. }
  682. .panel .eight_1 .com {
  683. display: flex;
  684. flex-direction: row;
  685. color: #666;
  686. font-size: 22rpx;
  687. font-family: SourceHanSansCN-Regular;
  688. font-weight: 400;
  689. padding-top: 10rpx;
  690. }
  691. .panel .eight_1 .com .left {
  692. width: 16%;
  693. }
  694. .panel .eight_1 .com .right {
  695. width: 82%;
  696. margin-left: 36rpx;
  697. display: flex;
  698. flex-wrap: wrap;
  699. }
  700. /* 福利岗位 */
  701. .welfe {
  702. padding: 30rpx;
  703. }
  704. .welfe .one {
  705. display: flex;
  706. height: 410rpx;
  707. width: 100%;
  708. }
  709. .welfe .one image {
  710. width: 100%;
  711. height: 100%;
  712. }
  713. .welfe .two {
  714. display: flex;
  715. align-items: center;
  716. justify-content: center;
  717. padding: 70rpx 0rpx;
  718. margin: 0rpx 30rpx;
  719. flex-direction: column;
  720. border-bottom: 2rpx solid #ddd;
  721. }
  722. .welfe .two .wel_tagline {
  723. font-size: 36rpx;
  724. font-family: SourceHanSansCN-Medium;
  725. font-weight: 500;
  726. color: rgba(34, 34, 34, 1);
  727. }
  728. .welfe .two .wel_title {
  729. padding-top: 24rpx;
  730. font-size: 22rpx;
  731. font-family: SourceHanSansCN-Medium;
  732. font-weight: 500;
  733. color: rgba(102, 102, 102, 1);
  734. }
  735. .welfe .three {
  736. display: flex;
  737. justify-content: center;
  738. padding: 60rpx 0rpx 0rpx 0rpx;
  739. flex-direction: column;
  740. border-bottom: 2rpx solid #ddd;
  741. margin: 0rpx 30rpx;
  742. }
  743. .welfe .three .title {
  744. display: flex;
  745. flex-direction: row;
  746. align-items: center;
  747. padding-bottom: 20rpx;
  748. }
  749. .welfe .three .title .left {
  750. width: 6rpx;
  751. height: 22rpx;
  752. background: rgba(30, 98, 167, 1);
  753. border-radius: 3rpx;
  754. }
  755. .welfe .three .title .right {
  756. color: #222;
  757. font-size: 26rpx;
  758. font-family: SourceHanSansCN-Regular;
  759. font-weight: 400;
  760. margin-left: 10rpx;
  761. }
  762. .welfe .three .wel_top {
  763. padding: 70rpx 0rpx;
  764. width: 100%;
  765. }
  766. .welfe .three .wel_top image {
  767. width: 100%;
  768. }
  769. .welfe .three .wel_detail1 {
  770. }
  771. .welfe .four {
  772. display: flex;
  773. justify-content: center;
  774. padding: 60rpx 30rpx 170rpx 30rpx;
  775. flex-direction: column;
  776. border-bottom: 2rpx solid #ddd;
  777. }
  778. .welfe .four .title {
  779. display: flex;
  780. flex-direction: row;
  781. align-items: center;
  782. padding-bottom: 20rpx;
  783. }
  784. .welfe .four .title .left {
  785. width: 6rpx;
  786. height: 22rpx;
  787. background: rgba(30, 98, 167, 1);
  788. border-radius: 3rpx;
  789. }
  790. .welfe .four .title .right {
  791. color: #222;
  792. font-size: 26rpx;
  793. font-family: SourceHanSansCN-Regular;
  794. font-weight: 400;
  795. margin-left: 10rpx;
  796. }
  797. .welfe .four .welfare-container {
  798. padding-top: 10rpx;
  799. }
  800. /* btn */
  801. .fixed-footer {
  802. position: fixed;
  803. left: 0;
  804. bottom: 0;
  805. width: 100%;
  806. }
  807. .btn-group {
  808. background: #fff;
  809. height: 124rpx;
  810. display: flex;
  811. align-items: center;
  812. justify-content: center;
  813. }
  814. .selfBtn {
  815. width: 690rpx;
  816. height: 88rpx;
  817. color: #fff;
  818. font-size: 34rpx;
  819. background: #0177ff;
  820. border-radius: 10rpx;
  821. }
  822. /*弹窗*/
  823. .pt-container, .pt-container .mask {
  824. position: fixed;
  825. left: 0;
  826. top: 0;
  827. width: 100%;
  828. height: 100%;
  829. }
  830. .pt-container .mask {
  831. background: rgba(0, 0, 0, 0.6);
  832. }
  833. .pt_detail {
  834. position: fixed;
  835. top: 240rpx;
  836. width: 76%;
  837. height: auto;
  838. left: 12%;
  839. background: #fff;
  840. z-index: 99999;
  841. border-radius: 24rpx;
  842. overflow: hidden;
  843. }
  844. .modal_1 {
  845. padding-top: 80rpx;
  846. display: flex;
  847. width: 100%;
  848. justify-content: center;
  849. }
  850. .modal_1 :first-child {
  851. margin-left: 0rpx !important;
  852. }
  853. .modal_1 .border {
  854. width: 162rpx;
  855. height: 162rpx;
  856. border-radius: 50%;
  857. border: 2rpx solid #fff;
  858. background-color: #fff;
  859. display: flex;
  860. justify-content: center;
  861. align-items: center;
  862. margin-left: -30rpx;
  863. }
  864. .modal_1 image {
  865. width: 142rpx;
  866. height: 142rpx;
  867. border-radius: 50%;
  868. }
  869. .modal_2 {
  870. padding-top: 40rpx;
  871. display: flex;
  872. width: 100%;
  873. align-items: center;
  874. justify-content: center;
  875. color: #666;
  876. font-size: 32rpx;
  877. }
  878. .modal_2 text {
  879. color: #ff8f01;
  880. font-size: 44rpx;
  881. }
  882. .modal_3 {
  883. padding-top: 24rpx;
  884. padding-bottom: 56rpx;
  885. display: flex;
  886. width: 100%;
  887. align-items: center;
  888. justify-content: center;
  889. color: #666;
  890. font-size: 26rpx;
  891. height: 34rpx;
  892. }
  893. .modal_3 .countdown-class {
  894. color: #ff8f01;
  895. margin-top: -34rpx;
  896. }
  897. .modal-footer {
  898. display: flex;
  899. flex-direction: row;
  900. height: 92rpx;
  901. border-top: 1px solid #ddd;
  902. line-height: 92rpx;
  903. align-items: center;
  904. }
  905. .btn-cancel {
  906. width: 50%;
  907. font-size: 32rpx;
  908. font-family: SourceHanSansCN-Regular;
  909. font-weight: 400;
  910. color: rgba(153, 153, 153, 1);
  911. text-align: center;
  912. border-right: 1px solid #ddd;
  913. }
  914. .btn-confirm {
  915. width: 50%;
  916. font-size: 32rpx;
  917. font-family: SourceHanSansCN-Regular;
  918. font-weight: 400;
  919. color: rgba(255, 143, 1, 1);
  920. text-align: center;
  921. }
  922. /* 所有拼工 */
  923. .allpt-container, .allpt-container .mask {
  924. position: fixed;
  925. left: 0;
  926. top: 0;
  927. width: 100%;
  928. height: 100%;
  929. }
  930. .allpt-container .mask {
  931. background: rgba(0, 0, 0, 0.6);
  932. }
  933. .allpt_detail {
  934. position: fixed;
  935. top: 240rpx;
  936. width: 76%;
  937. height: auto;
  938. left: 12%;
  939. background: #fff;
  940. z-index: 99999;
  941. border-radius: 24rpx;
  942. overflow: hidden;
  943. }
  944. .allpt_detail .title {
  945. font-size: 32rpx;
  946. font-family: MicrosoftYaHei;
  947. font-weight: 400;
  948. color: rgba(102, 102, 102, 1);
  949. display: flex;
  950. width: 100%;
  951. justify-content: center;
  952. padding: 40rpx 0rpx;
  953. border-bottom: 2rpx solid #ddd;
  954. }
  955. .allpt_detail .allpt_list {
  956. display: flex;
  957. height: 94rpx;
  958. justify-content: space-between;
  959. align-items: center;
  960. color: #666;
  961. font-size: 26rpx;
  962. padding: 0rpx 20rpx;
  963. border-bottom: 2rpx solid #fafafa;
  964. }
  965. .allpt_detail .allpt_list .left {
  966. display: flex;
  967. flex-direction: row;
  968. align-items: center;
  969. }
  970. .allpt_detail .allpt_list .left .left_1 {
  971. width: 60rpx;
  972. height: 60rpx;
  973. margin-left: -10rpx;
  974. }
  975. .allpt_detail .allpt_list .left :first-child {
  976. margin-left: 0rpx !important;
  977. }
  978. .allpt_detail .allpt_list .left .left_1 image {
  979. width: 100%;
  980. height: 100%;
  981. border-radius: 50%;
  982. }
  983. .allpt_detail .allpt_list .left .left_2 {
  984. margin-left: 16rpx;
  985. display: flex;
  986. flex-wrap: wrap;
  987. font-size: 24rpx;
  988. }
  989. .allpt_detail .allpt_list .left .left_2 text {
  990. color: #ff8f01;
  991. padding: 0 6rpx;
  992. }
  993. .allpt_detail .allpt_list .right {
  994. font-size: 22rpx;
  995. font-family: SourceHanSansCN-Regular;
  996. font-weight: 400;
  997. color: rgba(255, 143, 1, 1);
  998. }
  999. /* 收藏 */
  1000. .favour {
  1001. font-size: 28rpx;
  1002. color: #333;
  1003. display: flex;
  1004. align-items: center;
  1005. justify-content: space-between;
  1006. }
  1007. .favour image {
  1008. width: 25rpx;
  1009. height: 23rpx;
  1010. margin-right: 6rpx;
  1011. }
  1012. .share {
  1013. margin-left: 40rpx;
  1014. }
  1015. .favour image {
  1016. height: 25rpx;
  1017. }
  1018. .address {
  1019. height: 150rpx;
  1020. background: #fff;
  1021. padding: 0 30rpx;
  1022. display: flex;
  1023. align-items: center;
  1024. justify-content: space-between;
  1025. }
  1026. .address-left {
  1027. height: 100%;
  1028. flex: 1;
  1029. color: #333;
  1030. font-size: 34rpx;
  1031. display: flex;
  1032. align-items: center;
  1033. justify-content: space-between;
  1034. padding-right: 15rpx;
  1035. }
  1036. .address-left image {
  1037. height: 73rpx;
  1038. width: 73rpx;
  1039. margin-right: 35rpx;
  1040. }
  1041. .address-content {
  1042. height: 100%;
  1043. flex: 1;
  1044. padding: 20rpx 0;
  1045. box-sizing: border-box;
  1046. display: flex;
  1047. flex-direction: column;
  1048. justify-content: space-around;
  1049. }
  1050. .address-content-address {
  1051. font-size: 26rpx;
  1052. color: #666;
  1053. }
  1054. .address-right {
  1055. width: 140rpx;
  1056. color: #0177ff;
  1057. font-size: 26rpx;
  1058. display: flex;
  1059. align-items: center;
  1060. justify-content: space-between;
  1061. }
  1062. .address-bar {
  1063. width: 2rpx;
  1064. height: 84rpx;
  1065. background: #ddd;
  1066. /* border: 1rpx solid rgba(221, 221, 221, 1); */
  1067. }
  1068. .address-right text {
  1069. margin: 0 20rpx;
  1070. }
  1071. .regularBus {
  1072. height: 130rpx;
  1073. font-weight: 400;
  1074. background: #fff;
  1075. font-family: PingFangSC-Regular, PingFang SC;
  1076. color: #333;
  1077. font-size: 34rpx;
  1078. padding: 0 30rpx;
  1079. display: flex;
  1080. align-items: center;
  1081. border-top: 1rpx solid #eee;
  1082. }
  1083. .regularBus image {
  1084. width: 60rpx;
  1085. height: 54rpx;
  1086. margin-right: 40rpx;
  1087. }
  1088. .show-share {
  1089. height: 100%;
  1090. width: 100%;
  1091. background: rgba(0, 0, 0, 0.6);
  1092. position: fixed;
  1093. left: 0;
  1094. top: 0;
  1095. display: flex;
  1096. align-items: center ;
  1097. justify-content: center;
  1098. }
  1099. .share-content {
  1100. width: 100%;
  1101. height: 85%;
  1102. display: flex;
  1103. align-items: center;
  1104. justify-content: center;
  1105. }
  1106. .share-content-content {
  1107. width: 552rpx;
  1108. height: 960rpx;
  1109. background: #fff;
  1110. border-radius: 40rpx;
  1111. display: flex;
  1112. flex-direction: column;
  1113. align-items: center;
  1114. /* justify-content: center; */
  1115. position: relative;
  1116. }
  1117. .share-content-image {
  1118. height: 751rpx;
  1119. width: 454rpx;
  1120. }
  1121. .share-content-header {
  1122. width: 100%;
  1123. padding: 0 49rpx;
  1124. box-sizing: border-box;
  1125. font-size: 28rpx;
  1126. color: #333;
  1127. margin-top: 65rpx;
  1128. margin-bottom: 29rpx;
  1129. }
  1130. .share-close {
  1131. height: 48rpx;
  1132. width: 48rpx;
  1133. position: absolute;
  1134. right: 20rpx;
  1135. top: 20rpx;
  1136. }
  1137. .show-share-bottom {
  1138. height: 180rpx;
  1139. width: 100%;
  1140. background: #fff;
  1141. padding: 0 30rpx;
  1142. box-sizing: border-box;
  1143. display: flex;
  1144. align-items: center;
  1145. justify-content: space-around;
  1146. position: absolute;
  1147. left: 0;
  1148. bottom: 0;
  1149. }
  1150. .share-item {
  1151. color: #666;
  1152. font-size: 24rpx;
  1153. display: flex;
  1154. flex-direction: column;
  1155. align-items: center;
  1156. justify-content: center;
  1157. position: relative;
  1158. }
  1159. .share-item image {
  1160. width: 80rpx;
  1161. margin-bottom: 15rpx;
  1162. }
  1163. .share-item button {
  1164. height: 100%;
  1165. width: 100%;
  1166. position: absolute;
  1167. left: 0;
  1168. top: 0;
  1169. opacity: 0;
  1170. }
  1171. .left_pin {
  1172. width: 6rpx;
  1173. height: 22rpx;
  1174. background: rgba(30, 98, 167, 1);
  1175. border-radius: 3rpx;
  1176. }