gpt4 book ai didi

iphone - 不同设备和模拟器的颜色看起来不同

转载 作者:行者123 更新时间:2023-11-29 04:47:12 34 4
gpt4 key购买 nike

我有一个 UIWebView,它从具有以下样式的 HTML 文件中读取:

<style type="text/css">
body {
padding: 0 10px 0 10px;
background-image: linear-gradient(bottom, rgb(9,57,48) 0%, rgb(54,97,71) 0%, rgb(120,169,118) 80%);
background-image: -o-linear-gradient(bottom, rgb(9,57,48) 0%, rgb(54,97,71) 0%, rgb(120,169,118) 80%);
background-image: -moz-linear-gradient(bottom, rgb(9,57,48) 0%, rgb(54,97,71) 0%, rgb(120,169,118) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(9,57,48) 0%, rgb(54,97,71) 0%, rgb(120,169,118) 80%);
background-image: -ms-linear-gradient(bottom, rgb(9,57,48) 0%, rgb(54,97,71) 0%, rgb(120,169,118) 80%);

background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(9,57,48)),
color-stop(0, rgb(54,97,71)),
color-stop(0.8, rgb(120,169,118))
);
}
</style>

当我在 iPhone 模拟器上运行它时,一切都很顺利,看起来像这样:

simulator

问题是当我在设备上运行它时,它看起来像这样(检查图像的底部):

device

怎样才能让这个模糊的白色末端消失?

最佳答案

将渐变的白色停止点更改为 100% (1.0)。

关于iphone - 不同设备和模拟器的颜色看起来不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9452571/

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