标题多行控制

beidou_tim
Tim 9 years ago
parent 159728c3ba
commit 9536f87c26

@ -233,7 +233,6 @@
<div class="cl"></div> <div class="cl"></div>
</div> </div>
<script> <script>
$(document).ready(function(){
$(".h4-title").each(function(){ $(".h4-title").each(function(){
var titleHeight = $(this).height(); var titleHeight = $(this).height();
if (titleHeight > 52){ if (titleHeight > 52){
@ -243,5 +242,4 @@
$(this).next().hide(); $(this).next().hide();
} }
}); });
});
</script> </script>
Loading…
Cancel
Save