<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>定宽块状元素水平居中</title>
<style>
.p1{background-color:#09C;height:500px;vertical-align:middle;}
.p2{
display:inline-block;
background-color:#666;
}
</style>
</head>
<body>
<div class="p1">
<div class="p2"><span>垂直居中垂直居中垂直居中垂直居中垂直居中 </span></div>
</div>
</body>
</html>橋本奈奈未
Yexiaomo