*, *::before, *::after { box-sizing: border-box; } [data-theme='dark'], [data-theme='dark'] * { color-scheme: dark !important; } [data-theme='light'], [data-theme='light'] * { color-scheme: light !important; } [data-theme='light'] 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; } canvas { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; }