C端小程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1121 рядки
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. }
  489. .coupons-body {
  490. flex: 1;
  491. /* overflow: auto; */
  492. }
  493. .banner {
  494. position: relative;
  495. width: 750rpx;
  496. /* height: 280rpx; */
  497. overflow: hidden;
  498. }
  499. .banner image {
  500. width: 750rpx;
  501. /* height: 280rpx; */
  502. }
  503. .act {
  504. position: relative;
  505. background: #fff;
  506. border-radius: 12rpx;
  507. width: 705rpx;
  508. margin: 24rpx auto 0;
  509. padding-bottom: 20rpx;
  510. }
  511. .act text {
  512. display: block;
  513. text-align: center;
  514. padding-left: 4.8%;
  515. padding-right: 4.8%;
  516. }
  517. .txt001 {
  518. display: block;
  519. font-size: 34rpx;
  520. color: #363636;
  521. letter-spacing: 0;
  522. text-align: left;
  523. line-height: 48rpx;
  524. padding-top: 3.2%;
  525. font-weight: bold;
  526. }
  527. .member{
  528. font-size: 32rpx;
  529. }
  530. .txt002 {
  531. font-size: 24rpx;
  532. color: #999;
  533. letter-spacing: 0;
  534. text-align: left;
  535. line-height: 33rpx;
  536. }
  537. .proct {
  538. position: relative;
  539. /* height: 60rpx; */
  540. margin-top: 20rpx;
  541. }
  542. .proct text:nth-of-type(1) {
  543. display: block;
  544. font-size: 30rpx;
  545. color: #ff4949;
  546. letter-spacing: 0;
  547. line-height: 32rpx;
  548. margin-bottom: 20rpx;
  549. /* width: 60rpx; */
  550. /* height: 64rpx; */
  551. }
  552. .proct text:nth-of-type(2) {
  553. display: block;
  554. /* width: 498rpx; */
  555. /* height: 63rpx; */
  556. /* overflow: hidden; */
  557. word-wrap:break-word;
  558. /* text-overflow: ellipsis; */
  559. font-size: 22rpx;
  560. color: #6f6f6f;
  561. letter-spacing: 0;
  562. margin: 0 auto;
  563. }
  564. .banner text {
  565. position: absolute;
  566. right: 0;
  567. top: 0;
  568. bottom: 0;
  569. margin: auto;
  570. width: 122rpx;
  571. height: 48rpx;
  572. line-height: 48rpx;
  573. opacity: 0.8;
  574. background: #000;
  575. font-size: 24rpx;
  576. color: #fff;
  577. letter-spacing: 0;
  578. text-indent: 0.5em;
  579. border-top-left-radius: 50rpx;
  580. border-bottom-left-radius: 50rpx;
  581. }
  582. .coupons_info {
  583. width: 92%;
  584. height: 120rpx;
  585. display: flex;
  586. justify-content: space-between;
  587. padding: 0 4% 4%;
  588. background: #fff;
  589. }
  590. .coupons_info view {
  591. display: flex;
  592. flex-direction: column;
  593. }
  594. .coupons_info view:nth-child(1) text {
  595. font-size: 30rpx;
  596. line-height: 32rpx;
  597. margin-top: 10%;
  598. }
  599. .coupons_info view:nth-child(1) text:nth-child(1) text {
  600. color: #ff3434;
  601. font-size: 24rpx;
  602. border: 1px solid #ff3434;
  603. border-radius: 6rpx;
  604. margin-left: 2%;
  605. padding: 0 5rpx;
  606. }
  607. .coupons_info view:nth-child(1) text:nth-child(2),
  608. .coupons_info view:nth-child(1) text:nth-child(3) {
  609. color: #b8b8b8;
  610. font-size: 24rpx;
  611. margin-top: 4%;
  612. }
  613. .coupons_info view:nth-child(1) text:nth-child(2) text,
  614. .coupons_info view:nth-child(1) text:nth-child(3) text {
  615. color: #ff3434;
  616. font-size: 24rpx;
  617. }
  618. .coupons_info view:nth-child(2) text:nth-child(1) {
  619. font-size: 36rpx;
  620. color: #ff3434;
  621. margin-top: 40rpx;
  622. font-weight: bold;
  623. }
  624. .coupons_info view:nth-child(2) text:nth-child(2) {
  625. font-size: 24rpx;
  626. color: #b4b4b4;
  627. text-decoration: line-through;
  628. padding-left: 10rpx;
  629. padding-top: 4rpx;
  630. }
  631. navigator {
  632. display: block;
  633. margin-bottom: 24rpx;
  634. width: 344rpx;
  635. }
  636. .navigator-hover{
  637. opacity: 1!important;
  638. background: #fff!important;
  639. border-radius:16rpx;
  640. }
  641. .active{
  642. opacity: .6;
  643. }
  644. navigator:nth-of-type(2n) {
  645. float: right;
  646. }
  647. navigator:nth-of-type(2n+1) {
  648. float: left;
  649. }
  650. .contain {
  651. padding: 24rpx 25rpx 0;
  652. }
  653. .posi {
  654. width: 92%;
  655. display: flex;
  656. flex-direction: column;
  657. padding: 0 4%;
  658. background: #fff;
  659. margin-top: 2%;
  660. }
  661. .posi>view:nth-child(2) {
  662. width: 100%;
  663. height: 87rpx;
  664. display: flex;
  665. justify-content: space-between;
  666. border-top: 1px solid #f6f6f6;
  667. line-height: 87rpx;
  668. }
  669. .content{
  670. padding: 0 20rpx 160rpx;
  671. }
  672. .posi>view:nth-child(2) text:nth-child(1) {
  673. font-size: 30rpx;
  674. color: #a9a9a9;
  675. }
  676. .posi>view:nth-child(2) text:nth-child(2) {
  677. font-size: 30rpx;
  678. color: #a9a9a9;
  679. }
  680. .posi_logo {
  681. width: 100%;
  682. height: 156rpx;
  683. display: flex;
  684. margin-top: 30rpx;
  685. }
  686. .posi_logo view:nth-child(1) {
  687. width: 126rpx;
  688. height: 126rpx;
  689. border-radius: 50%;
  690. overflow: hidden;
  691. flex: 2;
  692. }
  693. .posi_logo view:nth-child(1) image {
  694. width: 100%;
  695. height: 100%;
  696. }
  697. .posi_logo view:nth-child(2) {
  698. display: flex;
  699. flex-direction: column;
  700. flex: 8;
  701. padding-top: 20rpx;
  702. padding-left: 30rpx;
  703. }
  704. .posi_logo view:nth-child(2) text:nth-child(1) {
  705. font-size: 30rpx;
  706. }
  707. .posi_logo view:nth-child(2) text:nth-child(2) {
  708. font-size: 24rpx;
  709. color: #b8b8b8;
  710. padding-top: 10rpx;
  711. }
  712. .notes view:nth-child(1) {
  713. width: 92%;
  714. height: 87rpx;
  715. padding: 0 4%;
  716. line-height: 87rpx;
  717. background: #fff;
  718. /* border-top: 1rpx solid #f5f5f5; */
  719. }
  720. .notes view:nth-child(1) text {
  721. font-size: 30rpx;
  722. font-weight: bold;
  723. }
  724. .notes view:nth-child(2) {
  725. width: 92%;
  726. height: auto;
  727. padding: 0 4% 4%;
  728. background: #fff;
  729. /* border-bottom: 1rpx solid #f5f5f5; */
  730. display: flex;
  731. flex-direction: column;
  732. }
  733. .notes view:nth-child(2)>text {
  734. font-size: 28rpx;
  735. color: #a9a9a9;
  736. line-height: 45rpx;
  737. }
  738. .spot {
  739. width: 12rpx;
  740. height: 12rpx;
  741. display: inline-block;
  742. background: #a9a9a9;
  743. margin-right: 16rpx;
  744. position: relative;
  745. bottom: 4rpx;
  746. border-radius: 50%;
  747. }
  748. .buy-view {
  749. background: #fff;
  750. position: fixed;
  751. padding-top: 10rpx;
  752. height: 98rpx;
  753. bottom: 0rpx;
  754. left: 0;
  755. right: 0;
  756. }
  757. .buy {
  758. display: block;
  759. background: #ff4949;
  760. border-radius: 30rpx;
  761. height: 48rpx;
  762. width: 112rpx;
  763. margin: 0 auto;
  764. color: #fff;
  765. font-size: 26rpx;
  766. line-height: 48rpx;
  767. text-align: center;
  768. }
  769. .coupons1-btn-gm {
  770. background: #00c0ff !important;
  771. border-radius: 10rpx !important;
  772. margin: 0 !important;
  773. padding: 0 !important;
  774. font-family: PingFangSC-Semibold;
  775. font-size: 28rpx;
  776. color: #fff !important;
  777. letter-spacing: 0;
  778. height: 50rpx !important;
  779. width: 138rpx !important;
  780. line-height: 50rpx !important;
  781. }
  782. .coupons1 {
  783. position: relative;
  784. background: #fff;
  785. border-radius: 16rpx;
  786. padding-bottom: 21rpx;
  787. overflow: hidden;
  788. height: 486rpx;
  789. }
  790. .coupons1-img {
  791. width: 344rpx;
  792. height: 258rpx;
  793. overflow: hidden;
  794. }
  795. .coupons1-img image {
  796. display: block;
  797. width: 100%;
  798. height: 100%;
  799. }
  800. .coupons1-info {
  801. padding-left: 20rpx;
  802. }
  803. .coupons1-info-name {
  804. font-size: 28rpx;
  805. color: #000;
  806. letter-spacing: 0;
  807. }
  808. .i {
  809. font-size: 20rpx;
  810. font-style: normal;
  811. }
  812. .coupons1-info-price-p {
  813. display: inline-block;
  814. font-size: 36rpx;
  815. color: #f96563;
  816. line-height: 50rpx;
  817. margin-top: 21rpx;
  818. }
  819. .tit {
  820. font-size: 30rpx;
  821. color: #000;
  822. letter-spacing: 0;
  823. line-height: 42rpx;
  824. width: 270rpx;
  825. height: 42rpx;
  826. overflow: hidden;
  827. white-space: nowrap;
  828. text-overflow: ellipsis;
  829. padding-top: 16rpx;
  830. }
  831. .coupons1-info-price-o {
  832. display: block;
  833. text-align: center;
  834. font-size: 26rpx;
  835. color: #b4b4b4;
  836. letter-spacing: 0.96rpx;
  837. text-decoration: line-through;
  838. line-height: 24rpx;
  839. }
  840. .coupons1-info-distance {
  841. font-size: 22rpx;
  842. color: #c0c0c0;
  843. letter-spacing: 0;
  844. padding-bottom: 10rpx;
  845. line-height: 30rpx;
  846. }
  847. .coupons1-info-address {
  848. font-size: 22rpx;
  849. color: #585858;
  850. letter-spacing: 0;
  851. line-height: 30rpx;
  852. }
  853. .coupons1-btn {
  854. position: absolute;
  855. width: 120rpx;
  856. bottom: 25rpx;
  857. right: 13rpx;
  858. }
  859. .coupons1-btn-gm {
  860. background: #00c0ff !important;
  861. border-radius: 10rpx !important;
  862. margin: 0 !important;
  863. padding: 0 !important;
  864. font-family: PingFangSC-Semibold;
  865. font-size: 28rpx;
  866. color: #fff !important;
  867. letter-spacing: 0;
  868. height: 50rpx !important;
  869. width: 138rpx !important;
  870. line-height: 50rpx !important;
  871. }
  872. .subtitle {
  873. font-size: 24rpx;
  874. font-weight: 100;
  875. text-align: left;
  876. overflow: hidden;
  877. white-space: nowrap;
  878. text-overflow: ellipsis;
  879. width: 300rpx;
  880. color: #999;
  881. letter-spacing: 0;
  882. height: 30rpx;
  883. }
  884. .coupons1-info-manjian {
  885. color: #fa7c7a;
  886. font-size: 20rpx;
  887. line-height: 34rpx;
  888. display: inline-block;
  889. }
  890. .jian {
  891. width: 44rpx;
  892. position: absolute;
  893. bottom: 1.7%;
  894. right: 3.5%;
  895. }
  896. /**上拉加载更多**/
  897. .userinfo {
  898. display: flex;
  899. flex-direction: column;
  900. align-items: center;
  901. }
  902. .userinfo-avatar {
  903. width: 128rpx;
  904. height: 128rpx;
  905. margin: 20rpx;
  906. border-radius: 50%;
  907. }
  908. .userinfo-nickname {
  909. color: #aaa;
  910. }
  911. .sy {
  912. display: block;
  913. text-align: center;
  914. width: 120rpx !important;
  915. margin-top: 6rpx;
  916. }
  917. .usermotto {
  918. margin-top: 200px;
  919. }
  920. /**/
  921. scroll-view {
  922. width: 100%;
  923. }
  924. .item {
  925. width: 90%;
  926. height: 300rpx;
  927. margin: 20rpx auto;
  928. background: brown;
  929. overflow: hidden;
  930. }
  931. .item .img {
  932. width: 430rpx;
  933. margin-right: 20rpx;
  934. float: left;
  935. }
  936. .title {
  937. font-size: 30rpx;
  938. display: block;
  939. margin: 30rpx auto;
  940. }
  941. .description {
  942. font-size: 26rpx;
  943. line-height: 15rpx;
  944. }
  945. .signUp{
  946. position: fixed;
  947. bottom: 30rpx;
  948. left: 0;
  949. right: 0;
  950. margin: auto;
  951. width: 430rpx;
  952. height: 90rpx;
  953. line-height: 90rpx;
  954. border-radius: 60rpx;
  955. background: orange;
  956. color: #fff;
  957. font-size: 30rpx;
  958. text-align: center;
  959. box-shadow: 0 0 10px 0 rgba(211,211,211,0.50);
  960. }
  961. .opacity{
  962. opacity: .8;
  963. }
  964. .time{
  965. font-size: 30rpx;
  966. line-height: 50rpx;
  967. }
  968. .ques{
  969. display: block;
  970. text-align: center;
  971. }
  972. .questionTitle{
  973. width: 180rpx;
  974. font-size: 40rpx;
  975. border-top:6rpx solid orange;
  976. margin: 20rpx auto 0;
  977. }
  978. .detail{
  979. font-size: 26rpx;
  980. line-height: 40rpx;
  981. margin-bottom: 20rpx;
  982. color: #666;
  983. }