binding-tel.scss 448 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
.binding-tel {
    padding: 35px 38px;

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

    .tel {
        margin-bottom: 21px;
    }

    .place {
        width: 100%;
        height: 39px;
        margin-bottom: 33px;
        background: #56abff;
    }

    .verification {
        margin-bottom: 21px;
    }

    .complete-btn {
        background: $active;
        color: $white;
    }
}