app-preset-smsverification.less 292 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.app-preset-smsverification{
    .content {
        display: flex;
        margin: 8px 0;
        align-items: center;
        > .app-mob-button{
            margin-left: 16px;
        }
    }
    .error {
        color: red;
    }
    ion-input{
        background: rgb(255 255 255);
    }
}