CSS:给 input 中 type="text" 设置CSS样式

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

posted on 2016-06-09 21:29  CuriousZero  阅读(7220)  评论(0编辑  收藏  举报

导航