index.rpx.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: 20rpx;
  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. }