浮动章节作业
小逗2019-04-13 15:54:55208<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>NAV</title>
<style>
*{margin: 0;padding: 0;}
.top_conter ul{list-style: none; height:40px;}
.top_conter ul li{float:left;padding: 0px 10px;}
.top_conter ul li a{text-decoration: none;height:40px; }
.top_conter ul li a:hover{text-decoration: none;height:40px;background-color:#fff;display: inline-block;}
.clear{clear: both;}
.top_box{background: #fff;width: 100%}
.top_conter{height:40px;width:1400px;font-size: 11px;line-height: 40px;background-color:pink;margin:0px auto;position: relative;}
.top_conter_left{float: left;width: 400px;}
.top_conter_right{float: right;width: 700px;}
</style>
</head>
<body>
<div class="top_box">
<div class="top_conter">
<div class="top_conter_left">
<ul>
<li class="tnav"><a href="" class="navc">中国大陆</a>
<li><a href="">亲,请登录</a></li>
<li><a href="">免费注册</a></li>
<li><a href="">手机逛</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>