1.图片表情与文字对齐
img.emoji{ width:pxrem(40); height:pxrem(40); vertical-align: text-bottom; }
2.断网图片加载失败
1) 图片转化为base64
2) 图片合成一张雪碧图
img.emoji{ width:pxrem(40); height:pxrem(40); vertical-align: text-bottom; }
1) 图片转化为base64
2) 图片合成一张雪碧图
转载于:https://www.cnblogs.com/yuesu/p/9558787.html