IE10+
/** 文本输入框的 X **/input::-ms-clear{display: none;}
/** 密码输入框的 X **/input::-ms-reveal{display: none;}
IE9-
将input框的宽度设为82px以下就没有了
IE10+
/** 文本输入框的 X **/input::-ms-clear{display: none;}
/** 密码输入框的 X **/input::-ms-reveal{display: none;}
IE9-
将input框的宽度设为82px以下就没有了
转载于:https://www.cnblogs.com/little-ab/p/11471347.html