@import '../../style/variables.less';
@prefix-cls: ~"@{prefix}-empty";
.@{prefix-cls} {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    &-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    &-circle {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    &-text {
        text-align: center;
        font-size: 14px;
        color: #bcbcbc;
        margin-top: 8px;
    }
    .fm {
        font-size: 48px;
        color: #c0c3cc;
    }
}