开发者社区 问答 正文

<a>的text-decoration设置无效

这是源码地址:
https://github.com/349989153/h5Practice/blob/master/login.html
可以在 http://htmlpreview.github.io 上直接预览此html文件。
我的问题是:
请注意观察源码的6,26,31行。
为了不被a标签的默认样式(下划线以及字体颜色深蓝)影响,我写了第6行的css。
但是只有第31行的a标签受到了text-decoration的影响,
第26行没有被影响到。
在chrome中查看element的时候可以看到第26行的样式是
Inherited from a:
user agent stylesheet a:-webkit-any-link {
color: -webkit-link;
cursor: auto;
}

展开
收起
a123456678 2016-05-27 17:02:15 2638 分享 版权
1 条回答
写回答
取消 提交回答
问答分类:
问答地址: