落地页简介

master
liuweiwen 5 years ago
parent d5974f973f
commit 53e919bd68

@ -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(){

Loading…
Cancel
Save