| 
					
				 | 
			
			
				@@ -151,7 +151,7 @@ class INPhotoVideosController: BFBaseViewController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let nextBtn = UIButton(type: .custom) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         nextBtn.frame = CGRect(x: cScreenWidth - 80, y: 10, width: 70, height: 29) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        nextBtn.backgroundColor = UIColor.hexColor(hexadecimal: "#28BE67") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        nextBtn.backgroundColor = UIColor.hexColor(hexadecimal: "#389AFF") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         nextBtn.setTitle("下一步", for: .normal) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         nextBtn.titleLabel?.font = UIFont.systemFont(ofSize: 12) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         nextBtn.layer.cornerRadius = 4 
			 |