index.rpx.css 1.7 KB

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