<div class="box"> <p>这里是第一行文本</p> <p>这里是第二行文本</p> </div>
.box { height: auto; border: 1px solid red; }