Authored by 王水玲

Merge branch 'feature/channel' of http://git.dev.yoho.cn/web/yohobuy-node into feature/channel

{{# title}}
{{#title}}
<div class="floor-header">
<h2>{{title}}</h2>
</div>
{{/ title}}
{{/title}}
... ...
{{#data}}
{{log this}}
{{> channel/floor-header-more}}
<div class="goods-category">
{{# bigImage}}
... ... @@ -44,4 +43,4 @@
{{/ list}}
</ul>
</div>
{{/data}}
\ No newline at end of file
{{/data}}
... ...
{{#data}}
<div class="plus-star">
{{> channel/floor-header}}
{{> channel/floor-header}}
<a href="{{url}}">
<img class="lazy" data-original="{{image src 640 198}}">
</a>
</div>
{{/data}}
\ No newline at end of file
{{/data}}
... ...
{{#data}}
{{log this}}
<div class="trend-topic-wrapper">
{{> channel/floor-header-more}}
<div class="trend-topic-content">
... ...
... ... @@ -75,11 +75,11 @@ a {
display: none;
text-align: center;
width: 70%;
max-width: 600px;
padding: 68px 0;
top: 50%;
left: 50%;
margin-left: -35%;
margin-top: -90px;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 36px;
... ...