diff --git a/src/assets/floor1-status.png b/src/assets/floor1-status.png new file mode 100644 index 0000000..8cd3f2b Binary files /dev/null and b/src/assets/floor1-status.png differ diff --git a/src/components/模块组件/窑炉内部/Center/index.module.css b/src/components/模块组件/窑炉内部/Center/index.module.css index 14076c9..db19460 100644 --- a/src/components/模块组件/窑炉内部/Center/index.module.css +++ b/src/components/模块组件/窑炉内部/Center/index.module.css @@ -33,4 +33,14 @@ position: fixed; top: 0; left: 0; +} +.videoLayer1 { + width: 2440px; + height: 720px; + background: url(../../../../assets/floor1-status.png) no-repeat; + background-size: 100% 100%; + background-position: 0 0; + position: fixed; + top: 0; + left: 0; } \ No newline at end of file diff --git a/src/components/模块组件/窑炉内部/Center/videoComponents/EnterToFloor1.jsx b/src/components/模块组件/窑炉内部/Center/videoComponents/EnterToFloor1.jsx index 3884fb1..2fa5e8f 100644 --- a/src/components/模块组件/窑炉内部/Center/videoComponents/EnterToFloor1.jsx +++ b/src/components/模块组件/窑炉内部/Center/videoComponents/EnterToFloor1.jsx @@ -37,6 +37,7 @@ function EnterToFloorOne(props) { width: '100%', height: '100%', zIndex: -999, + overflow: 'hidden', }} initial={{ opacity: 0 }} animate={{ opacity: 1 }} @@ -68,12 +69,12 @@ function EnterToFloorOne(props) { )} -