这是我遇到的问题:
这是我正在使用的代码笔http://codepen.io/johnsonjpj/pen/jVpreB
我的问题出现在我的三星 Galaxy s5 上,Chrome 版本为 54.0.2840.85,Android 6.01。
Firefox 正确显示边框,iPhone 显示它按预期工作。
我很难缩小问题的范围,但我怀疑这与我.image-boundary
班级的宽度有关,或者与border-color
.
可能有这些线?
.image-boundary {
border-top-color: #d64700;
border-color: #ffffff;
background: #002a4a;
}
.image-boundary {
position: relative;
width: 50%;
height: 0;
padding: 25% 0;
margin: 1em auto;
border-radius: 50%;
border-width: .33em;
border-style: solid;
overflow: hidden;
}