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