index.less 369 B

1234567891011121314151617181920
  1. .app-register-code {
  2. &__wrapper {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. min-height: 4rem;
  8. padding: .32rem;
  9. }
  10. &__qrcode {
  11. max-width: 4.8rem;
  12. max-height: 4.8rem;
  13. }
  14. &__content {
  15. font-size: .32rem;
  16. font-weight: bold;
  17. }
  18. }