grouponDetail.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .order-info {
  7. padding-top: 25rpx;
  8. background: #fff;
  9. height: auto;
  10. overflow: hidden;
  11. }
  12. .item-a {
  13. padding-left: 31.25rpx;
  14. height: 42.5rpx;
  15. padding-bottom: 12.5rpx;
  16. line-height: 30rpx;
  17. font-size: 30rpx;
  18. color: #666;
  19. }
  20. .item-b {
  21. padding-left: 31.25rpx;
  22. height: 29rpx;
  23. line-height: 29rpx;
  24. margin-top: 12.5rpx;
  25. margin-bottom: 41.5rpx;
  26. font-size: 30rpx;
  27. color: #666;
  28. }
  29. .item-c {
  30. margin-left: 31.25rpx;
  31. border-top: 1px solid #f4f4f4;
  32. height: 103rpx;
  33. line-height: 103rpx;
  34. }
  35. .item-c .l {
  36. float: left;
  37. }
  38. .item-c .r {
  39. height: 103rpx;
  40. float: right;
  41. display: flex;
  42. align-items: center;
  43. padding-right: 16rpx;
  44. }
  45. .item-c .r .btn {
  46. float: right;
  47. }
  48. .item-c .cost {
  49. color: #b4282d;
  50. }
  51. .item-c .btn {
  52. line-height: 66rpx;
  53. border-radius: 5rpx;
  54. text-align: center;
  55. margin: 0 15rpx;
  56. padding: 0 20rpx;
  57. height: 66rpx;
  58. }
  59. .item-c .btn.active {
  60. background: #a78845;
  61. color: #fff;
  62. }
  63. .order-goods {
  64. margin-top: 20rpx;
  65. background: #fff;
  66. }
  67. .order-goods .h {
  68. height: 93.75rpx;
  69. line-height: 93.75rpx;
  70. margin-left: 31.25rpx;
  71. border-bottom: 1px solid #f4f4f4;
  72. padding-right: 31.25rpx;
  73. }
  74. .order-goods .h .label {
  75. float: left;
  76. font-size: 30rpx;
  77. color: #333;
  78. }
  79. .order-goods .h .status {
  80. float: right;
  81. font-size: 30rpx;
  82. color: #b4282d;
  83. }
  84. .order-goods .item {
  85. display: flex;
  86. align-items: center;
  87. height: 192rpx;
  88. margin-left: 31.25rpx;
  89. padding-right: 31.25rpx;
  90. border-bottom: 1px solid #f4f4f4;
  91. }
  92. .order-goods .item:last-child {
  93. border-bottom: none;
  94. }
  95. .order-goods .item .img {
  96. height: 145.83rpx;
  97. width: 145.83rpx;
  98. background: #f4f4f4;
  99. }
  100. .order-goods .item .img image {
  101. height: 145.83rpx;
  102. width: 145.83rpx;
  103. }
  104. .order-goods .item .info {
  105. flex: 1;
  106. height: 145.83rpx;
  107. margin-left: 20rpx;
  108. }
  109. .order-goods .item .t {
  110. margin-top: 8rpx;
  111. height: 33rpx;
  112. line-height: 33rpx;
  113. margin-bottom: 10.5rpx;
  114. }
  115. .order-goods .item .t .name {
  116. display: block;
  117. float: left;
  118. height: 33rpx;
  119. line-height: 33rpx;
  120. color: #333;
  121. font-size: 30rpx;
  122. }
  123. .order-goods .item .t .number {
  124. display: block;
  125. float: right;
  126. height: 33rpx;
  127. text-align: right;
  128. line-height: 33rpx;
  129. color: #333;
  130. font-size: 30rpx;
  131. }
  132. .order-goods .item .attr {
  133. height: 29rpx;
  134. line-height: 29rpx;
  135. color: #666;
  136. margin-bottom: 25rpx;
  137. font-size: 25rpx;
  138. }
  139. .order-goods .item .price {
  140. display: block;
  141. float: left;
  142. height: 30rpx;
  143. line-height: 30rpx;
  144. color: #333;
  145. font-size: 30rpx;
  146. }
  147. .order-goods .item .btn {
  148. height: 50rpx;
  149. line-height: 50rpx;
  150. border-radius: 5rpx;
  151. text-align: center;
  152. display: block;
  153. float: right;
  154. margin: 0 15rpx;
  155. padding: 0 20rpx;
  156. }
  157. .order-goods .item .btn.active {
  158. background: #b4282d;
  159. color: #fff;
  160. }
  161. .order-bottom {
  162. margin-top: 20rpx;
  163. padding-left: 31.25rpx;
  164. height: auto;
  165. overflow: hidden;
  166. background: #fff;
  167. }
  168. .order-bottom .address {
  169. height: 128rpx;
  170. padding-top: 25rpx;
  171. border-bottom: 1px solid #f4f4f4;
  172. }
  173. .order-bottom .address .t {
  174. height: 35rpx;
  175. line-height: 35rpx;
  176. margin-bottom: 7.5rpx;
  177. }
  178. .order-bottom .address .name {
  179. display: inline-block;
  180. height: 35rpx;
  181. width: 140rpx;
  182. line-height: 35rpx;
  183. font-size: 30rpx;
  184. }
  185. .order-bottom .address .mobile {
  186. display: inline-block;
  187. height: 35rpx;
  188. line-height: 35rpx;
  189. font-size: 30rpx;
  190. }
  191. .order-bottom .address .b {
  192. height: 35rpx;
  193. line-height: 35rpx;
  194. font-size: 30rpx;
  195. }
  196. .order-bottom .total {
  197. height: 106rpx;
  198. padding-top: 20rpx;
  199. border-bottom: 1px solid #f4f4f4;
  200. }
  201. .order-bottom .total .t {
  202. height: 30rpx;
  203. line-height: 30rpx;
  204. margin-bottom: 7.5rpx;
  205. display: flex;
  206. }
  207. .order-bottom .total .label {
  208. width: 150rpx;
  209. display: inline-block;
  210. height: 35rpx;
  211. line-height: 35rpx;
  212. font-size: 30rpx;
  213. }
  214. .order-bottom .total .txt {
  215. flex: 1;
  216. display: inline-block;
  217. height: 35rpx;
  218. line-height: 35rpx;
  219. font-size: 30rpx;
  220. }
  221. .order-bottom .pay-fee {
  222. height: 81rpx;
  223. line-height: 81rpx;
  224. }
  225. .order-bottom .pay-fee .label {
  226. display: inline-block;
  227. width: 140rpx;
  228. color: #b4282d;
  229. }
  230. .order-bottom .pay-fee .txt {
  231. display: inline-block;
  232. width: 140rpx;
  233. color: #b4282d;
  234. }
  235. .order-express {
  236. margin-top: 20rpx;
  237. width: 100%;
  238. height: 100rpx;
  239. background: #fff;
  240. }
  241. .order-express .expand {
  242. /* margin-top: 20rpx; */
  243. width: 100%;
  244. height: 100rpx;
  245. background: #fff;
  246. /* border: 10rpx #a78845; */
  247. }
  248. .order-express .title {
  249. float: left;
  250. margin-bottom: 20rpx;
  251. padding: 10rpx;
  252. }
  253. .order-express .ti {
  254. float: right;
  255. width: 52rpx;
  256. height: 52rpx;
  257. margin-right: 16rpx;
  258. margin-top: 28rpx;
  259. }
  260. .order-express .t {
  261. font-size: 29rpx;
  262. margin-left: 10.25rpx;
  263. color: #a78845;
  264. }
  265. .order-express .b {
  266. font-size: 29rpx;
  267. margin-left: 10.25rpx;
  268. color: #a78845;
  269. }
  270. .order-express .traces {
  271. padding: 17.5rpx;
  272. background: #fff;
  273. border-bottom: 1rpx solid #f1e6cdcc;
  274. }
  275. .order-express .trace {
  276. padding-bottom: 17.5rpx;
  277. padding-top: 17.5rpx;
  278. background: #fff;
  279. }
  280. .order-express .acceptTime {
  281. margin-top: 20rpx;
  282. margin-right: 40rpx;
  283. text-align: right;
  284. font-size: 26rpx;
  285. }
  286. .order-express .acceptStation {
  287. font-size: 26rpx;
  288. }
  289. .menu-list-pro {
  290. margin-top: 20rpx;
  291. overflow-x: scroll;
  292. white-space: nowrap;
  293. text-overflow: ellipsis;
  294. height: 260rpx;
  295. width: 100%;
  296. overflow: hidden;
  297. border-bottom: 1rpx #cfc9ca;
  298. background-color: #fff;
  299. }
  300. .menu-list-pro .h {
  301. height: 93.75rpx;
  302. line-height: 93.75rpx;
  303. margin-left: 31.25rpx;
  304. border-bottom: 1px solid #f4f4f4;
  305. padding-right: 31.25rpx;
  306. }
  307. .menu-list-pro .h .label {
  308. float: left;
  309. font-size: 30rpx;
  310. color: #333;
  311. }
  312. .menu-list-pro .h .status {
  313. float: right;
  314. font-size: 30rpx;
  315. color: #a78845;
  316. }
  317. .menu-list-pro .menu-list-item {
  318. display: block;
  319. float: left;
  320. height: 110rpx;
  321. width: 80rpx;
  322. margin-top: 30rpx;
  323. margin-bottom: 30rpx;
  324. margin-left: 40rpx;
  325. }
  326. .menu-list-pro .icon {
  327. height: 80rpx;
  328. width: 80rpx;
  329. border-radius: 12rpx;
  330. box-shadow: 0px 4rpx 4rpx 0px #cfc9ca;
  331. }
  332. .menu-list-pro .txt {
  333. display: block;
  334. float: left;
  335. width: 80rpx;
  336. margin-top: 5rpx;
  337. font-size: 22rpx;
  338. color: #a78845;
  339. }