Authored by 王水玲

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

1 -{{# title}} 1 +{{#title}}
2 <div class="floor-header"> 2 <div class="floor-header">
3 <h2>{{title}}</h2> 3 <h2>{{title}}</h2>
4 </div> 4 </div>
5 -{{/ title}} 5 +{{/title}}
1 {{#data}} 1 {{#data}}
2 - {{log this}}  
3 {{> channel/floor-header-more}} 2 {{> channel/floor-header-more}}
4 <div class="goods-category"> 3 <div class="goods-category">
5 {{# bigImage}} 4 {{# bigImage}}
1 {{#data}} 1 {{#data}}
2 -{{log this}}  
3 <div class="trend-topic-wrapper"> 2 <div class="trend-topic-wrapper">
4 {{> channel/floor-header-more}} 3 {{> channel/floor-header-more}}
5 <div class="trend-topic-content"> 4 <div class="trend-topic-content">
@@ -75,11 +75,11 @@ a { @@ -75,11 +75,11 @@ a {
75 display: none; 75 display: none;
76 text-align: center; 76 text-align: center;
77 width: 70%; 77 width: 70%;
  78 + max-width: 600px;
78 padding: 68px 0; 79 padding: 68px 0;
79 top: 50%; 80 top: 50%;
80 left: 50%; 81 left: 50%;
81 - margin-left: -35%;  
82 - margin-top: -90px; 82 + transform: translate(-50%, -50%);
83 background-color: rgba(0, 0, 0, 0.7); 83 background-color: rgba(0, 0, 0, 0.7);
84 color: #fff; 84 color: #fff;
85 font-size: 36px; 85 font-size: 36px;