美文网首页
简洁Input样式

简洁Input样式

作者: 雪峰_f28e | 来源:发表于2017-04-28 21:29 被阅读0次

    简洁Input样式#

                                                                                1. [代码][CSS]代码                                                                            
    

    input { height: 20px; line-height: 20px; font-size: 14px; border: 1px solid #ccd3d5; color: #777; display: block; background: #fff; padding: 7px 10px;}
    input:focus,
    input.readonly { background: #f7f8fa; border: 1px solid #bcc6c8; color: #556066;}
    textarea.input { padding: 8px; overflow: auto; height: 100px;}

    相关文章

      网友评论

          本文标题:简洁Input样式

          本文链接:https://www.haomeiwen.com/subject/dcvazttx.html