中间文字,两侧线条,文字居中的布局

 <style>
.free_fit{
position: relative;
height: 30px;
}
.tit{
width: 180px;
height: 30px;
text-align: center;
color: #616161;
font-weight: 700;
background:white;
position: absolute;
z-index: 2;
left: 50%;
margin-left: -90px;
line-height: 30px;
}
.tit-bg{
width: 100%;
height: 1px;
position: absolute;
z-index: 1;
top: 14px;
background: #ccc;
}
.zhanwei{
width: 100%;
height: 20px;
background: yellow;
text-align: center;
}
</style>

<div style="width: 100%;height: 50px;background: red">
<div class="free_fit">
<p class="tit">中间的文字</p>
<p class="tit-bg"></p>
</div>
</div>

<div class="zhanwei">
占位div,直观的验证
</div>




<style type="text/css">
ul#navlist {
font:12px verdana;
padding-bottom: 13px;
}

ul#navlist li span{
background: #FBFBFB;
}
ul#navlist li {
float: left;
height: 30px;
border: 0px solid #6c6;
width: 100%;
}
ul#navlist .list1 {
border-bottom: 1px solid #6c6;
width: 100%;
margin-bottom: -15px;
}

#navlist b {
display: block;
color: #666;
text-decoration: none;
padding: 6px 5px;
width: 100%;
text-align: center;
}
</style>

</head>

<body>

<ul id="navlist">
<li class="list1"></li>
<li class="list2"><b><span>官方精选</span></b></li>
</ul>

</body>

</html>
posted @ 2016-11-08 11:22  贺小鸣  阅读(672)  评论(0编辑  收藏  举报
为尊重他人劳动成果,转载/摘抄请标明来源!