Authored by zhangxiaoru

格式

... ... @@ -105,8 +105,6 @@ 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();
} else {
... ... @@ -262,7 +260,6 @@ $(window).resize(function() {
});
(function() {
if ($('.banner-top').length === 0) {
let h1 = $('.gender-nav').height();
let h2 = $('.newbrand-search').height();
... ...