Set default
This commit is contained in:
parent
c7d48aca8e
commit
94436b5395
2 changed files with 17 additions and 9 deletions
|
|
@ -4,17 +4,10 @@ canvas {
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
|
||||||
/* transition: 0.1s; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.shape {
|
|
||||||
fill: #888888;
|
|
||||||
fill: rgba(0,0,0,0);
|
|
||||||
}
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 80px;
|
top: 80px;
|
||||||
height: calc(100vh - 100px);
|
height: calc(100vh - 100px);
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
|
||||||
15
test_data/src/style/home.css
Normal file
15
test_data/src/style/home.css
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
svg {
|
||||||
|
position: absolute;
|
||||||
|
top: 80px;
|
||||||
|
/* left: calc(50% - 50vw); */
|
||||||
|
height: 100vh;
|
||||||
|
width: 100vw;
|
||||||
|
/* max-width: 1080px; */
|
||||||
|
}
|
||||||
|
|
||||||
|
canvas {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue