orderConfirm.wxss 711 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .orderConfirmContainer{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. width: 100%;
  6. height: 95vh;
  7. }
  8. .orderInfo{
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. }
  13. .afterPayTipBox{
  14. display: flex;
  15. flex-direction: column;
  16. width: 100%;
  17. align-items: center;
  18. margin-top: 3%;
  19. }
  20. .afterPayTip{
  21. display: flex;
  22. flex-direction: row;
  23. align-items: center;
  24. width: 40%;
  25. justify-content: space-around;
  26. }
  27. .afterPayTip image{
  28. width: 50rpx;
  29. height: 50rpx;
  30. }
  31. .afterPayTipBox button {
  32. color: #2bc675;
  33. margin-top: 3%;
  34. }
  35. .anthorizationTip{
  36. color: #9f9cb7;
  37. margin: 3%;
  38. }
  39. .payButton{
  40. width: 95%;
  41. margin-top: auto;
  42. }