Authored by yyq

position

... ... @@ -193,13 +193,11 @@ $(window).on('scroll', function() {
if (scrollTop > fixedAreaTop) {
$fixedArea.css({
position: 'fixed',
top: 0
position: 'fixed'
});
} else {
$fixedArea.css({
position: 'static',
top: 0
position: 'absolute'
});
}
});
... ...
... ... @@ -406,6 +406,8 @@
background: #fff;
z-index: 1;
width: 970px;
position: absolute;
top: 0;
}
.gender-filter {
... ... @@ -540,6 +542,9 @@
}
.goods-wrap {
padding-top: 156px;
position: relative;
.goods-container {
.good-info {
width: 235px;
... ...