.debug-page { min-height: 100vh; padding: 20rpx; background-color: #F6F6F6; .debug-wrapper { background-color: #fff; border-radius: 20rpx; overflow: hidden; .centered-title { text-align: center; color: #666; border-top: 0 none; } } .btn-area { display: flex; align-items: center; justify-content: center; margin-top: 40rpx; } }