可以通过以下方法强制去掉蓝色边框:$(document).on('focus', 'input', function () { if ($(this).hasClass('ui-input-text') && $(this).attr('type') == 'number') { $(this).closest('div').addClass('noshadow'); }});