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
Plain Diff
Browse Files
Authored by
xuqi
2015-11-02 22:30:45 +0800
Commit
34276d95ae36e5dfe7e7d21114003590702343a7
2 parents
44180dc6
8cf2b3f0
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
24 deletions
static/sass/home/_index.scss
static/sass/home/_side-nav.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 @
34276d9
...
...
@@ -10,7 +10,7 @@
position
:
relative
;
z-index
:
2
;
background
:
#f0f0f0
;
@include
transition
(
transform
.3s
ease-out
);
@include
transition
(
transform
.3s
);
}
.mobile-wrap.menu-open
{
...
...
@@ -27,7 +27,7 @@
bottom
:
0
;
background
:
#000
;
opacity
:
0
;
z-index
:
99
;
z-index
:
4
;
@include
transition
(
opacity
1s
);
}
...
...
static/sass/home/_side-nav.scss
View file @
34276d9
.side-nav
{
display
:
block
;
display
:
none
;
background
:
#fff
;
position
:
fixed
;
top
:
0
;
bottom
:
0
;
left
:
-540rem
/
$pxConvertRem
;
right
:
640rem
/
$pxConvertRem
;
left
:
0
;
right
:
100rem
/
$pxConvertRem
;
width
:
540rem
/
$pxConvertRem
;
z-index
:
-
1
;
z-index
:
1
;
overflow
:
hidden
;
@include
transition
(
all
.3s
);
...
...
@@ -107,9 +107,7 @@
}
.side-nav.on
{
left
:
0
;
right
:
100rem
/
$pxConvertRem
;
z-index
:
3
;
display
:
block
;
}
.sub-nav
{
...
...
template/m.yohobuy.com/actions/index/boys/index.phtml
View file @
34276d9
{
{>
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 @
34276d9
{
{>
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 @
34276d9
{
{>
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 @
34276d9
{
{>
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