我正在尝试像剧本一样排版文本。我正在为这个网站使用以下代码。
<style type="text/css">
.header {
font-family: courier new, monospace;
color: #999999;
font-size: 12pt;
line-height: 12pt;
width: 38.25em;
}
.character {
font-family: courier new, monospace;
color: #999999;
font-size: 12pt;
line-height: 12pt;
padding-left: 12.5em;
width: 21em;
}
[etc]
我注意到 iPad 不会像我桌面上的 safari 那样显示缩进文本(填充)。有大约 0.5em 的差异。有没有办法让缩进普遍适用于桌面、iPad 和 iPhone?有没有办法只针对 iPad 的上述 CSS 的特定部分?