Authored by zhangxiaoru

search hot

... ... @@ -9,8 +9,7 @@ var $ = require('yoho-jquery'),
tip = require('../../plugin/tip'),
Hammer = require('yoho-hammer'),
dialog = require('../../plugin/dialog'),
Swiper = require('yoho-swiper'),
yohoApp = require('../../yoho-app');
Swiper = require('yoho-swiper');
var $input = $('#search-input input');
... ... @@ -316,8 +315,4 @@ $search.on('touchend', function() {
}
window.rePosFooter();
if(yohoApp.isAndroid) {
$('.new-hot').css('padding-top', '16px');
}
}());
... ...
... ... @@ -51,6 +51,7 @@
width: 100%;
overflow-x: auto;
border-bottom: 1px solid #e0e0e0;
height: 115px;
.new-hot {
background: #fff;
... ...