update 窑炉内部

This commit is contained in:
lb 2023-11-06 09:14:44 +08:00
parent 4a8f81592c
commit a93c6b37bc
3 changed files with 17 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

View File

@ -90,9 +90,10 @@ function KilnCenter() {
<div
className="video-wrapper"
style={{
flex: 1,
// flex: 1,
// background: '#ccc3',
width: '100%',
height: '736px',
}} // , top: '10%', left: '10%', position: 'absolute' }}
>
<video
@ -105,8 +106,10 @@ function KilnCenter() {
></video>
</div>
<div className={cls.videoLayer2}></div>
{/* left side */}
<div
{/* <div
className="leftSide"
style={{
position: 'absolute',
@ -161,7 +164,7 @@ function KilnCenter() {
className="tlj tlj2"
style={{ background: '#ccc', width: '200px', height: '100px' }}
></div>
</div>
</div> */}
</div>
);
}

View File

@ -23,3 +23,14 @@
.menuItem:not(:first-child) {
margin-left: 50px;
}
.videoLayer2 {
width: 2416px;
height: 689px;
background: url(../../../../assets/video-layer-2.png) no-repeat;
background-size: 100% 100%;
background-position: 0 0;
position: absolute;
top: 152px;
left: 32px;
}