#app { // height: 100%; // overflow-x: hidden; } *, *::before, *::after { box-sizing: border-box; } [data-theme='dark'] { &, * { color-scheme: dark !important; } } [data-theme='light'] { &, * { color-scheme: light !important; } body { background-color: #eff2f5; } } :root{ --van-checkbox-checked-icon-color: #07c160; --van-radio-checked-icon-color: #07c160; } .agree-dialog{ top: 50%!important; max-width: 100vw!important; // height: 100vh; } canvas { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; }