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

下來導航條案例

Original 2018-12-27 16:20:12 206
abstract:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>淘寶導航</title> <link rel="stylesheet" type="text/css" href="css/in

<!DOCTYPE html>

<html>


<head>

<meta charset="UTF-8">

<title>淘寶導航</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" />

</head>


<body>

<div class="header">

<div class="header-content">

<div class="header-left">

<a href="" class="header-a">中國大陸 &nbsp; <i class="fa fa-angle-down" aria-hidden="true"></i></a>

<a href="" style="color: #FF5000;">親,請登錄</a>

<a href="">免費注冊</a>

<a href="">手機逛淘寶</a>

</div>

<div class="header-right">

<a href="" class="header-a">我的淘寶<i class="fa fa-angle-down" aria-hidden="true"></i>

<ul>

<li>已買到的寶貝</li>

<li>我的足跡</li>

</ul>

</a>

<a href="" class="header-a"><span class="fa fa-star"></span>收藏夾 &nbsp;<i class="fa fa-angle-down" aria-hidden="true"></i>

<ul>

<li>收藏店鋪</li>

<li>收藏寶貝</li>

</ul>

</a>

<a href=""><span class="fa fa-cart-plus" style="color: #FF5000;"></span>購物車 &nbsp;</a>

<a href="">商品分類 &nbsp;</a>

<a href="" class="header-a">賣家中心 &nbsp;<i class="fa fa-angle-down" aria-hidden="true"></i>

<ul>

<li>免費開店</li>

<li>已賣出寶貝</li>

<li>出售中寶貝</li>

<li>賣家服務市場</li>

<li>賣家培訓中心</li>

<li>體驗中心</li>

<li>問商友</li>

</ul>

</a>

<a href="" class="header-a">聯(lián)系客服<i class="fa fa-angle-down" aria-hidden="true"></i>

<ul>

<li>消費者客服</li>

<li>賣家客服</li>

</ul>

</a>

<a href="" class="header-a"><span class="fa fa-star" style="color: #FF5000;"></span>網(wǎng)站導航<i class="fa fa-angle-down" aria-hidden="true"></i></a>

</div>

</div>

</div>

<div class="clear">


</div>

</body>


</html>

*{margin: 0px;padding: 0px;}

a{text-decoration: none;color: #6c6c6c;font-size: 13px;}

li{list-style: none;}

.clear{clear: both;}

.header{width: 100%;height: 40px;background-color: #f5f5f5;}

.header-content{width: 1200px;height: 40px;margin: 0px auto;line-height: 40px;}

.header-left{float: left;}

.header-left a{margin-right: 5px;}

.header-content a:hover{color: #ff5000;}

.header-right{float: right;}

.header-a{display: inline-block;height: 40px;width: 90px;text-align: center;position: relative;}

.header-a:hover{background-color: #FFFFFF;}

.header-a ul{border: 1px solid #F5F5F5;display: none;border-top: none;}

.header-a:hover ul{display: block;position: absolute;width: 100px;}

.header-a ul li:hover{background-color: #f5f5f5;} 

.header-a:hover ul li{color: #6C6C6C;height: 30px;line-height: 30px;text-align: left;padding: 0px 3px;margin: 5px 0px;}

網(wǎng)站導航還沒能做出來

Correcting teacher:天蓬老師Correction time:2018-12-27 17:05:39
Teacher's summary:padding: 0px 3px; 0 后面不要加 px

Release Notes

Popular Entries