📜  从输入类型编号中删除箭头 - CSS 代码示例

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

代码示例1
/* copy and paste it in html style section or css section */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}