forked from natuka/web.puabadge.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.
46 lines
576 B
46 lines
576 B
#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; |
|
} |