📜  html输入框无边框 - Html代码示例

📅  最后修改于: 2022-03-11 14:52:52.229000             🧑  作者: Mango

代码示例1
border-width:0px;
border:none;
outline:none;