Authored by ccbikai

底部tab 不占用共有底部

@@ -205,3 +205,9 @@ function tsAnimate() { @@ -205,3 +205,9 @@ function tsAnimate() {
205 } 205 }
206 206
207 setTimeout(tsAnimate, 3000); 207 setTimeout(tsAnimate, 3000);
  208 +
  209 +// 底部留出tab 的高度
  210 +
  211 +$('#yoho-footer').css({
  212 + 'margin-bottom': '2.5rem'
  213 +});