CSS技巧(二):before间隔线 |

p:before{ content: ''; width: 5px; height: 15px; border-radius: 10px; display: inline-block; background-color: red; margin-right: 5px; margin-bottom: -2px; }
<p>文字描述台词</p>

p:before{ content: ''; width: 5px; height: 15px; border-radius: 10px; display: inline-block; background-color: red; margin-right: 5px; margin-bottom: -2px; }
<p>文字描述台词</p>