Where
by Where
~1 min read

分类

只需要使用 CSS3 的一个新属性即可:

<style>
#validity-map {
    width: 100vw;
    height: 100vh;
}
</style>