...
|
...
|
@@ -104,7 +104,6 @@ function sequence(a, b) { |
|
|
function searchInput() {
|
|
|
if ($keyword.val().length) {
|
|
|
$icon.css('color', '#444');
|
|
|
$searchResult.css('margin-bottom', '6rem');
|
|
|
|
|
|
// $(this).closest('.search-box').css('width', '11.25rem');
|
|
|
$searchAction.show().find('.clear-text').show();
|
...
|
...
|
@@ -256,6 +255,10 @@ function searchResult() { |
|
|
bindWriteLocal($('.brand-list'), true);
|
|
|
}
|
|
|
|
|
|
$(window).resize(function() {
|
|
|
window.rePosFooter();
|
|
|
});
|
|
|
|
|
|
(function() {
|
|
|
if ($('.banner-top').length === 0) {
|
|
|
let h1 = $('.gender-nav').height();
|
...
|
...
|
|