input[type="button"],
input[type="submit"],
input[type="reset"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
本文介绍如何通过CSS移除HTML中input元素默认的按钮外观,包括type为button, submit和reset的元素。
input[type="button"],
input[type="submit"],
input[type="reset"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
转载于:https://www.cnblogs.com/study8/p/5288233.html

被折叠的 条评论
为什么被折叠?