美文网首页
HTML小技巧---在输入框内插入图标

HTML小技巧---在输入框内插入图标

作者: 秋枫残红 | 来源:发表于2017-07-16 19:23 被阅读0次
       <style>
              #text{
                      background: url("./public/image/锁头.png") no-repeat;
                      height: 34px;  
                      padding-left: 40px;
                     }
          </style>
        <form action="#">
            <input type="text" id="text">
        </form>
    

    主要利用为input添加背景图片和限制paddingleft

    相关文章

      网友评论

          本文标题:HTML小技巧---在输入框内插入图标

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