In CSS: html, body { height: 100%; } html { display: table; margin: auto; } body { display: table-cell; vertical-align: middle; }.
確定! 回上一頁