input {
height: 25px;
border: none;
border-bottom: 1px solid black;
background-color: transparent;
outline: none;
}
css 把 input 标签变为一条下划线
最新推荐文章于 2024-02-29 14:22:04 发布
input {
height: 25px;
border: none;
border-bottom: 1px solid black;
background-color: transparent;
outline: none;
}