Showing
5 changed files
with
37 additions
and
5 deletions
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | text-align: center; | 15 | text-align: center; |
16 | color: #b0b0b0; | 16 | color: #b0b0b0; |
17 | &.current { | 17 | &.current { |
18 | - color: #5e4b3c; | 18 | + color: #414141; |
19 | } | 19 | } |
20 | } | 20 | } |
21 | .tab-icon { | 21 | .tab-icon { |
@@ -28,3 +28,35 @@ | @@ -28,3 +28,35 @@ | ||
28 | line-height: 1; | 28 | line-height: 1; |
29 | } | 29 | } |
30 | } | 30 | } |
31 | + | ||
32 | +.boys-wrap { | ||
33 | + .footer-tab { | ||
34 | + .tab-item.current { | ||
35 | + color: #414141; | ||
36 | + } | ||
37 | + } | ||
38 | +} | ||
39 | + | ||
40 | +.girls-wrap { | ||
41 | + .footer-tab { | ||
42 | + .tab-item.current { | ||
43 | + color: #FF88AE; | ||
44 | + } | ||
45 | + } | ||
46 | +} | ||
47 | + | ||
48 | +.kids-wrap { | ||
49 | + .footer-tab { | ||
50 | + .tab-item.current { | ||
51 | + color: #7ad9f9; | ||
52 | + } | ||
53 | + } | ||
54 | +} | ||
55 | + | ||
56 | +.lifestyle-wrap { | ||
57 | + .footer-tab { | ||
58 | + .tab-item.current { | ||
59 | + color: #4f4138; | ||
60 | + } | ||
61 | + } | ||
62 | +} |
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | {{/ twoColumnGoods}} | 13 | {{/ twoColumnGoods}} |
14 | 14 | ||
15 | <div class="overlay"></div> | 15 | <div class="overlay"></div> |
16 | + {{> layout/footer_tab}} | ||
16 | </div> | 17 | </div> |
17 | {{> home/side_nav}} | 18 | {{> home/side_nav}} |
18 | -{{> layout/footer_tab}} | ||
19 | {{> layout/footer}} | 19 | {{> layout/footer}} |
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | {{> home/content}} | 8 | {{> home/content}} |
9 | 9 | ||
10 | <div class="overlay"></div> | 10 | <div class="overlay"></div> |
11 | + {{> layout/footer_tab}} | ||
11 | </div> | 12 | </div> |
12 | {{> home/side_nav}} | 13 | {{> home/side_nav}} |
13 | -{{> layout/footer_tab}} | ||
14 | {{> layout/footer}} | 14 | {{> layout/footer}} |
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | {{/ bannerBottom}} | 19 | {{/ bannerBottom}} |
20 | 20 | ||
21 | <div class="overlay"></div> | 21 | <div class="overlay"></div> |
22 | + {{> layout/footer_tab}} | ||
22 | </div> | 23 | </div> |
23 | {{> home/side_nav}} | 24 | {{> home/side_nav}} |
24 | -{{> layout/footer_tab}} | ||
25 | {{> layout/footer}} | 25 | {{> layout/footer}} |
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | {{> home/banner_bottom}} | 17 | {{> home/banner_bottom}} |
18 | {{/ bannerBottom}} | 18 | {{/ bannerBottom}} |
19 | <div class="overlay"></div> | 19 | <div class="overlay"></div> |
20 | + {{> layout/footer_tab}} | ||
20 | </div> | 21 | </div> |
21 | {{> home/side_nav}} | 22 | {{> home/side_nav}} |
22 | -{{> layout/footer_tab}} | ||
23 | {{> layout/footer}} | 23 | {{> layout/footer}} |
-
Please register or login to post a comment