logistics.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f3f3f3;
  6. padding-bottom: 100rpx;
  7. }
  8. form {
  9. position: relative;
  10. }
  11. button::afrer {
  12. border: 0;
  13. }
  14. .button {
  15. border: 0;
  16. margin: 0;
  17. padding: 0;
  18. background: 0;
  19. position: static;
  20. }
  21. .logistics-top__bg {
  22. width: 100%;
  23. background-color: #fff;
  24. }
  25. .logistics-top {
  26. height: 260rpx;
  27. border-bottom: 1rpx solid #eeeeee;
  28. margin: 0 20rpx;
  29. }
  30. .logistics-top__text {
  31. line-height: 28rpx;
  32. padding: 25rpx 0 30rpx 0;
  33. font-size: 28rpx;
  34. text-align: center;
  35. color: #999999;
  36. }
  37. .logistics-top__head {
  38. width: 88rpx;
  39. height: 88rpx;
  40. margin: 0 auto;
  41. display: block;
  42. border: 1rpx solid #cdcdcd;
  43. border-radius: 100%;
  44. }
  45. .logistics-top__name {
  46. font-size: 28rpx;
  47. text-align: center;
  48. color: #4c4c4c;
  49. padding-top: 10rpx;
  50. }
  51. .orderDetail-address {
  52. position: relative;
  53. padding: 0 20rpx;
  54. height: 195rpx;
  55. color: #4c4c4c;
  56. font-size: 28rpx;
  57. background-color: #fff;
  58. }
  59. .orderDetail-address__left {
  60. margin: 78rpx 0 0 19rpx;
  61. float: left;
  62. width: 33rpx;
  63. height: 38rpx;
  64. background-size: 100% 100%;
  65. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/merchant.png');
  66. }
  67. .orderDetail-address__right {
  68. float: right;
  69. width: 640rpx;
  70. }
  71. .orderDetail-address__info {
  72. padding-top: 25rpx;
  73. }
  74. .orderDetail-address__name {
  75. float: left;
  76. }
  77. .orderDetail-address__tel {
  78. float: right;
  79. }
  80. .orderDetail-address__more {
  81. padding-top: 20rpx;
  82. -webkit-line-clamp: 2;
  83. line-height: 50rpx;
  84. height: 100rpx;
  85. }
  86. .orderDetail-address__border {
  87. position: absolute;
  88. left: 0;
  89. bottom: 2rpx;
  90. width: 100%;
  91. height: 2rpx;
  92. }
  93. .text-placeholder {
  94. color: #bbbbbb;
  95. }
  96. .logistics-main {
  97. margin-top: 20rpx;
  98. background-color: #fff;
  99. }
  100. .logistics-main__line {
  101. position: relative;
  102. padding: 0 20rpx;
  103. }
  104. .logistics-main__border {
  105. border-bottom: 1rpx solid #eeeeee;
  106. }
  107. .logistics-main__title {
  108. font-size: 28rpx;
  109. line-height: 28rpx;
  110. padding-top: 33rpx;
  111. padding-bottom: 7rpx;
  112. color: #4c4c4c;
  113. }
  114. .logistics-main__input {
  115. line-height: 74rpx;
  116. height: 74rpx;
  117. padding-bottom: 25rpx;
  118. color: #4c4c4c;
  119. font-size: 28rpx;
  120. }
  121. .logistics-main__qcinput {
  122. line-height: 74rpx;
  123. height: 74rpx;
  124. padding-bottom: 25rpx;
  125. color: #4c4c4c;
  126. font-size: 28rpx;
  127. margin-right: 60rpx;
  128. }
  129. .logistics-main__qcode {
  130. width: 40rpx;
  131. height: 40rpx;
  132. position: absolute;
  133. top: 83rpx;
  134. right: 24rpx;
  135. background-size: 100% 100%;
  136. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/qcode.png');
  137. }
  138. .logistics-button {
  139. position: fixed;
  140. left: 0;
  141. bottom: 0;
  142. width: 100%;
  143. height: 90rpx;
  144. line-height: 90rpx;
  145. font-size: 28rpx;
  146. color: #fff;
  147. text-align: center;
  148. background: linear-gradient(to right, #74b5f3, #3171cf);
  149. border-radius: 0rpx;
  150. z-index: 100;
  151. }
  152. .plus-part {
  153. margin-top: 48rpx;
  154. margin-bottom: 148rpx;
  155. display: inline-block;
  156. margin-right: 15rpx;
  157. }
  158. .mius-part {
  159. margin-top: 48rpx;
  160. margin-left: 20rpx;
  161. margin-bottom: 148rpx;
  162. display: inline-block;
  163. }
  164. .plus-img {
  165. display: inline-block;
  166. width: 36rpx;
  167. height: 36rpx;
  168. float: left;
  169. margin-right: 15rpx;
  170. margin-left: 20rpx;
  171. }
  172. .plus-text {
  173. float: left;
  174. color: #3575d1;
  175. font-size: 28rpx;
  176. }
  177. .mius-img {
  178. display: inline-block;
  179. width: 36rpx;
  180. height: 36rpx;
  181. float: left;
  182. margin-right: 15rpx;
  183. /* margin-left: 50rpx; */
  184. }
  185. .mius-text {
  186. float: left;
  187. color: #e45050;
  188. font-size: 28rpx;
  189. }