jQuery(function () {
var el = jQuery(".article-con");
var height = el.height();
if (height > 800) {
el.css({"height": "800px", "overflow": "hidden"});
jQuery(".detail-intro-more").show();
}
jQuery(".detail-view-num").text(1011+"浏览");
jQuery(".detail-comment-num").text(0+"评论");
jQuery(".detail-click-num").text(0+"点赞");
jQuery(".comment-num").text("(0)");
jQuery(".comment-num-left").text("0");
jQuery(".article-thumbs-number").text("0");
jQuery("#a_sendpm_1").before("关注");
jQuery(".detail-comment-text").after("");
})