update kiln inner
This commit is contained in:
@@ -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={{
|
||||
|
||||
@@ -76,7 +76,8 @@ function FloorOneToTwo(props) {
|
||||
<TemperatureBottom
|
||||
style={{
|
||||
top: "208px",
|
||||
left: "638px",
|
||||
// left: "638px",
|
||||
left: "690px",
|
||||
width: "2380px",
|
||||
zIndex: 0,
|
||||
}}
|
||||
|
||||
@@ -76,7 +76,8 @@ function FloorTwoToOne(props) {
|
||||
<TemperatureTop
|
||||
style={{
|
||||
top: "200px",
|
||||
left: "628px",
|
||||
// left: "628px",
|
||||
left: "660px",
|
||||
width: "2380px",
|
||||
zIndex: 0,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user