index.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. .order-details .header {
  2. padding: 0 30rpx;
  3. height: 150rpx;
  4. }
  5. .order-details .header.on {
  6. background-color: #666 !important;
  7. }
  8. .order-details .header .pictrue {
  9. width: 110rpx;
  10. height: 110rpx;
  11. }
  12. .order-details .header .pictrue image {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .order-details .header .data {
  17. color: rgba(255, 255, 255, 0.8);
  18. font-size: 24rpx;
  19. margin-left: 27rpx;
  20. }
  21. .order-details .header .data.on {
  22. margin-left: 0;
  23. }
  24. .order-details .header .data .state {
  25. font-size: 30rpx;
  26. font-weight: bold;
  27. color: #fff;
  28. margin-bottom: 7rpx;
  29. }
  30. .order-details .header .data .time {
  31. margin-left: 20rpx;
  32. }
  33. .order-details .nav {
  34. background-color: #fff;
  35. font-size: 26rpx;
  36. color: #282828;
  37. padding: 25rpx 0;
  38. }
  39. .order-details .nav .navCon {
  40. padding: 0 40rpx;
  41. }
  42. .order-details .nav .on {
  43. color: #e93323;
  44. }
  45. .order-details .nav .progress {
  46. padding: 0 65rpx;
  47. margin-top: 10rpx;
  48. }
  49. .order-details .nav .progress .line {
  50. width: 100rpx;
  51. height: 2rpx;
  52. background-color: #939390;
  53. }
  54. .order-details .nav .progress .iconfont {
  55. font-size: 25rpx;
  56. color: #939390;
  57. margin-top: -2rpx;
  58. }
  59. .order-details .address {
  60. font-size: 26rpx;
  61. color: #868686;
  62. background-color: #fff;
  63. margin-top: 13rpx;
  64. padding: 35rpx 30rpx;
  65. }
  66. .order-details .address .name {
  67. font-size: 30rpx;
  68. color: #282828;
  69. margin-bottom: 15rpx;
  70. }
  71. .order-details .address .name .phone {
  72. margin-left: 40rpx;
  73. }
  74. .order-details .line {
  75. width: 100%;
  76. height: 3rpx;
  77. }
  78. .order-details .line image {
  79. width: 100%;
  80. height: 100%;
  81. display: block;
  82. }
  83. .order-details .wrapper {
  84. background-color: #fff;
  85. margin-top: 12rpx;
  86. padding: 30rpx;
  87. }
  88. .order-details .wrapper .item {
  89. font-size: 28rpx;
  90. color: #282828;
  91. }
  92. .order-details .wrapper .item~.item {
  93. margin-top: 20rpx;
  94. }
  95. .order-details .wrapper .item .conter {
  96. color: #868686;
  97. width: 460rpx;
  98. text-align: right;
  99. }
  100. .order-details .wrapper .item .conter .copy {
  101. font-size: 20rpx;
  102. color: #333;
  103. border-radius: 3rpx;
  104. border: 1rpx solid #666;
  105. padding: 3rpx 15rpx;
  106. margin-left: 24rpx;
  107. }
  108. .order-details .wrapper .actualPay {
  109. border-top: 1rpx solid #eee;
  110. margin-top: 30rpx;
  111. padding-top: 30rpx;
  112. }
  113. .order-details .wrapper .actualPay .money {
  114. font-weight: bold;
  115. font-size: 30rpx;
  116. }
  117. .order-details .footer {
  118. width: 100%;
  119. height: 100rpx;
  120. position: fixed;
  121. bottom: 0;
  122. left: 0;
  123. background-color: #fff;
  124. padding: 0 30rpx;
  125. box-sizing: border-box;
  126. }
  127. .order-details .footer .bnt {
  128. width: 158rpx;
  129. height: 60rpx;
  130. text-align: center;
  131. line-height: 60rpx;
  132. border-radius: 50rpx;
  133. color: #fff;
  134. font-size: 27rpx;
  135. }
  136. .order-details .footer .bnt.cancel {
  137. color: #aaa;
  138. border: 1rpx solid #ddd;
  139. }
  140. .order-details .footer .bnt~.bnt {
  141. margin-left: 18rpx;
  142. }
  143. .order-details .writeOff {
  144. background-color: #fff;
  145. margin-top: 13rpx;
  146. padding-bottom: 30rpx;
  147. }
  148. .order-details .writeOff .title {
  149. font-size: 30rpx;
  150. color: #282828;
  151. height: 87rpx;
  152. border-bottom: 1px solid #f0f0f0;
  153. padding: 0 30rpx;
  154. line-height: 87rpx;
  155. }
  156. .order-details .writeOff .grayBg {
  157. background-color: #f2f5f7;
  158. width: 590rpx;
  159. height: 384rpx;
  160. border-radius: 20rpx 20rpx 0 0;
  161. margin: 50rpx auto 0 auto;
  162. padding-top: 55rpx;
  163. }
  164. .order-details .writeOff .grayBg .pictrue {
  165. width: 290rpx;
  166. height: 290rpx;
  167. margin: 0 auto;
  168. }
  169. .order-details .writeOff .grayBg .pictrue image {
  170. width: 100%;
  171. height: 100%;
  172. display: block;
  173. }
  174. .order-details .writeOff .gear {
  175. width: 590rpx;
  176. height: 30rpx;
  177. margin: 0 auto;
  178. }
  179. .order-details .writeOff .gear image {
  180. width: 100%;
  181. height: 100%;
  182. display: block;
  183. }
  184. .order-details .writeOff .num {
  185. background-color: #f0c34c;
  186. width: 590rpx;
  187. height: 84rpx;
  188. color: #282828;
  189. font-size: 48rpx;
  190. margin: 0 auto;
  191. border-radius: 0 0 20rpx 20rpx;
  192. text-align: center;
  193. padding-top: 4rpx;
  194. }
  195. .order-details .writeOff .rules {
  196. margin: 46rpx 30rpx 0 30rpx;
  197. border-top: 1px solid #f0f0f0;
  198. padding-top: 10rpx;
  199. }
  200. .order-details .writeOff .rules .item {
  201. margin-top: 20rpx;
  202. }
  203. .order-details .writeOff .rules .item .rulesTitle {
  204. font-size: 28rpx;
  205. color: #282828;
  206. }
  207. .order-details .writeOff .rules .item .rulesTitle .iconfont {
  208. font-size: 30rpx;
  209. color: #333;
  210. margin-right: 8rpx;
  211. margin-top: 5rpx;
  212. }
  213. .order-details .writeOff .rules .item .info {
  214. font-size: 28rpx;
  215. color: #999;
  216. margin-top: 7rpx;
  217. }
  218. .order-details .writeOff .rules .item .info .time {
  219. margin-left: 20rpx;
  220. }
  221. .order-details .map {
  222. height: 86rpx;
  223. font-size: 30rpx;
  224. color: #282828;
  225. line-height: 86rpx;
  226. border-bottom: 1px solid #f0f0f0;
  227. margin-top: 13rpx;
  228. background-color: #fff;
  229. padding: 0 30rpx;
  230. }
  231. .order-details .map .place {
  232. font-size: 26rpx;
  233. width: 176rpx;
  234. height: 50rpx;
  235. border-radius: 25rpx;
  236. line-height: 50rpx;
  237. text-align: center;
  238. }
  239. .order-details .map .place .iconfont {
  240. font-size: 27rpx;
  241. height: 27rpx;
  242. line-height: 27rpx;
  243. margin: 2rpx 3rpx 0 0;
  244. }
  245. .order-details .address .name .iconfont {
  246. font-size: 34rpx;
  247. margin-left: 10rpx;
  248. }
  249. .order-details .contactCustomer {
  250. width: 100%;
  251. height: 86rpx;
  252. font-size: 30rpx;
  253. text-align: center;
  254. line-height: 86rpx;
  255. background-color: #fff;
  256. }
  257. .order-details .contactCustomer .iconfont {
  258. font-size: 34rpx;
  259. margin-right: 14rpx;
  260. }