小图标与文字对齐

.icon(@w:15px,@h:15px){
display: inline-block;
width: @w;
height: @h;
white-space:nowrap;
letter-spacing: -1em;
text-indent: -99em;
color: transparent;
background-size: 100%
}
.icon:before {
/* 伪元素插入空格文本 */
content: '\3000';
}

posted on 2017-04-13 14:06  朕不怕刁民  阅读(72)  评论(0编辑  收藏  举报

导航