| 1234567891011121314151617181920 |
- .app-register-code {
- &__wrapper {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- min-height: 4rem;
- padding: .32rem;
- }
- &__qrcode {
- max-width: 4.8rem;
- max-height: 4.8rem;
- }
- &__content {
- font-size: .32rem;
- font-weight: bold;
- }
- }
|