Authored by 郝肖肖

潮流优选 底部样式

@@ -116,12 +116,13 @@ $(function() { @@ -116,12 +116,13 @@ $(function() {
116 $('.tab-nav').css({ 116 $('.tab-nav').css({
117 position: 'absolute' 117 position: 'absolute'
118 }); 118 });
119 - }  
120 119
121 - if ($footer.length > 0) {  
122 - $footer.before( 120 + $footer.css({
  121 + "max-width": "650px"
  122 + }).before(
123 '<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>' 123 '<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>'
124 ); 124 );
125 } 125 }
  126 +
126 plusstar.init(); 127 plusstar.init();
127 }); 128 });
@@ -29,6 +29,7 @@ @@ -29,6 +29,7 @@
29 white-space: nowrap; 29 white-space: nowrap;
30 overflow: hidden; 30 overflow: hidden;
31 text-overflow: ellipsis; 31 text-overflow: ellipsis;
  32 + cursor: pointer;
32 33
33 &:first-child { 34 &:first-child {
34 margin-left: -10px; 35 margin-left: -10px;