淘宝导航栏布局
小臻2019-03-14 11:11:50257 <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>淘宝导航</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>
<div>
<div>
<div>
<a href="#">中国大陆 <i class="fa fa-angle-down"></i></a>
<a href="#" style="color: #FF5000;">亲,请登录</a>
<a href="#">免费注册</a>
<a href="#">手机逛淘宝</a>
</div>
<div>
<a href="#">我的淘宝<i class="fa fa-angle-down"></i></a>
<a href="#"><span class="fa fa-cart-plus"></span> 购物车</a>
<a href="#"><span class="fa fa-star"></span> 收藏夹<i class="fa fa-angle-down"></i></a>
<a href="#">商品分类</a>
<a href="#">卖家中心<i class="fa fa-angle-down"></i></a>
<a href="#">联系客服<i class="fa fa-angle-down"></i></a>
<a href="#">网站导航<i class="fa fa-angle-down"></i></a>
</div>
</div>
<div></div>
</div>
</body>
</html>