<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.fly-tab span a {
height: 36px;
line-height: 36px;
padding: 0 20px;
border-right: 1px solid #ddd;
font-size: 14px;
background-color: #fff;
}
.fly-tab span, .fly-tab span a {
display: inline-block;
vertical-align: top;
}
.fly-tab span {
border: 1px solid #ddd;
font-size: 0;
}

a{
text-decoration: none;
color: #333;
}

</style>
</head>
<body>
<div class="fly-tab">
<span>
<a href="jie/index.html">全部</a>
<a href="jie/index.html">未结帖</a>
<a href="jie/index.html">已采纳</a>
<a href="jie/index.html">精帖</a>
<a href="user/index.html">我的帖</a>
</span>


</div>

</body>
</html>


效果

layui社区源码笔记之fly-tab


 
                    
            
                

相关文章:

  • 2021-09-16
  • 2021-04-26
  • 2021-10-16
  • 2021-12-31
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-09-02
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案