foodOrder.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. @import '../../weui-wxss/weui.wxss';
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. background: url("https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=2856650628,4120182276&fm=26&gp=0.jpg") no-repeat;
  6. background-size:100% 100%;
  7. background-position: center center;
  8. }
  9. .main {
  10. justify-content: space-between;
  11. background: url("https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=2856650628,4120182276&fm=26&gp=0.jpg") no-repeat;
  12. background-size:100% 100%;
  13. background-position: center center;
  14. }
  15. .order-info {
  16. background-color: #f6f6f6;
  17. flex-direction: column;
  18. width: 96%;
  19. margin-left: 16rpx;
  20. align-items: center;
  21. /* height: 1000rpx; */
  22. }
  23. .order-info-wth{
  24. width: 96%;
  25. }
  26. .table {
  27. background-color: #FFF;
  28. height: 100rpx;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. margin-top: 9rpx;
  33. border-radius: 14rpx;
  34. }
  35. .tab-txt {
  36. font-size: 35rpx;
  37. }
  38. .shop{
  39. margin-top: 10rpx;
  40. height: 120rpx;
  41. background-color: #FFF;
  42. display: flex;
  43. justify-content: space-between;
  44. align-items: center;
  45. border-top-left-radius: 12rpx;
  46. border-top-right-radius: 12rpx;
  47. }
  48. .line{
  49. border-top: 2rpx solid #ededed;
  50. width: 93%;
  51. height: 2rpx;
  52. background-color: #FFF;
  53. margin-left: 30rpx;
  54. }
  55. .shop-name {
  56. margin-left: 20rpx;
  57. }
  58. .go-menu {
  59. border: 2rpx solid #f96c36;
  60. background-color: #FFF;
  61. border-radius: 50rpx;
  62. width: 194rpx;
  63. height: 72rpx;
  64. margin-right: 10rpx;
  65. display: flex;
  66. align-items: center;
  67. justify-content: center;
  68. color: #f96c36;
  69. font-size: 29rpx;
  70. }
  71. .good-list {
  72. background-color: #FFF;
  73. height: auto;
  74. /* overflow: scroll; */
  75. }
  76. .good-tran {
  77. display: flex;
  78. padding-top: 20rpx;
  79. }
  80. .left-border {
  81. border-left: 6rpx solid #f96c36;
  82. width: 10rpx;
  83. height: 41rpx;
  84. margin-top: 8rpx;
  85. }
  86. .tran-txt {
  87. font-size: 36rpx;
  88. color: #f96c36;
  89. padding-left: 10rpx;
  90. }
  91. .img-size {
  92. height: 120rpx;
  93. width: 160rpx;
  94. }
  95. .good-info {
  96. /* display: inline-flex; */
  97. padding-top: 20rpx;
  98. padding-left: 27rpx;
  99. width: 93%;
  100. clear: both;
  101. }
  102. .good-name {
  103. font-weight: bold;
  104. padding-left: 20rpx;
  105. font-family: Microsoft yahei,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  106. }
  107. .good-num{
  108. padding-right: 63rpx;
  109. color: darkgray;
  110. }
  111. .good-price {
  112. height: 89rpx;
  113. background: #fff;
  114. margin-top: 20rpx;
  115. display: flex;
  116. border-radius: 12rpx;
  117. flex-direction: row-reverse;
  118. align-items: center;
  119. }
  120. .total-money {
  121. font-size: 40rpx;
  122. margin-right: 10rpx;
  123. font-weight: bold;
  124. }
  125. .total-txt {
  126. margin-right: 30rpx;
  127. }
  128. .row {
  129. display: flex;
  130. flex-direction: row-reverse;
  131. margin-bottom: 10rpx;
  132. }
  133. .info-db {
  134. display: flex;
  135. justify-content: space-between;
  136. flex-direction: column;
  137. /* width: 100%; */
  138. width: 73%;
  139. margin-left: 1%;
  140. }
  141. .top{
  142. margin-top: -55rpx;
  143. margin-left: 75rpx;
  144. }
  145. .top::before{
  146. content: '';
  147. border-top: 10px transparent dashed;
  148. border-left: 10px transparent dashed;
  149. border-right: 10px transparent dashed;
  150. border-bottom: 10px #efefef solid;
  151. }
  152. .top::before{
  153. border-bottom: 10px #efefef solid;
  154. }
  155. .good-attr {
  156. background-color: #efefef;
  157. width: 647rpx;
  158. height: 117rpx;
  159. /* margin-left: 20rpx; */
  160. margin-top: 12rpx;
  161. border-radius: 13rpx;
  162. display: flex;
  163. justify-content: space-between;
  164. align-items: center;
  165. }
  166. .attr-txt{
  167. color: #969494;
  168. margin-left: 10rpx;
  169. font-size: 27rpx;
  170. }
  171. .good-attr-more{
  172. border: 2rpx solid #969494;
  173. width: 100rpx;
  174. border-radius: 40rpx;
  175. display: flex;
  176. justify-content: center;
  177. margin-right: 16rpx;
  178. }
  179. .remark{
  180. background-color: #FFF;
  181. margin-top: 20rpx;
  182. height: 80rpx;
  183. margin-bottom: 20rpx;
  184. display: flex;
  185. align-items: center;
  186. justify-content: space-between;
  187. }
  188. .order-info-ft{
  189. height: 100rpx;
  190. background-color: #404040;
  191. width: 100%;
  192. bottom: 0rpx;
  193. position: fixed;
  194. display: inline-flex;
  195. align-items: center;
  196. padding-left:10rpx;
  197. /* margin-left: 2%; */
  198. }
  199. .good-money {
  200. font-weight: bold;
  201. }
  202. .ft-p {
  203. font-size: 26rpx;
  204. color: #FFF;
  205. margin-bottom: -6rpx;
  206. margin-left: 10rpx;
  207. }
  208. .ft-price {
  209. color: #FFF;
  210. font-size: 37rpx;
  211. }
  212. .discount {
  213. color: #a3a3a3;
  214. font-size: 32rpx;
  215. margin-left: 20rpx;
  216. }
  217. .pay {
  218. width: 200rpx!important;
  219. margin-right: 30rpx!important;
  220. float:right!important;
  221. background-color: #d81e06!important;
  222. justify-content: center!important;
  223. align-items: center!important;
  224. color:#fff!important;
  225. border-radius: 10rpx!important;
  226. font-size:30rpx!important;
  227. }