input 随表格 自动增大 简单
<style type="text/css">
input.style {
width: 92%;
text-align:center;
background-color: #F9F9F9;
border: none;
/*outline: medium; */ /* 选中时,是否有边框*/
}
</style>
引用
<input type="text"class="style" />
本文出自 “Exist” 博客,请务必保留此出处http://exist.blog.51cto.com/10305882/1956370
原文地址:http://exist.blog.51cto.com/10305882/1956370