12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /*S iviewer*/
- .viewer {
- -ms-touch-action: none;
- }
- .viewer img {
- image-orientation: from-image;
- }
- .iviewer_common {
- position:absolute;
- bottom:10px;
- border: 1px solid #757575;
- height: 28px;
- z-index: 5000;
- }
- .iviewer_button {
- width: 28px;
- cursor: pointer;
- background-position: center center;
- background-repeat: no-repeat;
- }
- .iviewer_zoom_in {
- left: 20px;
- background: url(images/iviewer.zoom_in.gif) center center no-repeat;
- }
- .iviewer_zoom_out {
- left: 55px;
- background: url(images/iviewer.zoom_out.gif) center center no-repeat;
- }
- .iviewer_zoom_zero {
- left: 90px;
- background: url(images/iviewer.zoom_zero.gif) center center no-repeat;
- }
- .iviewer_zoom_fit {
- left: 125px;
- background: url(images/iviewer.zoom_fit.gif) center center no-repeat;
- }
- .iviewer_zoom_status {
- left: 160px;
- font: 1em/28px Sans;
- color: #000;
- background-color: #fff;
- text-align: center;
- width: 60px;
- }
- .iviewer_rotate_left {
- left: 227px;
- background: #fff url(images/iviewer.rotate_left.png) center center no-repeat;
- }
- .iviewer_rotate_right {
- left: 262px;
- background: #fff url(images/iviewer.rotate_right.png) center center no-repeat;
- }
- /*S iviewer*/
|