Authored by biao

优化品牌一览页导航标签切换体验. code review by LZF

... ... @@ -50,7 +50,7 @@ $('.yoho-header').css({
top: 0
});
(function updateLayout() {
(function() {
if ($('.banner-top').length > 0) {
$('.hot-brands').css('padding-top', '0');
}
... ...