我为了适应手机的操作,将超链接的按钮统计调节了大小,做了padding的处理,但是在chrome上发现添加padding: 1.5em inherit;这个属性之后被打了黄色的感叹号还有删除线,语法没有错,加了!important 也是没有用,请问这个是什么情况呢?
原本:
.top-news__item a {
text-decoration: none;
color: #666;
}
修改后:
.top-news__item a {
text-decoration: none;
color: #666;
padding: 1.5em inherit;
}
谢谢各位大神!
原本:
.top-news__item a {
text-decoration: none;
color: #666;
}
修改后:
.top-news__item a {
text-decoration: none;
color: #666;
padding: 1.5em inherit;
}
谢谢各位大神!