index.rpx.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .row-list{
  2. width: 686rpx;
  3. height: 188rpx;
  4. margin-top: 24rpx;
  5. background-image: url('/static/coupon/u210.png');
  6. background-repeat: no-repeat;
  7. background-size: cover;
  8. }
  9. .listBackground{
  10. width: 686rpx;
  11. height: 188rpx;
  12. margin-top: 24rpx;
  13. background-image: url('/static/coupon/u211.png');
  14. background-repeat: no-repeat;
  15. background-size: cover;
  16. }
  17. .h-text{
  18. width: 200rpx;
  19. height: 188rpx;
  20. }
  21. .h-center-content{
  22. width: 298rpx;
  23. height: 188rpx;
  24. }
  25. .h-right-content{
  26. width: 188rpx;
  27. height: 188rpx;
  28. }
  29. .money{
  30. height: 52rpx;
  31. font-size: 36rpx;
  32. font-family: DINAlternate-Bold, DINAlternate;
  33. font-weight: bold;
  34. color: #333333;
  35. line-height: 52rpx;
  36. text-align: center;
  37. }
  38. .desc{
  39. height: 36rpx;
  40. font-size: 20rpx;
  41. font-family: PingFangSC-Regular, PingFang SC;
  42. font-weight: 400;
  43. color: #333333;
  44. line-height: 36rpx;
  45. text-align: center;
  46. }
  47. .h-value{
  48. font-size: 28rpx;
  49. font-family: PingFangSC-Medium, PingFang SC;
  50. font-weight: bold;
  51. color: #333333;
  52. line-height: 44rpx;
  53. margin-top: 24rpx;
  54. margin-left: 24rpx;
  55. }
  56. .title{
  57. font-size: 24rpx;
  58. font-family: PingFangSC-Regular, PingFang SC;
  59. font-weight: 400;
  60. color: #999999;
  61. line-height: 36rpx;
  62. margin-left: 24rpx;
  63. }
  64. .h-btn-value-use{
  65. width: 156rpx;
  66. height: 64rpx;
  67. background: #93D21A;
  68. border-radius: 32rpx;
  69. font-size: 24rpx;
  70. font-family: PingFangSC-Regular, PingFang SC;
  71. font-weight: 400;
  72. color: #FFFFFF;
  73. line-height: 64rpx;
  74. text-align: center;
  75. }
  76. .h-btn-img{
  77. width: 136rpx;
  78. height: 136rpx;
  79. }
  80. .remark{
  81. width: 646rpx;
  82. padding: 20rpx;
  83. font-size: 25rpx;
  84. line-height: 40rpx;
  85. background: #FFFFFF;
  86. border-radius: 20rpx;
  87. text-indent: 2em;
  88. color: #999999;
  89. }