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