Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
王水玲
2016-05-16 15:38:55 +0800
Commit
762c9f1ab732962bf3057e3b487d1665a3dc0fab
2 parents
061a06a3
858b82a2
Merge branch 'master' into develop
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
49 additions
and
47 deletions
apps/channel/views/action/channel.hbs
apps/channel/views/partial/channel/content-lifestyle.hbs
apps/channel/views/partial/channel/content.hbs
public/scss/channel/_creative-life.css
apps/channel/views/action/channel.hbs
View file @
762c9f1
...
...
@@ -8,8 +8,17 @@
{{! 资源位}}
{{>
channel
/
content
}}
{{! 商品列表}}
{{#if
twoColumnGoods
}}
{{>
channel
/
two-column-goods
}}
{{/if}}
{{! 你可能喜欢}}
{{#if
lifestyleHomePage
}}
{{>
channel
/
maybe-like-lifestyle
}}
{{else}}
{{>
channel
/
maybe-like
}}
{{/if}}
{{! 底部banner}}
{{#
bannerBottom
}}
...
...
apps/channel/views/partial/channel/content-lifestyle.hbs
View file @
762c9f1
{{#
content
}}
{{! 头部banner}}
{{#
bannerTop
}}
{{>
home
/
banner_top
}}
{{/
bannerTop
}}
{{#if
focus
}}
{{>
channel
/
banner-top
}}
{{/if}}
{{! 图标入口}}
{{#
iconsEnter
}}
{{>
home
/
icons_enter
}}
{{/
iconsEnter
}}
{{#if
appIconList
}}
{{>
channel
/
icons-enter
}}
{{/if}}
{{! 中间banner}}
{{#
banner
}}
{{>
home
/
banner
}}
{{/
banner
}}
{{#if
singleImage
}}
{{>
channel
/
banner
}}
{{/if}}
{{! 两个小图}}
{{#
smallPic
}}
{{>
home
/
thumb_row
}}
{{/
smallPic
}}
{{#if
smallPic
}}
{{>
channel
/
thumb-row
}}
{{/if}}
{{! 热门品类}}
{{#
hotCategory
}}
{{>
home
/
hot_category
}}
{{/
hotCategory
}}
{{#if
recommendContentFive
}}
{{>
channel
/
hot-category
}}
{{/if}}
{{! 热门品牌}}
{{#
hotBrands
}}
{{>
home
/
hot_brands_list
}}
{{/
hotBrands
}}
{{#if
appHotBrands
}}
{{>
channel
/
hot-brands-list
}}
{{/if}}
{{! 热门品牌可滑动}}
{{#
hotBrandsScroll
}}
{{>
home
/
hot_brands_swipe
}}
{{/
hotBrandsScroll
}}
{{#if
customBrands
}}
{{>
channel
/
hot-brands-swipe
}}
{{/if}}
{{! 潮人搭配}}
{{#
trendColloaction
}}
{{>
home
/
trendsetter_collocation
}}
{{/
trendColloaction
}}
{{#if
trendsetterCollocation
}}
{{>
channel
/
trendsetter-collocation
}}
{{/if}}
{{! 潮流话题}}
{{#
trendTopics
}}
{{>
home
/
trend_topics
}}
{{/
trendTopics
}}
{{#if
trendgoodsTopic
}}
{{>
channel
/
trend-topics
}}
{{/if}}
{{! 潮流时装/经典裤裙/时尚靴履/潮人配饰/潮流上装}}
{{#
goodsCategory
}}
{{>
home
/
goods_category
}}
{{/
goodsCategory
}}
{{#if
recommendContentOne
}}
{{>
channel
/
goods-category
}}
{{/if}}
{{! 新入住品牌/品味生活/创意生活}}
{{#
creativeLife
}}
{{>
home
/
creative_life
}}
{{/
creativeLife
}}
{{#if
recommendContentTwo
}}
{{>
channel
/
creative-life
}}
{{/if}}
{{! PLUS}}
{{#
plusStar
}}
{{>
home
/
plus_star
}}
{{/
plusStar
}}
{{#if
singleNameImage
}}
{{>
channel
/
plus-star
}}
{{/if}}
{{! 新人专享}}
{{#
freshOnly
}}
{{>
home
/
fresh_only
}}
{{/
freshOnly
}}
{{#if
newUserFloor
}}
{{>
channel
/
fresh-only
}}
{{/if}}
{{/
content
}}
\ No newline at end of file
{{! 可能喜欢}}
{{>
home
/
maybe_like_lifestyle
}}
\ No newline at end of file
...
...
apps/channel/views/partial/channel/content.hbs
View file @
762c9f1
...
...
@@ -55,8 +55,4 @@
{{#if
newUserFloor
}}
{{>
channel
/
fresh-only
}}
{{/if}}
{{! 商品列表}}
{{#if
twoColumnGoods
}}
{{>
channel
/
two-column-goods
}}
{{/if}}
{{/
content
}}
...
...
public/scss/channel/_creative-life.css
View file @
762c9f1
...
...
@@ -20,7 +20,7 @@
.classify-list
>
li
{
float
:
left
;
width
:
213.3px
;
height
:
19
2
px
;
height
:
19
4
px
;
border-top
:
1px
solid
#e0e0e0
;
border-right
:
1px
solid
#e0e0e0
;
}
...
...
Please
register
or
login
to post a comment