Authored by 郝肖肖

品类 offset top

... ... @@ -64,6 +64,10 @@ $cateContainer.on('touchend', function(e) {
$subLevel.not('.hide').addClass('hide');
$subLevel.eq(index).removeClass('hide');
$subLevel.css({
top: $cur.offset().top - 60
});
}
});
... ...
... ... @@ -127,6 +127,7 @@
.sub-level {
width: 100%;
background-color: #f6f6f6;
position: relative;
&.hide {
display: none;
... ...