abstract:<html> <head> <title> </title> <link rel="stylesheet" type="text/css" href="./css/font-awesome-4
<html>
<head>
<title> </title>
<link rel="stylesheet" type="text/css" href="./css/font-awesome-4.7.0/Font-Awesome-master/css/font-awesome.min.css">
<style>
*{padding: 0px;margin: 0px;}
a{text-decoration: none;color: #000;font-size: 13px;}
.clear{clear: both;}
.header{height: 40px;background: #f5f5f5;}
.header-content{width:1200px;height:40px;margin:0px auto;
line-height: 40px;}
.header-left{height:40px;width: 300px;float:left;}
.header_right{height:40px;float:right;}
a{display:inline-block;height: 40px;}
a:hover{background-color: #fff;}
</style>
</head>
<body>
<div class="header">
<div class="header-content">
<div class="header-left">
<a href="#">中国大陆<i class="fa fa-angle-down"> </i></a>
<a href="#" style="color:#ff5000">亲,请登陆</a>
<a href="#">免费注册 </a>
<a href="#">手机逛淘宝</a>
</div>
<div class="header_right">
<a href="#" class="header_a">我的淘宝<i class="fa fa-angle-down"> </i> </a>
<a href="#" class="header_a"><i class="fa fa-shopping-cart" style="color:#ff5000"> </i>购物车<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">商品分类 </a>
<a href="#">卖家中心<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-angle-down"></i></a>
</div>
</div>
</div>
<div class="clear"></div>
</body>
</html>
Correcting teacher:灭绝师太Correction time:2019-03-08 09:41:16
Teacher's summary:完成的很好 ! 布局思路清晰 , 继续加油吧!