HTML文本框 怎么让它只剩下一个横线 CSS样式怎么写?

2024-12-15 13:42:49
推荐回答(4个)
回答1:

input {
border-style:none;
border-bottom-style:solid;
border-bottom-width:thin;
border-bottom-color:red;
}
你测试一下吧 ,我测试过没问题。选择器input你最好换成你定义的

回答2:

input{
border:none;
border-bottom:1px solid #000;

} 你试下

回答3:

好像是写不了,你试试用一个背景图放在文本框上面,图片用白色,底下有一条横线。

回答4:


不行么,何必把功能强的弱用呢(杀机用牛刀),小弟佩服