前端:设置居中显示

<style>
    body{
        position:absolute;
        top: 50%;
        left: 50%;
        height: 30%;
        width: 50%;
        margin: -15% 0 0 -25%;
    }
</style>        

 

posted @ 2016-03-24 16:01  桃源仙居  阅读(369)  评论(0)    收藏  举报