Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-10-30 16:24:30 +0800
Commit
df73195ac8487ff872a20367ce38b984acd85a10
1 parent
78cc688f
底部tab 不同页面 不同颜色
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
5 deletions
static/sass/layout/_footer_tab.scss
template/m.yohobuy.com/actions/index/boys/index.phtml
template/m.yohobuy.com/actions/index/girls/index.phtml
template/m.yohobuy.com/actions/index/kids/index.phtml
template/m.yohobuy.com/actions/index/lifestyle/index.phtml
static/sass/layout/_footer_tab.scss
View file @
df73195
...
...
@@ -15,7 +15,7 @@
text-align
:
center
;
color
:
#b0b0b0
;
&
.current
{
color
:
#
5e4b3c
;
color
:
#
414141
;
}
}
.tab-icon
{
...
...
@@ -28,3 +28,35 @@
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
...
...
template/m.yohobuy.com/actions/index/boys/index.phtml
View file @
df73195
...
...
@@ -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
...
...
template/m.yohobuy.com/actions/index/girls/index.phtml
View file @
df73195
...
...
@@ -8,7 +8,7 @@
{
{>
home/content
}
}
<div
class=
"overlay"
></div>
{
{>
layout/footer_tab
}
}
</div>
{
{>
home/side_nav
}
}
{
{>
layout/footer_tab
}
}
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/actions/index/kids/index.phtml
View file @
df73195
...
...
@@ -19,7 +19,7 @@
{
{/
bannerBottom
}
}
<div
class=
"overlay"
></div>
{
{>
layout/footer_tab
}
}
</div>
{
{>
home/side_nav
}
}
{
{>
layout/footer_tab
}
}
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/actions/index/lifestyle/index.phtml
View file @
df73195
...
...
@@ -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
...
...
Please
register
or
login
to post a comment