historyOrder.wxss 660 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .orderContainer{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. .dataSelect {
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. align-items: center;
  11. width: 90%;
  12. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  13. padding: 2% 3%;
  14. border-radius: 3%;
  15. }
  16. .dateTip{
  17. display: flex;
  18. align-items: center;
  19. width: 50%;
  20. }
  21. .dataSelect image{
  22. width: 50rpx;
  23. height: 50rpx;
  24. margin-right: 5%;
  25. }
  26. .order{
  27. display: flex;
  28. flex-direction: column;
  29. align-items: center;
  30. width: 93%;
  31. }
  32. .orderItem {
  33. width: 100%;
  34. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  35. border-radius: 1%;
  36. }