get-auth-code.acss 252 B

12345678910111213
  1. .page-body-wrapper {
  2. margin-top: 200rpx;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. align-self: stretch;
  8. padding: 0 50rpx;
  9. box-sizing: border-box;
  10. }
  11. .page-body-button {
  12. align-self: stretch;
  13. }