老师这样写可以嘛
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>css布局-应用4</title>
<style type="text/css">
* {
padding: 0;
margin: 0;
}
.container {
width: 100%;
margin: 0 auto;
}
.top,.bottom {
width: 80%;
margin: 0 auto;
overflow: hidden;
zoom: 1;
}
.top {
background: rgb(173, 216, 230);
}
.top img {
margin: 20px 120px;
float: left;
}
.bottom {
background: rgb(255, 182, 193);
}
.bottom img {
margin: 20px 100px;
float: left;
}
img {
display: block;
}
</style>
</head>
<body>
<div class="container">
<div class="top">
<img src="http://img1.sycdn.imooc.com/climg//58c0f808000129a303600215.jpg" alt="">
<img src="http://img1.sycdn.imooc.com/climg//58c0f819000198a703600214.jpg" alt="">
</div>
<div class="bottom">
<img src="http://img1.sycdn.imooc.com/climg//58c0f81d0001fe4402000060.jpg" alt="">
<img src="http://img1.sycdn.imooc.com/climg//58c0f8220001dfce02000060.jpg" alt="">
<img src="http://img1.sycdn.imooc.com/climg//58c0f8780001c74602000060.jpg" alt="">
</div>
</div>
</body>
</html>
正在回答
同学你好!
是这样的,现在是学习初期,这个宽高一般是我们自己定的。但是在工作中,会有设计师给设计稿,宽高都会标注好的哦
如果帮助到了你 欢迎采纳 祝学习愉快~
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星