SOURCE

console 命令行工具 X clear

                    
>
console
<div class="circle-bg">
  <div class="circle">
  </div>
</div>
.circle {
  background: red;
  width:50px;
  height:50px;
  border-radius: 50px;
}