本文介绍了用于指定打印边框宽度的pt或px的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我应该使用pt或px在css中为媒体打印指定边框宽度时?
我基本上只想要发际线
解决方案
对于打印,您应该使用pt,因为它不是基于媒体分辨率的绝对单位。
should i use pt or px when specifying border-width in css for media print?
i basically just want hairlines
解决方案
For print you should use pt, as it's an absolute unit not based on the resolution of the media.
这篇关于用于指定打印边框宽度的pt或px的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!