order.wxss 4.7 KB

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