SOURCE

console 命令行工具 X clear

                    
>
console
<div class="box">
  <img src="http://www.yuanyouliang.com/assets/img/Coding.png" alt="" class="center" />
</div>
.box {
  background-color: #ccc;
  position: relative;
  height: 200px;//必须
}
.center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}