用js控制css样式加 !important 加不上的解决方法
$("#test").css("cssText","height:300px !important");
$("#test").css("cssText","height:300px !important;width:300px !important");
$("#test").css("cssText","height:300px !important");
$("#test").css("cssText","height:300px !important;width:300px !important");