瀏覽代碼

fire and kiln inner

master
lb 7 月之前
父節點
當前提交
c9ccc6ebcb
共有 3 個文件被更改,包括 11 次插入12 次删除
  1. +1
    -1
      src/App.js
  2. +5
    -5
      src/components/Modules/KilnInner/Center/videoComponents/Floor1To2.jsx
  3. +5
    -6
      src/components/Modules/KilnInner/Center/videoComponents/Floor2To1.jsx

+ 1
- 1
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",


+ 5
- 5
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) {
<source src="/video/1to2.webm" type="video/mp4" />
</video>

{/* {fireCanPlay && fireDir == "东火" && (
{fireCanPlay && fireDir == "东火" && (
<video
src="/video/fire_top.webm"
muted
autoPlay
loop
width={3700}
style={{ position: "absolute", top: "18px", left: "56px" }}
style={{ position: "absolute", top: "18px", left: "72px" }}
></video>
)}
{fireCanPlay && fireDir == "西火" && (
@@ -71,7 +71,7 @@ function FloorOneToTwo(props) {
width={3780}
style={{ position: "absolute", top: "-24px", left: "12px" }}
></video>
)} */}
)}

<TemperatureBottom
style={{


+ 5
- 6
src/components/Modules/KilnInner/Center/videoComponents/Floor2To1.jsx 查看文件

@@ -35,8 +35,8 @@ function FloorTwoToOne(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,
@@ -58,7 +58,7 @@ function FloorTwoToOne(props) {
autoPlay
loop
width={3800}
style={{ position: "absolute", top: "10px", left: "-26px" }}
style={{ position: "absolute", top: "10px", left: "0px" }}
></video>
)}
{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" }}
></video>
)}

<TemperatureTop
style={{
top: "200px",
// left: "628px",
left: "660px",
left: "652px",
width: "2380px",
zIndex: 0,
}}


Loading…
取消
儲存