...
|
...
|
@@ -301,9 +301,9 @@ $('.wei-share').on('touchend', function(e) { |
|
|
lazyLoad($('.lazy'));
|
|
|
|
|
|
// title mlellipsis
|
|
|
$('.info-list .title, .one-good .reco-name').each(function() {
|
|
|
this.mlellipsis(2);
|
|
|
});
|
|
|
// $('.info-list .title, .one-good .reco-name').each(function() {
|
|
|
// this.mlellipsis(2);
|
|
|
// });
|
|
|
|
|
|
// offset.left约等于marginLeft的值则表示介绍被换行,则清除intro的paddingTop让其更靠近头像和作者名
|
|
|
if ($authorIntro.offset() && (parseInt($authorIntro.offset().left, 10) ===
|
...
|
...
|
|