icon1.css
1.18 KB
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
/* //////////////////////////////////////////自定义//////////////////////////////////////*/
.icon-pq{
background:url('icons/pq.png') no-repeat;
}
.icon-circlecq{
background:url('icons/circlecq.png') no-repeat;
}
.icon-circleq{
background:url('icons/circleq.png') no-repeat;
}
.icon-conq{
background:url('icons/conq.png') no-repeat;
}
.icon-linecq{
background:url('icons/linecq.png') no-repeat;
}
.icon-lq{
background:url('icons/lq.png') no-repeat;
}
.icon-pgoncq{
background:url('icons/pgoncq.png') no-repeat;
}
.icon-pgonQ{
background:url('icons/pgonQ.png') no-repeat;
}
.icon-pntcq{
background:url('icons/pntcq.png') no-repeat;
}
.icon-rectcq{
background:url('icons/rectcq.png') no-repeat;
}
.icon-rectq{
background:url('icons/rectq.png') no-repeat;
}
.icon-stop{
background:url('icons/stop.png') no-repeat;
}
.icon-flash{
background:url('icons/flash.png') no-repeat;
}
.icon-trace{
background:url('icons/l3.png') no-repeat;
}
.icon-car{
background:url('icons/car.png') no-repeat;
}
/*表格中工具面板样式*/
div#LJZZDialog
{
width:inherit;
height:inherit;
border:0px;
padding-left:5px;
font-family:Microsoft YaHei;
font-size:13px;
vertical-align:top;
}