<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
body{
display: inline-block;
/* padding: 0; */
}
.child{
width: 200px;
height: 200px;
position: absolute;
top:50%;
left: 50%;
margin: -100px 0 0 -100px;
background-color: #000000;
}
</style>
</head>
<body>
<div class="child">
</div>
</body>
</html>
h5页面的body页面水平垂直居中代码
最新推荐文章于 2025-04-24 17:48:38 发布