Although your advise cannot resolve my issue,thank you all the same.
I checked the chrome F12,and found jeasyui do some operation when page is loading.
For example,"input" with class "easyui-textbox,easyui-filebox" will be set "display:none",and a new "span" and "input" element will be added behind.
I don't why jeasyui does this,but it should be reasonable in its own idea.
But if jeasyui can do some following modfication,it would be more useful for us.
For example,
<input type="text" class="easyui-textbox other-css"/>
And if "input" can use the "other-css" style,then more and more projects will use it,I believe.
Jeasyui is strong enough on HTML element,while still a little poor on HTML layout.
Maybe we can get some idea from bootstrap,UIkit,semantic-ui,and to make it better and better.
Thank you.
EasyUI