.left{
  position:relative;
  &::after {
    content:'';
    position:absolute;
    right:50%;
    top:100%;
    transform: translateX(50%);
    border-top:20px solid white;
    border-right:20px solid transparent;
    border-left:20px solid transparent;
    border-bottom:20px solid transparent;
  }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2021-11-14
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-02-25
  • 2022-12-23
相关资源
相似解决方案