?
This document uses PHP Chinese website manual Release
@page :left { sRules }
該偽類選擇符只允許定義margin, padding, border 和 background屬性
相關(guān)查看:@page, :first, :right
IE | Firefox | Chrome | Safari | Opera | iOS Safari | Android Browser | Android Chrome |
---|---|---|---|---|---|---|---|
6.0-7.0 | 2.0-38.0 | 4.0+ | 3.1-8.1 | 15.0+ | 3.2-8.1 | 2.1-4.4.4 | 18.0+ |
IE9.0+ |
<!DOCTYPE html> <html lang="zh-cmn-Hans"> <head> <meta charset="utf-8" /> <title>@page :left_CSS參考手冊_web前端開發(fā)參考手冊系列</title> <meta name="author" content="Joy Du(飄零霧雨), dooyoe@gmail.com, www.doyoe.com" /> <style> @page :left { margin-left: 300px; } div { page-break-after: always; } </style> </head> <body> <div>頁面容器位于裝訂線左邊的所有頁面左外邊距為300px</div> <div>頁面容器位于裝訂線左邊的所有頁面左外邊距為300px</div> <div>頁面容器位于裝訂線左邊的所有頁面左外邊距為300px</div> </body> </html>
點擊 "運行實例" 按鈕查看在線實例