有没有办法将safari中的背景颜色设置为透明?目前我的png显示为白色背景而不是透明。
我试过了:
background-color: transparent;
background-color: rgba(255,255,255,0);
appearance: none;
甚至
-khtml-background-color: transparent;
答案 0 :(得分:1)
您的CSS没有错,但如果您使用彩色背景(例如红/白/黄)保存图像,则无法使用CSS“覆盖”此颜色。因此,您需要确保图像的背景是透明的。
请查看以下页面,了解我所描述的内容。 https://www.causevox.com/blog/using-the-right-logo-image-transparent-png/