binding-tel.scss 341 Bytes
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
zhanghaozhe committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.binding-tel {
    padding: 35px 38px;

    .title {
        margin-bottom: 13px;
        font-size: $font_12;
        color: $color_666;
    }

    .verification {
        margin-bottom: 21px;
    }

    .complete-btn {
        background: $active;
        color: $white;
wangshuo committed
18
        margin-top: 34px;
zhanghaozhe committed
19 20
    }
}