这是我使用的代码。注意我将html和正文高度都设置为100%。
@media print { html, body { width: 100%; height: 100%; margin: 0; padding: 0; } #footer { position: absolute; bottom: 0; }}
这是我使用的代码。注意我将html和正文高度都设置为100%。
@media print { html, body { width: 100%; height: 100%; margin: 0; padding: 0; } #footer { position: absolute; bottom: 0; }}