Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
Commits
Go to a project
GitLab
Go to group
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
unknown
2015-09-10 17:49:59 +0800
Commit
7bc334d0b9d7d11a7d025ab056d2427177f5c8f3
1 parent
9d38bcf6
layout modify
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
67 additions
and
65 deletions
home-page/layouts/layout.html
home-page/views/pages/boys.html
home-page/views/pages/girls.html
home-page/views/pages/kids.html
home-page/layouts/layout.html
View file @
7bc334d
...
...
@@ -29,10 +29,7 @@
</script>
</head>
<body>
<div
class=
"mobile-container"
>
{{{body}}}
</div>
{{{body}}}
</body>
<script
src=
"http://172.16.6.246:8000/static/js/sea.js?nowrap"
></script>
<script>
...
...
home-page/views/pages/boys.html
View file @
7bc334d
{{# data}}
<div
class=
"mobile-wrap boys-wrap"
>
{{! 顶部app下载}}
{{# headerDownload}}
{{> common/header_download}}
{{/ headerDownload}}
<div
class=
"mobile-container"
>
<div
class=
"mobile-wrap boys-wrap"
>
{{! 顶部app下载}}
{{# headerDownload}}
{{> common/header_download}}
{{/ headerDownload}}
{{> header}}
{{> header}}
{{# content}}
{{! 头部banner}}
{{# bannerTop}}
{{> common/banner_top}}
{{/ bannerTop}}
{{# content}}
{{! 头部banner}}
{{# bannerTop}}
{{> common/banner_top}}
{{/ bannerTop}}
{{! 图标入口}}
{{# iconsEnter}}
{{> common/icons_enter}}
{{/ iconsEnter}}
{{! 图标入口}}
{{# iconsEnter}}
{{> common/icons_enter}}
{{/ iconsEnter}}
{{! 潮流搭配}}
{{# trendColloaction}}
{{> common/trendsetter_collocation}}
{{/trendColloaction}}
{{! 潮流搭配}}
{{# trendColloaction}}
{{> common/trendsetter_collocation}}
{{/trendColloaction}}
{{! 潮流话题}}
{{# trendTopics}}
{{> common/trend_topics}}
{{/ trendTopics}}
{{! 潮流话题}}
{{# trendTopics}}
{{> common/trend_topics}}
{{/ trendTopics}}
{{! 潮流上装}}
{{# goodsCategory}}
{{> common/goods_category}}
{{/ goodsCategory}}
{{! 潮流上装}}
{{# goodsCategory}}
{{> common/goods_category}}
{{/ goodsCategory}}
{{! 热门品牌}}
{{# hotBrands}}
{{> common/hot_brands}}
{{/ hotBrands}}
{{! 中间banner}}
{{# bannerCenter}}
{{> common/banner_center}}
{{/ bannerCenter}}
{{! 热门品牌}}
{{# hotBrands}}
{{> common/hot_brands}}
{{/ hotBrands}}
{{! 中间banner}}
{{# bannerCenter}}
{{> common/banner_center}}
{{/ bannerCenter}}
{{! 创意生活}}
{{# creativeLife}}
{{> common/creative_life}}
{{/ creativeLife}}
{{! 创意生活}}
{{# creativeLife}}
{{> common/creative_life}}
{{/ creativeLife}}
{{! PLUS}}
{{# plusStar}}
{{> common/plus_star}}
{{/ plusStar}}
{{! PLUS}}
{{# plusStar}}
{{> common/plus_star}}
{{/ plusStar}}
{{! 可能喜欢}}
{{# maybeLike}}
{{> common/maybe_like}}
{{/ maybeLike}}
{{! 底部banner}}
{{# bannerBottom}}
{{> common/banner_bottom}}
{{/ bannerBottom}}
{{/ content}}
{{! 可能喜欢}}
{{# maybeLike}}
{{> common/maybe_like}}
{{/ maybeLike}}
{{! 底部banner}}
{{# bannerBottom}}
{{> common/banner_bottom}}
{{/ bannerBottom}}
{{/ content}}
{{! footer}}
{{# footer}}
{{> footer}}
{{/ footer}}
<div
class=
"overlay"
></div>
{{! footer}}
{{# footer}}
{{> footer}}
{{/ footer}}
<div
class=
"overlay"
></div>
</div>
{{> common/side_nav}}
</div>
{{> common/side_nav}}
{{/ data}}
...
...
home-page/views/pages/girls.html
View file @
7bc334d
{{# data}}
<div
class=
"mobile-container"
>
<div
class=
"mobile-wrap girls-wrap"
>
{{! 顶部app下载}}
{{# headerDownload}}
...
...
@@ -56,4 +57,5 @@
<div
class=
"overlay"
></div>
</div>
{{> common/side_nav}}
</div>
{{/ data}}
\ No newline at end of file
...
...
home-page/views/pages/kids.html
View file @
7bc334d
{{# data}}
<div
class=
"mobile-container"
>
<div
class=
"mobile-wrap kids-wrap"
>
{{> kids/kids_header}}
{{# content}}
...
...
@@ -28,4 +29,5 @@
{{/ kidsGoods}}
{{/ content}}
</div>
</div>
{{/ data}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment