update data

This commit is contained in:
lb
2023-12-15 17:31:33 +08:00
parent 5107dd8ce8
commit a2349e6f26
10 changed files with 388 additions and 219 deletions

View File

@@ -49,7 +49,7 @@ export default function Home({ active }) {
<CenterTopData />
</motion.div>
</AnimatePresence>
<div key="v3d" className="V3DBorder"></div>
<div key="v3d" className="V3DBorder" style={{ zIndex: -2 }}></div>
{fireDir && fireDir == "东火" && (
<video
@@ -58,7 +58,12 @@ export default function Home({ active }) {
autoPlay
loop
width={4200}
style={{ position: "absolute", top: "-160px", left: "-910px" }}
style={{
position: "absolute",
top: "-160px",
left: "-910px",
zIndex: -1,
}}
></video>
)}
@@ -69,7 +74,12 @@ export default function Home({ active }) {
autoPlay
loop
width={4200}
style={{ position: "absolute", top: "-180px", left: "-910px" }}
style={{
position: "absolute",
top: "-180px",
left: "-910px",
zIndex: -1,
}}
></video>
)}