请老师点评下,是否有需要改进的地方。谢谢。

请老师点评下,是否有需要改进的地方。谢谢。

<!DOCTYPE html>

<html>

<head>

  <meta charset="UTF-8">

  <title></title>

  <style type="text/css">

    /*此处写代码*/

    *{margin:0;padding:0;color:white;font-size:21px;font-family:"微软雅黑";}  

    .header{

        width:1600px;

        height:100px;

        background:black;

        margin:0 auto;

        position:fixed;

        left:0;

        right:0;

        

        

    }

    .logo{

        width:300px;

        height:100px;

        background:url(http://img1.sycdn.imooc.com/climg//58c0d2d900016ce303000100.png) no-repeat;

        float:left;

        cursor:pointer;

    }

    .nav{

        width:50%;

        height:100%;

        float:right;

    }

    .nav ul,.footer ul{

        list-style:none;

        text-align:center;

        line-height:100px;

    }

    .nav ul li{

        float:right;

        margin-right:50px;

        cursor:pointer;

    

    }

    

    

    .container{

        width:1600px;

        margin:0 auto;

        padding-top:100px;

        padding-bottom:100px;

        

    }

    .container .one{

        width:1600px;

        height:480px;

        background:url(http://img1.sycdn.imooc.com/climg//58c0eda50001e12416000480.jpg);

    }

    .container .two{

        width:1600px;

        height:480px;

        background:url(http://img1.sycdn.imooc.com/climg//58c0edb80001c9f216000480.jpg);

    }

    .container .three{

        width:1600px;

        height:480px;

        background:url(http://img1.sycdn.imooc.com/climg//58c0edc9000100d516000480.jpg);

    }

    

    

    .footer{

        width:1600px;

        height:100px;

        background:black;

        margin:0 auto;

        position:fixed;

        left:0;

        right:0;

        bottom:0;

    }

    .footer ul{

        width:80%;

        height:100px;

        margin:0 auto;

        

    }

    .footer ul li{

        float:left;

        margin:0 55px;

        

    }

  </style>

</head>

<body>

  <!-- 此处写代码 -->

  <div class="header">

     <div class="logo"></div>

     <div class="nav">

         <ul>

             <li>手记</li>

             <li>猿问</li>

             <li>实战</li>

             <li>职业路径</li>

             <li>课程</li>

             

             

         </ul>

     </div>

  </div>

  <div class="container">

      <div class="one"></div>

      <div class="two"></div>

      <div class="three"></div>

  </div>

  <div class="footer">

      <ul>

          <li>网站首页</li>

          <li>企业合作</li>

          <li>人才招聘</li>

          <li>联系我们</li>

          <li>常见问题</li>

          <li>友情链接</li>

          

      </ul>

</div>

</body>

</html>


正在回答

登陆购买课程后可参与讨论,去登陆

1回答

所有设置width: 1600px;的地方都换成width: 100%;,这样就能全屏显示了。祝学习愉快!请采纳哦。

  • 钰与宸 提问者 #1
    非常感谢。
    2018-07-02 15:23:33
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
前端小白入门系列课程
  • 参与学习           人
  • 提交作业       11218    份
  • 解答问题       36713    个

从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师