相关疑难解决方法(0)

在段落中放置表情符号而不影响“行高”

如何在段落中插入表情,无论line-height表情有多大,都不影响内容?IE。喜欢:

在此输入图像描述

我得到的最接近的是 或position: absolutevertical-align: text-top但没有一个能完成这项工作。

p img {
    height: 35px;
    display: inline;
}
#one img {
    vertical-align: text-top;
}
#two img {
    position: absolute;
}
Run Code Online (Sandbox Code Playgroud)
<p id="one">Marzipan chupa chups marzipan. Bear claw donut candy powder cupcake tart. Tiramisu cotton candy jelly biscuit pie <img src="https://rawgit.com/github/gemoji/master/images/emoji/bowtie.png"> Jelly beans muffin croissant. Cupcake cookie pudding tootsie roll wafer. Bear claw jelly gummies sugar plum bear claw candy chocolate jelly. Donut brownie pie dessert cupcake donut oat cake …
Run Code Online (Sandbox Code Playgroud)

css emoji

7
推荐指数
1
解决办法
2475
查看次数

标签 统计

css ×1

emoji ×1