index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /**index.wxss**/
  2. .wrap{
  3. min-height: 100vh;
  4. background: #f6f6f6;
  5. padding-top: 20rpx;
  6. padding-bottom: 200rpx;
  7. }
  8. .order_wrap{
  9. width: 690rpx;
  10. padding: 20rpx;
  11. text-align: center;
  12. /* background: #FFFFFF; */
  13. border-radius: 5rpx;
  14. margin: 0 auto;
  15. position: relative;
  16. }
  17. .order_wrap .order_price{
  18. font-size: 30rpx;
  19. color: rgba(0,0,0,.54);
  20. }
  21. .order_wrap .price{
  22. /* padding-left: 14rpx; */
  23. color: #0E0E0E;
  24. font-size: 68rpx;
  25. font-weight: bold;
  26. }
  27. .order_wrap .price .unit{
  28. font-size: 40rpx;
  29. }
  30. .order_wrap .line_bg{
  31. position: absolute;
  32. bottom: 0;
  33. left: 0;
  34. width: 690rpx;
  35. height: 20rpx;
  36. border-radius: 0 0 5rpx 5rpx;
  37. background-repeat: repeat-x;
  38. background-size: 18rpx 30rpx;
  39. }
  40. /* 支付方式 */
  41. .payment_wrap{
  42. width: 690rpx;
  43. margin: 20rpx auto 0;
  44. background: #FFFFFF;
  45. }
  46. .payment_item{
  47. padding: 30rpx;
  48. }
  49. .payment_item .item_t{
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-between;
  53. }
  54. .payment_item .item_t .item_t_l{
  55. display: flex;
  56. align-items: center;
  57. }
  58. .payment_item .item_icon{
  59. width: 53rpx;
  60. height: 43rpx;
  61. margin-right: 18rpx;
  62. }
  63. .payment_item .item_name{
  64. font-size: 30rpx;
  65. color: #000;
  66. }
  67. .payment_item .item_t_r{
  68. display: flex;
  69. align-items: center;
  70. }
  71. .payment_item .price{
  72. font-size: 32rpx;
  73. font-weight: bold;
  74. color: #D54C43;
  75. padding-right: 20rpx;
  76. }
  77. .payment_item .price .unit{
  78. font-size: 24rpx;
  79. }
  80. .payment_item .item_b{
  81. padding-left: 70rpx;
  82. font-size: 24rpx;
  83. color: rgba(1,1,1,.54);
  84. }
  85. .payment_item .item_b .wenzi:not(:first-child){
  86. padding-left: 30rpx;
  87. }
  88. .payment_item .item_b .label{
  89. padding-right: 8rpx;
  90. }
  91. .payment_item .item_t_r .quan{
  92. font-size: 30rpx;
  93. color: #D54C43;
  94. padding-right: 26rpx;
  95. }
  96. /* .payment_item .item_t_r .icon_arrow{
  97. width: 12rpx;
  98. height: 20rpx;
  99. } */
  100. /* 充会员卡 */
  101. /* .scroll_card{
  102. height: 500rpx;
  103. } */
  104. .card_list{
  105. padding: 0 30rpx;
  106. }
  107. /* 提交 */
  108. .btn_tijiao{
  109. width: 405rpx;
  110. height: 98rpx;
  111. background: #295C56;
  112. border-radius: 10rpx;
  113. margin: 0 auto;
  114. font-size: 28rpx;
  115. color: #FFFFFF;
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. position: fixed;
  120. bottom: 50rpx;
  121. left: 50%;
  122. transform: translateX(-50%);
  123. }
  124. .btn_tijiao .label{
  125. padding-right: 10rpx;
  126. }
  127. .btn_tijiao .price{
  128. font-size: 42rpx;
  129. font-weight: bold;
  130. }
  131. .btn_tijiao .price .unit{
  132. font-size: 27rpx;
  133. }
  134. /* 余额不足提醒 */
  135. .cash_pop{
  136. width: 586rpx;
  137. background: #FFFFFF;
  138. border-radius: 10rpx;
  139. font-size: 30rpx;
  140. color: #000000;
  141. text-align: center;
  142. position: fixed;
  143. top: 50%;
  144. left: 50%;
  145. transform: translate(-50%,-50%);
  146. }
  147. .cash_pop_t{
  148. padding: 120rpx 0 40rpx;
  149. border-bottom: 1rpx solid rgba(0,0,0,.1);
  150. }
  151. .cash_pop_b{
  152. height: 98rpx;
  153. display: flex;
  154. align-items: center;
  155. position: relative;
  156. }
  157. .cash_pop_b .cash_pop_btn{
  158. flex: 1;
  159. height: 98rpx;
  160. color: rgba(0,0,0,.54);
  161. display: flex;
  162. align-items: center;
  163. justify-content: center;
  164. }
  165. .cash_pop_b .cash_pop_btn.recharge{
  166. color: #D54C43;
  167. border-left: 1rpx solid rgba(0,0,0,.1);
  168. }
  169. .cash_pop .tip_tu{
  170. width: 134rpx;
  171. height: 245rpx;
  172. position: absolute;
  173. left: 50%;
  174. top: -135rpx;
  175. transform: translateX(-50%);
  176. }
  177. /* 优惠券 */
  178. .coupon_wrap{
  179. width: 750rpx;
  180. position: fixed;
  181. bottom: 0;
  182. left: 0;
  183. }
  184. .coupon_wrap .coupon_t{
  185. width: 750rpx;
  186. height: 98rpx;
  187. background: #FFFFFF;
  188. border-radius: 20rpx 20rpx 0 0;
  189. font-size: 34rpx;
  190. color: #333333;
  191. display: flex;
  192. align-items: center;
  193. justify-content: center;
  194. position: relative;
  195. }
  196. .coupon_wrap .coupon_t .van-icon{
  197. position: absolute;
  198. top: 50%;
  199. right: 30rpx;
  200. transform: translateY(-50%);
  201. }
  202. .coupon_wrap_scroll{
  203. /* height: 480rpx; */
  204. height: 820rpx;
  205. background: #F6F6F6;
  206. }
  207. .coupon_list{
  208. padding-top: 0;
  209. /* min-height: 480rpx;
  210. height: 100%; */
  211. }
  212. .coupon_item:first-child{
  213. margin-top: 30rpx;
  214. }