@import "../styles/base/fn.wxss";

.@{wuxClassNamePrefix}-result {
    padding-top: 0;
    text-align: center;

    &__bd {
        padding: 30px 20px;
    }

    &__icon {
        padding-top: 36px;
        text-align: center;
    }

    &__title {
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 20px;
    }

    &__desc {
        font-size: 14px;
        color: #808080;
    }

    &__buttons {
        margin-top: 30px;
    }

    &__ft {
        font-size: 14px;
        color: #808080;
    }

    &--fixed &__ft {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
    }
}