Merge branch 'feature/trend' into 'release/5.5.1'
map.css不合法 See merge request !421
Showing
1 changed file
with
153 additions
and
151 deletions
1 | +/* stylelint-disable */ | ||
1 | .trend-c { | 2 | .trend-c { |
2 | #map { | 3 | #map { |
3 | img { | 4 | img { |
@@ -12,129 +13,127 @@ | @@ -12,129 +13,127 @@ | ||
12 | border: 1px solid #999; | 13 | border: 1px solid #999; |
13 | background-color: #fff; | 14 | background-color: #fff; |
14 | cursor: default; | 15 | cursor: default; |
15 | - } | ||
16 | - | ||
17 | - .BMapLib_SearchInfoWindow form, | ||
18 | - .BMapLib_SearchInfoWindow ul, | ||
19 | - .BMapLib_SearchInfoWindow li { | ||
20 | - margin: 0; | ||
21 | - padding: 0; | ||
22 | - } | ||
23 | 16 | ||
24 | - .BMapLib_SearchInfoWindow img { | ||
25 | - border: 0; | ||
26 | - } | ||
27 | - | ||
28 | - .BMapLib_SearchInfoWindow ul { | ||
29 | - list-style: none; | ||
30 | - } | 17 | + form, |
18 | + ul, | ||
19 | + li { | ||
20 | + margin: 0; | ||
21 | + padding: 0; | ||
22 | + } | ||
31 | 23 | ||
32 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_top { | ||
33 | - border-bottom: 1px solid #ccc; | ||
34 | - height: 60px; | ||
35 | - } | 24 | + img { |
25 | + border: 0; | ||
26 | + } | ||
36 | 27 | ||
37 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_title { | ||
38 | - line-height: 60px; | ||
39 | - background-color: #f9f9f9; | ||
40 | - overflow: hidden; | ||
41 | - height: 60px; | ||
42 | - padding: 0 30px; | ||
43 | - font-size: 30px; | ||
44 | - border-radius: 20px 20px 0 0; | ||
45 | - overflow: hidden; | ||
46 | - } | 28 | + .BMapLib_bubble_top { |
29 | + border-bottom: 1px solid #ccc; | ||
30 | + height: 60px; | ||
31 | + } | ||
47 | 32 | ||
48 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_tools { | ||
49 | - padding-right: 5px; | ||
50 | - position: absolute; | ||
51 | - top: 0; | ||
52 | - right: 0; | ||
53 | - height: 30px; | ||
54 | - width: 64px; | ||
55 | - z-index: 10000; | ||
56 | - } | 33 | + .BMapLib_bubble_title { |
34 | + line-height: 60px; | ||
35 | + background-color: #f9f9f9; | ||
36 | + overflow: hidden; | ||
37 | + height: 60px; | ||
38 | + padding: 0 30px; | ||
39 | + font-size: 30px; | ||
40 | + border-radius: 20px 20px 0 0; | ||
41 | + overflow: hidden; | ||
42 | + } | ||
57 | 43 | ||
58 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_tools div { | ||
59 | - float: right; | ||
60 | - width: 40px; | ||
61 | - height: 40px; | ||
62 | - margin: 10px; | ||
63 | - cursor: pointer; | ||
64 | - background-color: #f9f9f9; | ||
65 | - cursor: pointer; | ||
66 | - overflow: hidden; | ||
67 | - } | 44 | + .BMapLib_bubble_tools { |
45 | + padding-right: 5px; | ||
46 | + position: absolute; | ||
47 | + top: 0; | ||
48 | + right: 0; | ||
49 | + height: 30px; | ||
50 | + width: 64px; | ||
51 | + z-index: 10000; | ||
52 | + | ||
53 | + div { | ||
54 | + float: right; | ||
55 | + width: 40px; | ||
56 | + height: 40px; | ||
57 | + margin: 10px; | ||
58 | + cursor: pointer; | ||
59 | + background-color: #f9f9f9; | ||
60 | + cursor: pointer; | ||
61 | + overflow: hidden; | ||
62 | + } | ||
63 | + } | ||
68 | 64 | ||
69 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_close { | ||
70 | - background-image: resolve("activity/trend/iw_close.gif"); | ||
71 | - background-repeat: no-repeat; | ||
72 | - background-position: center center; | ||
73 | - background-size: 100%; | ||
74 | - } | 65 | + .BMapLib_bubble_close { |
66 | + background-image: resolve("activity/trend/iw_close.gif"); | ||
67 | + background-repeat: no-repeat; | ||
68 | + background-position: center center; | ||
69 | + background-size: 100%; | ||
70 | + } | ||
75 | 71 | ||
76 | - .BMapLib_SearchInfoWindow .BMapLib_sendToPhone { | ||
77 | - display: none; | ||
78 | - } | 72 | + .BMapLib_sendToPhone { |
73 | + display: none; | ||
74 | + } | ||
79 | 75 | ||
80 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_center { | ||
81 | - z-index: 3; | ||
82 | - } | 76 | + .BMapLib_bubble_center { |
77 | + z-index: 3; | ||
78 | + } | ||
83 | 79 | ||
84 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_content { | ||
85 | - padding: 3px 5px; | ||
86 | - overflow-x: auto; | ||
87 | - overflow-y: hidden; | ||
88 | - } | 80 | + .BMapLib_bubble_content { |
81 | + padding: 3px 5px; | ||
82 | + overflow-x: auto; | ||
83 | + overflow-y: hidden; | ||
84 | + } | ||
89 | 85 | ||
90 | - .BMapLib_SearchInfoWindow .BMapLib_bubble_bottom { | ||
91 | - display: block; | ||
92 | - z-index: 2; | ||
93 | - } | 86 | + .BMapLib_bubble_bottom { |
87 | + display: block; | ||
88 | + z-index: 2; | ||
89 | + } | ||
94 | 90 | ||
95 | - .BMapLib_SearchInfoWindow .BMapLib_trans { | ||
96 | - z-index: 5; | ||
97 | - position: absolute; | ||
98 | - bottom: -31px; | ||
99 | - *bottom: -32px; | ||
100 | - } | 91 | + .BMapLib_trans { |
92 | + z-index: 5; | ||
93 | + position: absolute; | ||
94 | + bottom: -31px; | ||
95 | + *bottom: -32px; | ||
96 | + } | ||
101 | 97 | ||
102 | - .BMapLib_SearchInfoWindow .BMapLib_nav { | ||
103 | - width: 100%; | ||
104 | - height: 150px; | ||
105 | - overflow: visibile; | ||
106 | - position: relative; | ||
107 | - } | 98 | + .BMapLib_nav { |
99 | + width: 100%; | ||
100 | + height: 150px; | ||
101 | + overflow: visibile; | ||
102 | + position: relative; | ||
103 | + } | ||
108 | 104 | ||
109 | - .BMapLib_SearchInfoWindow .BMapLib_nav input { | ||
110 | - vertical-align: middle; | ||
111 | - } | 105 | + .BMapLib_nav { |
106 | + input { | ||
107 | + vertical-align: middle; | ||
108 | + } | ||
109 | + } | ||
112 | 110 | ||
113 | - .BMapLib_SearchInfoWindow .iw_bt, | ||
114 | - .BMapLib_SearchInfoWindow .iw_bt_down, | ||
115 | - .BMapLib_SearchInfoWindow .iw_bt_over { | ||
116 | - width: 45%; | ||
117 | - height: 60px; | ||
118 | - line-height: 18px; | ||
119 | - cursor: pointer; | ||
120 | - border: 0; | ||
121 | - padding: 0; | ||
122 | - background-repeat: no-repeat; | ||
123 | - background-position: 0 -87px; | ||
124 | - vertical-align: middle; | ||
125 | - border-radius: 5px; | ||
126 | - background-color: #fff; | ||
127 | - border: 1px solid #a5acb2; | ||
128 | - font-size: 24px; | ||
129 | - } | 111 | + .iw_bt, |
112 | + .iw_bt_down, | ||
113 | + .iw_bt_over { | ||
114 | + width: 45%; | ||
115 | + height: 60px; | ||
116 | + line-height: 18px; | ||
117 | + cursor: pointer; | ||
118 | + border: 0; | ||
119 | + padding: 0; | ||
120 | + background-repeat: no-repeat; | ||
121 | + background-position: 0 -87px; | ||
122 | + vertical-align: middle; | ||
123 | + border-radius: 5px; | ||
124 | + background-color: #fff; | ||
125 | + border: 1px solid #a5acb2; | ||
126 | + font-size: 24px; | ||
127 | + } | ||
130 | 128 | ||
131 | - .BMapLib_SearchInfoWindow .iw_bt_over { | ||
132 | - background-position: -52px -87px; | ||
133 | - } | 129 | + .iw_bt_over { |
130 | + background-position: -52px -87px; | ||
131 | + } | ||
134 | 132 | ||
135 | - .BMapLib_SearchInfoWindow .iw_bt_down { | ||
136 | - background-position: -104px -87px; | ||
137 | - font-weight: 700; | 133 | + .iw_bt_down { |
134 | + background-position: -104px -87px; | ||
135 | + font-weight: 700; | ||
136 | + } | ||
138 | } | 137 | } |
139 | 138 | ||
140 | .BMapLib_search_text { | 139 | .BMapLib_search_text { |
@@ -158,55 +157,57 @@ | @@ -158,55 +157,57 @@ | ||
158 | font-size: 34px; | 157 | font-size: 34px; |
159 | background-position: 0 0; | 158 | background-position: 0 0; |
160 | background-color: #eee; | 159 | background-color: #eee; |
161 | - } | ||
162 | 160 | ||
163 | - .BMapLib_nav_tab li { | ||
164 | - font-size: 20px; | ||
165 | - position: relative; | ||
166 | - float: left; | ||
167 | - width: 114px; | ||
168 | - height: 40px; | ||
169 | - text-align: center; | ||
170 | - border-left: 1px solid #dadada; | ||
171 | - cursor: pointer; | ||
172 | - overflow: hidden; | ||
173 | - width: 33%; | ||
174 | - line-height: 40px; | ||
175 | - } | 161 | + li { |
162 | + font-size: 20px; | ||
163 | + position: relative; | ||
164 | + float: left; | ||
165 | + width: 114px; | ||
166 | + height: 40px; | ||
167 | + text-align: center; | ||
168 | + border-left: 1px solid #dadada; | ||
169 | + cursor: pointer; | ||
170 | + overflow: hidden; | ||
171 | + width: 33%; | ||
172 | + line-height: 40px; | ||
173 | + } | ||
176 | 174 | ||
177 | - .BMapLib_nav_tab .BMapLib_icon { | ||
178 | - display: none; | ||
179 | - } | 175 | + .BMapLib_icon { |
176 | + display: none; | ||
177 | + } | ||
180 | 178 | ||
181 | - .BMapLib_nav_tab .BMapLib_icon_tohere { | ||
182 | - background-position: -15px -136px; | ||
183 | - } | 179 | + .BMapLib_icon_tohere { |
180 | + background-position: -15px -136px; | ||
181 | + } | ||
184 | 182 | ||
185 | - .BMapLib_nav_tab .BMapLib_icon_nbs { | ||
186 | - width: 14px; | ||
187 | - height: 14px; | ||
188 | - background-position: -30px -136px; | ||
189 | - } | 183 | + .BMapLib_icon_nbs { |
184 | + width: 14px; | ||
185 | + height: 14px; | ||
186 | + background-position: -30px -136px; | ||
187 | + } | ||
190 | 188 | ||
191 | - .BMapLib_nav_tab li.BMapLib_first { | ||
192 | - border-left: 0; | ||
193 | - } | 189 | + li.BMapLib_first { |
190 | + border-left: 0; | ||
191 | + } | ||
194 | 192 | ||
195 | - .BMapLib_nav_tab li:hover { | ||
196 | - text-decoration: none; | ||
197 | - } | 193 | + li:hover { |
194 | + text-decoration: none; | ||
195 | + } | ||
198 | 196 | ||
199 | - .BMapLib_nav_tab li.BMapLib_current { | ||
200 | - color: #4d4d4d; | ||
201 | - cursor: default; | ||
202 | - background-repeat: repeat-x; | ||
203 | - background-position: 0 -44px; | 197 | + li.BMapLib_current { |
198 | + color: #4d4d4d; | ||
199 | + cursor: default; | ||
200 | + background-repeat: repeat-x; | ||
201 | + background-position: 0 -44px; | ||
202 | + } | ||
204 | } | 203 | } |
205 | 204 | ||
206 | - .BMapLib_nav_tab_content li { | ||
207 | - padding: 10px 0 0; | ||
208 | - position: relative; | ||
209 | - height: 22px; | 205 | + .BMapLib_nav_tab_content { |
206 | + li { | ||
207 | + padding: 10px 0 0; | ||
208 | + position: relative; | ||
209 | + height: 22px; | ||
210 | + } | ||
210 | } | 211 | } |
211 | 212 | ||
212 | .BMapLib_sms_tab_container { | 213 | .BMapLib_sms_tab_container { |
@@ -234,11 +235,11 @@ | @@ -234,11 +235,11 @@ | ||
234 | height: 172px; | 235 | height: 172px; |
235 | overflow-x: hidden; | 236 | overflow-x: hidden; |
236 | overflow-y: auto; | 237 | overflow-y: auto; |
237 | - } | ||
238 | 238 | ||
239 | - .BMapLib_ap th { | ||
240 | - text-align: right; | ||
241 | - font-weight: normal; | 239 | + th { |
240 | + text-align: right; | ||
241 | + font-weight: normal; | ||
242 | + } | ||
242 | } | 243 | } |
243 | 244 | ||
244 | .BMapLib_mp { | 245 | .BMapLib_mp { |
@@ -312,3 +313,4 @@ | @@ -312,3 +313,4 @@ | ||
312 | color: red; | 313 | color: red; |
313 | } | 314 | } |
314 | } | 315 | } |
316 | +/* stylelint-enable */ |
-
Please register or login to post a comment