confirmOrder.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. height: 175rpx;
  68. }
  69. .order_content_middle {
  70. -webkit-flex: 0 0 50%;
  71. flex: 0 0 50%;
  72. padding-left: 25rpx;
  73. font-size: 24rpx;
  74. }
  75. .order_letter_pro {
  76. margin: 20rpx 0 40rpx;
  77. color: #a7a7a7;
  78. }
  79. .order_content_nums {
  80. -webkit-flex: 1;
  81. flex: 1;
  82. color: #a7a7a7;
  83. font-size: 24rpx;
  84. text-align: right;
  85. }
  86. .packet_price-tips {
  87. padding: 20rpx 0 20rpx 30rpx;
  88. color: #a7a7a7;
  89. font-size: 24rpx;
  90. }
  91. .order_entry {
  92. padding: 30rpx;
  93. background: #fff;
  94. font-size: 24rpx;
  95. }
  96. .expenses_info {
  97. display: -webkit-flex;
  98. display: flex;
  99. align-items: center;
  100. justify-content: space-between;
  101. height: 50rpx;
  102. }
  103. .bonus_bg {
  104. background: #f2bb11;
  105. padding: 5rpx;
  106. margin-right: 5rpx;
  107. }
  108. .bonus_rate {
  109. border: 1px dashed #fff;
  110. }
  111. .order_pay {
  112. position: fixed;
  113. bottom: 0;
  114. left: 0;
  115. right: 0;
  116. z-index: 99;
  117. }
  118. .default_address {
  119. font-size: 18rpx;
  120. background: #ffeab8;
  121. color: #f2bc73;
  122. height: 40rpx;
  123. line-height: 40rpx;
  124. padding-left: 30rpx;
  125. }
  126. .just_buy {
  127. display: -webkit-flex;
  128. display: flex;
  129. align-items: center;
  130. justify-content: center;
  131. text-align: center;
  132. line-height: 94rpx;
  133. font-size: 30rpx;
  134. background: #fff;
  135. }
  136. .just_buy_left {
  137. -webkit-flex: 0 0 67%;
  138. flex: 0 0 67%;
  139. font-size: 30rpx;
  140. }
  141. .just_buy_right {
  142. -webkit-flex: 0 0 33%;
  143. flex: 0 0 33%;
  144. font-size: 32rpx;
  145. color: #fff;
  146. background: rgb(235, 78, 79);
  147. }