index.rpx.scss 2.1 KB

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