在input 中的右边加上一个图标

<input class='phone-input' type="text" id="phone"/>
.phone-input{
    padding-right:20px;
    background:url("resource/***.gif") no-repeat scroll right center transparent;
}
原文地址:https://www.cnblogs.com/wyang0126/p/5039943.html