设置input 内容居中显示 .
时间:2015-02-24 23:17:19
收藏:0
阅读:1119
text-align:center 水平居中显示
- <style type="text/css">
- input.text{text-align:center;padding:10px 20px;width:300px;}
- </style>
- <input class="text" type="text" value="水平居中" />
原文:http://www.cnblogs.com/hanxue53/p/4299013.html
评论(0)