摘要: .element { width: 600px; height: 400px; position: absolute; left: 50%; top: 50%; margin-top: -200px; /* 高度的一半 */ margin-left: -300px; /* 宽度的一半 */ } .element { width: 600px... 阅读全文
posted @ 2017-03-22 16:06 wmui 阅读(389) 评论(0) 推荐(0) 编辑