diff --git a/public/video/east_fire.webm b/public/video/east_fire.webm new file mode 100644 index 0000000..7d6f919 Binary files /dev/null and b/public/video/east_fire.webm differ diff --git a/public/video/west_fire.webm b/public/video/west_fire.webm new file mode 100644 index 0000000..76541b2 Binary files /dev/null and b/public/video/west_fire.webm differ diff --git a/src/index.css b/src/index.css index 353bc89..712b510 100644 --- a/src/index.css +++ b/src/index.css @@ -57,7 +57,7 @@ body { width: 100%; height: 486px; margin-top: 160px; - background: url(./assets/moxing.png) no-repeat; + /* background: url(./assets/moxing.png) no-repeat; */ background-position: 50% 50%; background-size: 170% 200%; position: relative; diff --git a/src/pages/Home/index.jsx b/src/pages/Home/index.jsx index 557d0c4..cf985e5 100644 --- a/src/pages/Home/index.jsx +++ b/src/pages/Home/index.jsx @@ -49,9 +49,44 @@ export default function Home({ active }) { -
- {fireDir && fireDir == "东火" && ( +
+ {fireDir && fireDir == "东火" && ( + + )} + + {fireDir && fireDir == "西火" && ( + + )} +
+ + {/* {fireDir && fireDir == "东火" && ( - )} + )} */}