partDetail.wxss 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157
  1. @import "../../../../wxParse/wxParse.wxss";
  2. @import "../../../../pages/volunteer/detail.wxss";
  3. page {
  4. padding-bottom: 150rpx;
  5. box-sizing: border-box;
  6. }
  7. .partcontent {
  8. position: relative;
  9. background: #f5f5f5;
  10. display: flex;
  11. flex-direction: column;
  12. padding-bottom: 100rpx;
  13. }
  14. .partime-container {
  15. /* padding:250rpx 0 0 0; */
  16. box-sizing: border-box;
  17. display: flex;
  18. flex-direction: column;
  19. }
  20. .partbg {
  21. /* position: absolute;
  22. left:0;
  23. top:0; */
  24. width: 750rpx;
  25. height: 347rpx;
  26. }
  27. .btn {
  28. width: 330rpx;
  29. height: 85rpx;
  30. border-radius: 43rpx;
  31. color: #ffffff;
  32. text-align: center;
  33. padding-top: 2rpx;
  34. }
  35. .text-bao {
  36. font-size: 30rpx;
  37. font-family: FZZhunYuan-M02S;
  38. font-weight: 400;
  39. color: #1a1a1a;
  40. margin-top: 11rpx;
  41. }
  42. .text-b {
  43. opacity: 0.78;
  44. font-size: 24rpx;
  45. font-family: FZZhunYuan-M02S;
  46. font-weight: 400;
  47. color: #4c441e;
  48. /* margin-top: 4rpx; */
  49. }
  50. .btn-box {
  51. display: flex;
  52. justify-content: space-between;
  53. flex: 1;
  54. }
  55. .see-code {
  56. width: 197rpx;
  57. height: 85rpx;
  58. background: #88bb26;
  59. border: 1px solid #88bb26;
  60. border-radius: 44rpx;
  61. font-size: 30rpx;
  62. font-family: FZZhunYuan-M02S;
  63. font-weight: 400;
  64. text-align: center;
  65. color: #ffffff;
  66. line-height: 85rpx;
  67. }
  68. .partimewrap {
  69. display: flex;
  70. flex-direction: column;
  71. }
  72. .partime-detail {
  73. width: 100%;
  74. display: flex;
  75. justify-content: space-between;
  76. padding-bottom: 22rpx;
  77. box-sizing: border-box;
  78. /* border-bottom: 1px solid #E6E6E6; */
  79. }
  80. .partime-address {
  81. display: flex;
  82. flex-direction: column;
  83. padding: 33rpx 0 0;
  84. box-sizing: border-box;
  85. }
  86. .partime-label {
  87. font-size: 24rpx;
  88. font-family: PingFang SC, PingFang SC-Regular;
  89. font-weight: 400;
  90. text-align: left;
  91. color: #666666;
  92. line-height: 33rpx;
  93. letter-spacing: 0rpx;
  94. margin-top: 9rpx;
  95. }
  96. .partime-label-a {
  97. display: flex;
  98. flex-direction: row;
  99. align-items: center;
  100. }
  101. .partime-percentwo {
  102. width: 100%;
  103. display: flex;
  104. flex-direction: row;
  105. justify-content: space-between;
  106. }
  107. .mask {
  108. width: 100%;
  109. height: 100%;
  110. position: fixed;
  111. background-color: rgba(0, 0, 0, 0.64);
  112. z-index: 9999;
  113. top: 0;
  114. left: 0;
  115. overflow: hidden;
  116. transition: all 0.5s;
  117. }
  118. .partime-detail-member {
  119. margin-left: 32rpx;
  120. margin-top: 20rpx;
  121. width: 700rpx;
  122. display: flex;
  123. justify-content: space-between;
  124. background: #fff;
  125. }
  126. .detaileft {
  127. width: 100%;
  128. /* margin: 10rpx auto; */
  129. position: relative;
  130. z-index: 2;
  131. min-height: 250rpx;
  132. }
  133. .isvip-shadowbg {
  134. filter: blur(8rpx) opacity(80%);
  135. z-index: -1;
  136. }
  137. .isvip-shadowbg-fix {
  138. height: 400rpx;
  139. }
  140. .isvip-shadow {
  141. margin-top: 20rpx;
  142. position: absolute;
  143. left: 0;
  144. top: 0;
  145. width: 100%;
  146. height: 100%;
  147. font-size: 28rpx;
  148. display: flex;
  149. flex-direction: column;
  150. z-index: 30;
  151. /* text-decoration:underline; */
  152. }
  153. .isvip-shadow .tet {
  154. color: #9ddb52;
  155. font-weight: bold;
  156. z-index: 200;
  157. }
  158. .isvip-shadowbt {
  159. position: absolute;
  160. left: 0;
  161. top: 0;
  162. width: 100%;
  163. height: 100%;
  164. z-index: -1;
  165. }
  166. .joinbtn {
  167. margin-top: 40rpx;
  168. width: 169rpx;
  169. height: 54rpx;
  170. opacity: 1;
  171. background: #9ddb52;
  172. border-radius: 27rpx;
  173. opacity: 1;
  174. font-size: 24rpx;
  175. font-family: PingFang SC, PingFang SC-Regular;
  176. font-weight: 400;
  177. text-align: left;
  178. color: #ffffff;
  179. line-height: 54rpx;
  180. text-align: center;
  181. }
  182. .zindex {
  183. z-index: 9999;
  184. }
  185. .partime-percent {
  186. width: 100%;
  187. display: flex;
  188. flex-direction: row;
  189. /* justify-content: space-between; */
  190. }
  191. .partime-percent text {
  192. color: #1a1a1a;
  193. font-size: 32rpx;
  194. font-family: "FZZhunYuan-M02S";
  195. font-weight: 400;
  196. }
  197. .partime-percent text:nth-child(2n) {
  198. /* color:#666666;
  199. font-size: 32rpx;
  200. font-family: FZZhunYuan-M02S;
  201. font-weight: 400; */
  202. color: #666666;
  203. margin-left: 20rpx;
  204. }
  205. .partime-right {
  206. width: 50%;
  207. }
  208. .icon-address {
  209. font-size: 36rpx;
  210. position: absolute;
  211. top: 0rpx;
  212. left: 0;
  213. color: #999999 !important;
  214. }
  215. .address-w {
  216. text-indent: 40rpx;
  217. }
  218. .mainbg {
  219. width: 358rpx;
  220. background: #2b58a5;
  221. }
  222. .mainbg .text-bao {
  223. color: #ffffff !important;
  224. }
  225. .mainbg .text-b {
  226. opacity: 0.78;
  227. color: #ffffff;
  228. }
  229. .greybg {
  230. width: 358rpx;
  231. }
  232. .big-box {
  233. position: relative;
  234. }
  235. .big-box .dim {
  236. position: absolute;
  237. top: 100rpx;
  238. left: 50%;
  239. text-align: center;
  240. transform: translateX(-50%);
  241. z-index: 10;
  242. }
  243. .big-box .showDim {
  244. display: none;
  245. }
  246. .big-box .dim image {
  247. width: 148rpx;
  248. height: 148rpx;
  249. }
  250. .big-box .dim .tip {
  251. text-align: center;
  252. font-size: 30rpx;
  253. font-family: FZZhunYuan-M02S, FZZhunYuan-M02S-Regular;
  254. font-weight: 400;
  255. text-align: left;
  256. color: #f0ce2c;
  257. }
  258. .vipBg {
  259. opacity: 0.65;
  260. }
  261. .vipBg::before {
  262. display: block;
  263. content: "";
  264. position: absolute;
  265. width: 100%;
  266. height: 100%;
  267. /* opacity: 0.95; */
  268. background: #182339;
  269. /* background-color: #fff; */
  270. z-index: 9;
  271. }
  272. .partime-bg {
  273. width: 690rpx;
  274. background: #ffffff;
  275. border-radius: 20rpx;
  276. overflow: hidden;
  277. margin-bottom: 25rpx;
  278. padding: 43rpx 30rpx 36rpx 30rpx;
  279. box-sizing: border-box;
  280. display: flex;
  281. flex-direction: column;
  282. margin-left: 30rpx;
  283. }
  284. .partime-detail .partime-detail-title {
  285. font-size: 34rpx;
  286. font-weight: 700;
  287. font-family: PingFang-SC-Bold;
  288. color: #292929;
  289. letter-spacing: 2rpx;
  290. position: relative;
  291. padding-left: 20rpx;
  292. box-sizing: border-box;
  293. }
  294. .partime-detail-member .partime-detail-title {
  295. font-size: 34rpx;
  296. font-weight: 700;
  297. font-family: PingFang-SC-Bold;
  298. color: #292929;
  299. letter-spacing: 2rpx;
  300. position: relative;
  301. padding-left: 20rpx;
  302. box-sizing: border-box;
  303. }
  304. .partime-detail-top {
  305. padding-top: 13rpx;
  306. width: 85%;
  307. }
  308. .partime-detail-container {
  309. position: relative;
  310. /* width: 84%; */
  311. /* padding: 15rpx 0; */
  312. }
  313. .partime-txt {
  314. /* padding-left:30rpx; */
  315. display: flex;
  316. flex-direction: row;
  317. align-items: center;
  318. margin-top: 13rpx;
  319. }
  320. .part-item {
  321. padding: 3rpx 9rpx;
  322. box-sizing: border-box;
  323. opacity: 1;
  324. font-size: 20rpx;
  325. font-family: PingFang-SC-Regular;
  326. color: #767676;
  327. display: flex;
  328. border: 1px solid #767676;
  329. border-radius: 3rpx;
  330. margin-right: 15rpx;
  331. }
  332. .partime-border-left {
  333. height: 20rpx;
  334. display: inline-block;
  335. border: 1px solid #ccc;
  336. margin-left: 10rpx;
  337. vertical-align: middle;
  338. }
  339. .partime-border {
  340. padding-left: 10rpx;
  341. }
  342. /* .partime-listcolor{
  343. margin-bottom: 120rpx;
  344. } */
  345. .partime-price {
  346. color: #ec2e26;
  347. font-weight: 700;
  348. font-family: PingFang-SC-Bold;
  349. font-size: 45rpx;
  350. }
  351. .fixed {
  352. width: 100%;
  353. height: 100rpx;
  354. background: #fff;
  355. display: flex;
  356. /* position: fixed; */
  357. bottom: 0;
  358. left: 0;
  359. margin-top: 45rpx;
  360. }
  361. .partime-hour {
  362. color: #ec2e26;
  363. font-size: 24rpx;
  364. font-weight: 700;
  365. white-space: nowrap;
  366. font-family: PingFang-SC-Regular;
  367. }
  368. .partime-data {
  369. font-size: 20rpx;
  370. color: #626262;
  371. }
  372. .partime-all {
  373. margin-top: 20rpx;
  374. /* height: 200rpx; */
  375. }
  376. .partime-title {
  377. padding-left: 30rpx;
  378. padding-top: 18rpx;
  379. font-size: 30rpx;
  380. font-family: PingFang-SC-Regular;
  381. color: #7b7b7b;
  382. display: block;
  383. line-height: 46rpx;
  384. }
  385. .partime-box {
  386. display: flex;
  387. flex-direction: column;
  388. margin-left: auto;
  389. justify-content: center;
  390. align-items: center;
  391. }
  392. .partime-flud-container {
  393. /* padding-left: 30rpx;
  394. padding-top: 20rpx; */
  395. }
  396. .part-right {
  397. margin-right: 19rpx;
  398. }
  399. .partime-train {
  400. margin-right: -92rpx;
  401. }
  402. .imgurl {
  403. width: 30rpx;
  404. height: 40rpx;
  405. vertical-align: middle;
  406. padding-right: 13rpx;
  407. }
  408. .partime-url {
  409. padding-left: 30rpx;
  410. padding-top: 18rpx;
  411. font-size: 25rpx;
  412. font-family: PingFang-SC-Regular;
  413. color: #7b7b7b;
  414. padding-bottom: 20rpx;
  415. }
  416. /* .partime-num{
  417. padding-left: 10rpx;
  418. }
  419. .partime-left {
  420. padding-left: 80rpx;
  421. }
  422. .partime-leftone {
  423. padding-left: 101rpx;
  424. }
  425. .partime-leftwo {
  426. padding-left: 71rpx;
  427. } */
  428. .partime-main {
  429. /* line-height: 63rpx; */
  430. display: flex;
  431. margin-top: 26rpx;
  432. font-family: "FZZhunYuan-M02S";
  433. font-weight: 400;
  434. }
  435. .partime-left {
  436. margin-left: 20rpx;
  437. }
  438. .partime-main text {
  439. font-size: 28rpx;
  440. font-family: "FZZhunYuan-M02S";
  441. font-weight: 400;
  442. color: #1a1a1a;
  443. }
  444. .partime-con {
  445. line-height: 63rpx;
  446. display: flex;
  447. }
  448. .partime-con text {
  449. font-size: 28rpx;
  450. }
  451. .partime-list {
  452. display: flex;
  453. /* margin-top: 20rpx;
  454. margin-left: 16rpx; */
  455. }
  456. .imglist {
  457. flex: 1;
  458. }
  459. .list-label {
  460. color: #666666;
  461. font-family: "FZZhunYuan-M02S";
  462. font-weight: 400;
  463. }
  464. .imgnode {
  465. flex: 1;
  466. margin-top: 34rpx;
  467. }
  468. .partime-text {
  469. display: flex;
  470. }
  471. .partime-text-flud {
  472. margin-left: 16rpx;
  473. /* flex: 1; */
  474. font-size: 30rpx;
  475. font-weight: 700;
  476. }
  477. .partime-text-config {
  478. margin-left: 16rpx;
  479. font-size: 30rpx;
  480. font-weight: 700;
  481. padding-left: 67rpx;
  482. }
  483. .partime-text-three {
  484. margin-left: 16rpx;
  485. font-size: 30rpx;
  486. font-weight: 700;
  487. padding-left: 69rpx;
  488. }
  489. .partime-text-four {
  490. margin-left: 16rpx;
  491. font-size: 30rpx;
  492. font-weight: 700;
  493. padding-left: 67rpx;
  494. }
  495. .partime-text-fludone {
  496. margin-left: 16rpx;
  497. margin-top: 12rpx;
  498. /* flex: 1; */
  499. font-size: 25rpx;
  500. color: #626262;
  501. font-family: PingFang-SC-Regular;
  502. }
  503. .partime-text-fludtwo {
  504. margin-left: 16rpx;
  505. margin-top: 12rpx;
  506. /* flex: 1; */
  507. font-size: 25rpx;
  508. color: #626262;
  509. font-family: PingFang-SC-Regular;
  510. padding-left: 41rpx;
  511. }
  512. .partime-text-fludthree {
  513. margin-left: 16rpx;
  514. margin-top: 12rpx;
  515. /* flex: 1; */
  516. font-size: 25rpx;
  517. color: #626262;
  518. font-family: PingFang-SC-Regular;
  519. padding-left: 41rpx;
  520. }
  521. .partime-text-fludfour {
  522. margin-left: 16rpx;
  523. margin-top: 12rpx;
  524. /* flex: 1; */
  525. font-size: 25rpx;
  526. color: #626262;
  527. font-family: PingFang-SC-Regular;
  528. padding-left: 45rpx;
  529. }
  530. .partime-info {
  531. padding-left: 30rpx;
  532. padding-top: 18rpx;
  533. padding-bottom: 18rpx;
  534. margin-top: 20rpx;
  535. font-size: 25rpx;
  536. font-family: PingFang-SC-Regular;
  537. /* color: #7b7b7b; */
  538. background: #fdfbd2;
  539. color: black;
  540. opacity: 0.6;
  541. border-radius: 10rpx;
  542. border: 1px solid #f8ea04;
  543. width: 92%;
  544. margin-left: 10rpx;
  545. }
  546. .partime-bg-container {
  547. /* padding-bottom: 23rpx; */
  548. }
  549. .member {
  550. height: 100%;
  551. }
  552. .hot-title {
  553. display: flex;
  554. justify-content: space-between;
  555. align-items: center;
  556. height: 36rpx;
  557. font-size: 32rpx;
  558. font-family: "FZCuYuan-M03";
  559. font-weight: 400;
  560. color: #333333;
  561. position: relative;
  562. }
  563. .hot-title .line {
  564. position: absolute;
  565. width: 6rpx;
  566. height: 36rpx;
  567. background: #ffdd36;
  568. border-radius: 3rpx;
  569. top: 0;
  570. left: 0;
  571. opacity: 0.5;
  572. }
  573. /* .partime-detail-info {
  574. font-size: 30rpx;
  575. font-family: PingFang-SC-Regular;
  576. color: #292929;
  577. display: block;
  578. line-height: 50rpx;
  579. } */
  580. .imginfo {
  581. width: 43rpx;
  582. height: 34rpx;
  583. vertical-align: middle;
  584. padding-right: 13rpx;
  585. }
  586. .information {
  587. display: inline-block;
  588. width: 8%;
  589. vertical-align: top;
  590. padding-top: 16rpx;
  591. }
  592. .information-txt {
  593. display: inline-block;
  594. width: 80%;
  595. color: #fcc133;
  596. }
  597. .hk-leftt::after {
  598. content: "";
  599. position: absolute;
  600. width: 8rpx;
  601. height: 34rpx;
  602. line-height: 34rpx;
  603. left: 0rpx;
  604. bottom: 6rpx;
  605. background: #9ddb52;
  606. z-index: 999;
  607. }
  608. .hk-leftt {
  609. position: relative;
  610. }
  611. .activity-title image {
  612. height: 38rpx;
  613. width: 84rpx;
  614. margin-right: 10rpx;
  615. }
  616. .activity-c {
  617. display: flex;
  618. flex-direction: column;
  619. width: 690rpx;
  620. margin: -90rpx auto 0 auto;
  621. padding-bottom: 100rpx;
  622. box-sizing: border-box;
  623. }
  624. .acitemwrap {
  625. background: white;
  626. margin-bottom: 20rpx;
  627. padding: 34rpx 30rpx 23rpx 30rpx;
  628. }
  629. .apwrap {
  630. position: relative;
  631. z-index: 22;
  632. width: 100%;
  633. height: 99rpx;
  634. margin-left: -22rpx;
  635. }
  636. .activeity-price-c {
  637. color: white;
  638. background: #9ddb52;
  639. width: 690rpx;
  640. position: absolute;
  641. padding: 0 30rpx;
  642. box-sizing: border-box;
  643. left: 0;
  644. top: 0;
  645. display: flex;
  646. align-items: center;
  647. z-index: 23;
  648. height: 99rpx;
  649. border-radius: 20rpx 20rpx 0px 0px;
  650. }
  651. .activeity-price-c label {
  652. font-size: 26rpx;
  653. }
  654. .activeity-price-c .num {
  655. margin-top: -10rpx;
  656. font-size: 44rpx;
  657. font-weight: 700;
  658. }
  659. .activeity-price-c .company {
  660. font-size: 26rpx;
  661. }
  662. .activeity-price-d {
  663. position: absolute;
  664. right: -45rpx;
  665. top: 0;
  666. z-index: 24;
  667. background: #fcc26e;
  668. border-bottom: 99rpx solid #fcc26e;
  669. border-left: 30px solid #9ddb52;
  670. height: 0;
  671. display: flex;
  672. justify-content: center;
  673. align-items: center;
  674. width: 171rpx;
  675. border-radius: 0 20rpx 0rpx 0rpx;
  676. }
  677. .activeity-price-d text {
  678. font-size: 30rpx;
  679. font-weight: 700;
  680. margin-top: 99rpx;
  681. color: white;
  682. }
  683. .price {
  684. display: flex;
  685. flex-direction: row;
  686. align-items: center;
  687. }
  688. .price .p2 {
  689. font-size: 36rpx;
  690. font-weight: bold;
  691. color: #ec2e26;
  692. line-height: 45rpx;
  693. }
  694. .price .p1 {
  695. font-size: 22rpx;
  696. color: #ec2e26;
  697. line-height: 52rpx;
  698. }
  699. .acitemwrap .content .title-price .title {
  700. text-overflow: ellipsis;
  701. display: -webkit-box;
  702. -webkit-line-clamp: 2;
  703. -webkit-box-orient: vertical;
  704. overflow: hidden;
  705. font-size: 36rpx;
  706. font-family: "FZCuYuan-M03";
  707. font-weight: 400;
  708. color: #1a1a1a;
  709. width: 520rpx;
  710. flex-shrink: 0;
  711. }
  712. .hot-title .title {
  713. display: inline-block !important;
  714. position: relative;
  715. }
  716. .hot-title .title::after {
  717. display: block;
  718. content: "";
  719. position: absolute;
  720. top: -3%;
  721. right: -3%;
  722. width: 30rpx;
  723. height: 30rpx;
  724. background-color: #005eff42;
  725. border-radius: 50%;
  726. z-index: 1;
  727. }
  728. .acitemwrap .content .label2 {
  729. font-size: 26rpx;
  730. font-weight: 400;
  731. color: #767676;
  732. margin-right: 10rpx;
  733. display: inline-block;
  734. }
  735. .acitemwrap .content .split {
  736. width: 100%;
  737. border-top: 1px solid #e6e6e6;
  738. margin: 30rpx 0;
  739. }
  740. .list {
  741. font-size: 28rpx;
  742. font-weight: 400;
  743. color: #666666;
  744. line-height: 33rpx;
  745. margin-top: 10rpx;
  746. position: relative;
  747. font-family: "FZZhunYuan-M02S";
  748. font-weight: 400;
  749. }
  750. .code-tip {
  751. font-size: 28rpx;
  752. font-family: PingFang SC, PingFang SC-Regular;
  753. font-weight: 400;
  754. text-align: center;
  755. color: #666666;
  756. }
  757. .code-img {
  758. width: 358rpx;
  759. height: 358rpx;
  760. margin-top: 22rpx;
  761. }
  762. .selt-btn {
  763. display: flex;
  764. justify-content: center;
  765. padding-bottom: 65rpx;
  766. }
  767. .i-know {
  768. width: 319rpx;
  769. height: 80rpx;
  770. background: #2b58a5;
  771. border-radius: 40rpx;
  772. text-align: center;
  773. line-height: 80rpx;
  774. color: #ffffff;
  775. font-size: 32rpx;
  776. }
  777. .content-info {
  778. padding-top: 8rpx;
  779. display: flex;
  780. /* align-items: center; */
  781. justify-content: space-between;
  782. }
  783. .info-typeName {
  784. font-size: 24rpx;
  785. font-family: PingFang SC, PingFang SC-Regular;
  786. font-weight: 400;
  787. text-align: left;
  788. color: #ec931a;
  789. }
  790. .info-list-item {
  791. margin-top: 20rpx;
  792. display: flex;
  793. align-items: center;
  794. }
  795. .info-list-item view {
  796. margin-right: 14rpx;
  797. min-width: 120rpx;
  798. height: 46rpx;
  799. line-height: 46rpx;
  800. background: #f0f1f5;
  801. border-radius: 10rpx;
  802. text-align: center;
  803. padding: 0 10rpx;
  804. font-size: 22rpx;
  805. font-family: PingFang SC, PingFang SC-Regular;
  806. font-weight: 400;
  807. color: #5f5e66;
  808. }
  809. .work-day-type {
  810. display: flex;
  811. justify-content: space-between;
  812. align-items: center;
  813. height: 55rpx;
  814. margin-top: 12rpx;
  815. }
  816. .sub-btn {
  817. flex-shrink: 0;
  818. background: #e6e6e6;
  819. border-radius: 28rpx;
  820. height: 55rpx;
  821. line-height: 55rpx;
  822. color: #0a0a0a;
  823. font-size: 28rpx;
  824. width: 150rpx;
  825. text-align: center;
  826. }
  827. .sub-btn.green {
  828. background: #2b58a5;
  829. color: #ffffff;
  830. }
  831. .list-address-box {
  832. display: flex;
  833. justify-content: space-between;
  834. align-items: flex-end;
  835. }
  836. .righticon {
  837. font-size: 38rpx;
  838. }
  839. .title-price {
  840. display: flex;
  841. justify-content: space-between;
  842. align-items: center;
  843. }
  844. .comment {
  845. padding: 11rpx 0 41rpx 0;
  846. }
  847. .comment .card {
  848. margin-top: 30rpx;
  849. }
  850. .comment .card .head {
  851. display: inline-block;
  852. vertical-align: middle;
  853. width: 87rpx;
  854. height: 87rpx;
  855. border-radius: 50%;
  856. background: #f6f6f6;
  857. margin-right: 18rpx;
  858. }
  859. .comment .card .star-box {
  860. display: inline-block;
  861. vertical-align: middle;
  862. width: 350rpx;
  863. }
  864. .comment .card .star-box .name {
  865. text-overflow: ellipsis;
  866. white-space: nowrap;
  867. overflow: hidden;
  868. font-size: 32rpx;
  869. font-weight: 400;
  870. color: #1a1a1a;
  871. }
  872. .comment .card .star-box .iconfont-c3 {
  873. margin-right: 12rpx;
  874. color: #b3b3b3;
  875. }
  876. .comment .card .star-box .iconfont-c3.yellow {
  877. color: #fed100;
  878. }
  879. .comment .card .time {
  880. width: 160rpx;
  881. text-align: right;
  882. display: inline-block;
  883. vertical-align: top;
  884. font-size: 28rpx;
  885. font-weight: 500;
  886. color: #999999;
  887. }
  888. .comment .card .desc {
  889. margin-top: 25rpx;
  890. font-size: 28rpx;
  891. font-weight: 400;
  892. color: #999999;
  893. line-height: 34rpx;
  894. }
  895. .comment .card .img-box {
  896. white-space: nowrap;
  897. overflow: auto;
  898. }
  899. .comment .card .img {
  900. width: 155rpx;
  901. height: 155rpx;
  902. background: #f6f6f6;
  903. margin: 18rpx 10rpx 0 0;
  904. }
  905. .comment .card .split {
  906. margin-top: 32rpx;
  907. border-top: 1px solid #e6e6e6;
  908. }
  909. .left-t-r i {
  910. font-size: 50rpx;
  911. }
  912. .left-t-r i.isyn {
  913. font-size: 50rpx;
  914. color: #ff9800;
  915. }
  916. .work-box {
  917. width: 690rpx;
  918. background: #ffffff;
  919. border-radius: 16rpx;
  920. /* margin-top: 23rpx; */
  921. margin-bottom: 20rpx;
  922. margin-left: 30rpx;
  923. }
  924. .work-top {
  925. padding: 41rpx 30rpx 26rpx 30rpx;
  926. box-sizing: border-box;
  927. }
  928. .work-img-box {
  929. display: flex;
  930. margin-top: 31rpx;
  931. }
  932. .work-bao {
  933. margin-left: 43rpx;
  934. width: 45rpx;
  935. height: 46rpx;
  936. }
  937. .work-dot {
  938. width: 71rpx;
  939. height: 11rpx;
  940. margin-left: 29rpx;
  941. align-self: center;
  942. }
  943. .work-lian {
  944. width: 44rpx;
  945. height: 42rpx;
  946. margin-left: 29rpx;
  947. }
  948. .work-kai {
  949. width: 49rpx;
  950. height: 44rpx;
  951. margin-left: 24rpx;
  952. }
  953. .work-dot3 {
  954. width: 71rpx;
  955. height: 11rpx;
  956. margin-left: 28rpx;
  957. align-self: center;
  958. }
  959. .work-wan {
  960. width: 53rpx;
  961. height: 36rpx;
  962. margin-left: 15rpx;
  963. }
  964. .word-box {
  965. display: flex;
  966. margin-top: 20rpx;
  967. }
  968. .word-box .item {
  969. font-size: 28rpx;
  970. font-family: FZZhunYuan-M02S;
  971. font-weight: 400;
  972. color: #000000;
  973. text-align: center;
  974. width: 132rpx;
  975. }
  976. .word-box .item .title-2 {
  977. font-size: 22rpx;
  978. color: #666666;
  979. margin-top: 17rpx;
  980. }
  981. .word-box .item .title-3 {
  982. font-size: 22rpx;
  983. color: #666666;
  984. margin-top: 10rpx;
  985. }
  986. .warning-box {
  987. width: 690rpx;
  988. height: 101rpx;
  989. background: #d8e0ee;
  990. border-radius: 0px 0px 16rpx 16rpx;
  991. display: flex;
  992. justify-content: space-between;
  993. align-items: center;
  994. padding: 0 30rpx;
  995. box-sizing: border-box;
  996. font-size: 24rpx;
  997. font-family: FZZhunYuan-M02S;
  998. font-weight: 400;
  999. color: #1a56a6;
  1000. }
  1001. .warning-img {
  1002. width: 39rpx;
  1003. height: 39rpx;
  1004. }
  1005. .per-box {
  1006. width: 690rpx;
  1007. margin-left: 30rpx;
  1008. padding: 30rpx;
  1009. box-sizing: border-box;
  1010. background-color: white;
  1011. margin-bottom: 20rpx;
  1012. border-radius: 20rpx;
  1013. }
  1014. .people {
  1015. }
  1016. .more {
  1017. height: 90rpx;
  1018. display: flex;
  1019. align-items: center;
  1020. margin-top: 33rpx;
  1021. }
  1022. .more .more-word {
  1023. font-size: 24rpx;
  1024. font-family: PingFang SC, PingFang SC-Regular;
  1025. font-weight: 400;
  1026. color: #666666;
  1027. }
  1028. .more .down {
  1029. transform: rotate(-90deg);
  1030. }
  1031. .total-img {
  1032. display: flex;
  1033. flex-wrap: wrap;
  1034. }
  1035. .total-img .imgk {
  1036. width: 90rpx;
  1037. height: 90rpx;
  1038. border-radius: 50%;
  1039. margin-left: 30rpx;
  1040. margin-top: 32rpx;
  1041. }
  1042. .total-img .imgk:first-child {
  1043. margin-left: 0;
  1044. }
  1045. .total-img .imgk:nth-child(6n + 1) {
  1046. margin-left: 0;
  1047. }
  1048. .total-img .up {
  1049. display: flex;
  1050. align-items: center;
  1051. margin-left: 30rpx;
  1052. }
  1053. .up-word {
  1054. font-size: 24rpx;
  1055. font-family: PingFang SC, PingFang SC-Regular;
  1056. font-weight: 400;
  1057. color: #666666;
  1058. }
  1059. .upicon {
  1060. transform: rotate(90deg);
  1061. margin-bottom: 12rpx;
  1062. }
  1063. .people-content {
  1064. display: flex;
  1065. justify-content: space-between;
  1066. }
  1067. .imgs {
  1068. position: relative;
  1069. margin-top: 33rpx;
  1070. height: 90rpx;
  1071. }
  1072. .img {
  1073. width: 90rpx;
  1074. height: 90rpx;
  1075. border-radius: 50%;
  1076. position: absolute;
  1077. top: 0;
  1078. }
  1079. .dot {
  1080. position: absolute;
  1081. top: 0;
  1082. width: 90rpx;
  1083. height: 90rpx;
  1084. border-radius: 50%;
  1085. border: 1px dashed #999999;
  1086. text-align: center;
  1087. color: #999999;
  1088. box-sizing: border-box;
  1089. font-size: 28rpx;
  1090. line-height: 75rpx;
  1091. }