gpt4 book ai didi

html - 背景颜色属性不接受打印 css

转载 作者:太空宇宙 更新时间:2023-11-04 15:16:25 26 4
gpt4 key购买 nike

我正在尝试在打印 css 中为我的标签提供背景颜色。它采用边框颜色,但不采用 css 的背景颜色属性。如何解决?

http://jsfiddle.net/gVLeg/embedded/result/

#stateLabelLeftSo {
display: inline-block;
margin-left: 4px;
border: 1px solid red;
background-color: green;
}


@media print {
body {
margin:0;
padding:0;
line-height: 1.4em;
word-spacing:1px;
letter-spacing:0.2px;
font: 12px Arial, Helvetica,"Lucida Grande", serif;
color: #000;
}
.mainDiv {
display: none;
}
#soLeft {
width: 300px;
border: 1px solid red;
background-color: green;
}
#billTextSO {
width: 101px;
}
#attentionTextSo {
width: 101px;
}
#addressTextSo {
width: 101px;
}
#cityTextSo {
width: 40px;
margin-left: 5px;
height: 13px;
}

最佳答案

css中的background-color默认是不能打印的,也不推荐。背景颜色可能会覆盖文本。如果你想要一些背景,你可以直接使用图像。

关于html - 背景颜色属性不接受打印 css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14971061/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com