怎么给css 图标字体添加新的图标

怎么给css 图标字体添加新的图标,第1张

 在文字右边加图标,参考代码如下:

<input class='phone-input' type="text" id="phone"/>

.phone-input{

padding-right:20px

background:url("resource/***.gif") no-repeat scroll right center transparent

}

首先这是个li标签,在li里面,有个装图片的b标签,再给个span写字,然后给它们各自定位即可。

具体代码<li style="position:relative"><b style="width:13pxheight:13pxbackground:url(images/1.jpg) no-repeatdisplay:blockposition:absoluteleft:0pxtop:0px"></b><span style="margin-left:20px">哈哈</span></li>

具体情况距离自己调,图片一定要给宽和高。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11479279.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-16
下一篇 2023-05-16

发表评论

登录后才能评论

评论列表(0条)

保存