confirmOrder.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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: 47rpx;
  28. margin: 0 56rpx 0 40rpx;
  29. }
  30. .payment_method {
  31. display: -webkit-flex;
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. font-size: 28rpx;
  36. padding: 25rpx 40rpx;
  37. background: #fff;
  38. }
  39. .payment-1px-b {
  40. position: relative;
  41. }
  42. .payment-1px-b::after {
  43. content: " ";
  44. position: absolute;
  45. left: 40rpx;
  46. bottom: 0;
  47. right: 0;
  48. height: 1px;
  49. border-bottom: 1px solid #d9d9d9;
  50. color: #d9d9d9;
  51. -webkit-transform-origin: 0 100%;
  52. transform-origin: 0 100%;
  53. -webkit-transform: scaleY(0.5);
  54. transform: scaleY(0.5);
  55. }
  56. .order_goods_content {
  57. display: -webkit-flex;
  58. display: flex;
  59. align-items: center;
  60. padding: 30rpx;
  61. }
  62. .order_content_img {
  63. display: block;
  64. -webkit-flex: 0 0 33.3333%;
  65. flex: 0 0 33.3333%;
  66. width: 175rpx;
  67. }
  68. .order_content_middle {
  69. -webkit-flex: 0 0 50%;
  70. flex: 0 0 50%;
  71. padding-left: 25rpx;
  72. font-size: 24rpx;
  73. }
  74. .order_letter_pro {
  75. margin: 20rpx 0 40rpx;
  76. color: #a7a7a7;
  77. }
  78. .order_content_nums {
  79. -webkit-flex: 1;
  80. flex: 1;
  81. color: #a7a7a7;
  82. font-size: 24rpx;
  83. text-align: right;
  84. }
  85. .packet_price-tips {
  86. padding: 20rpx 0 20rpx 30rpx;
  87. color: #a7a7a7;
  88. font-size: 24rpx;
  89. }
  90. .order_entry {
  91. padding: 30rpx;
  92. background: #fff;
  93. font-size: 24rpx;
  94. }
  95. .expenses_info {
  96. display: -webkit-flex;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. height: 50rpx;
  101. }
  102. .bonus_bg {
  103. background: #f2bb11;
  104. padding: 5rpx;
  105. margin-right: 5rpx;
  106. }
  107. .bonus_rate {
  108. border: 1px dashed #fff;
  109. }
  110. .order_pay {
  111. position: fixed;
  112. bottom: 0;
  113. left: 0;
  114. right: 0;
  115. z-index: 99;
  116. }
  117. .default_address {
  118. font-size: 18rpx;
  119. background: #ffeab8;
  120. color: #f2bc73;
  121. height: 40rpx;
  122. line-height: 40rpx;
  123. padding-left: 30rpx;
  124. }
  125. .just_buy {
  126. display: -webkit-flex;
  127. display: flex;
  128. align-items: center;
  129. justify-content: center;
  130. text-align: center;
  131. line-height: 94rpx;
  132. font-size: 30rpx;
  133. background: #fff;
  134. }
  135. .just_buy_left {
  136. -webkit-flex: 0 0 67%;
  137. flex: 0 0 67%;
  138. font-size: 30rpx;
  139. }
  140. .just_buy_right {
  141. -webkit-flex: 0 0 33%;
  142. flex: 0 0 33%;
  143. font-size: 32rpx;
  144. color: #fff;
  145. background: rgb(235, 78, 79);
  146. }