update kiln inner

This commit is contained in:
lb
2024-01-26 11:11:26 +08:00
parent 0b48f68078
commit b0e7a7ca34
11 changed files with 53 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ function EnterToFloorOne(props) {
<source src="/video/floor1.webm" type="video/mp4" />
</video>
{fireCanPlay && fireDir == "东火" && (
{/* {fireCanPlay && fireDir == "东火" && (
<video
src="/video/fire_top.webm"
muted
@@ -68,7 +68,7 @@ function EnterToFloorOne(props) {
width={3900}
style={{ position: "absolute", top: "-20px", left: "-20px" }}
></video>
)}
)} */}
<TemperatureTop
style={{

View File

@@ -76,7 +76,8 @@ function FloorOneToTwo(props) {
<TemperatureBottom
style={{
top: "208px",
left: "638px",
// left: "638px",
left: "690px",
width: "2380px",
zIndex: 0,
}}

View File

@@ -76,7 +76,8 @@ function FloorTwoToOne(props) {
<TemperatureTop
style={{
top: "200px",
left: "628px",
// left: "628px",
left: "660px",
width: "2380px",
zIndex: 0,
}}