C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1143 lines
18 KiB

  1. @import "../../app.wxss";
  2. @import "../../wxParse/wxParse.wxss";
  3. .coupons {
  4. width: 100%;
  5. position: relative;
  6. }
  7. .coupons-body {
  8. flex: 1;
  9. }
  10. .banner {
  11. position: relative;
  12. width: 750rpx;
  13. height: 280rpx;
  14. overflow: hidden;
  15. }
  16. .banner image {
  17. width: 750rpx;
  18. height: 280rpx;
  19. }
  20. .act {
  21. position: relative;
  22. z-index: 1000000000;
  23. background: #fff;
  24. border-radius: 12rpx;
  25. width: 705rpx;
  26. /* height: 212rpx; */
  27. margin: 24rpx auto 0;
  28. padding-bottom: 20rpx;
  29. }
  30. .act text {
  31. display: block;
  32. padding-left: 4.8%;
  33. padding-right: 4.8%;
  34. }
  35. .txt001 {
  36. display: block;
  37. font-size: 34rpx;
  38. color: #363636;
  39. letter-spacing: 0;
  40. text-align: left;
  41. line-height: 48rpx;
  42. padding-top: 3.2%;
  43. }
  44. .txt002 {
  45. font-size: 24rpx;
  46. color: #999;
  47. letter-spacing: 0;
  48. text-align: left;
  49. line-height: 33rpx;
  50. }
  51. .proct {
  52. position: relative;
  53. /* height: 60rpx; */
  54. margin-top: 20rpx;
  55. }
  56. .proct text:nth-of-type(1) {
  57. display: block;
  58. font-size: 30rpx;
  59. color: #ff4949;
  60. letter-spacing: 0;
  61. line-height: 32rpx;
  62. margin-bottom: 20rpx;
  63. /* width: 60rpx; */
  64. /* height: 64rpx; */
  65. }
  66. .proct text:nth-of-type(2) {
  67. display: block;
  68. /* width: 498rpx; */
  69. /* height: 63rpx; */
  70. /* overflow: hidden; */
  71. word-wrap:break-word;
  72. /* text-overflow: ellipsis; */
  73. font-size: 22rpx;
  74. color: #6f6f6f;
  75. letter-spacing: 0;
  76. margin: 0 auto;
  77. }
  78. .orbg {
  79. position: absolute;
  80. top: 256rpx;
  81. z-index: 1000000;
  82. }
  83. .banner text {
  84. position: absolute;
  85. right: 0;
  86. top: 0;
  87. bottom: 0;
  88. margin: auto;
  89. width: 122rpx;
  90. height: 48rpx;
  91. line-height: 48rpx;
  92. opacity: 0.8;
  93. background: #000;
  94. font-size: 24rpx;
  95. color: #fff;
  96. letter-spacing: 0;
  97. text-indent: 0.5em;
  98. border-top-left-radius: 50rpx;
  99. border-bottom-left-radius: 50rpx;
  100. }
  101. .coupons_info {
  102. width: 92%;
  103. height: 120rpx;
  104. display: flex;
  105. justify-content: space-between;
  106. padding: 0 4% 4%;
  107. background: #fff;
  108. }
  109. .coupons_info view {
  110. display: flex;
  111. flex-direction: column;
  112. }
  113. .coupons_info view:nth-child(1) text {
  114. font-size: 30rpx;
  115. line-height: 32rpx;
  116. margin-top: 10%;
  117. }
  118. .coupons_info view:nth-child(1) text:nth-child(1) text {
  119. color: #ff3434;
  120. font-size: 24rpx;
  121. border: 1px solid #ff3434;
  122. border-radius: 6rpx;
  123. margin-left: 2%;
  124. padding: 0 5rpx;
  125. }
  126. .coupons_info view:nth-child(1) text:nth-child(2),
  127. .coupons_info view:nth-child(1) text:nth-child(3) {
  128. color: #b8b8b8;
  129. font-size: 24rpx;
  130. margin-top: 4%;
  131. }
  132. .coupons_info view:nth-child(1) text:nth-child(2) text,
  133. .coupons_info view:nth-child(1) text:nth-child(3) text {
  134. color: #ff3434;
  135. font-size: 24rpx;
  136. }
  137. .coupons_info view:nth-child(2) text:nth-child(1) {
  138. font-size: 36rpx;
  139. color: #ff3434;
  140. margin-top: 40rpx;
  141. font-weight: bold;
  142. }
  143. .coupons_info view:nth-child(2) text:nth-child(2) {
  144. font-size: 24rpx;
  145. color: #b4b4b4;
  146. text-decoration: line-through;
  147. padding-left: 10rpx;
  148. padding-top: 4rpx;
  149. }
  150. navigator {
  151. display: block;
  152. margin-bottom: 24rpx;
  153. width: 344rpx;
  154. }
  155. .navigator-hover{
  156. opacity: 1!important;
  157. background: #fff!important;
  158. border-radius:16rpx;
  159. }
  160. .active{
  161. opacity: .6;
  162. }
  163. navigator:nth-of-type(2n) {
  164. float: right;
  165. }
  166. navigator:nth-of-type(2n+1) {
  167. float: left;
  168. }
  169. .contain {
  170. padding: 24rpx 25rpx 0;
  171. }
  172. .posi {
  173. width: 92%;
  174. display: flex;
  175. flex-direction: column;
  176. padding: 0 4%;
  177. background: #fff;
  178. margin-top: 2%;
  179. }
  180. .posi>view:nth-child(2) {
  181. width: 100%;
  182. height: 87rpx;
  183. display: flex;
  184. justify-content: space-between;
  185. border-top: 1px solid #f6f6f6;
  186. line-height: 87rpx;
  187. }
  188. .posi>view:nth-child(2) text:nth-child(1) {
  189. font-size: 30rpx;
  190. color: #a9a9a9;
  191. }
  192. .posi>view:nth-child(2) text:nth-child(2) {
  193. font-size: 30rpx;
  194. color: #a9a9a9;
  195. }
  196. .posi_logo {
  197. width: 100%;
  198. height: 156rpx;
  199. display: flex;
  200. margin-top: 30rpx;
  201. }
  202. .posi_logo view:nth-child(1) {
  203. width: 126rpx;
  204. height: 126rpx;
  205. border-radius: 50%;
  206. overflow: hidden;
  207. flex: 2;
  208. }
  209. .posi_logo view:nth-child(1) image {
  210. width: 100%;
  211. height: 100%;
  212. }
  213. .posi_logo view:nth-child(2) {
  214. display: flex;
  215. flex-direction: column;
  216. flex: 8;
  217. padding-top: 20rpx;
  218. padding-left: 30rpx;
  219. }
  220. .posi_logo view:nth-child(2) text:nth-child(1) {
  221. font-size: 30rpx;
  222. }
  223. .posi_logo view:nth-child(2) text:nth-child(2) {
  224. font-size: 24rpx;
  225. color: #b8b8b8;
  226. padding-top: 10rpx;
  227. }
  228. .notes view:nth-child(1) {
  229. width: 92%;
  230. height: 87rpx;
  231. padding: 0 4%;
  232. line-height: 87rpx;
  233. background: #fff;
  234. /* border-top: 1rpx solid #f5f5f5; */
  235. }
  236. .notes view:nth-child(1) text {
  237. font-size: 30rpx;
  238. font-weight: bold;
  239. }
  240. .notes view:nth-child(2) {
  241. width: 92%;
  242. height: auto;
  243. padding: 0 4% 4%;
  244. background: #fff;
  245. /* border-bottom: 1rpx solid #f5f5f5; */
  246. display: flex;
  247. flex-direction: column;
  248. }
  249. .notes view:nth-child(2)>text {
  250. font-size: 28rpx;
  251. color: #a9a9a9;
  252. line-height: 45rpx;
  253. }
  254. .spot {
  255. width: 12rpx;
  256. height: 12rpx;
  257. display: inline-block;
  258. background: #a9a9a9;
  259. margin-right: 16rpx;
  260. position: relative;
  261. bottom: 4rpx;
  262. border-radius: 50%;
  263. }
  264. .buy-view {
  265. background: #fff;
  266. position: fixed;
  267. padding-top: 10rpx;
  268. height: 98rpx;
  269. bottom: 0rpx;
  270. left: 0;
  271. right: 0;
  272. }
  273. .buy {
  274. display: block;
  275. background: #ff4949;
  276. border-radius: 30rpx;
  277. height: 48rpx;
  278. width: 112rpx;
  279. margin: 0 auto;
  280. color: #fff;
  281. font-size: 26rpx;
  282. line-height: 48rpx;
  283. text-align: center;
  284. }
  285. .coupons1-btn-gm {
  286. background: #00c0ff !important;
  287. border-radius: 10rpx !important;
  288. margin: 0 !important;
  289. padding: 0 !important;
  290. font-family: PingFangSC-Semibold;
  291. font-size: 28rpx;
  292. color: #fff !important;
  293. letter-spacing: 0;
  294. height: 50rpx !important;
  295. width: 138rpx !important;
  296. line-height: 50rpx !important;
  297. }
  298. .coupons1 {
  299. position: relative;
  300. background: #fff;
  301. border-radius: 16rpx;
  302. padding-bottom: 21rpx;
  303. overflow: hidden;
  304. height: 486rpx;
  305. }
  306. /* .coupons1-border {
  307. height: 1rpx;
  308. left: 30rpx;
  309. right: 30rpx;
  310. background: #f5f5f5;
  311. position: absolute;
  312. bottom: 0;
  313. } */
  314. .coupons1-img {
  315. width: 344rpx;
  316. height: 258rpx;
  317. overflow: hidden;
  318. }
  319. .coupons1-img image {
  320. display: block;
  321. width: 100%;
  322. height: 100%;
  323. }
  324. .coupons1-info {
  325. padding-left: 20rpx;
  326. }
  327. .coupons1-info-name {
  328. font-size: 28rpx;
  329. color: #000;
  330. letter-spacing: 0;
  331. }
  332. .i {
  333. font-size: 20rpx;
  334. font-style: normal;
  335. }
  336. .coupons1-info-price-p {
  337. display: inline-block;
  338. font-size: 36rpx;
  339. color: #f96563;
  340. line-height: 50rpx;
  341. margin-top: 21rpx;
  342. }
  343. .tit {
  344. font-size: 30rpx;
  345. color: #000;
  346. letter-spacing: 0;
  347. line-height: 42rpx;
  348. width: 270rpx;
  349. height: 42rpx;
  350. overflow: hidden;
  351. white-space: nowrap;
  352. text-overflow: ellipsis;
  353. padding-top: 16rpx;
  354. }
  355. .coupons1-info-price-o {
  356. display: block;
  357. text-align: center;
  358. font-size: 26rpx;
  359. color: #b4b4b4;
  360. letter-spacing: 0.96rpx;
  361. text-decoration: line-through;
  362. line-height: 24rpx;
  363. }
  364. .coupons1-info-distance {
  365. font-size: 22rpx;
  366. color: #c0c0c0;
  367. letter-spacing: 0;
  368. padding-bottom: 10rpx;
  369. line-height: 30rpx;
  370. }
  371. .coupons1-info-address {
  372. font-size: 22rpx;
  373. color: #585858;
  374. letter-spacing: 0;
  375. line-height: 30rpx;
  376. }
  377. .coupons1-btn {
  378. position: absolute;
  379. width: 120rpx;
  380. bottom: 25rpx;
  381. right: 13rpx;
  382. }
  383. .coupons1-btn-gm {
  384. background: #00c0ff !important;
  385. border-radius: 10rpx !important;
  386. margin: 0 !important;
  387. padding: 0 !important;
  388. font-family: PingFangSC-Semibold;
  389. font-size: 28rpx;
  390. color: #fff !important;
  391. letter-spacing: 0;
  392. height: 50rpx !important;
  393. width: 138rpx !important;
  394. line-height: 50rpx !important;
  395. }
  396. .subtitle {
  397. font-size: 24rpx;
  398. font-weight: 100;
  399. text-align: left;
  400. overflow: hidden;
  401. white-space: nowrap;
  402. text-overflow: ellipsis;
  403. width: 300rpx;
  404. color: #999;
  405. letter-spacing: 0;
  406. height: 30rpx;
  407. }
  408. .coupons1-info-manjian {
  409. color: #fa7c7a;
  410. font-size: 20rpx;
  411. line-height: 34rpx;
  412. display: inline-block;
  413. }
  414. .jian {
  415. width: 44rpx;
  416. position: absolute;
  417. bottom: 1.7%;
  418. right: 3.5%;
  419. }
  420. /**上拉加载更多**/
  421. .userinfo {
  422. display: flex;
  423. flex-direction: column;
  424. align-items: center;
  425. }
  426. .userinfo-avatar {
  427. width: 128rpx;
  428. height: 128rpx;
  429. margin: 20rpx;
  430. border-radius: 50%;
  431. }
  432. .userinfo-nickname {
  433. color: #aaa;
  434. }
  435. .sy {
  436. display: block;
  437. text-align: center;
  438. width: 120rpx !important;
  439. margin-top: 6rpx;
  440. }
  441. .usermotto {
  442. margin-top: 200px;
  443. }
  444. /**/
  445. scroll-view {
  446. width: 100%;
  447. }
  448. .item {
  449. width: 90%;
  450. height: 300rpx;
  451. margin: 20rpx auto;
  452. background: brown;
  453. overflow: hidden;
  454. }
  455. .item .img {
  456. width: 430rpx;
  457. margin-right: 20rpx;
  458. float: left;
  459. }
  460. .title {
  461. font-size: 30rpx;
  462. display: block;
  463. margin: 30rpx auto;
  464. }
  465. .description {
  466. font-size: 26rpx;
  467. line-height: 15rpx;
  468. }
  469. button::after{ border: none; }
  470. .goback{
  471. position: fixed;
  472. right: 50rpx;
  473. bottom: 60rpx;
  474. width:100rpx!important;
  475. height:100rpx;
  476. z-index: 100;
  477. background:rgba(255,255,255,1);
  478. line-height: 95rpx;
  479. border:1rpx solid rgba(227,227,227,1);
  480. border-radius:50%;
  481. }
  482. .goback image{
  483. position: absolute;
  484. width: 60rpx;
  485. left: 0;
  486. right: 0;
  487. top: 0;
  488. bottom: 0;
  489. margin: auto;
  490. }
  491. .coupons {
  492. width: 100%;
  493. position: relative;
  494. }
  495. .coupons-body {
  496. flex: 1;
  497. /* overflow: auto; */
  498. }
  499. .banner {
  500. position: relative;
  501. width: 750rpx;
  502. height: 280rpx;
  503. overflow: hidden;
  504. }
  505. .banner image {
  506. width: 750rpx;
  507. height: 280rpx;
  508. }
  509. .act {
  510. position: relative;
  511. z-index: 1000000000;
  512. background: #fff;
  513. border-radius: 12rpx;
  514. width: 705rpx;
  515. /* height: 212rpx; */
  516. margin: 24rpx auto 0;
  517. padding-bottom: 20rpx;
  518. }
  519. .act text {
  520. display: block;
  521. text-align: center;
  522. padding-left: 4.8%;
  523. padding-right: 4.8%;
  524. }
  525. .txt001 {
  526. display: block;
  527. font-size: 34rpx;
  528. color: #363636;
  529. letter-spacing: 0;
  530. text-align: left;
  531. line-height: 48rpx;
  532. padding-top: 3.2%;
  533. font-weight: bold;
  534. }
  535. .member{
  536. font-size: 32rpx;
  537. }
  538. .txt002 {
  539. font-size: 24rpx;
  540. color: #999;
  541. letter-spacing: 0;
  542. text-align: left;
  543. line-height: 33rpx;
  544. }
  545. .proct {
  546. position: relative;
  547. /* height: 60rpx; */
  548. margin-top: 20rpx;
  549. }
  550. .proct text:nth-of-type(1) {
  551. display: block;
  552. font-size: 30rpx;
  553. color: #ff4949;
  554. letter-spacing: 0;
  555. line-height: 32rpx;
  556. margin-bottom: 20rpx;
  557. /* width: 60rpx; */
  558. /* height: 64rpx; */
  559. }
  560. .proct text:nth-of-type(2) {
  561. display: block;
  562. /* width: 498rpx; */
  563. /* height: 63rpx; */
  564. /* overflow: hidden; */
  565. word-wrap:break-word;
  566. /* text-overflow: ellipsis; */
  567. font-size: 22rpx;
  568. color: #6f6f6f;
  569. letter-spacing: 0;
  570. margin: 0 auto;
  571. }
  572. .orbg {
  573. position: absolute;
  574. top: 256rpx;
  575. z-index: 1000000;
  576. }
  577. .banner text {
  578. position: absolute;
  579. right: 0;
  580. top: 0;
  581. bottom: 0;
  582. margin: auto;
  583. width: 122rpx;
  584. height: 48rpx;
  585. line-height: 48rpx;
  586. opacity: 0.8;
  587. background: #000;
  588. font-size: 24rpx;
  589. color: #fff;
  590. letter-spacing: 0;
  591. text-indent: 0.5em;
  592. border-top-left-radius: 50rpx;
  593. border-bottom-left-radius: 50rpx;
  594. }
  595. .coupons_info {
  596. width: 92%;
  597. height: 120rpx;
  598. display: flex;
  599. justify-content: space-between;
  600. padding: 0 4% 4%;
  601. background: #fff;
  602. }
  603. .coupons_info view {
  604. display: flex;
  605. flex-direction: column;
  606. }
  607. .coupons_info view:nth-child(1) text {
  608. font-size: 30rpx;
  609. line-height: 32rpx;
  610. margin-top: 10%;
  611. }
  612. .coupons_info view:nth-child(1) text:nth-child(1) text {
  613. color: #ff3434;
  614. font-size: 24rpx;
  615. border: 1px solid #ff3434;
  616. border-radius: 6rpx;
  617. margin-left: 2%;
  618. padding: 0 5rpx;
  619. }
  620. .coupons_info view:nth-child(1) text:nth-child(2),
  621. .coupons_info view:nth-child(1) text:nth-child(3) {
  622. color: #b8b8b8;
  623. font-size: 24rpx;
  624. margin-top: 4%;
  625. }
  626. .coupons_info view:nth-child(1) text:nth-child(2) text,
  627. .coupons_info view:nth-child(1) text:nth-child(3) text {
  628. color: #ff3434;
  629. font-size: 24rpx;
  630. }
  631. .coupons_info view:nth-child(2) text:nth-child(1) {
  632. font-size: 36rpx;
  633. color: #ff3434;
  634. margin-top: 40rpx;
  635. font-weight: bold;
  636. }
  637. .coupons_info view:nth-child(2) text:nth-child(2) {
  638. font-size: 24rpx;
  639. color: #b4b4b4;
  640. text-decoration: line-through;
  641. padding-left: 10rpx;
  642. padding-top: 4rpx;
  643. }
  644. navigator {
  645. display: block;
  646. margin-bottom: 24rpx;
  647. width: 344rpx;
  648. }
  649. .navigator-hover{
  650. opacity: 1!important;
  651. background: #fff!important;
  652. border-radius:16rpx;
  653. }
  654. .active{
  655. opacity: .6;
  656. }
  657. navigator:nth-of-type(2n) {
  658. float: right;
  659. }
  660. navigator:nth-of-type(2n+1) {
  661. float: left;
  662. }
  663. .contain {
  664. padding: 24rpx 25rpx 0;
  665. }
  666. .posi {
  667. width: 92%;
  668. display: flex;
  669. flex-direction: column;
  670. padding: 0 4%;
  671. background: #fff;
  672. margin-top: 2%;
  673. }
  674. .posi>view:nth-child(2) {
  675. width: 100%;
  676. height: 87rpx;
  677. display: flex;
  678. justify-content: space-between;
  679. border-top: 1px solid #f6f6f6;
  680. line-height: 87rpx;
  681. }
  682. .content{
  683. padding: 0 20rpx;
  684. }
  685. .posi>view:nth-child(2) text:nth-child(1) {
  686. font-size: 30rpx;
  687. color: #a9a9a9;
  688. }
  689. .posi>view:nth-child(2) text:nth-child(2) {
  690. font-size: 30rpx;
  691. color: #a9a9a9;
  692. }
  693. .posi_logo {
  694. width: 100%;
  695. height: 156rpx;
  696. display: flex;
  697. margin-top: 30rpx;
  698. }
  699. .posi_logo view:nth-child(1) {
  700. width: 126rpx;
  701. height: 126rpx;
  702. border-radius: 50%;
  703. overflow: hidden;
  704. flex: 2;
  705. }
  706. .posi_logo view:nth-child(1) image {
  707. width: 100%;
  708. height: 100%;
  709. }
  710. .posi_logo view:nth-child(2) {
  711. display: flex;
  712. flex-direction: column;
  713. flex: 8;
  714. padding-top: 20rpx;
  715. padding-left: 30rpx;
  716. }
  717. .posi_logo view:nth-child(2) text:nth-child(1) {
  718. font-size: 30rpx;
  719. }
  720. .posi_logo view:nth-child(2) text:nth-child(2) {
  721. font-size: 24rpx;
  722. color: #b8b8b8;
  723. padding-top: 10rpx;
  724. }
  725. .notes view:nth-child(1) {
  726. width: 92%;
  727. height: 87rpx;
  728. padding: 0 4%;
  729. line-height: 87rpx;
  730. background: #fff;
  731. /* border-top: 1rpx solid #f5f5f5; */
  732. }
  733. .notes view:nth-child(1) text {
  734. font-size: 30rpx;
  735. font-weight: bold;
  736. }
  737. .notes view:nth-child(2) {
  738. width: 92%;
  739. height: auto;
  740. padding: 0 4% 4%;
  741. background: #fff;
  742. /* border-bottom: 1rpx solid #f5f5f5; */
  743. display: flex;
  744. flex-direction: column;
  745. }
  746. .notes view:nth-child(2)>text {
  747. font-size: 28rpx;
  748. color: #a9a9a9;
  749. line-height: 45rpx;
  750. }
  751. .spot {
  752. width: 12rpx;
  753. height: 12rpx;
  754. display: inline-block;
  755. background: #a9a9a9;
  756. margin-right: 16rpx;
  757. position: relative;
  758. bottom: 4rpx;
  759. border-radius: 50%;
  760. }
  761. .buy-view {
  762. background: #fff;
  763. position: fixed;
  764. padding-top: 10rpx;
  765. height: 98rpx;
  766. bottom: 0rpx;
  767. left: 0;
  768. right: 0;
  769. }
  770. .buy {
  771. display: block;
  772. background: #ff4949;
  773. border-radius: 30rpx;
  774. height: 48rpx;
  775. width: 112rpx;
  776. margin: 0 auto;
  777. color: #fff;
  778. font-size: 26rpx;
  779. line-height: 48rpx;
  780. text-align: center;
  781. }
  782. .coupons1-btn-gm {
  783. background: #00c0ff !important;
  784. border-radius: 10rpx !important;
  785. margin: 0 !important;
  786. padding: 0 !important;
  787. font-family: PingFangSC-Semibold;
  788. font-size: 28rpx;
  789. color: #fff !important;
  790. letter-spacing: 0;
  791. height: 50rpx !important;
  792. width: 138rpx !important;
  793. line-height: 50rpx !important;
  794. }
  795. .coupons1 {
  796. position: relative;
  797. background: #fff;
  798. border-radius: 16rpx;
  799. padding-bottom: 21rpx;
  800. overflow: hidden;
  801. height: 486rpx;
  802. }
  803. .coupons1-img {
  804. width: 344rpx;
  805. height: 258rpx;
  806. overflow: hidden;
  807. }
  808. .coupons1-img image {
  809. display: block;
  810. width: 100%;
  811. height: 100%;
  812. }
  813. .coupons1-info {
  814. padding-left: 20rpx;
  815. }
  816. .coupons1-info-name {
  817. font-size: 28rpx;
  818. color: #000;
  819. letter-spacing: 0;
  820. }
  821. .i {
  822. font-size: 20rpx;
  823. font-style: normal;
  824. }
  825. .coupons1-info-price-p {
  826. display: inline-block;
  827. font-size: 36rpx;
  828. color: #f96563;
  829. line-height: 50rpx;
  830. margin-top: 21rpx;
  831. }
  832. .tit {
  833. font-size: 30rpx;
  834. color: #000;
  835. letter-spacing: 0;
  836. line-height: 42rpx;
  837. width: 270rpx;
  838. height: 42rpx;
  839. overflow: hidden;
  840. white-space: nowrap;
  841. text-overflow: ellipsis;
  842. padding-top: 16rpx;
  843. }
  844. .coupons1-info-price-o {
  845. display: block;
  846. text-align: center;
  847. font-size: 26rpx;
  848. color: #b4b4b4;
  849. letter-spacing: 0.96rpx;
  850. text-decoration: line-through;
  851. line-height: 24rpx;
  852. }
  853. .coupons1-info-distance {
  854. font-size: 22rpx;
  855. color: #c0c0c0;
  856. letter-spacing: 0;
  857. padding-bottom: 10rpx;
  858. line-height: 30rpx;
  859. }
  860. .coupons1-info-address {
  861. font-size: 22rpx;
  862. color: #585858;
  863. letter-spacing: 0;
  864. line-height: 30rpx;
  865. }
  866. .coupons1-btn {
  867. position: absolute;
  868. width: 120rpx;
  869. bottom: 25rpx;
  870. right: 13rpx;
  871. }
  872. .coupons1-btn-gm {
  873. background: #00c0ff !important;
  874. border-radius: 10rpx !important;
  875. margin: 0 !important;
  876. padding: 0 !important;
  877. font-family: PingFangSC-Semibold;
  878. font-size: 28rpx;
  879. color: #fff !important;
  880. letter-spacing: 0;
  881. height: 50rpx !important;
  882. width: 138rpx !important;
  883. line-height: 50rpx !important;
  884. }
  885. .subtitle {
  886. font-size: 24rpx;
  887. font-weight: 100;
  888. text-align: left;
  889. overflow: hidden;
  890. white-space: nowrap;
  891. text-overflow: ellipsis;
  892. width: 300rpx;
  893. color: #999;
  894. letter-spacing: 0;
  895. height: 30rpx;
  896. }
  897. .coupons1-info-manjian {
  898. color: #fa7c7a;
  899. font-size: 20rpx;
  900. line-height: 34rpx;
  901. display: inline-block;
  902. }
  903. .jian {
  904. width: 44rpx;
  905. position: absolute;
  906. bottom: 1.7%;
  907. right: 3.5%;
  908. }
  909. /**上拉加载更多**/
  910. .userinfo {
  911. display: flex;
  912. flex-direction: column;
  913. align-items: center;
  914. }
  915. .userinfo-avatar {
  916. width: 128rpx;
  917. height: 128rpx;
  918. margin: 20rpx;
  919. border-radius: 50%;
  920. }
  921. .userinfo-nickname {
  922. color: #aaa;
  923. }
  924. .sy {
  925. display: block;
  926. text-align: center;
  927. width: 120rpx !important;
  928. margin-top: 6rpx;
  929. }
  930. .usermotto {
  931. margin-top: 200px;
  932. }
  933. /**/
  934. scroll-view {
  935. width: 100%;
  936. }
  937. .item {
  938. width: 90%;
  939. height: 300rpx;
  940. margin: 20rpx auto;
  941. background: brown;
  942. overflow: hidden;
  943. }
  944. .item .img {
  945. width: 430rpx;
  946. margin-right: 20rpx;
  947. float: left;
  948. }
  949. .title {
  950. font-size: 30rpx;
  951. display: block;
  952. margin: 30rpx auto;
  953. }
  954. .description {
  955. font-size: 26rpx;
  956. line-height: 15rpx;
  957. }
  958. button::after{ border: none; }
  959. .goback{
  960. position: fixed;
  961. right: 50rpx;
  962. bottom: 60rpx;
  963. width:100rpx!important;
  964. height:100rpx;
  965. z-index: 100;
  966. background:rgba(255,255,255,1);
  967. line-height: 95rpx;
  968. border:1rpx solid rgba(227,227,227,1);
  969. border-radius:50%;
  970. }
  971. .goback image{
  972. position: absolute;
  973. width: 60rpx;
  974. left: 0;
  975. right: 0;
  976. top: 0;
  977. bottom: 0;
  978. margin: auto;
  979. }
  980. .signUp{
  981. position: fixed;
  982. bottom: 30rpx;
  983. left: 0;
  984. right: 0;
  985. margin: auto;
  986. width: 430rpx;
  987. height: 90rpx;
  988. line-height: 90rpx;
  989. border-radius: 60rpx;
  990. background: orange;
  991. color: #fff;
  992. font-size: 30rpx;
  993. text-align: center;
  994. box-shadow: 0 0 10px 0 rgba(211,211,211,0.50);
  995. }
  996. .opacity{
  997. opacity: .8;
  998. }
  999. .time{
  1000. font-size: 30rpx;
  1001. line-height: 50rpx;
  1002. }