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
| .mapBtn {
| background-color: #ffffff;
| width: 14vh;
| height: 4vh;
| position: relative;
| top: 3vh;
| right: -45vh;
| border-radius: 5px;
| }
|
| .insBtn {
| float: left;
| }
|
| .mapBtn a {
| line-height: 4vh;
| font-size: 13px;
| text-align: center;
| color: #757575;
| position: relative;
| left: 1.2vh;
| letter-spacing: 1.5px;
| }
|
| .mapBtn img {
| position: relative;
| left: 1.2vh;
| top: -1px;
| }
|
| a:hover {
| color: #3385FF;
| cursor: pointer;
| }
|
|