Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
示例页面, 附带 CSS
应该是一个相当基本的问题,但由于某种原因我无法弄清楚。
基本上我希望导航栏中的链接没有下划线或颜色变化并保持白色。
知道我哪里出错了吗?
这是因为您选择的是主要.links元素,而不是里面的实际a元素。这应该可以解决问题:
.links
a
.链接一个{ 文字装饰:无; 白颜色; }