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}}
@@ -44,4 +43,4 @@ @@ -44,4 +43,4 @@
44 {{/ list}} 43 {{/ list}}
45 </ul> 44 </ul>
46 </div> 45 </div>
47 -{{/data}}  
  46 +{{/data}}
1 {{#data}} 1 {{#data}}
2 <div class="plus-star"> 2 <div class="plus-star">
3 - {{> channel/floor-header}} 3 + {{> channel/floor-header}}
4 <a href="{{url}}"> 4 <a href="{{url}}">
5 <img class="lazy" data-original="{{image src 640 198}}"> 5 <img class="lazy" data-original="{{image src 640 198}}">
6 </a> 6 </a>
7 </div> 7 </div>
8 -{{/data}}  
  8 +{{/data}}
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;