Authored by 郭成尧

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

品牌搜索底部



See merge request !433
... ... @@ -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();
... ...
... ... @@ -416,6 +416,7 @@
.search-result {
width: 100%;
padding-top: 178px;
background: #fff;
&.wechat {
padding-top: 88px;
... ...