Authored by 郝肖肖

品类 offset top

@@ -64,6 +64,10 @@ $cateContainer.on('touchend', function(e) { @@ -64,6 +64,10 @@ $cateContainer.on('touchend', function(e) {
64 64
65 $subLevel.not('.hide').addClass('hide'); 65 $subLevel.not('.hide').addClass('hide');
66 $subLevel.eq(index).removeClass('hide'); 66 $subLevel.eq(index).removeClass('hide');
  67 +
  68 + $subLevel.css({
  69 + top: $cur.offset().top - 60
  70 + });
67 } 71 }
68 }); 72 });
69 73
@@ -127,6 +127,7 @@ @@ -127,6 +127,7 @@
127 .sub-level { 127 .sub-level {
128 width: 100%; 128 width: 100%;
129 background-color: #f6f6f6; 129 background-color: #f6f6f6;
  130 + position: relative;
130 131
131 &.hide { 132 &.hide {
132 display: none; 133 display: none;