var t = 50/ $(".shopsinfo-bottom .address li:first p").height();
$(".shopsinfo-bottom .address li:first p").css({
lineHeight:t*16+"px",
height:t*$(".shopsinfo-bottom .address li:first p").height(),
});
注:
50为父标签的高度;
记得引用jquery
时间: 2024-10-13 12:13:23