<style type="text/css"> body{position:relative;} .content{ width:600px;height:300px; position:absolute;top:50%; left:50%; margin-left:-300px; margin-height:-150px;} </style> <body> <div class="content"></div> </body>
margin-left的数值为原本宽度的一半并且是负数margin-height的数值为原本高度的一半并且是负数
时间: 2024-10-16 00:53:10