| 
					
				 | 
			
			
				@@ -296,15 +296,16 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //四个按钮 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .oaItem { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          width: calc((100% - 60px) / 4); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          // background-color: red; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          width: calc((100% - 10px) / 4); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           justify-content: space-around; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           flex-direction: column; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 图 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           span { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            width: 74px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            height: 74px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            width: 70px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            height: 70px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.1), -18px -18px 30px rgb(255, 255, 255); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             border-radius: 14px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             display: flex; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -314,8 +315,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             transition: box-shadow 0.2s ease-out; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              width: 40px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              height: 40px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              width: 38px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              height: 38px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 文字 
			 |