Authored by 郝肖肖

潮流优选 底部样式

... ... @@ -116,12 +116,13 @@ $(function() {
$('.tab-nav').css({
position: 'absolute'
});
}
if ($footer.length > 0) {
$footer.before(
$footer.css({
"max-width": "650px"
}).before(
'<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>'
);
}
plusstar.init();
});
... ...
... ... @@ -29,6 +29,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
&:first-child {
margin-left: -10px;
... ...