当前位置: 代码迷 >> ASP >> 求让 <input type="text">中输入的字数字居中,变大?该如何解决
  详细解决方案

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

热度:269   发布时间:2012-02-25 10:01:48.0
求让 <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 " />
  相关解决方案