比如通过:before实现如此效果:
已经知道了!
.header-search:before{
content: "\f002";//编码在FontAwesome.css中可以查到
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: #000;
position: absolute;
top: 0px;
right: 5px;
z-index: 10
}