jquery.iviewer.css 1.3 KB

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