暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

orderconfirmation.css 285B

123456789101112131415161718192021
  1. /* html,body{
  2. height: 100%;
  3. } */
  4. .orderconfirmationMain{
  5. /* height: 100%; */
  6. padding-top: 5rem;
  7. display: flex;
  8. justify-content: center;
  9. }
  10. .ordercontainerconfirm{
  11. max-width: 800px;
  12. height: max-content;
  13. }
  14. .summaryconfirmdetails{
  15. width: 250px;
  16. }