order.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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. background-color: #fcfcfc;
  49. margin-bottom:5px;
  50. overflow: hidden;
  51. }
  52. .order-main__left {
  53. width: 200rpx;
  54. height: 200rpx;
  55. display: inline-block;
  56. vertical-align: top;
  57. }
  58. .order-main__right {
  59. position: relative;
  60. width: 490rpx;
  61. height: 200rpx;
  62. /* float: right; */
  63. display: inline-block;
  64. }
  65. .order-info__title {
  66. color: #4c4c4c;
  67. padding-top: 5rpx;
  68. font-size: 24rpx;
  69. line-height: 36rpx;
  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. font-size: 24rpx;
  79. color: #eab86a;
  80. }
  81. .order-info__point {
  82. color: #bbbbbb;
  83. }
  84. .order-info__count {
  85. font-size: 24rpx;
  86. color: #bbbbbb;
  87. padding-left: 15rpx;
  88. display: inline;
  89. }
  90. .orderDetail-project {
  91. padding: 20rpx;
  92. background-color: #fff;
  93. }
  94. .orderDetail-count {
  95. padding-top: 50rpx;
  96. line-height: 48rpx;
  97. font-size: 28rpx;
  98. }
  99. .orderDetail-count__title {
  100. color: #4c4c4c;
  101. float: left;
  102. }
  103. .orderDetail-count__count {
  104. color: #4c4c4c;
  105. float: right;
  106. }
  107. .orderDetail-discount {
  108. line-height: 48rpx;
  109. font-size: 28rpx;
  110. }
  111. .orderDetail-discount__title {
  112. color: #4c4c4c;
  113. float: left;
  114. }
  115. .orderDetail-discount__count {
  116. color: #eab86a;
  117. float: right;
  118. }
  119. .orderDetail-discount__point {
  120. color: #bbbbbb;
  121. }
  122. .orderDetail-payPrice {
  123. line-height: 80rpx;
  124. }
  125. .orderDetail-payPrice__title {
  126. float: left;
  127. font-size: 28rpx;
  128. color: #eab86a;
  129. }
  130. .orderDetail-payPrice__count {
  131. float: right;
  132. color: #eab86a;
  133. font-size: 32rpx;
  134. }
  135. /*.orderDetail-payPrice__count text {
  136. float: right;
  137. }*/
  138. .orderDetail-info {
  139. padding: 30rpx 20rpx;
  140. background-color: #ffffff;
  141. margin-top: 16rpx;
  142. }
  143. .orderDetail-info__line {
  144. line-height: 42rpx;
  145. color: #bbbbbb;
  146. font-size: 24rpx;
  147. }
  148. .orderDetail-btnbg {
  149. position: fixed;
  150. bottom: 0;
  151. left: 0;
  152. width: 100%;
  153. height: 88rpx;
  154. background-color: #fff;
  155. border-top: 1rpx solid #dddddd;
  156. }
  157. .orderDetail-btn__red {
  158. width: 158rpx;
  159. height: 58rpx;
  160. border: 1rpx solid #eab86a;
  161. font-size: 28rpx;
  162. color: #eab86a;
  163. text-align: center;
  164. line-height: 58rpx;
  165. border-radius: 5rpx;
  166. margin-right: 20rpx;
  167. margin-top: 14rpx;
  168. float: right;
  169. }
  170. .orderDetail-btn__black {
  171. width: 158rpx;
  172. height: 58rpx;
  173. border: 1rpx solid #cccccc;
  174. font-size: 28rpx;
  175. color: #4c4c4c;
  176. text-align: center;
  177. line-height: 58rpx;
  178. border-radius: 5rpx;
  179. margin-right: 20rpx;
  180. margin-top: 14rpx;
  181. float: right;
  182. }
  183. .orderDetail-express {
  184. background-color: #fff;
  185. margin: 20rpx 0;
  186. padding: 20rpx 0;
  187. }
  188. .orderDetail-express__main {
  189. background-color: #fffae4;
  190. margin: 0 auto;
  191. padding-bottom: 27rpx;
  192. }
  193. .orderDetail-express__title {
  194. text-align: center;
  195. font-size: 28rpx;
  196. color: #f7ae87;
  197. padding: 28rpx 0 16rpx;
  198. }
  199. .orderDetail-express__val {
  200. color: #5b93c3;
  201. text-align: center;
  202. font-size: 28rpx;
  203. font-weight: bold;
  204. }
  205. .orderDetail-express__btn {
  206. width: 88rpx;
  207. height: 40rpx;
  208. border: 1rpx solid #f7ae87;
  209. text-align: center;
  210. margin: 16rpx auto 0;
  211. line-height: 40rpx;
  212. font-size: 24rpx;
  213. color: #f7ae87;
  214. border-radius: 5rpx;
  215. }
  216. .orderDetail-express__com {
  217. padding-left: 5rpx;
  218. }
  219. .yunfei{
  220. width: 100%;
  221. overflow: hidden;
  222. margin: 5px 0;
  223. padding-top: 15px;
  224. font-size: 14px;
  225. }
  226. .order-btn__black {
  227. float: right;
  228. width: 158rpx;
  229. height: 58rpx;
  230. border: 1rpx solid #cccccc;
  231. font-size: 28rpx;
  232. color: #4c4c4c;
  233. text-align: center;
  234. line-height: 58rpx;
  235. margin-top: -15rpx;
  236. margin-left: 20rpx;
  237. border-radius: 5rpx;
  238. }
  239. .project-pack-list{
  240. background: #f7f7f7;
  241. font-size: 24rpx;
  242. padding: 15rpx;
  243. line-height: 36rpx;
  244. color: #666;
  245. }