Showing
2 changed files
with
8 additions
and
1 deletions
@@ -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(); |
-
Please register or login to post a comment