order.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f3f3f3;
  6. }
  7. .orderDetail-type {
  8. width: 100%;
  9. height: 170rpx;
  10. background: -webkit-linear-gradient(left, #ff5c5c , #ff9b74);
  11. background: linear-gradient(to right, #ff5c5c , #ff9b74);
  12. line-height: 170rpx;
  13. text-align: center;
  14. font-size: 36rpx;
  15. font-weight: bold;
  16. color: #ffffff;
  17. }
  18. .orderDetail-address {
  19. position: relative;
  20. padding: 0 20rpx;
  21. color: #4c4c4c;
  22. font-size: 28rpx;
  23. background-color: #fff;
  24. }
  25. .orderDetail-address__info {
  26. padding-top: 25rpx;
  27. }
  28. .orderDetail-address__name {
  29. float: left;
  30. }
  31. .orderDetail-address__tel {
  32. float: right;
  33. }
  34. .orderDetail-address__more {
  35. padding-top: 20rpx;
  36. padding-bottom: 20rpx;
  37. line-height: 50rpx;
  38. }
  39. .orderDetail-address__border {
  40. position: absolute;
  41. left: 0;
  42. bottom: 2rpx;
  43. width: 100%;
  44. height: 2rpx;
  45. }
  46. .order-main {
  47. width: 710rpx;
  48. height: 200rpx;
  49. background-color: #fcfcfc;
  50. margin-bottom:5px;
  51. }
  52. .order-main__left {
  53. width: 200rpx;
  54. height: 200rpx;
  55. display: block;
  56. float: left;
  57. }
  58. .order-main__right {
  59. position: relative;
  60. width: 490rpx;
  61. height: 200rpx;
  62. float: right;
  63. }
  64. .order-info__title {
  65. color: #4c4c4c;
  66. padding-top: 5rpx;
  67. font-size: 24rpx;
  68. line-height: 36rpx;
  69. height: 72rpx;
  70. -webkit-line-clamp: 2;
  71. }
  72. .order-info__type {
  73. padding-top: 12rpx;
  74. font-size: 24rpx;
  75. color: #bbbbbb;
  76. }
  77. .order-info__price {
  78. position: absolute;
  79. bottom: 16rpx;
  80. left: 0;
  81. font-size: 24rpx;
  82. color: #eab86a;
  83. }
  84. .order-info__point {
  85. color: #bbbbbb;
  86. }
  87. .order-info__count {
  88. position: absolute;
  89. bottom: 16rpx;
  90. right: 0;
  91. font-size: 24rpx;
  92. color: #bbbbbb;
  93. }
  94. .orderDetail-project {
  95. padding: 20rpx;
  96. background-color: #fff;
  97. }
  98. .orderDetail-count {
  99. padding-top: 50rpx;
  100. line-height: 48rpx;
  101. font-size: 28rpx;
  102. }
  103. .orderDetail-count__title {
  104. color: #4c4c4c;
  105. float: left;
  106. }
  107. .orderDetail-count__count {
  108. color: #4c4c4c;
  109. float: right;
  110. }
  111. .orderDetail-discount {
  112. line-height: 48rpx;
  113. font-size: 28rpx;
  114. }
  115. .orderDetail-discount__title {
  116. color: #4c4c4c;
  117. float: left;
  118. }
  119. .orderDetail-discount__count {
  120. color: #eab86a;
  121. float: right;
  122. }
  123. .orderDetail-discount__point {
  124. color: #bbbbbb;
  125. }
  126. .orderDetail-payPrice {
  127. line-height: 80rpx;
  128. }
  129. .orderDetail-payPrice__title {
  130. float: left;
  131. font-size: 28rpx;
  132. color: #eab86a;
  133. }
  134. .orderDetail-payPrice__count {
  135. float: right;
  136. color: #eab86a;
  137. font-size: 32rpx;
  138. }
  139. /*.orderDetail-payPrice__count text {
  140. float: right;
  141. }*/
  142. .orderDetail-info {
  143. padding: 30rpx 20rpx;
  144. background-color: #ffffff;
  145. margin-top: 16rpx;
  146. }
  147. .orderDetail-info__line {
  148. line-height: 42rpx;
  149. color: #bbbbbb;
  150. font-size: 24rpx;
  151. }
  152. .orderDetail-btnbg {
  153. position: fixed;
  154. bottom: 0;
  155. left: 0;
  156. width: 100%;
  157. height: 88rpx;
  158. background-color: #fff;
  159. border-top: 1rpx solid #dddddd;
  160. }
  161. .orderDetail-btn__red {
  162. width: 158rpx;
  163. height: 58rpx;
  164. border: 1rpx solid #eab86a;
  165. font-size: 28rpx;
  166. color: #eab86a;
  167. text-align: center;
  168. line-height: 58rpx;
  169. border-radius: 5rpx;
  170. margin-right: 20rpx;
  171. margin-top: 14rpx;
  172. float: right;
  173. }
  174. .orderDetail-btn__black {
  175. width: 158rpx;
  176. height: 58rpx;
  177. border: 1rpx solid #cccccc;
  178. font-size: 28rpx;
  179. color: #4c4c4c;
  180. text-align: center;
  181. line-height: 58rpx;
  182. border-radius: 5rpx;
  183. margin-right: 20rpx;
  184. margin-top: 14rpx;
  185. float: right;
  186. }
  187. .orderDetail-express {
  188. background-color: #fff;
  189. margin: 20rpx 0;
  190. padding: 20rpx 0;
  191. }
  192. .orderDetail-express__main {
  193. background-color: #fffae4;
  194. margin: 0 auto;
  195. padding-bottom: 27rpx;
  196. }
  197. .orderDetail-express__title {
  198. text-align: center;
  199. font-size: 28rpx;
  200. color: #f7ae87;
  201. padding: 28rpx 0 16rpx;
  202. }
  203. .orderDetail-express__val {
  204. color: #5b93c3;
  205. text-align: center;
  206. font-size: 28rpx;
  207. font-weight: bold;
  208. }
  209. .orderDetail-express__btn {
  210. width: 88rpx;
  211. height: 40rpx;
  212. border: 1rpx solid #f7ae87;
  213. text-align: center;
  214. margin: 16rpx auto 0;
  215. line-height: 40rpx;
  216. font-size: 24rpx;
  217. color: #f7ae87;
  218. border-radius: 5rpx;
  219. }
  220. .orderDetail-express__com {
  221. padding-left: 5rpx;
  222. }
  223. .yunfei{
  224. width: 100%;
  225. overflow: hidden;
  226. margin: 5px 0;
  227. padding-top: 15px;
  228. font-size: 14px;
  229. }