Showing
2 changed files
with
32 additions
and
2 deletions
@@ -39,8 +39,9 @@ | @@ -39,8 +39,9 @@ | ||
39 | right: 30px; | 39 | right: 30px; |
40 | border-radius: 10px; | 40 | border-radius: 10px; |
41 | text-align: center; | 41 | text-align: center; |
42 | - background: image-url('product/collect.png') no-repeat; | 42 | + background-image: url('/product/collect.png') no-repeat; |
43 | background-size: contain; | 43 | background-size: contain; |
44 | + border: 1px solid red; | ||
44 | } | 45 | } |
45 | 46 | ||
46 | .nav { | 47 | .nav { |
@@ -133,6 +134,10 @@ | @@ -133,6 +134,10 @@ | ||
133 | padding-top: 25px; | 134 | padding-top: 25px; |
134 | margin-bottom: 30px; | 135 | margin-bottom: 30px; |
135 | overflow: hidden; | 136 | overflow: hidden; |
137 | + | ||
138 | + p { | ||
139 | + font-size: 28px; | ||
140 | + } | ||
136 | } | 141 | } |
137 | 142 | ||
138 | .multi-browse { | 143 | .multi-browse { |
@@ -202,6 +207,7 @@ | @@ -202,6 +207,7 @@ | ||
202 | padding: 0 0 30px 30px; | 207 | padding: 0 0 30px 30px; |
203 | overflow: hidden; | 208 | overflow: hidden; |
204 | background: #fff; | 209 | background: #fff; |
210 | + border-bottom: 30px solid #f0f0f0; | ||
205 | 211 | ||
206 | li { | 212 | li { |
207 | width: 275px; | 213 | width: 275px; |
@@ -298,6 +304,26 @@ | @@ -298,6 +304,26 @@ | ||
298 | } | 304 | } |
299 | } | 305 | } |
300 | 306 | ||
307 | + .list-nav { | ||
308 | + .active > a { | ||
309 | + 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 | + } | ||
325 | + } | ||
326 | + | ||
301 | .list-nav .icon .up { | 327 | .list-nav .icon .up { |
302 | top: -6px; | 328 | top: -6px; |
303 | } | 329 | } |
@@ -310,6 +336,10 @@ | @@ -310,6 +336,10 @@ | ||
310 | padding-top: 30px; | 336 | padding-top: 30px; |
311 | padding-bottom: 100px; | 337 | padding-bottom: 100px; |
312 | } | 338 | } |
339 | + | ||
340 | + /*.active a{ | ||
341 | + | ||
342 | + }*/ | ||
313 | } | 343 | } |
314 | 344 | ||
315 | .search-area { | 345 | .search-area { |
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | <div id="nav-main" > | 38 | <div id="nav-main" > |
39 | {{#unless brands}} | 39 | {{#unless brands}} |
40 | <div class="multi-brands"> | 40 | <div class="multi-brands"> |
41 | - <h2>品牌一览</h2> | 41 | + <p>品牌一览</p> |
42 | <div class="multi-browse"> | 42 | <div class="multi-browse"> |
43 | <ul class="swiper-wrapper"> | 43 | <ul class="swiper-wrapper"> |
44 | {{#each multiList}} | 44 | {{#each multiList}} |
-
Please register or login to post a comment