摘要:<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>導(dǎo)航案例</title><style>*{ margin:0; pad
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>導(dǎo)航案例</title>
<style>
*{
margin:0;
padding:0;
}
a{
text-decoration:none;
color:#000;
font-size:13px;
}
.q{
clear:both;
}
.header{
width:100%;
background-color:#f5f5f5;
}
.cont{
width:1200px;
margin: 0px auto;
line-height:40px;
}
.c_left{
height:40px;
float:left;
}
.c_right{
width:500px;
float:right;
}
.b{
display:inline-block;
width:70px;
height:40px;
text-align:center;
}
.c_left a{
margin-right:5px;
}
.cont a:hover{
color:#ff5000;
}
.b:hover{
background-color:#FFF;
}
</style>
</head>
<body>
<div class="header">
<div class="cont">
<div class="c_left">
<a href="#" class="b">中國(guó)大陸 <span>v</span></a>
<a href="#" style="color:#ff5000;">親,請(qǐng)登錄</a>
<a href="#">免費(fèi)注冊(cè)</a>
<a href="#">手機(jī)逛淘寶</a>
</div>
<div class="c_right">
<a href="#" class="b">我的淘寶 <span>v</span></a>
<a href="#" >購物車</a>
<a href="#" class="b">收藏夾 <span>v</span></a>
<a href="#">商品分類</a>
<a href="#" class="b">賣家中心 <span>v</span></a>
<a href="#" class="b">客服中心 <span>v</span></a>
</div>
<div class="q"></div>
</div>
</div>
</body>
</html>
批改老師:查無此人批改時(shí)間:2019-06-17 09:36:00
老師總結(jié):完成的不錯(cuò)。很多寫好的樣式,可以保存下來,留著以后用。繼續(xù)加油。