国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

淘寶導航下拉列表

Original 2019-03-26 21:30:13 251
abstract:總結(jié):1.position{ fixed固定定位     relative相對定位    absolute絕對定位}<!DOCTYPE html><html><head> <title>淘寶導航</title> <meta charset="utf-8">

總結(jié):

1.position{ fixed固定定位     relative相對定位    absolute絕對定位}

<!DOCTYPE html>

<html>

<head>

<title>淘寶導航</title>

<meta charset="utf-8">

<link rel="stylesheet" type="text/css" href="css/css/font-awesome.min.css">

<style type="text/css">

*{margin: 0;padding: 0;}

li{list-style: none;}

.clear{clear:both;}

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

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

.header_content{width: 1200px;height: 40px;margin: 0 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:600px;height: 40px; float:right;}

.header_a{display: inline-block;height: 40px;width: 80px;text-align: center;position: relative;}

.header_a :hover{background: #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: #F4F4F4}

.header_a ul li{color: #6c6c6c;height: 30px;line-height: 30px;text-align: left;padding: 0 3px;margin: 5px 0}

.header_a .a li{width:350px;line-height: 70px; text-align: center;font-size: 16px}

.header_a .a span{background: #FE4403;width: 100px;height: 25px;font-size: 16px;color: #fff;padding: 5px;}

</style>

</head>

<body>

<div class="header">

<div class="header_content">

<div class="header_left">

<a href="" class="header_a">中國大陸&nbsp;&nbsp;<i class="fa fa-angle-down"></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"></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>

<ul class="a">

<li>您購物車里還沒有任何寶貝。 <span>查看我的購物車</span></li>

</ul>

</a>

<a href="" class="header_a"><span class="fa fa-star">&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>免費開店</li>

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

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

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

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

<li>體檢中心</li>

<li>問商友</li>

</ul>

</a>

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

<ul>

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

<li>賣家客服</li>

</ul>

</a>

<a href="" class="header_a">網(wǎng)站導航<i class="fa fa-angle-down"></i></a>

</div>

</div>

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

</div>

</body>

</html>


Correcting teacher:查無此人Correction time:2019-03-27 09:12:18
Teacher's summary:完成的不錯,下次把代碼縮進,看著整潔。繼續(xù)加油。

Release Notes

Popular Entries