| 
					
				 | 
			
			
				@@ -1,13 +1,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <div class="body"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <div class="div-body"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <img class="div-img" src="@/static/logo.png" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <h1 class="mt-20">水果慧眼</h1> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <div class="mt-20">梧桐AI智慧创新团队</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <h1 class="mt-20 font-24">水果慧眼</h1> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <h6 class="mt-20 font-10 a.grey-9">梧桐AI智慧创新团队</h6> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <van-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      custom-style=" margin-top: 100rpx" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      custom-style="margin-top: 160rpx;padding-left:40rpx;padding-right:40rpx;border-radius: 8rpx;background: #3caaff;color: white" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       size="small" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      type="info" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       @click="goTakePhoto" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       >拍照识别</van-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     > 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -26,7 +25,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <style scoped> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-.body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.div-body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   text-align: center; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -37,5 +36,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   width: 100px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   height: 100px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   margin-top: 20%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  margin-bottom: 90rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </style> 
			 |