before伪元素嵌入图片处置对齐

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
<style type="text/css">
div{
  200px;
  height:100px;
  border:1px solid black;
  position:relavite;
}
span:before{
  content:url(http://1.yuhuo.sinaapp.com/atel.png);
vertical-align:middle;
display:inline-block;
} </style> 
</head>
<body> <div> <span>手机</span> </div> </body> </html>
原文地址:https://www.cnblogs.com/ll-taj/p/5969508.html