css实现标题左边的红色竖线

话不多说,直接上代码

.title-left{
  width: 5px;
  height: 23px;
  background: #AB0B22;
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
  margin-right: 10px;
}

猜你喜欢

转载自blog.csdn.net/weixin_43837268/article/details/84969084
今日推荐