如何去掉button的默认样式

2025-01-28 03:21:17
推荐回答(1个)
回答1:

可以这样写: .ha_bor{border:1px #ff0000 solid;} 把这个样式赋到你的input里即可,当然,border内的值是可以改的。