﻿html, body, #app {
    height: 100%;
    background-color: #f8f8f9
}

#app {
    box-sizing: border-box;
    padding: 16px;
}

[v-cloak] {
    display: none;
}

#mask {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 998;
}

    #mask .tip {
        background: #efd282;
        color: #fff;
        text-align: center;
        padding: 4px;
        font-size: 14px;
    }

.tip {
    background: #efd282;
    color: #fff;
    text-align: center;
    padding: 4px;
    font-size: 14px;
}
