| 
					
				 | 
			
			
				@@ -3,13 +3,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<view class="nav"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view class="navCont"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="logo"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<image :src="info.logo" mode="" class="logoImg"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<image :src="info.logo" mode="" class="logoImg euroreparIMg"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="navTitle">{{info.title}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="indexNav" :class="{'indexActive':data=='index'}" @click="goIndex">首页</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="allCategory"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="allCategoryLine" :class="{'indexActive':itemName==item.name}" v-for="(item,index) in allCategory" v-if="index<5" @click="goItem(item)">{{item.name}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				    <view class="allCategoryMore" v-if="allCategory.length>1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				    <view class="allCategoryMore" v-if="allCategory.length>5"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					 <span @click="moreBtn" class="moreBtn">更多</span>  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					 <image @click="moreBtn" src="../../static/pcimg/icon_arrow_xia@2x.png" mode="widthFix" class="navmoreImg"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					 <image  src="../../static/pcimg/mores.png" mode="widthFix" class="navmoreImg2"></image> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -193,4 +193,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		top:24px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.euroreparIMg{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 132px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 29px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-top: 21px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </style> 
			 |