Put a <div>
around the markup where you want the line to appear to next, and use CSS to style it:
(在标记周围放置一个<div>
,您希望下一行显示该行,并使用CSS对其进行样式化:)
.verticalLine { border-left: thick solid #ff0000; }
<div class="verticalLine"> some other content </div>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…