index.rpx.scss 2.3 KB

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