文本控件里面的文字怎么居中显示
setTimeout(function(){
$(".bi-input").css({'text-align':'center'});//文本框
$(".bi-text").css({'text-align':'center'});//下拉控件
},100)