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

課后練習(xí)-簡單下拉菜單

??? 2019-02-21 15:47:45 217
????:<!DOCMENT TYPE> <html> <head> <title>課后練習(xí)-蘇寧易購導(dǎo)航</title> </head> <link rel="stylesheet" type="text/css" href="css/fo
<!DOCMENT TYPE>
<html>
<head>
<title>課后練習(xí)-蘇寧易購導(dǎo)航</title>
</head>
<link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<style type="text/css">
*{margin: 0;padding: 0;}
a{text-decoration: none;color: #666;font-size: 12px;}
li{list-style: none;}
.clear{clear: both;}
.header{width: 100%;height: 35px;background: #f5f5f5;border-bottom: 1px solid #eee;}
.header_content{width:1190px;height:35px;line-height:35px;margin: 0 auto;}
.header_left{height: 35px;float: left;}
.header_content a:hover{color:#f60;}
.header_right{height: 35px;float: right;}
.header_right a{margin-left: 5px;}
.header_a{display: inline-block;height: 35px;width: 85px;text-align: center;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: 84px;}
.header_a ul li{color:#666;height:30px;line-height: 30px;text-align: left;padding: 0 12px;}
.header_a ul li:hover{color: #f60;}
</style>
<body>
<div class="header">
<div class="header_content">
<div class="header_left">
<a href="" class="header_a">網(wǎng)站導(dǎo)航&nbsp; <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a">商家入駐&nbsp; <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a">客戶服務(wù)&nbsp; <i class="fa fa-angle-down"></i></a>
<a href=""><span class="fa fa-map-marker" style="color:#f60;font-size: 16px;"></span>&nbsp;成都&nbsp; <i class="fa fa-caret-down"></i></a>
</div>
<div class="header_right">
<a href="">請登錄</a>
<a href="" style="color:#ff5000;">注冊有禮</a>
<a href="" class="header_a">我的訂單&nbsp; <i class="fa fa-angle-down"></i>
<ul>
<li>待支付</li>
<li>待收貨</li>
<li>待評價</li>
<li>修改訂單</li>
</ul>
</a>
<a href="" class="header_a">我的易購&nbsp; <i class="fa fa-angle-down"></i></a>
<a href="">蘇寧會員&nbsp; <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a" style="color:#f60;"><i class="fa fa-cart-plus" style="font-size: 16px;"></i>&nbsp;購物車 0&nbsp; <i class="fa fa-angle-down"></i></a>
<a href="">易付寶</a>
<a href="">企業(yè)采購</a>
<a href="">手機蘇寧&nbsp; <i class="fa fa-angle-down"></i></a>
</div>
</div>
</div>
<div class="clear"></div>
</body>
</html>

QQ截圖20190221154623.png

下拉菜單比較復(fù)雜的多列包括含圖片的那種,還是覺得有點難,無從下手

?? ???:韋小寶?? ??:2019-02-21 17:18:04
???? ??:不要感覺到難 慢慢的從大框架入手 就比如這一個整體 先把整體做出來 再慢慢的去寫中間的東西

??? ??

?? ??