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
| .mapswitch-div {
| float: right;
| border: 1px solid #c1c1c1;
| width: 80px;
| height: 75px;
| cursor: pointer;
| margin: 0px;
| padding: 0px;
| background-color: #ffffff;
| }
| .mapswitch-div-left {
| float: right;
| }
| .mapswitch-div-right {
| float: left;
| }
| .mapswitch-div:hover {
| font-weight: bold;
| }
| .mapswitch-mapname {
| background-color: #ffffff;
| width: 100%;
| display: block;
| text-align: center;
| margin-top: 53px;
| font-size: 15px;
| font-family: '微软雅黑';
| color: #4c4c4c;
| }
| .mapswitch-container {
| position: absolute;
| top: 45px;
| left: 20px;
| z-index: 21;
| }
| .mapswitch-td {
| background: url('1_1.png') repeat-x, repeat-y;
| }
|
|