第一行文字
第二行文字
<style> .custom-paragraph { line-height: 5.5; /* 设置行高为1,可以根据需要调整数值 */ } </style> <p class="custom-paragraph">第一行文字</p> <p class="custom-paragraph">第二行文字</p>