ece.suwa3d.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
527 B

*,
*::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;
}