common.less 683 Bytes
@charset "UTF-8";

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    body {
        padding-bottom: env(safe-area-inset-bottom);
    }
}

.common {
    width: 750px;
    min-height: 100vh;
    max-width: 750px;
    overflow: hidden;
}

/deep/ .van-list__loading {
    .van-loading {
        .van-loading__text {
            font-size: 30px;
            line-height: 100px;
        }
    }
}

/deep/ .van-list__finished-text {
    font-size: 30px;
    line-height: 100px;
}
.mint-indicator {
    .mint-indicator-wrapper {
        z-index: 300;
    }
}