为什么不能插入背景图片啊
这是是css的样式
*{
padding:0;
margin: 0;
}
.header{
width: 100%;
height: 100px;
background: #07cbc9;
overflow: hidden;
}
.shang{width: 270px;
height: 40px;
padding-left: 150px;
padding-top: 20px;
float: left;
}
ul{
list-style: none;
}
.nav .we a{
width: 70px
height: 100px;
list-style: none;
display: inline-block;
float: right;
padding-right: 30px;
color: white;
font-weight: bolder;
line-height: 100px;
margin-right: 10px;
text-decoration: none;
}
a:hover{
background: black;
}
.bb{
width: 100%
}
.dan{
width:100%;
height:800px;
background-image: url("img/123456.jpg"/);
}
这个是HTML的
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>homework</title>
<link rel="stylesheet" type="text/css" href="yanshi.css">
<style type="text/css">
</style>
</head>
<body>
<div class="header">
<div class="shang"><img src="img/logo.png"/ alt="logo">
</div>
<div class="nav">
<ul>
<li class="we"><a href="#">HOME</a></li>
<li class="we"><a href="#">ABOUT</a></li>
<li class="we"><a href="#">GALLRTY</a></li>
<li class="we"><a href="#">FACULTY</a></li>
<li class="we"><a href="#">EVENTS</a></li>
<li class="we"><a href="#">CITACT</a></li>
</ul>
</div>
</div>
<div class="bb">
<div class="dan"></div>
</div>
<div class="bfooter"></div>
</body>
</html>
就是不显示背景图片 图片的高和我设置的一样
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星