index.rpx.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .expirePopup{
  2. background: #f9f9f9;
  3. border-radius: 16rpx;
  4. padding: 32rpx;
  5. width: 600rpx;
  6. }
  7. .popupTitle{
  8. font-size: 30rpx;
  9. font-weight: bold;
  10. color: #333333;
  11. }
  12. .scroll-y1{
  13. height: 800rpx;
  14. }
  15. .row-list{
  16. width: 580rpx;
  17. height: 188rpx;
  18. margin-top: 24rpx;
  19. background-image: url('/static/coupon/u210.png');
  20. background-repeat: no-repeat;
  21. background-size: cover;
  22. }
  23. .listBackground{
  24. width: 580rpx;
  25. height: 188rpx;
  26. margin-top: 24rpx;
  27. background-image: url('/static/coupon/u211.png');
  28. background-repeat: no-repeat;
  29. background-size: cover;
  30. }
  31. .h-text{
  32. width: 200rpx;
  33. height: 188rpx;
  34. }
  35. .h-center-content{
  36. height: 188rpx;
  37. }
  38. .quan{
  39. position: relative;
  40. }
  41. .h-right-content{
  42. width: 160rpx;
  43. height: 188rpx;
  44. position: absolute;
  45. top: 0;
  46. right: 0;
  47. }
  48. .money{
  49. height: 52rpx;
  50. font-size: 36rpx;
  51. font-family: DINAlternate-Bold, DINAlternate;
  52. font-weight: bold;
  53. color: #333333;
  54. line-height: 52rpx;
  55. text-align: center;
  56. }
  57. .desc{
  58. height: 36rpx;
  59. font-size: 20rpx;
  60. font-family: PingFangSC-Regular, PingFang SC;
  61. font-weight: 400;
  62. color: #333333;
  63. line-height: 36rpx;
  64. text-align: center;
  65. }
  66. .h-value{
  67. font-size: 28rpx;
  68. font-family: PingFangSC-Medium, PingFang SC;
  69. font-weight: bold;
  70. color: #333333;
  71. line-height: 44rpx;
  72. margin-top: 24rpx;
  73. margin-left: 24rpx;
  74. }
  75. .title{
  76. font-size: 24rpx;
  77. font-family: PingFangSC-Regular, PingFang SC;
  78. font-weight: 400;
  79. color: #999999;
  80. line-height: 36rpx;
  81. margin-left: 24rpx;
  82. }
  83. .h-btn-value-use{
  84. width: 156rpx;
  85. height: 64rpx;
  86. background: #93D21A;
  87. border-radius: 32rpx;
  88. font-size: 24rpx;
  89. font-family: PingFangSC-Regular, PingFang SC;
  90. font-weight: 400;
  91. color: #FFFFFF;
  92. line-height: 64rpx;
  93. text-align: center;
  94. }
  95. .h-btn-img{
  96. width: 136rpx;
  97. height: 136rpx;
  98. }
  99. .remark{
  100. width: 646rpx;
  101. padding: 20rpx;
  102. font-size: 25rpx;
  103. line-height: 40rpx;
  104. background: #FFFFFF;
  105. border-radius: 20rpx;
  106. text-indent: 2em;
  107. color: #999999;
  108. }
  109. .op-btn-wrap {
  110. margin-top: 30px;
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. }
  115. .h-btn {
  116. text-align: center;
  117. width: 343px;
  118. height: 42px;
  119. background: #FFE05C;
  120. border-radius: 27px;
  121. line-height: 42px;
  122. }