index.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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. display: flex;
  63. justify-content: start;
  64. width: 702rpx;
  65. background: #ffffff;
  66. border-radius: 16rpx;
  67. margin:30rpx auto;
  68. padding: 30rpx;
  69. padding-left: 90rpx;
  70. box-sizing: border-box;
  71. position: relative;
  72. }
  73. .address_img{
  74. width: 24rpx;
  75. height: 30rpx;
  76. position: absolute;
  77. left: 30rpx;
  78. top: 50%;
  79. transform: translateY(-50%);
  80. }
  81. .order-details .address .name {
  82. font-size: 30rpx;
  83. color: #333333;
  84. font-weight: bold;
  85. margin-bottom: 15rpx;
  86. }
  87. .order-details .address .name .phone {
  88. margin-left: 40rpx;
  89. font-size: 26rpx;
  90. font-family: PingFang SC, PingFang SC-Regular;
  91. font-weight: 400;
  92. color: #333333;
  93. }
  94. .address_p{
  95. font-size: 24rpx;
  96. font-family: PingFang SC, PingFang SC-Regular;
  97. font-weight: 400;
  98. text-align: left;
  99. color: #cccccc;
  100. }
  101. .order-details .line {
  102. width: 100%;
  103. height: 3rpx;
  104. }
  105. .order-details .line image {
  106. width: 100%;
  107. height: 100%;
  108. display: block;
  109. }
  110. .order-details .wrapper {
  111. width: 702rpx;
  112. margin: 30rpx auto;
  113. background-color: #fff;
  114. margin-top: 12rpx;
  115. padding: 30rpx;
  116. border-radius: 16rpx;
  117. box-sizing: border-box;
  118. }
  119. .order-details .wrapper .item {
  120. font-size: 30rpx;
  121. font-family: PingFang SC, PingFang SC-Regular;
  122. font-weight: 400;
  123. text-align: left;
  124. color: #b1b1b1;
  125. }
  126. .order-details .wrapper .item~.item {
  127. margin-top: 20rpx;
  128. }
  129. .order-details .wrapper .item .conter {
  130. width: 460rpx;
  131. text-align: right;
  132. font-size: 30rpx;
  133. font-family: PingFang SC, PingFang SC-Regular;
  134. font-weight: 400;
  135. color: #1d1d1d;
  136. }
  137. .order-details .wrapper .item .conter .copy {
  138. font-size: 20rpx;
  139. color: #333;
  140. border-radius: 3rpx;
  141. border: 1rpx solid #666;
  142. padding: 3rpx 15rpx;
  143. margin-left: 24rpx;
  144. }
  145. .order-details .order_a .item{
  146. font-size: 30rpx;
  147. font-family: PingFang SC, PingFang SC-Regular;
  148. font-weight: 400;
  149. text-align: center;
  150. color: #333333;
  151. }
  152. .order-details .order_a{
  153. padding-top: 0!important;
  154. }
  155. .order-details .wrapper .actualPay {
  156. /* border-top: 1rpx solid #eee; */
  157. margin-top: 30rpx;
  158. padding-top: 30rpx;
  159. }
  160. .order-details .wrapper .actualPay .money {
  161. font-weight: bold;
  162. font-size: 30rpx;
  163. }
  164. .order_a{
  165. width: 702rpx;
  166. margin: 0 auto;
  167. background-color: #fff;
  168. }
  169. .order-details .footer {
  170. width: 100%;
  171. height: 100rpx;
  172. position: fixed;
  173. bottom: 0;
  174. left: 0;
  175. background-color: #fff;
  176. padding: 0 30rpx;
  177. box-sizing: border-box;
  178. }
  179. .order-details .footer .bnt {
  180. width: 176rpx;
  181. height: 60rpx;
  182. text-align: center;
  183. line-height: 60rpx;
  184. border-radius: 50rpx;
  185. color: #fff;
  186. font-size: 27rpx;
  187. }
  188. .order-details .footer .bnt.cancel {
  189. color: #aaa;
  190. border: 1rpx solid #ddd;
  191. }
  192. .order-details .footer .bnt~.bnt {
  193. margin-left: 18rpx;
  194. }
  195. .order-details .writeOff {
  196. background-color: #fff;
  197. margin-top: 13rpx;
  198. padding-bottom: 30rpx;
  199. }
  200. .order-details .writeOff .title {
  201. font-size: 30rpx;
  202. color: #282828;
  203. height: 87rpx;
  204. border-bottom: 1px solid #f0f0f0;
  205. padding: 0 30rpx;
  206. line-height: 87rpx;
  207. }
  208. .order-details .writeOff .grayBg {
  209. background-color: #f2f5f7;
  210. width: 590rpx;
  211. height: 384rpx;
  212. border-radius: 20rpx 20rpx 0 0;
  213. margin: 50rpx auto 0 auto;
  214. padding-top: 55rpx;
  215. }
  216. .order-details .writeOff .grayBg .pictrue {
  217. width: 290rpx;
  218. height: 290rpx;
  219. margin: 0 auto;
  220. }
  221. .order-details .writeOff .grayBg .pictrue image {
  222. width: 100%;
  223. height: 100%;
  224. display: block;
  225. }
  226. .order-details .writeOff .gear {
  227. width: 590rpx;
  228. height: 30rpx;
  229. margin: 0 auto;
  230. }
  231. .order-details .writeOff .gear image {
  232. width: 100%;
  233. height: 100%;
  234. display: block;
  235. }
  236. .order-details .writeOff .num {
  237. background-color: #f0c34c;
  238. width: 590rpx;
  239. height: 84rpx;
  240. color: #282828;
  241. font-size: 48rpx;
  242. margin: 0 auto;
  243. border-radius: 0 0 20rpx 20rpx;
  244. text-align: center;
  245. padding-top: 4rpx;
  246. }
  247. .order-details .writeOff .rules {
  248. margin: 46rpx 30rpx 0 30rpx;
  249. border-top: 1px solid #f0f0f0;
  250. padding-top: 10rpx;
  251. }
  252. .order-details .writeOff .rules .item {
  253. margin-top: 20rpx;
  254. }
  255. .order-details .writeOff .rules .item .rulesTitle {
  256. font-size: 28rpx;
  257. color: #282828;
  258. }
  259. .order-details .writeOff .rules .item .rulesTitle .iconfont {
  260. font-size: 30rpx;
  261. color: #333;
  262. margin-right: 8rpx;
  263. margin-top: 5rpx;
  264. }
  265. .order-details .writeOff .rules .item .info {
  266. font-size: 28rpx;
  267. color: #999;
  268. margin-top: 7rpx;
  269. }
  270. .order-details .writeOff .rules .item .info .time {
  271. margin-left: 20rpx;
  272. }
  273. .order-details .map {
  274. height: 86rpx;
  275. font-size: 30rpx;
  276. color: #282828;
  277. line-height: 86rpx;
  278. border-bottom: 1px solid #f0f0f0;
  279. margin-top: 13rpx;
  280. background-color: #fff;
  281. padding: 0 30rpx;
  282. }
  283. .order-details .map .place {
  284. font-size: 26rpx;
  285. width: 176rpx;
  286. height: 50rpx;
  287. border-radius: 25rpx;
  288. line-height: 50rpx;
  289. text-align: center;
  290. }
  291. .order-details .map .place .iconfont {
  292. font-size: 27rpx;
  293. height: 27rpx;
  294. line-height: 27rpx;
  295. margin: 2rpx 3rpx 0 0;
  296. }
  297. .order-details .address .name .iconfont {
  298. font-size: 34rpx;
  299. margin-left: 10rpx;
  300. }