Merge branch 'feature/errorAmend' into 'release/5.5.1'
品牌搜索底部 See merge request !433
Showing
2 changed files
with
5 additions
and
1 deletions
@@ -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(); |
-
Please register or login to post a comment