這里調(diào)用的是否可以自主改成外部鏈接方式,另外除現(xiàn)有在使用的tlj.png,其他的是否也可以直接解除注釋直接添加上是否會(huì)報(bào)錯(cuò),如下:
.em {
display: inline-block;
height: 1em;
width: 1em;
overflow: hidden;
line-height: 18px;
font-size: 22px;
vertical-align: middle;
/* margin-top: -4px; */
color: transparent !important;
background-image: url(@/static/emoji/img/sheet_apple_64_indexed_256colors.png);
background-image: url(@/static/emoji/img/sheet_emojione_64_indexed_128.png);
background-image: url(@/static/emoji/img/sheet_facebook_64_indexed_128.png);
background-image: url(@/static/emoji/img/sheet_google_64_indexed_128.png);
background-image: url(@/static/emoji/img/sheet_messenger_64_indexed_128.png);
background-image: url(@/static/emoji/img/sheet_twitter_64_indexed_128.png);
background-image: url(@/static/emoji/img/tlj.png);
background-size: 4100%;
}
或者設(shè)置成外部鏈接(列示)
.em {
display: inline-block;
height: 1em;
width: 1em;
overflow: hidden;
line-height: 18px;
font-size: 22px;
vertical-align: middle;
/* margin-top: -4px; */
color: transparent !important;
background-image: url(http://www.therapist.net.cn/static/emoji/img/sheet_apple_64_indexed_256colors.png);
background-image: url(http://www.therapist.net.cn/static/emoji/img/sheet_emojione_64_indexed_128.png);
background-image: url(http://www.therapist.net.cn/static/emoji/img/sheet_facebook_64_indexed_128.png);
background-image: url(http://www.therapist.net.cn/static/emoji/img/sheet_google_64_indexed_128.png);
background-image: url(http://www.therapist.net.cn/static/emoji/img/sheet_messenger_64_indexed_128.png);
background-image: url(http://www.therapist.net.cn/static/emoji/img/sheet_twitter_64_indexed_128.png);
background-image: url(http://www.therapist.net.cn/static/emoji/img/tlj.png);
background-size: 4100%;
}