Showing
1 changed file
with
5 additions
and
21 deletions
@@ -268,10 +268,6 @@ | @@ -268,10 +268,6 @@ | ||
268 | color: #b1b1b1; | 268 | color: #b1b1b1; |
269 | } | 269 | } |
270 | 270 | ||
271 | - .cur { | ||
272 | - color: #000; | ||
273 | - } | ||
274 | - | ||
275 | .goods-container { | 271 | .goods-container { |
276 | position: relative; | 272 | position: relative; |
277 | min-height: 440px; | 273 | min-height: 440px; |
@@ -304,25 +300,13 @@ | @@ -304,25 +300,13 @@ | ||
304 | } | 300 | } |
305 | } | 301 | } |
306 | 302 | ||
307 | - .list-nav { | ||
308 | - .active > a { | 303 | + |
304 | + .active { | ||
305 | + .cur { | ||
309 | color: #000; | 306 | color: #000; |
310 | - | ||
311 | - .spanTest{ | ||
312 | - width: auto; | ||
313 | - height: 100%; | ||
314 | - display: inline-block; | ||
315 | - box-sizing:border-box; | ||
316 | - } | ||
317 | - .iconfont { | ||
318 | - color: #999; | ||
319 | - | ||
320 | - &.cur { | ||
321 | - color: #000; | ||
322 | - } | ||
323 | - } | ||
324 | - } | 307 | + } |
325 | } | 308 | } |
309 | + | ||
326 | 310 | ||
327 | .list-nav .icon .up { | 311 | .list-nav .icon .up { |
328 | top: -6px; | 312 | top: -6px; |
-
Please register or login to post a comment