index.rpx.scss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .page{
  2. background: #F7F7F7;
  3. padding: 0 32rpx;
  4. border-top: 1px solid #F7F7F7 ;
  5. }
  6. .btn{
  7. height: 84rpx;
  8. background: #FFE05C;
  9. border-radius: 54rpx;
  10. margin: 32rpx 0;
  11. font-size: 28rpx;
  12. font-family: PingFangSC-Regular, PingFang SC;
  13. font-weight: 400;
  14. color: #333333;
  15. line-height: 84rpx;
  16. text-align: center;
  17. }
  18. .noUse{
  19. margin: 32rpx 0;
  20. font-size: 28rpx;
  21. font-family: PingFangSC-Regular, PingFang SC;
  22. font-weight: 400;
  23. color: #333333;
  24. line-height: 40rpx;
  25. }
  26. .row-list{
  27. width: 686rpx;
  28. height: 188rpx;
  29. margin-top: 24rpx;
  30. background-image: url('/static/coupon/u210.png');
  31. background-repeat: no-repeat;
  32. background-size: cover;
  33. }
  34. .h-text{
  35. width: 200rpx;
  36. height: 188rpx;
  37. }
  38. .h-center-content{
  39. width: 298rpx;
  40. height: 188rpx;
  41. }
  42. .h-right-content{
  43. width: 188rpx;
  44. height: 188rpx;
  45. }
  46. .h-right-content-img{
  47. width: 188rpx;
  48. height: 188rpx;
  49. border-radius: 8rpx;
  50. }
  51. .magnifyUrlView{
  52. border-radius: 20rpx;
  53. overflow: hidden;
  54. }
  55. .money{
  56. height: 52rpx;
  57. font-size: 36rpx;
  58. font-family: DINAlternate-Bold, DINAlternate;
  59. font-weight: bold;
  60. color: #333333;
  61. line-height: 52rpx;
  62. text-align: center;
  63. }
  64. .desc{
  65. height: 36rpx;
  66. font-size: 20rpx;
  67. font-family: PingFangSC-Regular, PingFang SC;
  68. font-weight: 400;
  69. color: #333333;
  70. line-height: 36rpx;
  71. text-align: center;
  72. }
  73. .h-value{
  74. font-size: 28rpx;
  75. font-family: PingFangSC-Medium, PingFang SC;
  76. font-weight: bold;
  77. color: #333333;
  78. line-height: 44rpx;
  79. margin-top: 24rpx;
  80. margin-left: 24rpx;
  81. }
  82. .title{
  83. font-size: 20rpx;
  84. font-family: PingFangSC-Regular, PingFang SC;
  85. font-weight: 400;
  86. color: #999999;
  87. line-height: 36rpx;
  88. margin-left: 24rpx;
  89. }
  90. .h-btn-value-use{
  91. width: 156rpx;
  92. height: 64rpx;
  93. background: #93D21A;
  94. border-radius: 32rpx;
  95. font-size: 24rpx;
  96. font-family: PingFangSC-Regular, PingFang SC;
  97. font-weight: 400;
  98. color: #FFFFFF;
  99. line-height: 64rpx;
  100. text-align: center;
  101. }
  102. .h-btn-img{
  103. width: 136rpx;
  104. height: 136rpx;
  105. }
  106. .row-list:first-child{
  107. margin-top: 0;
  108. }
  109. .btn{
  110. width: 156rpx;
  111. height: 64rpx;
  112. background: #93D21A;
  113. border-radius: 32rpx;
  114. font-size: 24rpx;
  115. font-family: PingFangSC-Regular, PingFang SC;
  116. font-weight: 400;
  117. color: #FFFFFF;
  118. line-height: 64rpx;
  119. text-align: center;
  120. }
  121. .payView{
  122. height: 638rpx;
  123. background: #FFFFFF;
  124. box-shadow: 0rpx -4rpx 8rpx 0rpx rgba(0,0,0,0.03);
  125. border-radius: 24rpx 24rpx 0rpx 0rpx;
  126. padding: 24rpx 32rpx;
  127. z-index: 100;
  128. }
  129. .payType{
  130. font-size: 32rpx;
  131. font-family: PingFangSC-Medium, PingFang SC;
  132. font-weight: bord;
  133. color: #111111;
  134. line-height: 48rpx;
  135. }
  136. .x{
  137. width: 35rpx;
  138. height: 35rpx;
  139. border-radius: 18rpx;
  140. }
  141. .payTitle{
  142. font-size: 24rpx;
  143. font-family: PingFangSC-Regular, PingFang SC;
  144. font-weight: 400;
  145. color: #666666;
  146. line-height: 40rpx;
  147. margin-top: 8rpx;
  148. }
  149. .payItem{
  150. background: #FAFAFA;
  151. border-radius: 20rpx;
  152. padding: 34rpx 32rpx;
  153. margin-top: 32rpx;
  154. }
  155. .payName{
  156. margin-left: 24rpx;
  157. }
  158. .balance{
  159. font-size: 24rpx;
  160. font-family: PingFangSC-Regular, PingFang SC;
  161. font-weight: 400;
  162. color: #999999;
  163. line-height: 40rpx;
  164. }
  165. .commitBtn{
  166. width: 686rpx;
  167. height: 108rpx;
  168. background: #FFE05C;
  169. border-radius: 60rpx;
  170. margin-top: 32rpx;
  171. font-size: 32rpx;
  172. font-family: PingFangSC-Medium, PingFang SC;
  173. font-weight: bold;
  174. color: #111111;
  175. line-height: 108rpx;
  176. text-align: center;
  177. }
  178. .empty{
  179. margin-top: 80rpx;
  180. width: 300rpx;
  181. }
  182. .emptyText{
  183. font-size: 28rpx;
  184. color: #8f939c;
  185. margin-top: 20rpx;
  186. }