html 文本框css设置边框圆角
如下图:

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

css代码如下:
input{
border:1px solid black;
width:295px;
height:40px;
border-radius:25px;
}
相关文章: