Authored by 张丽霞

fix 小图标没有边框 & 页面切换会没有定位

... ... @@ -243,7 +243,9 @@ $.jqtab = function(nav, posNav, main) {
$nav2.removeClass('fixed-top');
$nav2.removeClass('absolute');
}
myScroll.scrollTo(0, 0);
if (!$nav1.hasClass('hide')) {
myScroll.scrollTo(0, 0 - imgH);
}
$nav1.addClass('hide');
return false;
... ...
... ... @@ -16,8 +16,7 @@
float: left;
width: 158px;
height: 174px;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border: 1px solid #e0e0e0;
.img-box {
width: 100%;
height: 138px;
... ...
... ... @@ -17,8 +17,7 @@
float: left;
width: 158px;
height: 174px;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border: 1px solid #e0e0e0;
overflow: hidden;
.img-box {
... ...
... ... @@ -108,6 +108,7 @@
background: #f0f0f0;
padding-bottom: 40px;
overflow: hidden;
min-height: 1000px;
}
.banner-area {
... ...