给 input 中 type="text" 设置CSS样式
Posted CuriousZero
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了给 input 中 type="text" 设置CSS样式相关的知识,希望对你有一定的参考价值。
input[type="text"],
input[type="password"] {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #444;
width: 200px;
}
以上是关于给 input 中 type="text" 设置CSS样式的主要内容,如果未能解决你的问题,请参考以下文章
如何定义input标签中 type="text"的CSS样式
将 input type="text" 更改为 input type="password" onfocus()
HTML - 将 SELECT 标记内容放入 INPUT type = "text"
jsp页面中<input type="text">设定value的取值范围,文本框的取值范围是5000到1000000。