confirmOrder.wxss 2.9 KB

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