|
|
@ -319,12 +319,13 @@
|
|
|
|
})
|
|
|
|
})
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
if ($("#brief_introduction").length<80) {
|
|
|
|
if ($("#brief_introduction").text().length<220) {
|
|
|
|
$("#look_more").hide();
|
|
|
|
$("#look_more").hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$(".more").click(function(){
|
|
|
|
$(".more").click(function(){
|
|
|
|
$("#look_more").hide();
|
|
|
|
$("#look_more").hide();
|
|
|
|
$("#brief_introduction").css("overflow", "visible");
|
|
|
|
$("#brief_introduction").css("overflow", "visible");
|
|
|
|
|
|
|
|
$("#brief_introduction").css("display", "block");
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
function swiperGet(){
|
|
|
|
function swiperGet(){
|
|
|
|