例如:

<a target="_blank" href="#Home" class="needsclick btn-header-xs btn-header-md btn-header-lg">
   <span class="fa fa-home header-glyph"></span>
</a>


'btn-header- *'仅适用于填充。

.header-glyph, header-glyph:active, header-glyph:focus, header-glyph:hover,
header-glyph:visited {
    color: #428bca !important;
    font-size: 25px !important
}


Android是蓝色(#428bca),而在iOS上是橙色。

在幕后看不到任何会使它继承这种颜色的东西。

寻找一个可以解决的平台特定问题??我也在iOS 9.0.2上进行开发。

最佳答案

我被要求将iOS从9.0.2更新到9.1.0。此样式问题不能再复制了。出于好奇而看了发行说明,但没有什么特别的。

关于ios - Glyphicons在iOS上与Android相比颜色不同,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33352699/

10-16 14:27