css段落上下间距_html/css
来源:动视网
责编:小采
时间:2020-11-27 15:45:48
css段落上下间距_html/css
css段落上下间距_html/css_WEB-ITnose:比如文字文字文字 文字换行后,怎么可以设置p的上下间距,因为要动态调用,不能用br标签. 要的效果是 文字 文字 文字 回复讨论(解决方案) .conten p{margin-bottom:10px;} p{line-height:30px;} p{line-height
导读css段落上下间距_html/css_WEB-ITnose:比如文字文字文字 文字换行后,怎么可以设置p的上下间距,因为要动态调用,不能用br标签. 要的效果是 文字 文字 文字 回复讨论(解决方案) .conten p{margin-bottom:10px;} p{line-height:30px;} p{line-height

比如
文字文字文字
文字换行后,怎么可以设置p的上下间距,因为要动态调用,不能用br标签.
要的效果是
文字
文字
文字
回复讨论(解决方案)
.conten p{margin-bottom:10px;}
p{line-height:30px;}
p{line-height:1.5}
指p的行高是p文字高宽的1.5倍
line-height:24px;设置行间距
谢谢大家,好久没写代码,连这个都忘记了。
css段落上下间距_html/css
css段落上下间距_html/css_WEB-ITnose:比如文字文字文字 文字换行后,怎么可以设置p的上下间距,因为要动态调用,不能用br标签. 要的效果是 文字 文字 文字 回复讨论(解决方案) .conten p{margin-bottom:10px;} p{line-height:30px;} p{line-height