index.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. /* index.css */
  2. page {
  3. background: #f2f2f2;
  4. }
  5. .top-fixed {
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. right: 0;
  10. z-index: 50;
  11. }
  12. .bgcolor {
  13. background: var(--main);
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. right: 0;
  18. transition: .3s all ease;
  19. opacity: 0;
  20. }
  21. .opacity {
  22. opacity: 1;
  23. }
  24. .top-fixed-c {
  25. position: relative;
  26. }
  27. .back {
  28. position: absolute;
  29. top: 50%;
  30. transform: translateY(-50%);
  31. left: 0;
  32. padding-left: 30rpx;
  33. padding-right: 30rpx;
  34. }
  35. .back image {
  36. width: 17rpx;
  37. height: 31rpx;
  38. }
  39. .top-title {
  40. font-size: 34rpx;
  41. color: #333;
  42. font-weight: 500;
  43. text-align: center;
  44. }
  45. .top-black {
  46. color: #000;
  47. }
  48. .bg {
  49. position: absolute;
  50. top: 0;
  51. left: 0;
  52. right: 0;
  53. height: 540rpx;
  54. background: linear-gradient(180deg, var(--main) 0%, #fff 100%);
  55. }
  56. .bg image {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .photo {
  61. width: 690rpx;
  62. height: 500rpx;
  63. position: relative;
  64. }
  65. .poster {
  66. width: 100%;
  67. height: 100%;
  68. border-radius: 20rpx 20rpx 0 0;
  69. }
  70. .change-option{
  71. position: absolute;
  72. right: 30rpx;
  73. bottom: -40rpx;
  74. }
  75. .change-option-text{
  76. color: #fff;
  77. text-align: center;
  78. margin-top: 4rpx;
  79. font-size: 22rpx;
  80. }
  81. .change {
  82. font-size: 24rpx;
  83. color: #fff;
  84. border-radius: 100%;
  85. background-color: #4891EF;
  86. width: 90rpx;
  87. height: 90rpx;
  88. margin-right: 30rpx;
  89. display: flex;
  90. flex-direction: column;
  91. justify-content: center;
  92. align-items: center;
  93. }
  94. .change:last-child{
  95. margin-right: 0;
  96. }
  97. .change image {
  98. width: 32rpx;
  99. height: 25rpx;
  100. margin-top: 4rpx;
  101. }
  102. .upload {
  103. width: 100%;
  104. height: 100%;
  105. flex-direction: column;
  106. justify-content: center;
  107. font-size: 26rpx;
  108. color: var(--main);
  109. }
  110. .upload image {
  111. width: 27rpx;
  112. height: 27rpx;
  113. margin: 0 auto 20rpx;
  114. }
  115. .infos {
  116. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 43%, #FFFFFF 100%);
  117. overflow: hidden;
  118. margin-bottom: 30rpx;
  119. }
  120. .infos-border {
  121. width: 683rpx;
  122. box-shadow: 0rpx 4rpx 24rpx 1rpx rgba(0, 0, 0, 0.1);
  123. border-radius: 20rpx 20rpx 20rpx 20rpx;
  124. margin: 32rpx 32rpx 0;
  125. overflow: hidden;
  126. padding-bottom: 30rpx;
  127. }
  128. .info {
  129. background: #fff;
  130. padding: 40rpx;
  131. }
  132. .company {
  133. font-size: 28rpx;
  134. color: #666;
  135. font-weight: 400;
  136. line-height: 40rpx;
  137. margin-top: 13rpx;
  138. }
  139. .company image{
  140. width: 23rpx;
  141. height: 28rpx;
  142. margin-right:9rpx ;
  143. }
  144. .name {
  145. font-size: 48rpx;
  146. color: #333;
  147. font-weight: bold;
  148. margin-top: 30rpx;
  149. line-height: 53rpx;
  150. }
  151. .job {
  152. font-size: 20rpx;
  153. color: #FFFFFF;
  154. margin-left: 12rpx;
  155. font-weight: 400;
  156. padding: 4rpx 10rpx;
  157. line-height: 32rpx;
  158. background: linear-gradient(80deg, #7EBFF1 0%, #458EEE 100%);
  159. border-radius: 5rpx 5rpx 5rpx 5rpx;
  160. opacity: 1;
  161. }
  162. .industry {
  163. display: inline-block;
  164. margin-top: 6rpx;
  165. font-size: 20rpx;
  166. color: #4C8EF1;
  167. padding: 0 12rpx;
  168. height: 36rpx;
  169. line-height: 36rpx;
  170. border-radius: 5rpx 5rpx 5rpx 5rpx;
  171. opacity: 1;
  172. border: 1rpx solid #4C8EF1;
  173. }
  174. .guanzhu {
  175. width: 125rpx;
  176. height: 50rpx;
  177. line-height: 50rpx;
  178. border-radius: 50rpx 50rpx 50rpx 50rpx;
  179. opacity: 1;
  180. border: 2rpx solid #999999;
  181. font-size: 22rpx;
  182. font-weight: 400;
  183. color: #333333;
  184. text-align: center;
  185. margin-top: 30rpx;
  186. }
  187. .logo {
  188. width: 128rpx;
  189. height: 128rpx;
  190. border: 1rpx solid #D9D9D9;
  191. border-radius: 50%;
  192. }
  193. .logo image {
  194. width: 100%;
  195. height: 100%;
  196. border-radius: 50%;
  197. }
  198. .zhan {
  199. justify-content: center;
  200. font-size: 24rpx;
  201. color: #999;
  202. padding: 30rpx 0;
  203. }
  204. .bico {
  205. width: 23rpx;
  206. height: 14rpx;
  207. margin-left: 15rpx;
  208. transition: all .3s ease;
  209. }
  210. .zhan-romate .bico {
  211. transform: rotate(180deg);
  212. }
  213. .share {
  214. width: 541rpx;
  215. height: 94rpx;
  216. background: #DB2A2A;
  217. border-radius: 47rpx;
  218. font-size: 36rpx;
  219. color: #fff;
  220. text-align: center;
  221. line-height: 94rpx;
  222. }
  223. .opt {
  224. justify-content: space-around;
  225. }
  226. .opt .li {
  227. font-size: 26rpx;
  228. color: #333;
  229. }
  230. .opt .li image {
  231. width: 43rpx;
  232. height: 41rpx;
  233. margin: 0 auto 10rpx;
  234. }
  235. .datas {
  236. padding: 28rpx 32rpx;
  237. }
  238. .users {
  239. padding-left: 10rpx;
  240. font-size: 24rpx;
  241. color: #999;
  242. }
  243. .users image {
  244. width: 50rpx;
  245. height: 50rpx;
  246. border-radius: 50%;
  247. margin-left: -10rpx;
  248. }
  249. .users view {
  250. margin-left: 15rpx;
  251. }
  252. .zan,
  253. .renqi {
  254. font-size: 22rpx;
  255. color: #5F5F5F;
  256. }
  257. .renqi {
  258. margin-left: 50rpx;
  259. }
  260. .zan image {
  261. width: 30rpx;
  262. height: 32rpx;
  263. margin-right: 10rpx;
  264. }
  265. .renqi image {
  266. width: 25rpx;
  267. height: 33rpx;
  268. margin-right: 10rpx;
  269. }
  270. .box {
  271. background: #fff;
  272. border-radius: 12rpx;
  273. margin: 30rpx 32rpx;
  274. padding: 0 30rpx;
  275. overflow: hidden;
  276. }
  277. .brief {
  278. padding-bottom: 45rpx;
  279. }
  280. .tit {
  281. font-size: 30rpx;
  282. color: #000;
  283. font-weight: 600;
  284. margin: 35rpx 0 0;
  285. }
  286. .tit image {
  287. width: 42rpx;
  288. height: 42rpx;
  289. margin-right: 20rpx;
  290. }
  291. .tit text {
  292. font-size: 24rpx;
  293. color: #999;
  294. margin-left: 15rpx;
  295. font-weight: normal;
  296. }
  297. .bri {
  298. font-size: 28rpx;
  299. color: #333;
  300. line-height: 38rpx;
  301. margin-top: 25rpx;
  302. }
  303. .card-datas {
  304. margin-top: 20rpx;
  305. }
  306. .card-datas .li {
  307. font-size: 24rpx;
  308. color: #999;
  309. width: 33.33%;
  310. text-align: center;
  311. padding: 35rpx 0;
  312. }
  313. .card-datas .li text {
  314. display: block;
  315. font-size: 38rpx;
  316. color: #333;
  317. margin-bottom: 5rpx;
  318. }
  319. .tit image.edit {
  320. width: 30rpx;
  321. height: 32rpx;
  322. margin-right: 0;
  323. }
  324. .videos {
  325. padding-bottom: 40rpx;
  326. }
  327. .video {
  328. margin-top: 30rpx;
  329. }
  330. .not {
  331. font-size: 30rpx;
  332. color: #999999;
  333. text-align: center;
  334. padding: 70rpx 0 30rpx;
  335. }
  336. .not image {
  337. width: 53rpx;
  338. height: 46rpx;
  339. margin: 0 auto 20rpx;
  340. }
  341. .video-sp {
  342. width: 100%;
  343. height: 352rpx;
  344. border-radius: 4rpx;
  345. }
  346. .pic {
  347. padding-bottom: 40rpx;
  348. }
  349. .picture {
  350. margin-top: 30rpx;
  351. }
  352. .pics image {
  353. width: 100%;
  354. }
  355. .also {
  356. font-size: 26rpx;
  357. color: #DB2A2A;
  358. text-align: center;
  359. padding: 20rpx 0 40rpx;
  360. }
  361. .contacts {
  362. height: 136rpx;
  363. overflow: hidden;
  364. margin: 0rpx 0 0;
  365. }
  366. .contact {
  367. white-space: nowrap;
  368. height: 136rpx;
  369. padding-bottom: 20rpx;
  370. }
  371. .contact .li {
  372. display: inline-block;
  373. height: 136rpx;
  374. background: #FFFFFF;
  375. border: 1rpx solid #CFCFCF;
  376. border-radius: 10rpx;
  377. box-sizing: border-box;
  378. padding: 25rpx 22rpx 0;
  379. margin-right: 25rpx;
  380. min-width: 270rpx;
  381. }
  382. .contact .li:first-child {
  383. margin-left: 32rpx;
  384. }
  385. .contact .li:last-child {
  386. margin-right: 32rpx;
  387. }
  388. .lit {
  389. font-size: 26rpx;
  390. color: #000;
  391. }
  392. .lit image {
  393. width: 34rpx;
  394. height: 34rpx;
  395. margin-right: 10rpx;
  396. }
  397. .num {
  398. font-size: 24rpx;
  399. color: #666;
  400. margin-top: 22rpx;
  401. }
  402. .btns {
  403. justify-content: space-between;
  404. margin: 45rpx 30rpx 30rpx;
  405. overflow: hidden;
  406. }
  407. .share-ta {
  408. height: 80rpx;
  409. font-size: 26rpx;
  410. font-weight: 500 !important;
  411. color: #FFFFFF;
  412. text-align: center;
  413. line-height: 80rpx !important;
  414. border-radius: 47rpx !important;
  415. margin-right: 15rpx !important;
  416. justify-content: center;
  417. }
  418. .share-ta:last-child{
  419. margin-right: 0;
  420. }
  421. .share-ta image{
  422. width: 36rpx;
  423. height: 36rpx;
  424. margin-right: 10rpx;
  425. }
  426. .save {
  427. width: 300rpx;
  428. height: 94rpx;
  429. background: #DB2A2A;
  430. font-size: 36rpx;
  431. color: #fff;
  432. text-align: center;
  433. line-height: 94rpx;
  434. border-radius: 47rpx;
  435. }
  436. .save-text{
  437. color: var(--main);
  438. text-align: center;
  439. margin-top: 43rpx;
  440. justify-content: center;
  441. }
  442. .save-text image{
  443. width: 28rpx;
  444. height: 27rpx;
  445. margin-right: 10rpx;
  446. }
  447. .q-hud {
  448. height: 104rpx;
  449. border-radius: 10rpx;
  450. position: relative;
  451. margin: 40rpx 30rpx 0;
  452. justify-content: space-between;
  453. border-top: 1px solid #E9E9E9;
  454. }
  455. .q-bg {
  456. width: 100%;
  457. height: 100%;
  458. position: absolute;
  459. top: 0;
  460. left: 0;
  461. }
  462. .q-hud-c {
  463. position: relative;
  464. z-index: 2;
  465. height: 100%;
  466. font-size: 24rpx;
  467. color: #999;
  468. padding: 0 0rpx 0 0rpx;
  469. }
  470. .q-users {
  471. margin-right: 20rpx;
  472. }
  473. .q-users image {
  474. width: 50rpx;
  475. height: 50rpx;
  476. border: 2rpx solid #E5E5E5;
  477. border-radius: 50%;
  478. margin-left: -14rpx;
  479. background: #D8D8D8;
  480. }
  481. .q-users image:first-child {
  482. margin-left: 0;
  483. }
  484. .q-rico {
  485. width: 15rpx;
  486. height: 25rpx;
  487. }
  488. .q-hud-r {
  489. font-size: 22rpx;
  490. color: #5F5F5F;
  491. }
  492. .extend-info{
  493. margin: 30rpx;
  494. padding: 37rpx 47rpx;
  495. background:#f8f8f8;
  496. border-radius: 20rpx 20rpx 20rpx 20rpx;
  497. }
  498. .extend-info-data{
  499. font-size: 39rpx;
  500. font-weight: 400;
  501. color: #333333;
  502. text-align: center;
  503. }
  504. .extend-info-label{
  505. font-size: 24rpx;
  506. font-weight: 500;
  507. color: #A1A1A1;
  508. justify-content: center;
  509. text-align: center;
  510. margin-top: 10rpx;
  511. }
  512. .extend-info-label image{
  513. width: 28rpx;
  514. height: 28rpx;
  515. margin-right: 10rpx;
  516. }
  517. .ry-image{
  518. width: 220rpx;
  519. height: 293rpx;
  520. margin-right: 20rpx;
  521. display: inline-block;
  522. }
  523. .ry-image:last-child{
  524. margin-right: 0;
  525. }
  526. .ry-image image{
  527. width: 100%;
  528. height: 100%;
  529. }
  530. /* 评分 */
  531. .pf-box{
  532. padding: 30rpx;
  533. background-color: #fff;
  534. }
  535. .pf-nav{
  536. line-height: 45rpx;
  537. font-size: 32rpx;
  538. font-family: PingFang SC-Bold, PingFang SC;
  539. font-weight: bold;
  540. color: #333333;
  541. }
  542. .pf-more{
  543. line-height: 33rpx;
  544. font-size: 24rpx;
  545. font-family: PingFang SC Regular-, PingFang SC Regular;
  546. font-weight: normal;
  547. color: #9C9392;
  548. }
  549. .pf-number{
  550. line-height: 79rpx;
  551. font-size: 60rpx;
  552. font-family: HarmonyOS Sans-Bold, HarmonyOS Sans;
  553. font-weight: bold;
  554. color: #FF4600;
  555. }
  556. .pf-note{
  557. line-height: 33rpx;
  558. font-size: 24rpx;
  559. font-family: PingFang SC-Regular, PingFang SC;
  560. font-weight: 400;
  561. color: #999999;
  562. text-align: center;
  563. }
  564. .pf-data{
  565. padding: 30rpx;
  566. background: rgba(241, 241, 241, 0.5);
  567. border-radius: 20rpx 20rpx 20rpx 20rpx;
  568. margin-top: 25rpx;
  569. }
  570. .pf-user{
  571. justify-content: space-between;
  572. }
  573. .pf-user-header{
  574. width: 30rpx;
  575. height: 30rpx;
  576. border-radius: 100%;
  577. margin-right: 4rpx;
  578. }
  579. .pf-user-name{
  580. line-height: 40rpx;
  581. font-size: 28rpx;
  582. font-family: PingFang SC-Regular, PingFang SC;
  583. font-weight: 400;
  584. color: #222222;
  585. max-width: 175rpx;
  586. }
  587. .pf-user-time{
  588. line-height: 30rpx;
  589. font-size: 22rpx;
  590. font-family: PingFang SC-Regular, PingFang SC;
  591. font-weight: 400;
  592. color: #999999;
  593. }
  594. .pf-user-content{
  595. margin-top: 20rpx;
  596. line-height: 33rpx;
  597. font-size: 24rpx;
  598. font-family: PingFang SC-Regular, PingFang SC;
  599. font-weight: 400;
  600. color: #333333;
  601. }
  602. .pf-btn{
  603. height: 76rpx;
  604. line-height: 76rpx;
  605. background: #FFFFFF;
  606. border-radius: 10rpx 10rpx 10rpx 10rpx;
  607. opacity: 1;
  608. border: 2rpx solid #DEDEDE;
  609. font-size: 28rpx;
  610. font-family: PingFang SC-Regular, PingFang SC;
  611. font-weight: 400;
  612. color: #7A7B7F;
  613. text-align: center;
  614. margin-top: 30rpx;
  615. }
  616. .index-tab{
  617. padding: 30rpx 30rpx 10rpx;
  618. }
  619. .index-tab view{
  620. margin-right: 40rpx;
  621. color: #7A7B7F;
  622. font-weight: bold;
  623. font-size: 32rpx;
  624. }
  625. .index-tab-active{
  626. color: #333333 !important;
  627. position: relative;
  628. }
  629. .index-tab-active::after{
  630. content: '';
  631. width: 30rpx;
  632. height: 7rpx;
  633. background: #27D699;
  634. border-radius: 4rpx 4rpx 4rpx 4rpx;
  635. opacity: 1;
  636. position: absolute;
  637. bottom: -17rpx;
  638. left: 50%;
  639. transform: translateX(-50%);
  640. }
  641. /* 动态 */
  642. .list{
  643. border-top: 20rpx solid #f5f5f5;
  644. }
  645. .list .li{background: #fff;padding: 40rpx 30rpx 45rpx;margin-bottom: 20rpx;margin: 30rpx;border-radius: 10rpx;}
  646. .userimg{width: 66rpx;height: 66rpx;border-radius: 50%;margin-right: 12rpx;}
  647. .name{font-size: 28rpx;color: #333;font-weight: bold;}
  648. .vip-tag{width: 41rpx;height: 31rpx;margin-left: 10rpx;}
  649. .time{font-size: 24rpx;color: #999;}
  650. .area{font-size: 24rpx;color: #999;margin-top: 8rpx;}
  651. .des{font-size: 30rpx;color: #000;line-height: 50rpx;margin: 30rpx 0 0;-webkit-line-clamp: 5;}
  652. .wen{display: inline-block;width: 60rpx;height: 34rpx;background: #3DB4FF;border-radius: 4rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 34rpx;margin-right: 15rpx;}
  653. .link{height: 150rpx;background: #F8F8F8;border-radius: 16rpx;padding: 24rpx;font-size: 28rpx;color: #333;box-sizing: border-box;margin-top: 30rpx;}
  654. .link image{width: 102rpx;height: 102rpx;border-radius: 12rpx;margin-right: 12rpx;}
  655. .video{margin: 20rpx 0 0;position: relative;}
  656. .video video{width: 100%;height: 397rpx;border-radius: 15rpx;display: block;}
  657. .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
  658. .video-play image{width: 82rpx;height: 82rpx;}
  659. .imgbox{flex-wrap: wrap;margin-top: 20rpx;}
  660. .imgbox image{width: 222rpx;height: 222rpx;border-radius: 16rpx;margin: 0 12rpx 12rpx 0;}
  661. .imgbox image:nth-child(3n){margin-right: 0;}
  662. .topic{height: 40rpx;background: #E1FFF4;border-radius: 20rpx;font-size: 20rpx;color: var(--main);padding: 0 20rpx 0 10rpx;margin-top: 18rpx;}
  663. .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
  664. .loca{margin-top: 20rpx;font-size: 20rpx;color: #666;}
  665. .loca image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
  666. .loca text{margin-right: 10rpx;}
  667. .step-box{
  668. background-color: #f7f8fa;
  669. border-radius: 16rpx;
  670. padding: 40rpx;
  671. margin-top: 30rpx;
  672. color: var(--main);
  673. }
  674. .step-date{
  675. font-size: 64rpx;
  676. font-weight: 500;
  677. }
  678. .step-label{
  679. font-size: 24rpx;
  680. font-weight: 500;
  681. }
  682. .step-pic{
  683. width: 150rpx;
  684. height: 150rpx;
  685. background: #E2E2E2;
  686. border-radius: 16rpx 16rpx 16rpx 16rpx;
  687. opacity: 1;
  688. margin-right: 20rpx;
  689. }
  690. .step-title{
  691. height: 74rpx;
  692. line-height: 37rpx;
  693. font-size: 26rpx;
  694. font-family: PingFang SC-Regular, PingFang SC;
  695. font-weight: 400;
  696. color: #1A1F30;
  697. }
  698. .step-price{
  699. line-height: 33rpx;
  700. font-size: 24rpx;
  701. font-family: PingFang SC-Medium, PingFang SC;
  702. font-weight: 500;
  703. color: #999;
  704. }
  705. .step-btn{
  706. width: 94rpx;
  707. height: 46rpx;
  708. line-height: 46rpx;
  709. background: var(--main);
  710. border-radius: 23rpx 23rpx 23rpx 23rpx;
  711. opacity: 1;
  712. text-align: center;
  713. font-size: 28rpx;
  714. color: #FFFFFF;
  715. }
  716. .product{height: 168rpx;margin-top: 30rpx;overflow: hidden;}
  717. .pro-view{height: 168rpx;padding-bottom: 20rpx;white-space: nowrap;}
  718. .pro-view .li{display: inline-block;width: 554rpx;height: 168rpx;background: #F7F8FA;border-radius: 16rpx;margin-right: 20rpx;padding: 16rpx;box-sizing: border-box;}
  719. .pro-view1 .li{width: 688rpx;}
  720. /* .pro-view .li:first-child{margin-left: 30rpx;} */
  721. /* .pro-view .li:last-child{margin-right: 30rpx;} */
  722. .pro-pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;background: #fff;margin-right: 19rpx;}
  723. .title{white-space: initial;font-size: 26rpx;color: #1A1F30;line-height: 37rpx;height: 74rpx;}
  724. .opts{justify-content: space-between;margin-top: 10rpx;}
  725. .money{font-size: 24rpx;color: var(--main);}
  726. .pro-btn{width: 94rpx;height: 46rpx;background: var(--main);border-radius: 23rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 46rpx;}
  727. .opt{font-size: 24rpx;color: #999;margin-top: 30rpx;justify-content: flex-end;}
  728. .opt image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
  729. .opt .ddflex{margin-left: 50rpx;}
  730. .opt-share{font-size: 24rpx;color: #999;margin-left: 50rpx !important;}
  731. .vote-box{margin-top: 50rpx;}
  732. .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
  733. .vote-tit{font-size: 28rpx;color: #000;}
  734. .vote-list .lis{height: 74rpx;background: #F9FAFC;border: 1rpx solid #EBEBEB;border-radius: 8rpx;font-size: 30rpx;color: var(--main);text-align: center;line-height: 74rpx;margin-top: 20rpx;padding: 0 28rpx;position: relative;overflow: hidden;}
  735. .end .lis{text-align: left;color: #9B9B9B;}
  736. .end .lis view{position: relative;z-index: 2;}
  737. .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
  738. .end .lis.active{color: var(--main);}
  739. .end .lis.active view.percent{background: #E1FFF4;}
  740. .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
  741. .vote-can text{margin-right: 15rpx;}
  742. /* 邀请码弹窗 */
  743. .ceng2{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  744. .code-pop{
  745. position: fixed;
  746. top:50%;
  747. left:50%;
  748. transform: translate(-50%,-50%);
  749. width: 574rpx;
  750. background: #FFFFFF;
  751. border-radius: 20rpx 20rpx 20rpx 20rpx;
  752. z-index: 100;
  753. }
  754. .code-text{
  755. line-height: 41rpx;
  756. color: #151515;
  757. font-size: 28rpx;
  758. margin: 51rpx 47rpx 50rpx;
  759. text-align: center;
  760. }
  761. .code-content image{
  762. width: 365rpx;
  763. height: 365rpx;
  764. margin: 50rpx auto 30rpx;
  765. }
  766. .code-btn{
  767. padding: 25rpx;
  768. text-align: center;
  769. font-size: 28rpx;
  770. color: #2A82FD;
  771. border-top: 1px solid #E9E9E9;
  772. }
  773. .pop-scroll{
  774. max-height: 750rpx;
  775. overflow: scroll;
  776. padding: 30rpx;
  777. }
  778. .pop-scroll::-webkit-scrollbar {
  779. display: none;
  780. }