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.

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