jquery.iviewer.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*S iviewer*/
  2. .viewer {
  3. -ms-touch-action: none;
  4. }
  5. .viewer img {
  6. image-orientation: from-image;
  7. }
  8. .iviewer_common {
  9. position:absolute;
  10. bottom:10px;
  11. border: 1px solid #757575;
  12. height: 28px;
  13. z-index: 5000;
  14. }
  15. .iviewer_button {
  16. width: 28px;
  17. cursor: pointer;
  18. background-position: center center;
  19. background-repeat: no-repeat;
  20. }
  21. .iviewer_zoom_in {
  22. left: 20px;
  23. background: url(images/iviewer.zoom_in.gif) center center no-repeat;
  24. }
  25. .iviewer_zoom_out {
  26. left: 55px;
  27. background: url(images/iviewer.zoom_out.gif) center center no-repeat;
  28. }
  29. .iviewer_zoom_zero {
  30. left: 90px;
  31. background: url(images/iviewer.zoom_zero.gif) center center no-repeat;
  32. }
  33. .iviewer_zoom_fit {
  34. left: 125px;
  35. background: url(images/iviewer.zoom_fit.gif) center center no-repeat;
  36. }
  37. .iviewer_zoom_status {
  38. left: 160px;
  39. font: 1em/28px Sans;
  40. color: #000;
  41. background-color: #fff;
  42. text-align: center;
  43. width: 60px;
  44. }
  45. .iviewer_rotate_left {
  46. left: 227px;
  47. background: #fff url(images/iviewer.rotate_left.png) center center no-repeat;
  48. }
  49. .iviewer_rotate_right {
  50. left: 262px;
  51. background: #fff url(images/iviewer.rotate_right.png) center center no-repeat;
  52. }
  53. /*S iviewer*/