如何去掉button的默认样式

2025-01-31 23:16:05
推荐回答(1个)
回答1:

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