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

常用導(dǎo)航布局案例

Original 2019-05-28 16:53:15 1502
abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>導(dǎo)航</title><link rel="stylesheet" type="text/css" href="css/index.css&q

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>導(dǎo)航</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">

<!-- <link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> -->

</head>

<body>

<div>

<div>

<div>

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

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

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

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

</div>



<div>

<a href="">我的淘寶&nbsp; <i class=" fa fa-caret-down"></i></a>

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

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

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

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

<a href="">網(wǎng)站導(dǎo)航&nbsp; <i class=" fa fa-caret-down"></i></a>

</div>



</div>

<div></div>

</div>

</body>

</html>

---------------------------------------------------

index.css


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

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

.clear{clear: both;}

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

.header_content{width: 1190px;height: 35px;margin:0px auto;line-height: 35px;}

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

.header_left{/*background: pink; */width: auto;height: 35px; float: left;}

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

.header_right{/*background: pink; */width: 600px;height: 35px;float: right;}

.header_right a{margin-left: 5px;}

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

.header_a:hover{background: #fff;}


Correcting teacher:天蓬老師Correction time:2019-05-28 17:05:17
Teacher's summary:說實(shí)話, 你的導(dǎo)航我也沒看出來, 一是沒有圖, 二是你的css代碼讓人看上去太累了, 能一行只寫一個樣式規(guī)則嗎?

Release Notes

Popular Entries