标题多行控制
This commit is contained in:
parent
159728c3ba
commit
9536f87c26
|
@ -233,7 +233,6 @@
|
|||
<div class="cl"></div>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(".h4-title").each(function(){
|
||||
var titleHeight = $(this).height();
|
||||
if (titleHeight > 52){
|
||||
|
@ -243,5 +242,4 @@
|
|||
$(this).next().hide();
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
Loading…
Reference in New Issue