diff --git a/src/App.js b/src/App.js index 84f5d1a..84f8cea 100644 --- a/src/App.js +++ b/src/App.js @@ -46,7 +46,7 @@ function App() { className="lunbo-setting" style={{ position: "fixed", - top: "64px", + top: "48px", right: "680px", display: "flex", alignItems: "center", diff --git a/src/components/Modules/KilnInner/Center/videoComponents/Floor1To2.jsx b/src/components/Modules/KilnInner/Center/videoComponents/Floor1To2.jsx index 3a97daf..cd241db 100644 --- a/src/components/Modules/KilnInner/Center/videoComponents/Floor1To2.jsx +++ b/src/components/Modules/KilnInner/Center/videoComponents/Floor1To2.jsx @@ -36,8 +36,8 @@ function FloorOneToTwo(props) { className="video-wrapper" style={{ position: "fixed", - top: "7px", - left: "50px", + top: "0px", + left: "0px", width: "calc(100% - 50px)", height: "calc(100% - 7px)", zIndex: -998, @@ -51,14 +51,14 @@ function FloorOneToTwo(props) { - {/* {fireCanPlay && fireDir == "东火" && ( + {fireCanPlay && fireDir == "东火" && ( )} {fireCanPlay && fireDir == "西火" && ( @@ -71,7 +71,7 @@ function FloorOneToTwo(props) { width={3780} style={{ position: "absolute", top: "-24px", left: "12px" }} > - )} */} + )} )} {fireCanPlay && fireDir == "西火" && ( @@ -69,15 +69,14 @@ function FloorTwoToOne(props) { autoPlay loop width={3800} - style={{ position: "absolute", top: "-12px", left: "-26px" }} + style={{ position: "absolute", top: "-12px", left: "-10px" }} > )}