...
|
...
|
@@ -52,7 +52,10 @@ function hotrank(page, sort, tabId, notab) { |
|
|
$('#yoho-footer').css('position', 'static');
|
|
|
listTop = $('.rank-main').find('ul').offset().top;
|
|
|
} else {
|
|
|
$('#yoho-footer').css('position', 'fixed');
|
|
|
$('#yoho-footer').css({
|
|
|
position: 'fixed',
|
|
|
width: '100%'
|
|
|
});
|
|
|
}
|
|
|
navSwiper = new Swiper('.s-goods-nav', {
|
|
|
grabCursor: true,
|
...
|
...
|
|