npm install -g yarn

 

@import "mixins";

 

.g-tabbar {

display: flex;

width: 100%;

height: $tabbar-height;

background-color: #fff;

&-item {

flex: 1;

display: flex;

justify-content: center;

align-items: center;

flex-direction: column;

 

.iconfont {

margin-bottom: 4px;

font-size: $icon-font-size;

}

}

}

相关文章:

  • 2022-12-23
  • 2021-04-15
  • 2021-12-14
  • 2021-04-23
  • 2021-08-17
  • 2021-09-29
猜你喜欢
  • 2022-01-27
  • 2022-02-12
  • 2021-05-01
  • 2021-04-13
  • 2021-06-20
  • 2022-12-23
相关资源
相似解决方案