confirmOrder.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* pages/confirmOrder/confirmOrder.wxss */
  2. .check_order {
  3. padding-bottom: 134rpx;
  4. }
  5. .address_wrap {
  6. display: -webkit-flex;
  7. display: flex;
  8. align-items: center;
  9. font-size: 24rpx;
  10. color: #333;
  11. background: #fff;
  12. flex-wrap: wrap;
  13. padding: 16rpx 100rpx 16rpx 0;
  14. position: relative;
  15. }
  16. .address_none {
  17. display: -webkit-flex;
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. color:#333;
  22. padding: 50rpx 0;
  23. background: #fff;
  24. font-size: 26rpx;
  25. }
  26. .adress-icon {
  27. display: block;
  28. width: 34rpx;
  29. height: 42rpx;
  30. margin: 0 20rpx 0 30rpx;
  31. }
  32. .see_ensure_desc {
  33. width: 16rpx;
  34. height: 30rpx;
  35. position: absolute;
  36. right: 30rpx;
  37. top: 50%;
  38. margin-top: -15rpx;
  39. }
  40. .payment_method {
  41. display: -webkit-flex;
  42. display: flex;
  43. align-items: center;
  44. /* justify-content: space-between; */
  45. font-size: 30rpx;
  46. padding: 25rpx 30rpx;
  47. background: #fff;
  48. }
  49. .bonus_pay_icon {
  50. width: 34rpx;
  51. height: 42rpx;
  52. }
  53. .wx_pay_icon {
  54. width: 40rpx;
  55. height: 40rpx;
  56. }
  57. .payment-1px-b {
  58. position: relative;
  59. }
  60. .payment-1px-b::after {
  61. content: " ";
  62. position: absolute;
  63. left: 0;
  64. bottom: 0;
  65. right: 0;
  66. height: 1px;
  67. border-bottom: 1px solid #d9d9d9;
  68. color: #d9d9d9;
  69. -webkit-transform-origin: 0 100%;
  70. transform-origin: 0 100%;
  71. -webkit-transform: scaleY(0.5);
  72. transform: scaleY(0.5);
  73. }
  74. .order_goods_content {
  75. position: relative;
  76. display: -webkit-flex;
  77. display: flex;
  78. align-items: center;
  79. padding: 30rpx;
  80. }
  81. .order_content_img {
  82. display: block;
  83. /* -webkit-flex: 0 0 33.3333%; */
  84. /* flex: 0 0 33.3333%; */
  85. width: 160rpx;
  86. height: 160rpx;
  87. flex-shrink: 0;
  88. }
  89. .order_content_middle {
  90. /* -webkit-flex: 0 0 60%;
  91. flex: 0 0 60%; */
  92. flex: 1;
  93. padding-left: 20rpx;
  94. font-size: 30rpx;
  95. color: #333;
  96. }
  97. .order_letter_pro {
  98. margin: 6rpx 0 30rpx;
  99. font-size: 24rpx;
  100. color: #666;
  101. }
  102. .order_content_nums {
  103. position: absolute;
  104. right: 30rpx;
  105. bottom: 36rpx;
  106. font-weight: bold;
  107. font-size: 24rpx;
  108. color: #333333;
  109. }
  110. .packet_price-tips {
  111. padding: 20rpx 0 20rpx 30rpx;
  112. color: #a7a7a7;
  113. font-size: 24rpx;
  114. }
  115. .order_entry {
  116. padding: 30rpx;
  117. background: #fff;
  118. font-size: 24rpx;
  119. }
  120. .expenses_info {
  121. display: -webkit-flex;
  122. display: flex;
  123. align-items: center;
  124. justify-content: space-between;
  125. height: 50rpx;
  126. }
  127. .bonus_bg {
  128. background: #f2bb11;
  129. padding: 5rpx;
  130. margin-right: 5rpx;
  131. }
  132. .bonus_rate {
  133. border: 1px dashed #fff;
  134. }
  135. .order_pay {
  136. position: fixed;
  137. bottom: 0;
  138. left: 0;
  139. right: 0;
  140. z-index: 99;
  141. }
  142. .default_address {
  143. font-size: 18rpx;
  144. background: #ffeab8;
  145. color: #f2bc73;
  146. height: 40rpx;
  147. line-height: 40rpx;
  148. padding-left: 30rpx;
  149. }
  150. .just_buy {
  151. display: -webkit-flex;
  152. display: flex;
  153. align-items: center;
  154. justify-content: center;
  155. text-align: center;
  156. line-height: 94rpx;
  157. font-size: 30rpx;
  158. background: #fff;
  159. }
  160. .just_buy_left {
  161. -webkit-flex: 0 0 67%;
  162. flex: 0 0 67%;
  163. font-size: 30rpx;
  164. }
  165. .just_buy_right {
  166. -webkit-flex: 0 0 33%;
  167. flex: 0 0 33%;
  168. font-size: 30rpx;
  169. color: #fff;
  170. background: #2b2b2b;
  171. }