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

淘寶導航的完成

Original 2019-04-15 17:37:17 220
abstract:淘寶導航的完成<!DOCTYPE html><html><head> <title>淘寶導航條</title> <!-- <link rel="stylesheet" type="text/css" href="static/css/index.css"> --

淘寶導航的完成


<!DOCTYPE html>

<html>

<head>

<title>淘寶導航條</title>

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

<style type="text/css">

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

a{text-decoration: none;color: #6C6C6C;}

.br{border-right:1px solid #DEDEE3;}

.clear{clear: both;}

.header{width: 100%;height: 38px;background: #F5F5F5;}

.header_centent{width: 1200px;height: 38px;margin: 0px auto;line-height: 38px;font-size: 12px;}

.header_fl{float: left;height: 38px;}

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

.header_centent a:hover{color:  #F70A24;}

.header_fr{float: right;height: 38px;}

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

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

.header_a:hover{background: #fafafa;}

.header_a_a{display: inline-block;height: 15px;width: 90px;text-align: center;line-height: 15px;}


</style>

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

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

</head>

<body>

<div class="header">

<div class="header_centent">

<div class="header_fl">

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

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

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

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

</div>

<div class="header_fr">

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

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

<a href="" class="header_a"><i class="fa fa-heart"></i>  收藏夾  <i class="fa fa-angle-down"></i></a>

<a href="" class="br header_a_a">  商品分類  </a>

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

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

<a href="" class="header_a"><i class="fa fa-align-justify" style="color: #F70A24;"></i>  網站導航  <i class="fa fa-angle-down"></i></a>

</div>

</div>

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

</div>


</body>

</html>


Correcting teacher:查無此人Correction time:2019-04-16 10:01:46
Teacher's summary:完成的不錯。多模仿別人的頁面,才能寫出自己的頁面。繼續(xù)加油。

Release Notes

Popular Entries