input {
border-style:none;
border-bottom-style:solid;
border-bottom-width:thin;
border-bottom-color:red;
}
你测试一下吧 ,我测试过没问题。选择器input你最好换成你定义的
input{
border:none;
border-bottom:1px solid #000;
} 你试下
好像是写不了,你试试用一个背景图放在文本框上面,图片用白色,底下有一条横线。
用