Authored by zhangxiaoru

品牌搜索底部

... ... @@ -104,7 +104,8 @@ function sequence(a, b) {
function searchInput() {
if ($keyword.val().length) {
$icon.css('color', '#444');
$searchResult.css('margin-bottom', '6rem');
// $searchResult.css('margin-bottom', '6rem');
// $(this).closest('.search-box').css('width', '11.25rem');
$searchAction.show().find('.clear-text').show();
... ... @@ -256,7 +257,12 @@ function searchResult() {
bindWriteLocal($('.brand-list'), true);
}
$(window).resize(function() {
window.rePosFooter();
});
(function() {
if ($('.banner-top').length === 0) {
let h1 = $('.gender-nav').height();
let h2 = $('.newbrand-search').height();
... ...
... ... @@ -416,6 +416,7 @@
.search-result {
width: 100%;
padding-top: 178px;
background: #fff;
&.wechat {
padding-top: 88px;
... ...