﻿
[v-cloak] {
    display: none;
}

:root {
    
}

body {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    font-family: "Microsoft JhengHei";
    overflow: hidden;
    /* 防止 iOS 觸控引發的橡皮筋回彈效應 */
    -webkit-overflow-scrolling: touch; 
}

.sales-container {
    width: 100%;
    height: 100%;
    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;
    }
}
