Authored by 郭成尧

Merge branch 'feature/errorAmend' into 'release/5.5.1'

品牌搜索底部



See merge request !433
@@ -104,7 +104,6 @@ function sequence(a, b) { @@ -104,7 +104,6 @@ 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');  
108 107
109 // $(this).closest('.search-box').css('width', '11.25rem'); 108 // $(this).closest('.search-box').css('width', '11.25rem');
110 $searchAction.show().find('.clear-text').show(); 109 $searchAction.show().find('.clear-text').show();
@@ -256,6 +255,10 @@ function searchResult() { @@ -256,6 +255,10 @@ function searchResult() {
256 bindWriteLocal($('.brand-list'), true); 255 bindWriteLocal($('.brand-list'), true);
257 } 256 }
258 257
  258 +$(window).resize(function() {
  259 + window.rePosFooter();
  260 +});
  261 +
259 (function() { 262 (function() {
260 if ($('.banner-top').length === 0) { 263 if ($('.banner-top').length === 0) {
261 let h1 = $('.gender-nav').height(); 264 let h1 = $('.gender-nav').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;