partDetail.wxss 19 KB

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