看了一个人的博客,如果让div上下左右都居中,可以采用下面的方法 position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin:auto;