怎样使图片的大小随网页变化,但是图片不变形呢?
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
.header{
width: 100%;
height:100px;
position:absolute;
background: transparent;
}
.header img{
width: 172px;
height: 84px;
margin-top: 10px;
margin-left: 20px;
float:left;
}
.nav{
float: right;
}
.nav ul li{
float: left;
list-style: none;
font-size: 20px;
font-weight: bolder;
margin-left: 20px;
margin-right: 20px;
line-height: 84px;
color: #858585;
}
.res-img{
width: 100%;
height:720px;
}
.res-img img{
width: 100%;
height: 720px;
}
</style>
</head>
<body>
<div>
<div class="header">
<img class="logo" src="knowU\img4.png" alt="logo" />
<div class="nav">
<ul>
<li><</li>
<li>YOU</li>
<li>联系我们</li>
<li>客户端下载</a></li>
<li>></li>
</ul>
</div>
</div>
<div class="res-img">
<img src="knowU\img2.jpg" width="1280px" height="720px" />
</div>
</div>
<div>
</div>
<div></div>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星