Authored by zhangxiaoru

品牌搜索底部

@@ -104,7 +104,8 @@ function sequence(a, b) { @@ -104,7 +104,8 @@ function sequence(a, b) {
104 function searchInput() { 104 function searchInput() {
105 if ($keyword.val().length) { 105 if ($keyword.val().length) {
106 $icon.css('color', '#444'); 106 $icon.css('color', '#444');
107 - $searchResult.css('margin-bottom', '6rem'); 107 +
  108 + // $searchResult.css('margin-bottom', '6rem');
108 109
109 // $(this).closest('.search-box').css('width', '11.25rem'); 110 // $(this).closest('.search-box').css('width', '11.25rem');
110 $searchAction.show().find('.clear-text').show(); 111 $searchAction.show().find('.clear-text').show();
@@ -256,7 +257,12 @@ function searchResult() { @@ -256,7 +257,12 @@ function searchResult() {
256 bindWriteLocal($('.brand-list'), true); 257 bindWriteLocal($('.brand-list'), true);
257 } 258 }
258 259
  260 +$(window).resize(function() {
  261 + window.rePosFooter();
  262 +});
  263 +
259 (function() { 264 (function() {
  265 +
260 if ($('.banner-top').length === 0) { 266 if ($('.banner-top').length === 0) {
261 let h1 = $('.gender-nav').height(); 267 let h1 = $('.gender-nav').height();
262 let h2 = $('.newbrand-search').height(); 268 let h2 = $('.newbrand-search').height();
@@ -416,6 +416,7 @@ @@ -416,6 +416,7 @@
416 .search-result { 416 .search-result {
417 width: 100%; 417 width: 100%;
418 padding-top: 178px; 418 padding-top: 178px;
  419 + background: #fff;
419 420
420 &.wechat { 421 &.wechat {
421 padding-top: 88px; 422 padding-top: 88px;