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.
我正在为 Outlook 编写 HTML 模板。有工作h1但是color: #8c8c8c; 我想定义h2或h3颜色,Outlook 不允许我这样做。
h1
color: #8c8c8c;
h2
h3
例如,我尝试将颜色设置为,#002255;但它不起作用。我必须从 W3C 调色板中选择一些东西,就像MidnightBlue它使用这种语法一样。
#002255;
MidnightBlue
有人可以帮助我吗?
终于明白了,需要使用全路径到达css中的元素。所以我不得不写table tr td h3而不是h3.
table tr td h3
如果您将午夜蓝更改为某种颜色代码,例如#002255,您的网页似乎可以正确显示该颜色。
#002255