confirmOrder.wxss 2.5 KB

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