设置input 内容居中显示 .

text-align:center  水平居中显示

  1. <style type="text/css">  
  2. input.text{text-align:center;padding:10px 20px;300px;}  
  3. </style>  
  4. <input class="text" type="text" value="水平居中" />  
原文地址:https://www.cnblogs.com/hanxue53/p/4299013.html