【发布时间】:2016-07-14 17:15:41
【问题描述】:
购物车是使用 BootStrap 3 创建的。
它包含类似 html5 的标记
<span class="login-or-register">
<a class="color-red" href="/store/Account/LogOn">Enter</a>
or <a href="/store/Account/Register">Register yourself</a>
</span>
在浏览器窗口中正常显示。 在 Chrome 打印预览中也显示 urls 和打印输出是丑陋的。 没有指定媒体,因此打印中的输出必须与屏幕中的相同。
如何让用户打印屏幕上显示的购物车页面?
【问题讨论】:
标签: css html twitter-bootstrap printing