移动端 导航栏样式汇总(一)移动端 导航栏样式汇总(一)

.tab-list {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}
.tab-item {
  box-sizing: border-box;
  display: inline-block;
  width: 14%;
  line-height: 32px;
  color: #222;
  font-size: 14px;
  text-align: center;
}
.tab-item.is-active {
  color: #d33d3e;
}

 

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-12-22
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2021-04-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案