OA.css 376 B

1234567891011121314151617181920212223242526272829
  1. .viewImage {
  2. width: 100%;
  3. height: auto;
  4. }
  5. .center {
  6. text-align: center;
  7. }
  8. #image_body {
  9. overflow: scroll;
  10. max-height: 800px;
  11. vertical-align: middle;
  12. }
  13. .border-grey {
  14. border: 1px solid #dee2e6;
  15. padding: 16px 20px;
  16. }
  17. #images_container {
  18. max-height: 900px;
  19. overflow: hidden;
  20. }
  21. #image_min {
  22. max-height: 900px;
  23. overflow: auto;
  24. }