20 lines
		
	
	
		
			985 B
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			985 B
		
	
	
	
		
			HTML
		
	
	
| 
								 | 
							
								<div class="pull-banner w100 wap-show"><img src="{$categoryPath[0]['src_mobile'] ?? ''}" alt="{$categoryPath[0]['title'] ?? ''}"></div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!-- 当前位置&二级导航 -->
							 | 
						||
| 
								 | 
							
								<div class="position-nav-bg pull-margin bg-col-f5">
							 | 
						||
| 
								 | 
							
								  <div class="position-sub-nav w1360 flex">
							 | 
						||
| 
								 | 
							
								    <!-- 当前位置 -->
							 | 
						||
| 
								 | 
							
								    <div class="position flex pc-show">
							 | 
						||
| 
								 | 
							
								      <div class="img"><img src="__STATIC__/web/images/icon/icon-position.png" alt="当前位置"></span></div>
							 | 
						||
| 
								 | 
							
								      <div class="txt color-blue flex"><a href="/">首页</a><a href="{$categoryPath[0]['url'] ?: '/company-profile'}">{$categoryPath[0]['title'] ?? ''}</a>{$category.title ?? ''}</div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								    <!-- 二级导航 -->
							 | 
						||
| 
								 | 
							
								    <div class="sub-nav-bg">
							 | 
						||
| 
								 | 
							
								      <div class="sub-nav">
							 | 
						||
| 
								 | 
							
								        {foreach $childrenMenu as $childrenMenuItem}
							 | 
						||
| 
								 | 
							
								        <a href="{:getUri($childrenMenuItem)}"  {if $category["id"] ==$childrenMenuItem['id'] }class="active"{/if}>{$childrenMenuItem['title']}</a>
							 | 
						||
| 
								 | 
							
								        {/foreach}
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								  </div>
							 | 
						||
| 
								 | 
							
								</div>
							 |