我需要使用 CSS 三角形来创建和箭头。这是我正在研究的:http: //jsfiddle.net/7vRca/
<div class="arrow-outer"></div>
.arrow-outer{
border: 1em solid transparent;
border-top-color: #3bb0d7;
border-right-color: #3bb0d7;
height: 0;
width: 0;
}
问题是在 chrome 中它看起来很完美。但是在Firefox中,中间有一个小弯。
知道为什么会发生这种情况,我怎样才能让它看起来像 chrome 一样平滑?