diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 62a3d98db..e7a9cb778 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -319,12 +319,13 @@ }) }); - if ($("#brief_introduction").length<80) { + if ($("#brief_introduction").text().length<220) { $("#look_more").hide(); } $(".more").click(function(){ $("#look_more").hide(); $("#brief_introduction").css("overflow", "visible"); + $("#brief_introduction").css("display", "block"); }); function swiperGet(){