C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1115 строки
17 KiB

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