如:
.className{width:100pxheight:100px}与.className{width:100pxheight:100px}效果是一样的
可以利用after伪类来实现:
<style>.test {font-size:48px}
.test:after {content:"℃" font-size:32px vertical-align:10px}
</style>
<span class="test">100</span>
如:
.className{width:100pxheight:100px}与.className{width:100pxheight:100px}效果是一样的
可以利用after伪类来实现:
<style>.test {font-size:48px}
.test:after {content:"℃" font-size:32px vertical-align:10px}
</style>
<span class="test">100</span>