OGeek|极客世界-中国程序员成长平台

标题: html - uiwebview 和 CSS 文本阴影 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 08:32
标题: html - uiwebview 和 CSS 文本阴影

我在 uiwebview 和 CSS/HTML 内容方面遇到了一个恼人的错误:

enter image description here

如您所见,有些文本行显示时没有阴影效果。所有文本都位于具有相同样式的同一 div 内。为什么不统一?

    #style
{
    background-color: lightgray;
    font-size: 50px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #504f4f;
    text-shadow: #fff 0px 1px 0px;
    text-align: justify;
}

我将 html 页面作为模态视图加载到 uiwebview 中。

请帮助我。提前致谢。



Best Answer-推荐答案


它最有可能与 UIWebView 的缩放级别有关。 UIWebView中有很多这样的小显示错误。我可以很好地解决我使您的文本变强或增加文本大小的问题。

关于html - uiwebview 和 CSS 文本阴影,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6878540/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://sqlite.in/) Powered by Discuz! X3.4