update data
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user