abstract:淘宝导航的完成<!DOCTYPE html><html><head> <title>淘宝导航条</title> <!-- <link rel="stylesheet" type="text/css" href="static/css/index.css"> --
淘宝导航的完成
<!DOCTYPE html>
<html>
<head>
<title>淘宝导航条</title>
<!-- <link rel="stylesheet" type="text/css" href="static/css/index.css"> -->
<style type="text/css">
*{margin: 0px;padding: 0px;}
a{text-decoration: none;color: #6C6C6C;}
.br{border-right:1px solid #DEDEE3;}
.clear{clear: both;}
.header{width: 100%;height: 38px;background: #F5F5F5;}
.header_centent{width: 1200px;height: 38px;margin: 0px auto;line-height: 38px;font-size: 12px;}
.header_fl{float: left;height: 38px;}
.header_fl a{margin-right: 5px;}
.header_centent a:hover{color: #F70A24;}
.header_fr{float: right;height: 38px;}
.header_fr a{margin-right: 5px;}
.header_a{display: inline-block;height: 38px;width: 90px;text-align: center;}
.header_a:hover{background: #fafafa;}
.header_a_a{display: inline-block;height: 15px;width: 90px;text-align: center;line-height: 15px;}
</style>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="static/font-awesome-4.7.0/css/font-awesome.min.css"> -->
</head>
<body>
<div class="header">
<div class="header_centent">
<div class="header_fl">
<a href="" class="header_a">中国大陆<i class="fa fa-angle-down"></i></a>
<a href="" style="color:#F70A24;">亲,请登录</a>
<a href="">免费注册</a>
<a href="">手机逛淘宝</a>
</div>
<div class="header_fr">
<a href="" class="header_a">我的淘宝 <i class="fa fa-angle-down"></i></a>
<a href=""><i class="fa fa-cart-plus" style="color: #F70A24;"></i> 购物车 <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a"><i class="fa fa-heart"></i> 收藏夹 <i class="fa fa-angle-down"></i></a>
<a href="" class="br header_a_a"> 商品分类 </a>
<a href="" class="header_a">千牛卖家中心 <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a"> 联系客户 <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a"><i class="fa fa-align-justify" style="color: #F70A24;"></i> 网站导航 <i class="fa fa-angle-down"></i></a>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>
Correcting teacher:查无此人Correction time:2019-04-16 10:01:46
Teacher's summary:完成的不错。多模仿别人的页面,才能写出自己的页面。继续加油。