<style type="text/css" media="print"> @page { size: auto; /* auto is the initial value */ margin: 0mm 10mm 0mm 10mm; /* this affects the margin in the printer settings 最关键的还是这个*/ } body { background-color:#FFFFFF; margin: 0mm; /* this affects the margin on the content before sending to printer */ } </style>