service.map_wev8.css
1.07 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
#page_service_map .page-content{background-color:#fff;}
#page_service_map .map-container{
position: absolute; top:0px; left: 0px; bottom:50px; width: 100%; overflow:hidden; z-index:1;
}
#page_service_map .addr-container{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 50px;
line-height: 50px;
padding-left: 15px;
box-sizing: border-box;
color: #000;
font-size:16px;
z-index:2;
box-shadow: 0px -1px 5px #ccc;
}
#page_service_map .navi-btn{
position: absolute;
right: 15px;
bottom: 50px;
width: 66px;
height: 66px;
background-color: #4287FF;
z-index: 3;
color: #fff;
border-radius: 66px;
text-align: center;
padding-top: 35px;
box-sizing: border-box;
font-size: 12px;
box-shadow: 0px 1px 6px #aaa;
transform: translateY(50%);
-webkit-transform: translateY(50%);
background-image: url("/mobilemode/mobile/images/plugin/go.png");
background-repeat: no-repeat;
background-position: center 6px;
display: none;
}
#page_service_map .navi-btn.disabled{
background-color: #aaa;
}