update 窑炉内部
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								src/assets/video-layer-2.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/assets/video-layer-2.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 394 KiB  | 
@@ -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>
 | 
			
		||||
	);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user