gpt4 book ai didi

html - 修复 h1 字体大小 !important 样式大小

转载 作者:行者123 更新时间:2023-11-28 00:12:06 24 4
gpt4 key购买 nike

我在 h1 标签中有 font-size,在许多页面中有不同的大小,但我想将它们全部标准化为 25px,但是当我尝试在页面的 head 部分添加 style 时,它根本没有反射(reflect)出变化。我怎样才能用需要的覆盖原来的font-size

h1 {font-size: 25px!important}
<h1 align="center">
<span style="font-size: 10pt" lang="ar-sa">
<a style="text-decoration: none" href="example.come">
<font color="#008000">Title here</font></a></span></h1>

最佳答案

它为您的 h1 采用字体大小,但因为您有 span 的内联样式。因此,您不仅需要覆盖 font-size 到您的 h1,还需要覆盖 span

h1 span {font-size: 25px!important}
<h1 align="center">
<span style="font-size: 10pt" lang="ar-sa">
<a style="text-decoration: none" href="example.come">
<font color="#008000">Title here</font></a></span></h1>

希望这个回答对你有帮助。

关于html - 修复 h1 字体大小 !important 样式大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55331720/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com