我在网页上使用了非常标准的打印样式表,除Google Chrome外,它在所有浏览器中都很完美。每当我在Chrome中打印页面时,它都会预览它并使用我的平板电脑样式表进行打印。从其他浏览器打印时,使用标准样式表进行打印。 我的所有其他网页都打印得很好,但这个网页给我带来了麻烦。关于问题可能是什么想法?
以下是我的print.css文件。
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;/*margin: 25mm 25mm 25mm 25mm;*/}
#page-wrapper.container {background:none;
min-width:960px;
max-width:960px;
width:100%}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
答案 0 :(得分:0)
是否可以将CSS包含在页面中的代码片段包含在内?如果我们的平板电脑样式表media="print"
上设置了link tag
,那么打印机将使用的是{{1}}。没有一些代码,很难诊断。