abstract:css* {margin:0px; padding:0px;}.clear{clear: both;}li{list-style: none;}a{text-decoration: none; color: #6c6c6c;font-size: 13px;}.header {width:100%;height:40px;background-color:#F5F5F5; }.header_cont
css
* {margin:0px; padding:0px;}
.clear{clear: both;}
li{list-style: none;}
a{text-decoration: none; color: #6c6c6c;font-size: 13px;}
.header {width:100%;height:40px;background-color:#F5F5F5; }
.header_content{width:1200px; height: 40px; margin: 0px auto; line-height: 40px}
.header_left{height:40px;float: left;}
.header_left a{margin-right:5px;}
.header_right{height:40px;float: right;}
.header_right a{margin-right:5px;}
/* .fl{ float: left;}
.fr{ float: right;} */
.header_content a:hover {color: #FF4400;}
.header_a{display: inline-block;height: 40px; width: 91px;text-align: center; position: relative;}
.header_a:hover{background: #fff;}
.header_a ul{border: 1px solid #F5F5F5;display: none;}
.header_a:hover ul{display: block;position: absolute;}
.header_a ul li:hover{background-color: #F5F5F5;}
.header_a ul li{color: #6c6c6c;height: 30px; line-height: 30px; text-align: left;padding: 0px 3px;margin: 5px 0px;}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>淘寶導(dǎo)航</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">
<style type="text/css">
/** {margin:0px; padding:0px;}
.header {width: 100%;height:40px;background-color : #F5F5F5; }*/
</style>
</head>
<body>
<div class = "header">
<div class="header_content">
<div class="header_left">
<a href="" class="header_a">中國(guó)大陸 <i class="fa fa-angle-down"></i></a>
<a href="" style="color:#FF4400">親,請(qǐng)登錄</a>
<a href="">免費(fèi)注冊(cè)</a>
<a href="">手機(jī)逛淘寶</a>
</div>
<div class="header_right">
<a href="" class="header_a">我的淘寶<span class="fa fa-angle-down"></span>
<ul>
<li>已買(mǎi)到的寶貝</li>
<li>我的足跡</li>
</ul>
</a>
<a href=""class="header_a"><span class="fa fa-shopping-cart" style="color: #FF4400"></span> 購(gòu)物車(chē) <span class="fa fa-angle-down"></span></a>
<a href=""class="header_a"><span class="fa fa-star" style="color: #ccc"></span> 收藏夾 <span class="fa fa-angle-down"></span></a>
<a href="">商品分類(lèi)</a> |
<a href="" class="header_a">千牛賣(mài)家中心 <span class="fa fa-angle-down"></span></a>
<a href="" class="header_a">聯(lián)系客服 <span class="fa fa-angle-down"></span></a>
<a href="" class="header_a"><span class="fa fa-bars" style="color: #FF4400"></span> 網(wǎng)站導(dǎo)航 <span class="fa fa-angle-down"></span></a>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>
Correcting teacher:查無(wú)此人Correction time:2019-05-22 09:20:20
Teacher's summary:完成的不錯(cuò)。學(xué)編程,先從模仿開(kāi)始,繼續(xù)加油。