gpt4 book ai didi

html - phonegap android 不透明工件

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

在显示带有按钮的透明覆盖时,我遇到了一些看起来很糟糕的伪像。还有其他人面临/解决这个问题吗?

它发生在:Phonegap 2.9,带有 css 的三星 Galaxy s3:

#overlay.black {
background-color: #000000;
z-index: 99999;
width: 100%;
height: 100%;
position: absolute;
opacity: 0.6;
filter: alpha(opacity=60); }

black artifacts

最佳答案

通过添加解决:

background-color: rgba(0, 0, 0, 0.5);

在 css 的末尾。

关于html - phonegap android 不透明工件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22847772/

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