为什么这段代码图片中间有条空白,底部导航条只显示一个网站首页?麻烦老师帮忙看下
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
/*此处写代码*/
*{margin:0px;padding:0px;}
.top{
width:100%;
height:100px;
background-color:black;
color:white;
position:fixed;
line-height:100px;
}
.top ul{
float:right;
}
.top ul li{
display:inline;
}
.middle img{width:100%;}
.middle img:nth-child(1){
margin-top:100px;
}
.middle img:nth-child(3){
margin-bottom:100px;
}
.bottom{
height: 100px;
width: 100%;
background-color: black;
color: white;
line-height:100px;
position: fixed;
bottom: 0;
}
.bottom ul{text-align:center;display:inline;}
</style>
</head>
<body>
<!-- 此处写代码 -->
<div>
<div class="top">
<img src="http://img1.sycdn.imooc.com/climg//58c0d2d900016ce303000100.png">
<ul>
<li>课程</li>
<li>职业路径</li>
<li>实战</li>
<li>猿问</li>
<li>手记</li>
</ul>
</div>
<div class="middle">
<img src="http://img1.sycdn.imooc.com/climg//58c0eda50001e12416000480.jpg"/>
<img src="http://img1.sycdn.imooc.com/climg//58c0edb80001c9f216000480.jpg"/>
<img src="http://img1.sycdn.imooc.com/climg//58c0edc9000100d516000480.jpg"/>
</div>
<div class="bottom">
<ul>
<li>网站首页</li>
<li>合作企业</li>
<li>人才招聘</li>
<li>联系我们</li>
<li>常见问题</li>
<li>友情链接</li>
</ul>
</div>
</div>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星