border-1px($color) position: relative &:after
display: block
position: absolute
left: 0;
bottom: 0;
width: 100%;
border-top: 1px solid $color;
content: ’ ’

border-none() &:after
display: none

引用时候:border-1px(rgba(7, 17, 27, .1))
vue 1px边框

相关文章:

  • 2022-01-14
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2021-08-23
  • 2018-07-22
  • 2022-02-28
  • 2022-12-23
相关资源
相似解决方案