_768_map.scss
2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/*屏幕宽度小于1190,自动适配1024设计分辨率*/
@media screen and (max-width:768px){
.main-map{
width:668px;
height:374px;
margin:0 auto;
position:relative;
.hot-area{
width: 95px;
height: 62px;
position: absolute;
left: 439px;
cursor: pointer;
top: 136px;
}
img{
width:668px;
height:374px;
}
}
.city-shop-list{
width:245px;
background:#fff;
height:100%;
float:left;
position:absolute;
left:0;
top:0;
z-index:12;
.city-list{
width:245px;
overflow:auto;
a.link{
@include blockwh(100%,100%);
color:#000;
}
.shop{
cursor:default;
margin: 15px 0;
padding-left:20px;
color:#000;
.title{
font-size:21px;
color:#000;
#{$hack_safair_begin}color:#000#{$hack_safair_end};
}
.subtitle{
font-size:18px;
filter:alpha(opacity=35);
-moz-opacity:0.35;
opacity:0.35;
color:#000;
}
.detail{font-size:14px;color:#000;}
}
.shop:hover{
cursor:default;
padding-left:20px;
filter:alpha(opacity=35);
-moz-opacity:0.35;
opacity:0.35;
}
}
.city-name-list{
margin:0 0 20px 0;
padding:10px 0 0 0;
list-style:none;
width:245px;
overflow:hidden;
@include fontstyle;
li.city{
width:80px;
height:20px;
line-height:20px;
font-size:14px;
color:#a6a6a6;
text-align:center;
float:left;
cursor:pointer;
}
li.city-choosen{
width:80px;
height:20px;
float:left;
line-height:20px;
font-size:14px;
color:#fff;
background:url(../images/map/choosen_768.png) center no-repeat;
text-align:center;
cursor:pointer;
}
}
}
.map-zoom{
position:fixed;
z-index:15;
width:72px;
height:132px;
left:255px;
top:177px;
display:none;
.max{width:32px;height:32px; background:url(../images/map/zoom.png) -32px top no-repeat;margin:10px;}
.min{width:32px;height:32px; background:url(../images/map/zoom.png) -32px -32px no-repeat;margin:10px;}
}
}