属性
- value属性 自定义重置按钮的上显示的字。
UA样式表
input[type="reset" i] {
appearance: auto;
user-select: none;
white-space: pre; //value值中的空白符按预定义格式,不会省略为一个。
align-items: flex-start;
text-align: center;
cursor: default;
color: -internal-light-dark(black, white);
background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
box-sizing: border-box;
padding: 1px 6px;
border-width: 2px;
border-style: outset;
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
border-image: initial;
}