【发布时间】:2014-08-13 11:21:06
【问题描述】:
为什么 :before 和 :after 不能处理 input type='submit'
这是我的代码
input.submit:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 18px/1 'Genericons';
content: '\f400';
}
【问题讨论】:
-
你能不能把 HTML 也显示出来。也许可以做一个 Fiddle 来显示。