grouponDetail.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .progress {
  7. padding-top: 25rpx;
  8. background: #fff;
  9. height: auto;
  10. overflow: hidden;
  11. }
  12. .item-a {
  13. padding: 0 21.25rpx;
  14. }
  15. .item-c {
  16. margin-left: 31.25rpx;
  17. height: 103rpx;
  18. line-height: 103rpx;
  19. }
  20. .item-c .l {
  21. float: left;
  22. }
  23. .item-c .r {
  24. height: 103rpx;
  25. float: right;
  26. display: flex;
  27. align-items: center;
  28. padding-right: 16rpx;
  29. }
  30. .item-c .btn {
  31. float: right;
  32. line-height: 66rpx;
  33. font-size: 30rpx;
  34. border-radius: 5rpx;
  35. text-align: center;
  36. margin: 0 15rpx;
  37. padding: 0 20rpx;
  38. height: 66rpx;
  39. }
  40. .item-c .btn.active {
  41. background: #a78845;
  42. color: #fff;
  43. }
  44. .order-goods {
  45. margin-top: 20rpx;
  46. background: #fff;
  47. }
  48. .order-goods .h {
  49. height: 93.75rpx;
  50. line-height: 93.75rpx;
  51. margin-left: 31.25rpx;
  52. border-bottom: 1px solid #f4f4f4;
  53. padding-right: 31.25rpx;
  54. }
  55. .order-goods .h .label {
  56. float: left;
  57. font-size: 30rpx;
  58. color: #333;
  59. }
  60. .order-goods .h .status {
  61. float: right;
  62. font-size: 30rpx;
  63. color: #b4282d;
  64. }
  65. .order-goods .item {
  66. display: flex;
  67. align-items: center;
  68. height: 192rpx;
  69. margin-left: 31.25rpx;
  70. padding-right: 31.25rpx;
  71. border-bottom: 1px solid #f4f4f4;
  72. }
  73. .order-goods .item:last-child {
  74. border-bottom: none;
  75. }
  76. .order-goods .item .img {
  77. height: 145.83rpx;
  78. width: 145.83rpx;
  79. background: #f4f4f4;
  80. }
  81. .order-goods .item .img image {
  82. height: 145.83rpx;
  83. width: 145.83rpx;
  84. }
  85. .order-goods .item .info {
  86. flex: 1;
  87. height: 145.83rpx;
  88. margin-left: 20rpx;
  89. }
  90. .order-goods .item .t {
  91. margin-top: 8rpx;
  92. height: 33rpx;
  93. line-height: 33rpx;
  94. margin-bottom: 10.5rpx;
  95. }
  96. .order-goods .item .t .name {
  97. display: block;
  98. float: left;
  99. height: 33rpx;
  100. line-height: 33rpx;
  101. color: #333;
  102. font-size: 30rpx;
  103. }
  104. .order-goods .item .t .number {
  105. display: block;
  106. float: right;
  107. height: 33rpx;
  108. text-align: right;
  109. line-height: 33rpx;
  110. color: #333;
  111. font-size: 30rpx;
  112. }
  113. .order-goods .item .attr {
  114. height: 29rpx;
  115. line-height: 29rpx;
  116. color: #666;
  117. margin-bottom: 25rpx;
  118. font-size: 25rpx;
  119. }
  120. .order-goods .item .price {
  121. display: block;
  122. float: left;
  123. height: 30rpx;
  124. line-height: 30rpx;
  125. color: #333;
  126. font-size: 30rpx;
  127. }
  128. .order-goods .item .btn {
  129. height: 50rpx;
  130. line-height: 50rpx;
  131. border-radius: 5rpx;
  132. text-align: center;
  133. display: block;
  134. float: right;
  135. margin: 0 15rpx;
  136. padding: 0 20rpx;
  137. }
  138. .order-goods .item .btn.active {
  139. background: #b4282d;
  140. color: #fff;
  141. }
  142. .order-bottom {
  143. margin-top: 20rpx;
  144. padding-left: 31.25rpx;
  145. height: auto;
  146. overflow: hidden;
  147. background: #fff;
  148. }
  149. .order-bottom .address {
  150. height: 128rpx;
  151. padding-top: 25rpx;
  152. border-bottom: 1px solid #f4f4f4;
  153. }
  154. .order-bottom .address .t {
  155. height: 35rpx;
  156. line-height: 35rpx;
  157. margin-bottom: 7.5rpx;
  158. }
  159. .order-bottom .address .name {
  160. display: inline-block;
  161. height: 35rpx;
  162. width: 140rpx;
  163. line-height: 35rpx;
  164. font-size: 30rpx;
  165. }
  166. .order-bottom .address .mobile {
  167. display: inline-block;
  168. height: 35rpx;
  169. line-height: 35rpx;
  170. font-size: 30rpx;
  171. }
  172. .order-bottom .address .b {
  173. height: 35rpx;
  174. line-height: 35rpx;
  175. font-size: 30rpx;
  176. }
  177. .order-bottom .total {
  178. height: 106rpx;
  179. padding-top: 20rpx;
  180. border-bottom: 1px solid #f4f4f4;
  181. }
  182. .order-bottom .total .t {
  183. height: 30rpx;
  184. line-height: 30rpx;
  185. margin-bottom: 7.5rpx;
  186. }
  187. .order-bottom .total .t .label {
  188. width: 150rpx;
  189. height: 35rpx;
  190. line-height: 35rpx;
  191. font-size: 30rpx;
  192. }
  193. .order-bottom .total .t .txt {
  194. float: right;
  195. height: 35rpx;
  196. line-height: 35rpx;
  197. font-size: 30rpx;
  198. padding-right: 31.25rpx;
  199. }
  200. .order-bottom .pay-fee {
  201. height: 81rpx;
  202. line-height: 81rpx;
  203. }
  204. .order-bottom .pay-fee .label {
  205. width: 140rpx;
  206. }
  207. .order-bottom .pay-fee .txt {
  208. float: right;
  209. padding-right: 31.25rpx;
  210. }
  211. .menu-list-pro {
  212. margin-top: 20rpx;
  213. overflow-x: scroll;
  214. white-space: nowrap;
  215. text-overflow: ellipsis;
  216. height: 260rpx;
  217. width: 100%;
  218. overflow: hidden;
  219. border-bottom: 1rpx #cfc9ca;
  220. background-color: #fff;
  221. }
  222. .menu-list-pro .h {
  223. height: 93.75rpx;
  224. line-height: 93.75rpx;
  225. margin-left: 31.25rpx;
  226. border-bottom: 1px solid #f4f4f4;
  227. padding-right: 31.25rpx;
  228. }
  229. .menu-list-pro .h .label {
  230. float: left;
  231. font-size: 30rpx;
  232. color: #333;
  233. }
  234. .menu-list-pro .h .status {
  235. float: right;
  236. font-size: 30rpx;
  237. color: #a78845;
  238. }
  239. .menu-list-pro .menu-list-item {
  240. display: block;
  241. float: left;
  242. height: 110rpx;
  243. width: 80rpx;
  244. margin-top: 30rpx;
  245. margin-bottom: 30rpx;
  246. margin-left: 40rpx;
  247. }
  248. .menu-list-pro .icon {
  249. height: 80rpx;
  250. width: 80rpx;
  251. border-radius: 12rpx;
  252. box-shadow: 0px 4rpx 4rpx 0px #cfc9ca;
  253. }
  254. .menu-list-pro .txt {
  255. display: block;
  256. float: left;
  257. width: 80rpx;
  258. margin-top: 5rpx;
  259. font-size: 22rpx;
  260. color: #a78845;
  261. }