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

.wux-prompt {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #939393;
    background-color: #f2f3f4;
}

.wux-prompt__bd {
    margin-top: 0;
    text-align: center;
}

.wux-prompt__icon {
    width: 64px;
    height: 64px;
}

.wux-prompt__title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 2px 0;
}

.wux-prompt__text {
    font-size: 12px;
    margin: 2px 0;
}

.wux-prompt__button {
    font-size: 13px;
    line-height: 2;
    margin: 4px auto;
    width: 100px;
    padding: 2px 0;
    border: 1px solid #eee;

    &:after {
        display: none;
    }
}

.wux-prompt__button--hover {
    color: rgba(0, 0, 0, .6) !important;
    background-color: #DEDEDE !important;
}