SOURCE

console 命令行工具 X clear

                    
>
console
<button>我知道了</button>
button{
  width: 300px;
  height: 80px;
  border-radius: 40px;
  border: none;
  background: #fdb300;
  color: #d03f2f;
  line-height: 80px;
  font-size: 40px;
  font-weight: bold;
  box-shadow: 0 3px 3px 1px #fd7d00;
}