index.wxss 23 KB

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