Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-02 22:29:56 +0800
Commit
80fddf0ec1b9250a975ab5447d577cb73b69083f
1 parent
df23a850
侧边栏 还原
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
16 deletions
static/sass/home/_index.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/home/_index.scss
View file @
80fddf0
...
...
@@ -27,7 +27,7 @@
bottom
:
0
;
background
:
#000
;
opacity
:
0
;
z-index
:
2
;
z-index
:
4
;
@include
transition
(
opacity
1s
);
}
...
...
template/m.yohobuy.com/actions/index/boys/index.phtml
View file @
80fddf0
{
{>
layout/header
}
}
<div
class=
"mobile-wrap boys-wrap yoho-page"
>
{
{!
首页header
}
}
{
{#
homeHeader
}
}
{
{>
home/home_header
}
}
{
{/
homeHeader
}
}
<div
class=
"mobile-container"
>
<div
class=
"mobile-wrap boys-wrap yoho-page"
>
{
{!
首页header
}
}
{
{#
homeHeader
}
}
{
{>
home/home_header
}
}
{
{/
homeHeader
}
}
{
{>
home/content
}
}
{
{!
商品列表
}
}
{
{#
twoColumnGoods
}
}
{
{>
home/two_column_goods
}
}
{
{/
twoColumnGoods
}
}
{
{>
home/content
}
}
{
{!
商品列表
}
}
{
{#
twoColumnGoods
}
}
{
{>
home/two_column_goods
}
}
{
{/
twoColumnGoods
}
}
<div
class=
"overlay"
></div>
{
{>
layout/footer_tab
}
}
<div
class=
"overlay"
></div>
{
{>
layout/footer_tab
}
}
</div>
{
{>
home/side_nav
}
}
</div>
{
{>
home/side_nav
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/index/girls/index.phtml
View file @
80fddf0
{
{>
layout/header
}
}
<div
class=
"mobile-container"
>
<div
class=
"mobile-wrap girls-wrap yoho-page"
>
{
{!
首页header
}
}
{
{#
homeHeader
}
}
...
...
@@ -11,4 +12,5 @@
{
{>
layout/footer_tab
}
}
</div>
{
{>
home/side_nav
}
}
</div>
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/actions/index/kids/index.phtml
View file @
80fddf0
{
{>
layout/header
}
}
<div
class=
"mobile-container"
>
<div
class=
"mobile-wrap kids-wrap yoho-page"
>
{
{!
首页header
}
}
{
{#
homeHeader
}
}
...
...
@@ -22,4 +22,5 @@
{
{>
layout/footer_tab
}
}
</div>
{
{>
home/side_nav
}
}
</div>
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/actions/index/lifestyle/index.phtml
View file @
80fddf0
{
{>
layout/header
}
}
<div
class=
"mobile-container"
>
<div
class=
"mobile-wrap lifestyle-wrap yoho-page"
>
{
{!
首页header
}
}
{
{#
homeHeader
}
}
...
...
@@ -20,4 +21,5 @@
{
{>
layout/footer_tab
}
}
</div>
{
{>
home/side_nav
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment