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

SONY中國首頁模仿02

原創(chuàng) 2019-04-02 15:55:22 197
摘要:<!DOCTYPE html > <html> <head>   <meta charset="utf-8">   <title>員工信息管理系統(tǒng)</title>   <link rel="s
<!DOCTYPE html >
<html>
<head>
  <meta charset="utf-8">
  <title>員工信息管理系統(tǒng)</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">
</head>

<body>
<div class="header">
  <div class="header_content">
    <div class="header_left">
      <a href="#" style="color:white">SONY</a><br>
      <a href="" class="header_list">SONY產(chǎn)品&nbsp;<i class=" fa fa-angle-down"></i>
        <ul>
          <li>消費(fèi)電子商品</li>
          <li>專業(yè)商品</li>
        </ul>
      </a>
      <a href="">服務(wù)與支持</a>
      <a href="">新聞中心</a>
      <a href="">關(guān)于SONY</a>
    </div>
    <div class="header_right">
      <br>
      <a href=""><span class="fa fa-user-circle"></span>&nbsp;員工中心</a>
      &nbsp;&nbsp;
      <a href="">聯(lián)系維護(hù)</a>
    </div>
  </div>
  <div class="clear"></div>
</div>
</body>
</html>

CSS部分如下

*{margin:0px;padding:0px;}
a{text-decoration: none;color:#C0C0C0;font-size:13px;}
li{list-style:none;}
.clear{clear:both;}
.header{width:100%;background-color: #000;}
.header_content{width:1200px;margin:0px auto;line-height: 40px;}
.header_left{width:320px;height:80px;float:left;}
.header_left a{margin-right: 5px;}
.header_content a:hover {color:#FF5000;}
.header_right{width:200px;height:80px;float: right;}
.header_list{display:inline-block;height: 40px;width: 90px;text-align: center;width: 90px;position:relative;}
.header_list:hover{background-color: #fff;}
.header_list ul{border: 1px solid #F5F5F5;display:none;border-top: none;}
.header_list:hover ul{display:block;position:absolute;width:100px;}
.header_list ul li{color:#6c6c6c; height: 30px;line-height: 30px;text-align: left;padding:0px 3px;margin:5px 0px;}
.header_list ul li:hover{background-color: #F5F5F5;}


批改老師:查無此人批改時間:2019-04-03 13:25:46
老師總結(jié):完成的不錯??梢园裞ss樣式寫成固定的,下次就不需要重復(fù)寫了。寫成固定的樣式,要把class名寫的有規(guī)則。

發(fā)佈手記

熱門詞條