标签: html css
这是按钮的参考图片:
答案 0 :(得分:2)
应该可以像这样使用 border-radius 的简写:
border-radius
button { border-radius: 2rem 0 0 2rem; }
<button>Hello World</button>