flex布局-一行3个

267 阅读1分钟

  .flexTabBar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    &:after {
      content: "";
      width: 30%;
      height: 0;
      visibility: hidden;
    }
    .tabBtn{
      width: 30%;
    }
  }