0

例如:

<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 上开发。

4

1 回答 1

1

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

于 2015-10-28T10:39:21.177 回答