css before实现块分割线布局 前端晋级攻城狮 2019-05-20 781 阅读1分钟 <div class="box"></div> .box { content: ''; width: 1px; height: 60px; background: red; }