index.rpx.scss 2.3 KB

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