原因:
IE 自动给 input加了伪类 ::ms-clear 和 ::ms-reveal
解决:
input::ms-clear, input::ms-reveal {
display: none;
}