日期:2014-05-17  浏览次数:20938 次

求让 <input type="text">中输入的字数字居中,变大?
求让   <input   type= "text "> 中输入的字数字居中,变大?

------解决方案--------------------
<input type= "text " value= "asdfasdf " style= "text-align:center; font-size:18px; " />
------解决方案--------------------
<input style= "text-align: center; font-size: 16px " />