upload-file.wxss 277 B

1234567891011121314
  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. }