【发布时间】:2018-06-21 18:41:53
【问题描述】:
我有一列字形图钉,在我自己的机器 (Windows 7) 上出现 black,在另一台机器 (Windows 10) 上出现 red。两者都使用 Chrome 来查看页面。 html 和 css 在两台机器上都是一样的。
我应该如何让它们默认都是黑色的?
【问题讨论】:
标签: html css twitter-bootstrap glyphicons
我有一列字形图钉,在我自己的机器 (Windows 7) 上出现 black,在另一台机器 (Windows 10) 上出现 red。两者都使用 Chrome 来查看页面。 html 和 css 在两台机器上都是一样的。
我应该如何让它们默认都是黑色的?
【问题讨论】:
标签: html css twitter-bootstrap glyphicons
使用 CSS 属性
style="color:black;"
【讨论】: