在input上加圖標,想必大家並不陌生吧,下面為大家介紹下在input上右邊加上一個圖標,具體實現如下,感興趣的朋友可以參考下
復制代碼 代碼如下:
<input class='phone-input' type="text" id="phone"/>
.phone-input{
padding-right:20px;
background:url("resource/***.gif") no-repeat scroll right center transparent;
}