Skip to content
Snippets Groups Projects
Commit 43546539 authored by Xingan Zhao's avatar Xingan Zhao
Browse files

feat:home

parent 80e0afe2
No related branches found
No related tags found
No related merge requests found
......@@ -1144,6 +1144,14 @@ span.formula_line::-webkit-scrollbar-track {
height: auto;
width: 50vw;
}
.page-element-12:hover {
position: absolute;
left: 50vw;
top: 0;
height: auto;
width: 50vw;
transform: scale(1.1);
}
.page-element-13 {
position: absolute;
left: 0;
......@@ -1151,6 +1159,14 @@ span.formula_line::-webkit-scrollbar-track {
height: auto;
width: 49vw;
}
.page-element-13:hover {
position: absolute;
left: 0;
top: 0;
height: auto;
width: 49vw;
transform: scale(1.1);
}
.page-element-14 {
position: absolute;
left: 0;
......@@ -1158,13 +1174,23 @@ span.formula_line::-webkit-scrollbar-track {
height: auto;
width: 50vw;
}
.page-element-14:hover {
position: absolute;
left: 0;
top: 28vw;
height: auto;
width: 50vw;
transform: scale(1.1);
}
.page-element-15 {
position: absolute;
left: 30vw;
left: 35vw;
top: 10vw;
height: auto;
width: 60vw;
width: 40vw;
}
.page-element-16 {
position: absolute;
left: 17vw;
......
export function Home() {
return (
......@@ -215,13 +216,7 @@ export function Home() {
className="home-img-wide"
/>
</div>
</div>
</div>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment