»
(068)Div内内容水平垂直居中
.container { display: flex; justify-content: center; /* 水平居中 */ align-items: center; /* 垂直居中 */ }
.container { display: flex; justify-content: center; /* 水平居中 */ align-items: center; /* 垂直居中 */ }