Here是一个小提琴。
<p>foo <a class="infolink" href="#">bar</a> baz</p>
和
a.infolink::before { content: '?'; background: blue; color: white; width: 20ex; height: 20ex; }
‘?’出现但显然没有20ex的大小。为什么不?在Firefox和Chrome中测试。