upload-file.wxss 389 B

123456789101112131415161718192021222324252627
  1. .image {
  2. width: 100%;
  3. height: 330px;
  4. }
  5. .page-body-info {
  6. display: flex;
  7. box-sizing: border-box;
  8. padding: 15px;
  9. height: 410px;
  10. border-top: 1px solid var(--weui-FG-3);
  11. border-bottom: 1px solid var(--weui-FG-3);
  12. align-items: center;
  13. justify-content: center;
  14. }
  15. .page-section-ctn {
  16. text-align: center;
  17. margin: 0 auto;
  18. width: 100%;
  19. }
  20. .image {
  21. max-width: 100%;
  22. }