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

常用導(dǎo)航條布局-浮動、小圖標(biāo)添加、div命名規(guī)則減少代碼量

Original 2019-07-19 16:48:10 379
abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>常用導(dǎo)航布局案例</title><!-- <link rel="stylesheet" type="text/css" href="c

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>常用導(dǎo)航布局案例</title>

<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->

<style>

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

.clear{clear:both;}

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

.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{height:40px;float:right;}

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

.header_a:hover{background-color:#fff;}

.header_right_b{color:#DFDFE4;margin:5px;}

</style>


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

</head>

<body>

<div>

<div>

<div>

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

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

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

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

</div>

<div>

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

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

<a href="" ><span class="fa fa-star" style="color:#9C9C9C"></span>&nbsp;&nbsp;收藏夾<i class="fa fa-angle-down"></i></a>

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

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

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

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

</div>

</div>

<div></div>

</div>

</body>

</html>



Correcting teacher:查無此人Correction time:2019-07-20 13:04:41
Teacher's summary:完成的不錯。學(xué)編程,先從模仿開始,繼續(xù)加油。

Release Notes

Popular Entries