标题伪元素

50 阅读1分钟
  &::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: #ec0505;
  }