CSS上下左右居中的几种方法 1、absolute,margin: auto .container { position: relative; } .content { position: absolute; margin: au … 继续阅读 CSS上下左右居中的几种方法