为什么当往body里面的div添加更多的内容时会产生外溢,而不是高度自动撑开?

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>定宽块状元素水平居中</title>
<style>
div{
    border:1px solid red;
	
	width:200px;
	margin:20px auto;
}

</style>
</head>

<body>
<div>我是定宽块状元素,我要水平居中显示。</div>
</body>
</html>


AllySu
浏览 2266回答 3
3回答

__innocence

和你一样的代码,得到这个效果。你可以尝试清除浏览器缓存。

__innocence

这代码难道不是高度自动撑开的效果吗
打开App,查看更多内容
随时随地看视频慕课网APP