Authored by zhangxiaoru

search hot

... ... @@ -24,7 +24,7 @@
</div>
</div>
{{/if}}
<div class="search-items">
<div class="search-items clearfix">
<div class="search-index">
<div class="search-group history-search hide">
<div class="search-content-title">
... ...
... ... @@ -9,7 +9,8 @@ var $ = require('yoho-jquery'),
tip = require('../../plugin/tip'),
Hammer = require('yoho-hammer'),
dialog = require('../../plugin/dialog'),
Swiper = require('yoho-swiper');
Swiper = require('yoho-swiper'),
yohoApp = require('../../yoho-app');
var $input = $('#search-input input');
... ... @@ -316,4 +317,7 @@ $search.on('touchend', function() {
window.rePosFooter();
if(yohoApp.isAndroid) {
$('.new-hot').css('padding-top', '16px');
}
}());
... ...
... ... @@ -18,7 +18,7 @@
input {
height: 56px;
width: 480px;
width: 590px;
border-radius: 28px;
padding: 0 52px;
font-size: 24px;
... ... @@ -50,18 +50,19 @@
white-space: nowrap;
width: 100%;
overflow-x: auto;
/*background: #f0f0f0;*/
border-bottom: 1px solid #e0e0e0;
.new-hot {
background: #fff;
padding: 25px 0 0 30px;
padding-left: 30px;
height: 110px;
padding-top: 25px;
}
.hot-term {
display: inline-block;
height: 68px;
line-height: 70px;
height: 62px;
line-height: 62px;
padding: 0 20px;
font-size: 28px;
color: #000;
... ... @@ -104,8 +105,8 @@
a {
float: left;
height: 68px;
line-height: 70px;
height: 62px;
line-height: 62px;
padding: 0 20px;
font-size: 28px;
background: #f8f8f8;
... ...