index.rpx.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. width: 400rpx;
  38. }
  39. .quan{
  40. position: relative;
  41. }
  42. .h-right-content{
  43. width: 160rpx;
  44. height: 188rpx;
  45. position: absolute;
  46. top: 0;
  47. right: 0;
  48. }
  49. .money{
  50. height: 52rpx;
  51. font-size: 36rpx;
  52. font-family: DINAlternate-Bold, DINAlternate;
  53. font-weight: bold;
  54. color: #333333;
  55. line-height: 52rpx;
  56. text-align: center;
  57. }
  58. .desc{
  59. height: 36rpx;
  60. font-size: 20rpx;
  61. font-family: PingFangSC-Regular, PingFang SC;
  62. font-weight: 400;
  63. color: #333333;
  64. line-height: 36rpx;
  65. text-align: center;
  66. }
  67. .h-value{
  68. font-size: 28rpx;
  69. font-family: PingFangSC-Medium, PingFang SC;
  70. font-weight: bold;
  71. color: #333333;
  72. line-height: 44rpx;
  73. margin-top: 24rpx;
  74. margin-left: 24rpx;
  75. }
  76. .title{
  77. font-size: 24rpx;
  78. font-family: PingFangSC-Regular, PingFang SC;
  79. font-weight: 400;
  80. color: #999999;
  81. line-height: 36rpx;
  82. margin-left: 24rpx;
  83. }
  84. .h-btn-value-use{
  85. width: 156rpx;
  86. height: 64rpx;
  87. background: #93D21A;
  88. border-radius: 32rpx;
  89. font-size: 24rpx;
  90. font-family: PingFangSC-Regular, PingFang SC;
  91. font-weight: 400;
  92. color: #FFFFFF;
  93. line-height: 64rpx;
  94. text-align: center;
  95. }
  96. .h-btn-img{
  97. width: 136rpx;
  98. height: 136rpx;
  99. }
  100. .remark{
  101. width: 646rpx;
  102. padding: 20rpx;
  103. font-size: 25rpx;
  104. line-height: 40rpx;
  105. background: #FFFFFF;
  106. border-radius: 20rpx;
  107. text-indent: 2em;
  108. color: #999999;
  109. }
  110. .op-btn-wrap {
  111. margin-top: 30px;
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. }
  116. .h-btn {
  117. text-align: center;
  118. width: 343px;
  119. height: 42px;
  120. background: #FFE05C;
  121. border-radius: 27px;
  122. line-height: 42px;
  123. }