bootstrap 3 CSS背景图像未在打印预览中显示

时间:2018-12-24 16:16:44

标签: css twitter-bootstrap background-image

我想给背景图像加水印并用水印图像打印数据。我在div中有水印,但没有打印预览。当我从浏览器使用打印对话框时,水印图像将不会显示。我使用了bootstrap 3框架。 我的代码如下。

for (node in nodes) node.href = newLink;

这是CSS:

<div class="id-container"></div>

1 个答案:

答案 0 :(得分:0)

最后添加!important为我解决了这个问题。

.id-container{
   background: url('public/images/boat_trans.jpg') no-repeat center !important;
}