40 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
|  | {layout name="layout"/} | ||
|  | {php} | ||
|  | use app\model\Category; | ||
|  | use app\model\PositionModel; | ||
|  | $childrenMenu = Category::getChildrenByParentId($topCategoryId); | ||
|  | $position = Category::getPosition($category["id"]); | ||
|  | {/php} | ||
|  | 
 | ||
|  | {include file="public/about_second" /} | ||
|  | 
 | ||
|  | <!-- 招聘职位 --> | ||
|  | <div class="pull-section pull-content-bg content-bg-white join-detail-bg min-heigh-box wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0"> | ||
|  | 	<div class="recruit-detail flex w1360 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0"> | ||
|  | 		<div class="left wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0"> | ||
|  | 			<h1 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0">{$item.title}</h1> | ||
|  | 			<p class="color-66 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">工作地点:{$item.address}</p> | ||
|  | 			<p class="color-66 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">发布时间:{:date('Y-m-d', $item.create_time)}</p> | ||
|  | 			<div class="flex wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s"> | ||
|  | 				<p> | ||
|  | 					<img src="{$parentBlocks['qr_1']['value']}" alt="{$parentBlocks['qr_1']['alt']}"> | ||
|  | 					<span class="wap-show"><em class="pc-show">“中正物业”</em>微信订阅号</span> | ||
|  | 				</p> | ||
|  | 				<p> | ||
|  | 					<img src="{$parentBlocks['qr_2']['value']}" alt="{$parentBlocks['qr_1']['alt']}"> | ||
|  | 					<span class="wap-show"><em class="pc-show">“中正物业”</em>招聘二维码</span> | ||
|  | 				</p> | ||
|  | 			</div> | ||
|  | 		</div> | ||
|  | 		<div class="right rich-txt wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0"> | ||
|  | 			<p style="font-size: 22px;"><strong>工作职责</strong></p> | ||
|  | 			{$item['content']|raw} | ||
|  | 			<br /> | ||
|  | 			<p style="font-size: 22px;"><strong>任职资格</strong></p> | ||
|  | 			{$item['qualification']|raw} | ||
|  | 			<br /> | ||
|  | 			<p style="font-size: 22px;"><strong>投递方式</strong></p> | ||
|  | 			{$item['delivery_methods']|raw} | ||
|  | 		</div> | ||
|  | 	</div> | ||
|  | </div> |