猿问

请问为什么我这样设置不能处理崩坏?

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">

.content{width:100%;
height:auto;
border:1px solid #ccc;
padding:10px;
}
.part1{width: 100%;
float:left; 
clear: both;
}
.test1,.test2,.test3
{border:1px solid #ccc;
width:200px;
height:auto;
float:left;
margin: 10px;
}
</style>
</head>
<body> 
<div class="content">
<div class="part1">
<div class="test1">
<img src="http://climg.mukewang.com/590fe9770001e63102400135.jpg" width="200px" height="100px">
<p>欢迎来到慕课网学习新知识!</p>
</div>
<div class="test2">
<img src="http://climg.mukewang.com/590fe97d00011bda02400135.jpg">
<p>欢迎来到慕课网学习新知识!</p>
</div>
<div class="test3">
<img src="http://climg.mukewang.com/590fe982000150ba02400135.jpg">
<p>欢迎来到慕课网学习新知识!</p>
</div>

</div>

</div>
</body>
</html>

湖上湖
浏览 523回答 1
1回答
随时随地看视频慕课网APP
我要回答