abstrait:<!doctype><html> <head> <meta charset="UTF-8"> <title>淘寶網(wǎng)</title> <link rel="stylesheet" href="css/index.css"> <link rel=
<!doctype>
<html>
<head>
<meta charset="UTF-8">
<title>淘寶網(wǎng)</title>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="header">
<div class="header_content">
<div class="header_left">
<a href="" class="header_a">中國大陸 <i class="fa fa-angle-down"></i></a>
<a href="" style="color: #ff5000">親,請登錄</a>
<a href="">免費(fèi)注冊</a>
<a href="">手機(jī)逛淘寶</a>
</div>
<div class="header_right">
<a href="" class="header_a">我的淘寶 <i class="fa fa-angle-down"></i></a>
<a href="" style="color: #ff5000"><span class="
fa fa-cart-plus"></span>購物車</a>
<a href="" class="header_a">收藏夾<i class="fa fa-angle-down"></i></a>
<a href="">商品分類</a>
<a href="" class="header_a">賣家中心<i class="fa fa-angle-down"></i></a>
<a href="" class="header_a">聯(lián)系客服<i class="fa fa-angle-down"></i></a>
<a href="" class="header_a">網(wǎng)站導(dǎo)航<i class="fa fa-angle-down"></i></a>
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
color: #3C3C3C;
font-size: 14px;
}
.clear{
clear: both;
}
.header{
width: 100%;
height: 40px;
background: #F5F5F5;
}
.header_a{
display: inline-block;
width: 90px;
height: 40px;
text-align: center;
}
.header_content{
width: 1200px;
height: 40px;
margin: 0 auto;
line-height: 40px;
}
.header_content a:hover{
color: #ff5000;
}
.header_left{
height: 40px;
float: left;
}
.header_left a {
margin-right: 5px;
}
.header_right{
height: 40px;
float: right;
}
.header_a:hover{
background: #fff
}
Professeur correcteur:滅絕師太Temps de correction:2019-03-25 09:35:15
Résumé du professeur:完成的不錯(cuò)!導(dǎo)航是頁面中很常見,繼續(xù)加油!