moreOrder.wxss 304 B

123456789101112131415161718
  1. .moreOrderContainer{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. .order{
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. width: 93%;
  11. }
  12. .orderItem{
  13. width: 100%;
  14. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  15. margin: 3%;
  16. border-radius: 1%;
  17. }