サマリー:<html> <head> <title> </title> <link rel="stylesheet" type
<html> <head> <title> </title> <link rel="stylesheet" type="text/css" href="./css/font-awesome-4.7.0/Font-Awesome-master/css/font-awesome.min.css"> <style> *{padding: 0px;margin: 0px;} ul{list-style: none;} a{text-decoration: none;color: #000;font-size: 13px;} .clear{clear: both;} .header{height: 40px;background: #f5f5f5;} .header-content{width:1200px;height:40px;margin:0px auto; line-height: 40px;} .header-left{height:40px;width: 300px;float:left;} .header_right{height:40px;float:right;} a{display:inline-block;height: 40px;position:relative;} a:hover{background-color: #fff;color:#f55000;} a ul{position: absolute;width: 100px;color:#000;} a li{display: none;border:1px solid #f5f5f5;border-top:none;} a:hover li{display:block;height:30px;line-height: 30px;padding-left: 3px;} a li:hover{background: #f5f5f5;color:} </style> </head> <body> <div class="header"> <div class="header-content"> <div class="header-left"> <a href="#">中國(guó)大陸<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> <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"><i class="fa fa-shopping-cart" style="color:#ff5000"> </i>購(gòu)物車<i class="fa fa-angle-down"> </i></a> <a href="#" class="header_a">收藏夾<i class="fa fa-angle-down"> </i> <ul> <li>收藏的寶貝</li> <li>收藏的店鋪</li> </ul></a> <a href="#" class="header_a">商品分類 </a> <a href="#">賣家中心<i class="fa fa-angle-down"> </i> <ul> <li>免費(fèi)開(kāi)店</li> <li>賣出的寶貝</li> <li>出售中的寶貝</li> </ul></a> <a href="#" class="header_a">聯(lián)系客服<i class="fa fa-angle-down"> </i> <ul> <li>消費(fèi)者客服</li> <li>買家客服</li> </ul></a> <a href="#" class="header_a">網(wǎng)站導(dǎo)航<i class="fa fa-angle-down"></i></a> </div> </div> </div> <div class="clear"></div> </body> </html>
添削の先生:查無(wú)此人添削時(shí)間:2019-03-09 09:23:33
先生のまとめ:完成的不錯(cuò),很整潔。html標(biāo)簽上面要增加 <!DOCTYPE HTML>,繼續(xù)加油