orderConfirm.wxss 193 B

123456789101112
  1. .orderConfirmContainer{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. width: 100%;
  6. }
  7. .orderInfo{
  8. width: 100%;
  9. display: flex;
  10. justify-content: center;
  11. }