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

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

Original 2019-03-25 01:47:21 250
abstract:<!DOCTYPE html><head> <meta charset="UTF-8"> <title>淘寶導(dǎo)航</title> <link rel="stylesheet" type="text/css" href="../Public/css/index.cs

<!DOCTYPE html>

<head>

<meta charset="UTF-8">

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

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

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

</head>

<body>

<!-- 灰色背景 -->

<div class="header">

<!-- 導(dǎo)航的div 居中 -->

<div class="header_content">

<!-- 左邊導(dǎo)航內(nèi)容 -->

<div class="header_left">

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

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

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

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

</div>

<!-- 右邊導(dǎo)航內(nèi)容 -->

<div class="header_right">

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

<a href=""><span class="fa fa-cart-plus"></span>&nbsp;購(gòu)物車</a>

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

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

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

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

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

</div>

</div>

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

</div>


</body>

</html>


Correcting teacher:天蓬老師Correction time:2019-03-25 09:30:08
Teacher's summary:賣家中心&nbsp;&nbsp;用實(shí)體空格,代替手寫空格, 是個(gè)好習(xí)慣

Release Notes

Popular Entries