C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1116 regels
17 KiB

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