orderConfirm.wxss 568 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .orderConfirmContainer{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. width: 100%;
  6. height: 95vh;
  7. background-color: #f2f2f2;
  8. }
  9. .tip{
  10. display: flex;
  11. align-self: flex-start;
  12. margin: 3%;
  13. width: 100%;
  14. }
  15. .tip text{
  16. color: #fbac15;
  17. margin-left: 3%;
  18. }
  19. .orderInfo{
  20. width: 90%;
  21. display: flex;
  22. justify-content: center;
  23. }
  24. .moreOrderTip{
  25. color: #d81e07;
  26. margin-top: 5%;
  27. font-weight: 600;
  28. }
  29. .anthorizationTip{
  30. color: #9f9cb7;
  31. margin: 3%;
  32. }
  33. .payButton{
  34. width: 95%;
  35. margin-top: auto;
  36. }