多单位版国产化地质资料管理系统
zhai
2025-12-18 3c6f6c1e3016e38146a4c46be6e7b625c35591f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.viewer {
    -ms-touch-action: none;
}
.viewer img {
    image-orientation: from-image;
}
.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    height: 28px;
    z-index: 5000;
}
 
.iviewer_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}
 
.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}
 
.iviewer_button {
    width: 28px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}
 
.iviewer_zoom_in {
    left: 20px;
    background: url(img/iviewer.zoom_in.gif) center center no-repeat;
}
 
.iviewer_zoom_out {
    left: 55px;
    background: url(img/iviewer.zoom_out.gif) center center no-repeat;
}
 
.iviewer_zoom_zero {
    left: 90px;
    background: url(img/iviewer.zoom_zero.gif) center center no-repeat;
}
 
.iviewer_zoom_fit {
    left: 125px;
    background: url(img/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(img/iviewer.rotate_left.png) center center no-repeat;
}
 
.iviewer_rotate_right {
    left: 262px;
    background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;
}