📜  输入类型(提交、按钮、重置) css 代码示例

📅  最后修改于: 2022-03-11 14:47:26.909000             🧑  作者: Mango

代码示例1
input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}