Authored by ccbikai

底部tab 不同页面 不同颜色

... ... @@ -15,7 +15,7 @@
text-align: center;
color: #b0b0b0;
&.current {
color: #5e4b3c;
color: #414141;
}
}
.tab-icon {
... ... @@ -27,4 +27,36 @@
font-size: 20rem / $pxConvertRem;
line-height: 1;
}
}
.boys-wrap {
.footer-tab {
.tab-item.current {
color: #414141;
}
}
}
.girls-wrap {
.footer-tab {
.tab-item.current {
color: #FF88AE;
}
}
}
.kids-wrap {
.footer-tab {
.tab-item.current {
color: #7ad9f9;
}
}
}
.lifestyle-wrap {
.footer-tab {
.tab-item.current {
color: #4f4138;
}
}
}
\ No newline at end of file
... ...
... ... @@ -13,7 +13,7 @@
{{/ twoColumnGoods}}
<div class="overlay"></div>
{{> layout/footer_tab}}
</div>
{{> home/side_nav}}
{{> layout/footer_tab}}
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -8,7 +8,7 @@
{{> home/content}}
<div class="overlay"></div>
{{> layout/footer_tab}}
</div>
{{> home/side_nav}}
{{> layout/footer_tab}}
{{> layout/footer}}
... ...
... ... @@ -19,7 +19,7 @@
{{/ bannerBottom}}
<div class="overlay"></div>
{{> layout/footer_tab}}
</div>
{{> home/side_nav}}
{{> layout/footer_tab}}
{{> layout/footer}}
... ...
... ... @@ -17,7 +17,7 @@
{{> home/banner_bottom}}
{{/ bannerBottom}}
<div class="overlay"></div>
{{> layout/footer_tab}}
</div>
{{> home/side_nav}}
{{> layout/footer_tab}}
{{> layout/footer}}
\ No newline at end of file
... ...