page { background-color: #fff; display: flex; flex-direction: column; height: 100vh } .imgbox { width: 140rpx; height: 140rpx; font-size: 100rpx; color: #dedede; font-weight: 100; background: #f4f5f6; overflow: hidden; } .btn { border-radius: var(--raduis); width: 72%; text-align: center; padding: .72em } .danger { background-color: #FF0039; } .btn.danger { color: #fff }