activityDetail.wxss 20 KB

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