如何创建具有透明或无背景,无顶,左,右边框的文本字段?
我只使用CSS和HTML。
解决方法
可能是这个帖子的副本:
A customized input text box in html/html5
input { border: 0; outline: 0; background: transparent; border-bottom: 1px solid black; }
<input></input>