亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

每次寫(xiě)設(shè)置元素css樣式的位置好難確定

??? 2019-06-16 23:45:12 235
????:<!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:#6c6c6c;

font-size:13px;

}

.q{

clear:both;

}

li{

list-style:none;

}

.header{

width:100%;

background-color:#f5f5f5;

}

.cont{

width:1200px;

margin: 0px auto;

line-height:40px;

}

.c_left{

height:40px;

float:left;

}

.c_right{

width:800px;

float:right;

}

.b{

display:inline-block;

width:70px;

height:40px;

text-align:center;

position:relative;

}

.c_left a{

margin-right:5px;

}

.cont a:hover{

color:#ff5000;

}

.b:hover{

background-color:#FFF;

}


.b ul{

border:1px solid #f5f5f5;

display:none;

border-top:none;

}

.b:hover ul{

display:block;

position:absolute;

width:70px;

}

.b ul li{

color:#6c6c6c;

height:30px;

line-height:30px;

padding:0px 3px;

margin:5px 0px;

}

.b ul li:hover{

background-color:#ccc;

}


</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>

<ul>

<li>1</li>

<li>2</li>

</ul>

</a>

<a href="#" >購(gòu)物車(chē)</a>

<a href="#" class="b">收藏夾 <span>v</span>

<ul>

<li>1</li>

<li>2</li>

<li>3</li>

</ul>

</a>

<a href="#">商品分類(lèi)</a>

<a href="#" class="b">賣(mài)家中心 <span>v</span>

<ul>

<li>1</li>

<li>2</li>

<li>3</li>

<li>4</li>

</ul>

</a>

<a href="#" class="b">客服中心 <span>v</span>

<ul>

<li>1</li>

<li>2</li>

<li>3</li>

<li>4</li>

<li>5</li>

</ul>

</a>

</div>

<div class="q"></div>

</div>

</div>

</body>

</html>


?? ???:查無(wú)此人?? ??:2019-06-17 09:36:06
???? ??:完成的不錯(cuò)。css樣式學(xué)好,做出來(lái)的頁(yè)面很絢麗。繼續(xù)加油。

??? ??

?? ??