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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
| "http://www.w3.org/TR/html4/loose.dtd">
| <html>
| <head>
| <title></title>
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
| <script type="text/javascript" src="../internal.js?04dbe7f0"></script>
| <style type="text/css">
| html, body {
| overflow: hidden;
| }
|
| #specharsTab {
| width: 97%;
| margin: 10px auto;
| zoom: 1;
| position: relative
| }
|
| .tabbody {
| height: 447px;
| }
|
| .tabbody span {
| margin: 5px 3px;
| text-align: center;
| display: inline-block;
| width: 40px;
| height: 16px;
| line-height: 16px;
| cursor: pointer;
| }
| </style>
| </head>
| <body>
| <div id="specharsTab">
| <div id="tabHeads" class="tabhead"></div>
| <div id="tabBodys" class="tabbody"></div>
| </div>
| <script type="text/javascript" src="spechars.js?78a9bbd0"></script>
| </body>
| </html>
|
|