detail.wxss 19 KB

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