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

CSS下拉效果

原創(chuàng) 2019-02-06 13:35:55 230
摘要:                                  HTML<!DOCTYPE html><html><head> <meta charset="utf-8&qu

                                  HTML

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>淘寶導(dǎo)航</title>

<link rel="stylesheet" type="text/css" href="css/hcx.css">

<link rel="stylesheet" type="text/css" href="css/font-awesome-字體庫/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"></i>

           <ul>

             <li>全球</li>

             <li>中國大陸</li>

             <li>香港</li>

             <li>澳門</li>

             <li>臺(tái)灣</li>

             <li>美國</li>

             <li>敘利亞</li>

             <li>阿富汗</li>

             <li>雞頭嶺</li>

             <li>法國</li>

             <li>土耳其</li>

           </ul>

         </a>

         <a href="" style="color: #FF5000;">親,請(qǐng)登錄</a>

         <a href="">免費(fèi)注冊(cè)</a>

         <a href="">手機(jī)逛淘寶</a>

    </div>

    <div class="header_right">

         <a href="" class="header_a">我的淘寶<i class="fa fa-angle-down"></i>

          <ul>

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

           <li>我的足跡</li>

          </ul>

         </a>

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

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

            <ul>

              <li>收藏的寶貝</li>

              <li>收藏的店鋪</li>

            </ul>

         </a>

         <a href="" >商品分類</a>

         <a href="" class="header_a">賣家中心<i class="fa fa-angle-down"></i>

           <ul>

            <li>免費(fèi)開店</li>

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

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

            <li>賣家服務(wù)市場(chǎng)</li>

            <li>賣家培訓(xùn)中心</li>

            <li>體驗(yàn)中心</li>

            <li>問商友</li>

           </ul>

         </a>

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

            <ul>

              <li>消費(fèi)者客服</li>

              <li>賣家客服</li>

            </ul>

         </a>

         <a href="" class="header_a"><span class="fa fa-bars" style="color: #FF5000"></span>&nbsp;網(wǎng)站導(dǎo)航<i class="fa fa-angle-down"></i></a>

    </div>

</div>

<div class="clear"></div>

</div>

</body>

</html>




                                                       CSS

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

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

li{list-style: none;}

.clear{clear: both;}

.header{width: 100%;background-color: #F5F5F5;}

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

.header_left{height: 40px;float: left;}

.header_left a{margin-right: 5px;}

.header_content a:hover{color: #FF5000;}

.header_right{width: 650px;height: 40px;float: right;}

.header_a{display: inline-block;height: 40px;width: 90px;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: 100px;} 

.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;}


批改老師:韋小寶批改時(shí)間:2019-02-11 09:28:21
老師總結(jié):寫的很不錯(cuò) 對(duì)于我個(gè)人而言,下拉菜單部分使用純css就可以搞定了,并不需要使用js方面的東西!

發(fā)佈手記

熱門詞條