SOURCE

console 命令行工具 X clear

                    
>
console
<div class="a1"></div>
<br />
<br />
<br />
<div class="a2"></div>
.a1{
  width: 50px;
  height: 50px;
  background: red;
  transform-origin: center;
  transform: translate(10px, 10px) scale(2,2)
}
.a2{
  width: 50px;
  height: 50px;
  background: red;
}