index.rpx.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .page{
  2. background: #F7F7F7;
  3. padding: 0 32rpx;
  4. height: 100vh;
  5. border-top: 1px solid #F7F7F7 ;
  6. }
  7. .btn{
  8. height: 84rpx;
  9. background: #FFE05C;
  10. border-radius: 54rpx;
  11. margin: 32rpx 0;
  12. font-size: 28rpx;
  13. font-family: PingFangSC-Regular, PingFang SC;
  14. font-weight: 400;
  15. color: #333333;
  16. line-height: 84rpx;
  17. text-align: center;
  18. }
  19. .noUse{
  20. margin: 32rpx 0;
  21. font-size: 28rpx;
  22. font-family: PingFangSC-Regular, PingFang SC;
  23. font-weight: 400;
  24. color: #333333;
  25. line-height: 40rpx;
  26. }
  27. .row-list{
  28. width: 686rpx;
  29. height: 188rpx;
  30. margin-top: 24rpx;
  31. margin-bottom: 24rpx;
  32. background-image: url('/static/coupon/u210.png');
  33. background-repeat: no-repeat;
  34. background-size: cover;
  35. }
  36. .h-text{
  37. width: 200rpx;
  38. height: 188rpx;
  39. }
  40. .h-center-content{
  41. width: 298rpx;
  42. height: 188rpx;
  43. }
  44. .h-right-content{
  45. width: 188rpx;
  46. height: 188rpx;
  47. }
  48. .money{
  49. height: 52rpx;
  50. font-size: 36rpx;
  51. font-family: DINAlternate-Bold, DINAlternate;
  52. font-weight: bold;
  53. color: #333333;
  54. line-height: 52rpx;
  55. text-align: center;
  56. }
  57. .desc{
  58. height: 36rpx;
  59. font-size: 20rpx;
  60. font-family: PingFangSC-Regular, PingFang SC;
  61. font-weight: 400;
  62. color: #333333;
  63. line-height: 36rpx;
  64. text-align: center;
  65. }
  66. .h-value{
  67. font-size: 28rpx;
  68. font-family: PingFangSC-Medium, PingFang SC;
  69. font-weight: bold;
  70. color: #333333;
  71. line-height: 44rpx;
  72. margin-top: 24rpx;
  73. margin-left: 24rpx;
  74. }
  75. .title{
  76. font-size: 24rpx;
  77. font-family: PingFangSC-Regular, PingFang SC;
  78. font-weight: 400;
  79. color: #999999;
  80. line-height: 36rpx;
  81. margin-left: 24rpx;
  82. }
  83. .h-btn-value-use{
  84. width: 156rpx;
  85. height: 64rpx;
  86. background: #93D21A;
  87. border-radius: 32rpx;
  88. font-size: 24rpx;
  89. font-family: PingFangSC-Regular, PingFang SC;
  90. font-weight: 400;
  91. color: #FFFFFF;
  92. line-height: 64rpx;
  93. text-align: center;
  94. }
  95. .h-btn-img{
  96. width: 136rpx;
  97. height: 136rpx;
  98. }
  99. .row-list :first-child{
  100. margin-top: 0;
  101. }
  102. .btn{
  103. width: 156rpx;
  104. height: 64rpx;
  105. background: #93D21A;
  106. border-radius: 32rpx;
  107. font-size: 24rpx;
  108. font-family: PingFangSC-Regular, PingFang SC;
  109. font-weight: 400;
  110. color: #FFFFFF;
  111. line-height: 64rpx;
  112. text-align: center;
  113. }
  114. .empty{
  115. margin-top: 80rpx;
  116. width: 300rpx;
  117. }
  118. .emptyText{
  119. font-size: 28rpx;
  120. color: #8f939c;
  121. margin-top: 20rpx;
  122. }
  123. .remark{
  124. width: 646rpx;
  125. font-size: 25rpx;
  126. line-height: 40rpx;
  127. background: #FFFFFF;
  128. border-radius: 20rpx;
  129. padding: 20rpx;
  130. text-indent: 2em;
  131. color: #999999;
  132. }