.t-empty {
    height: 100%;
    width: 100%;
    padding: 50upx 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    &__hint {
        font-size: 32upx;
        color: #888888;
        text-align: center;
    }
}