有四個值可用來設定頁面大小-
在下列範例中,頁框的外緣將與目標對齊。 「邊距」屬性的百分比值與目標尺寸相關,因此如果目標紙張尺寸為 21.0 公分 × 29.7 公分(即 A4),則邊距為 2.10 公分和 2.97 公分。
<style type = "text/css"> <!-- @page { size: auto; /* auto is the initial value */ margin: 10%; } --> </style>
以上是CSS 中設定頁面大小的值的詳細內容。更多資訊請關注PHP中文網其他相關文章!