OA.css 879 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. }
  25. /*.glassStyle {
  26. border: 1px solid black;
  27. box-shadow: 5px 5px 12px black;
  28. background: rgba(0, 0, 0, 0.25);
  29. }*/
  30. .img-magnifier-container {
  31. position:relative;
  32. }
  33. .img-magnifier-glass {
  34. position: absolute;
  35. border: 1px solid black;
  36. box-shadow: 5px 5px 12px black;
  37. background: rgba(0, 0, 0, 0.25);
  38. border-radius: 50%;
  39. cursor: none;
  40. /*Set the size of the magnifier glass:*/
  41. width: 200px;
  42. height: 200px;
  43. }
  44. .minImage {
  45. padding: 10px;
  46. }