index.rpx.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .page {
  2. /*background-image: url('/static/my/bg1.png');*/
  3. /*background-repeat: no-repeat;*/
  4. /*background-size: 100% 30%;*/
  5. background-color: #F9F9F9;
  6. padding: 0 32rpx;
  7. min-height: 100vh;
  8. }
  9. .coupon{
  10. width: 686rpx;
  11. height: 188rpx;
  12. background-image: url('/static/my/couponBg.png');
  13. background-repeat: no-repeat;
  14. background-size: cover;
  15. margin-top: 24rpx;
  16. }
  17. .couponLeft{
  18. width: 195rpx;
  19. height: 188rpx;
  20. text-align: center;
  21. }
  22. .couponRight{
  23. width: 490rpx;
  24. height: 188rpx;
  25. }
  26. .couponRight1{
  27. width: 450rpx;
  28. height: 188rpx;
  29. margin-left: 20rpx;
  30. }
  31. .discounts{
  32. height: 52rpx;
  33. font-weight: bold;
  34. font-size: 36rpx;
  35. color: #333333;
  36. line-height: 52rpx;
  37. text-align: center;
  38. margin-top: 46rpx;
  39. }
  40. .condition{
  41. height: 36rpx;
  42. font-weight: 400;
  43. font-size: 20rpx;
  44. color: #333333;
  45. line-height: 36rpx;
  46. text-align: center;
  47. margin-top: 8rpx;
  48. }
  49. .couponMsg{
  50. width: 294rpx;
  51. }
  52. .purchaseBtn{
  53. width: 156rpx;
  54. height: 64rpx;
  55. background: #FFE05C;
  56. border-radius: 32rpx;
  57. font-weight: 400;
  58. font-size: 24rpx;
  59. color: #333333;
  60. line-height: 64rpx;
  61. text-align: center;
  62. }
  63. .couponName{
  64. height: 44rpx;
  65. font-weight: bold;
  66. font-size: 28rpx;
  67. color: #333333;
  68. line-height: 44rpx;
  69. text-align: left;
  70. margin-top: 16rpx;
  71. }
  72. .couponValue{
  73. height: 36rpx;
  74. font-weight: 400;
  75. font-size: 20rpx;
  76. color: #999999;
  77. line-height: 36rpx;
  78. text-align: left;
  79. }
  80. .price{
  81. margin-top: 16rpx;
  82. }
  83. .couponPrice{
  84. height: 44rpx;
  85. font-weight: bold;
  86. font-size: 28rpx;
  87. color: #ED569F;
  88. line-height: 44rpx;
  89. text-align: right;
  90. font-style: normal;
  91. }
  92. .purchasePopup{
  93. height: 672rpx;
  94. background: #F9F9F9;
  95. border-radius: 24rpx 24rpx 0rpx 0rpx;
  96. padding: 26rpx 32rpx 0rpx 32rpx;
  97. }
  98. .popupTitle{
  99. height: 48rpx;
  100. font-weight: bold;
  101. font-size: 32rpx;
  102. color: #111111;
  103. line-height: 48rpx;
  104. }
  105. .conView{
  106. width: 686rpx;
  107. height: 108rpx;
  108. background: #FFF6CE;
  109. border-radius: 54rpx;
  110. overflow: hidden;
  111. }
  112. .conPriceValue{
  113. font-weight: 400;
  114. font-size: 24rpx;
  115. color: #333333;
  116. line-height: 108rpx;
  117. margin-left: 32rpx;
  118. }
  119. .conPrice{
  120. font-weight: bold;
  121. font-size: 36rpx;
  122. color: #111111;
  123. line-height: 52rpx;
  124. margin-left: 8rpx;
  125. }
  126. .conBtn{
  127. width: 220rpx;
  128. height: 108rpx;
  129. background: #FFE05C;
  130. border-radius: 0rpx 60rpx 60rpx 0rpx;
  131. text-align: center;
  132. font-weight: bold;
  133. font-size: 32rpx;
  134. color: #111111;
  135. line-height: 108rpx;
  136. }
  137. .title{
  138. height: 44rpx;
  139. font-weight: 500;
  140. font-size: 28rpx;
  141. color: #333333;
  142. line-height: 44rpx;
  143. }
  144. .couponPrice1{
  145. height: 48rpx;
  146. font-weight: 500;
  147. font-size: 32rpx;
  148. color: #ED569F;
  149. line-height: 48rpx;
  150. }
  151. .titleView{
  152. padding: 32rpx 0;
  153. }
  154. .bordBottom{
  155. border-bottom: 2rpx solid #EEEEEE;
  156. }