abstract:<<!DOCTYPE html> <html> <head> <meta charset="UTF-8"
<<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
淘寶導(dǎo)航
</title>
<link rel="stylesheet" type="text/css" href="css/font-awesome/css/font-awesome.min.ccs">
<style type="text/css">
*{margin: 0px;padding:0px;}
a{text-decoration: none;color:#6c6c6c;font-size:13px;}
li{list-style: none;}
.clear{clear:both;}
.header{width:100%;background-color: #f5f5f5;}
.header_content{width: 1200px;margin:0px auto;line-height: 40px}
.header_left{height:40px;float:left;}
.header_left a{margin-right: 5px}
.header_content a:hover{color:#ff5000;}
.header_right{height:40px; float:right;}
.header_a{display:inline-block;height:40px;text-align:center;width:90px;position:relative;}
.header_a:hover{background-color: #fff;}
.header_a ul{border:1px solid #f5f5f5;display:none;border-top:none;}
.header_a:hover ul{display:block;position:absolute;width:100px;}
.header_a ul li:hover{background-color:#F5F5F5;}
.header_a ul li{color:#6c6c6c;height:30px;line-height: 80px;text-align:left;padding:0px 3px;margin:5px 0px; }
</style>
</head>
<body>
<div class="header">
<div class="header_content">
<div class="header_left">
<a href="class=header_a">
中國大陸
</a>
<a href="" style="color:#ff5000;">
親,請登錄
</a>
<a href="">
免費注冊
</a>
<a href="">
手機逛淘寶
</a>
</div>
<div class="header_right">
<a class="header_a"href="">
我的淘寶
<i class="fa fa-angle-dowsn">
</i>
<ul>
<li>
已買到的寶貝
</li>
<li>
我的足跡
</li>
</ul>
</a>
<a href="">
<span class="fa fa-cart-plus">
</span>
購物車
</a>
<a href="" class="header_a">
<span class="fa fa-star">
</span>
收藏
<i class="fa fa-angle-dowsn">
</i>
</a>
<a href="">
商品分類
</a>
<a href="" class="header_a">
賣家中心
<i class=" fa fa-angle-dowsn">
</i>
</a>
<a href="" class="header_a">
聯(lián)系客服
<i class=" fa fa-angle-dowsn">
</i>
</a>
<a href="" class="header_a">
<span class="fa-aling-justify" style="color:FF5000;">
</span>
網(wǎng)站導(dǎo)航
<i class=" fa fa-angle-dowsn">
</i>
</a>
</div>
</div>
<div class="clear">
</div>
</div>
</body>
</html>
Correcting teacher:滅絕師太Correction time:2018-12-04 10:50:22
Teacher's summary:布局沒有問題,下次能附上課程圖片就更好了!有二級下拉菜單的導(dǎo)航不建議用a嵌套!