﻿
[v-cloak] {
    display: none;
}

:root {
    --page-max-width: 1280px;
    --page-width: calc(100% - 40px);
}

body {
    width: 100%;
    height: 100vh;
    font-family: "Microsoft JhengHei";
    overflow: hidden;
}

#app {
    width: 100%;
    height: 100%;
}

.sales-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .sales-container {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .sales-container {
        font-size: 16px;
    }
}