SOURCE

console 命令行工具 X clear

                    
>
console
<button class="btn">下一步</button>
<div class="btn">下一步</div>
.btn {
  height: 30px;
  width: 100px;
  background:#32A5E9;
  border-radius: 3px;
  text-align:center;
  font-family:PingFangSC-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight:300;
}