index.rpx.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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: 500rpx;
  23. height: 188rpx;
  24. }
  25. .quan{
  26. position: relative;
  27. }
  28. .h-right-content{
  29. width: 160rpx;
  30. height: 188rpx;
  31. position: absolute;
  32. top: 0;
  33. right: 0;
  34. }
  35. .money{
  36. height: 52rpx;
  37. font-size: 36rpx;
  38. font-family: DINAlternate-Bold, DINAlternate;
  39. font-weight: bold;
  40. color: #333333;
  41. line-height: 52rpx;
  42. text-align: center;
  43. }
  44. .desc{
  45. height: 36rpx;
  46. font-size: 20rpx;
  47. font-family: PingFangSC-Regular, PingFang SC;
  48. font-weight: 400;
  49. color: #333333;
  50. line-height: 36rpx;
  51. text-align: center;
  52. }
  53. .h-value{
  54. font-size: 28rpx;
  55. font-family: PingFangSC-Medium, PingFang SC;
  56. font-weight: bold;
  57. color: #333333;
  58. line-height: 44rpx;
  59. margin-top: 24rpx;
  60. margin-left: 24rpx;
  61. }
  62. .title{
  63. font-size: 24rpx;
  64. font-family: PingFangSC-Regular, PingFang SC;
  65. font-weight: 400;
  66. color: #999999;
  67. line-height: 36rpx;
  68. margin-left: 24rpx;
  69. }
  70. .h-btn-value-use{
  71. width: 156rpx;
  72. height: 64rpx;
  73. background: #93D21A;
  74. border-radius: 32rpx;
  75. font-size: 24rpx;
  76. font-family: PingFangSC-Regular, PingFang SC;
  77. font-weight: 400;
  78. color: #FFFFFF;
  79. line-height: 64rpx;
  80. text-align: center;
  81. }
  82. .h-btn-img{
  83. width: 136rpx;
  84. height: 136rpx;
  85. }
  86. .remark{
  87. width: 646rpx;
  88. padding: 20rpx;
  89. font-size: 25rpx;
  90. line-height: 40rpx;
  91. background: #FFFFFF;
  92. border-radius: 20rpx;
  93. text-indent: 2em;
  94. color: #999999;
  95. }