html 文本框css设置边框圆角

html 文本框css设置边框圆角
如下图:
html 文本框css设置边框圆角
css代码如下:
input{
border:1px solid black;
295px;
height:40px;
border-radius:25px;
}