Authored by zhangxiaoru

search hot

@@ -9,8 +9,7 @@ var $ = require('yoho-jquery'), @@ -9,8 +9,7 @@ var $ = require('yoho-jquery'),
9 tip = require('../../plugin/tip'), 9 tip = require('../../plugin/tip'),
10 Hammer = require('yoho-hammer'), 10 Hammer = require('yoho-hammer'),
11 dialog = require('../../plugin/dialog'), 11 dialog = require('../../plugin/dialog'),
12 - Swiper = require('yoho-swiper'),  
13 - yohoApp = require('../../yoho-app'); 12 + Swiper = require('yoho-swiper');
14 13
15 var $input = $('#search-input input'); 14 var $input = $('#search-input input');
16 15
@@ -316,8 +315,4 @@ $search.on('touchend', function() { @@ -316,8 +315,4 @@ $search.on('touchend', function() {
316 } 315 }
317 316
318 window.rePosFooter(); 317 window.rePosFooter();
319 -  
320 - if(yohoApp.isAndroid) {  
321 - $('.new-hot').css('padding-top', '16px');  
322 - }  
323 }()); 318 }());
@@ -51,6 +51,7 @@ @@ -51,6 +51,7 @@
51 width: 100%; 51 width: 100%;
52 overflow-x: auto; 52 overflow-x: auto;
53 border-bottom: 1px solid #e0e0e0; 53 border-bottom: 1px solid #e0e0e0;
  54 + height: 115px;
54 55
55 .new-hot { 56 .new-hot {
56 background: #fff; 57 background: #fff;