我有这样的代码:
HTML:
<div class="round">some text</div>
CSS:
.round {
width: 300px;
border: 2px solid #000;
border-right-width: 40px;
border-radius: 20px;
padding: 20px;
margin: 20px;
}
仅在div右侧的opera浏览器中出现问题,该浏览器在边框中截断了角落。
答案 0 :(得分:0)