| 
									
										
										
										
											2020-11-25 09:07:06 +08:00
										 |  |  | {layout name="layout" /} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-07 15:34:25 +08:00
										 |  |  | <!-- slide --> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  | <div class="banner-box w-100"> | 
					
						
							|  |  |  |     <div class="swiper-container"> | 
					
						
							|  |  |  |         <div class="swiper-wrapper"> | 
					
						
							| 
									
										
										
										
											2020-12-01 09:30:15 +08:00
										 |  |  |         {if isset($slides) && count($slides) > 0} | 
					
						
							|  |  |  |         {foreach $slides as $banner} | 
					
						
							|  |  |  |         <div class="swiper-slide center-center" style="background-image: url({$banner.src});"> | 
					
						
							| 
									
										
										
										
											2020-12-07 15:34:25 +08:00
										 |  |  |         {php} | 
					
						
							|  |  |  |             $bannerLink = 'javascript:;'; | 
					
						
							|  |  |  |             if(!empty($banner['url'])) { | 
					
						
							|  |  |  |                 $bannerLink = $banner['url']; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |         {/php} | 
					
						
							|  |  |  |         <a href="{$bannerLink}" class="center-center banner-slide-link"> | 
					
						
							| 
									
										
										
										
											2020-12-01 09:30:15 +08:00
										 |  |  |             <div class="w-1500"> | 
					
						
							|  |  |  |                 <div class="pull-left"> | 
					
						
							|  |  |  |                     <p>{:nl2br($banner.title ?? '')}</p> | 
					
						
							|  |  |  |                     <i>{:nl2br($banner.description ?? '')}</i> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2020-12-07 15:34:25 +08:00
										 |  |  |         </a> | 
					
						
							| 
									
										
										
										
											2020-12-01 09:30:15 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |         {/foreach} | 
					
						
							|  |  |  |         {/if} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |         </div> | 
					
						
							|  |  |  |         <div class="swiper-page"><div class="w-1500"><div class="swiper-pagination"></div></div></div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-12-07 15:34:25 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  | <div class="all-center-box"> | 
					
						
							|  |  |  |     <div class="home-box1 w-100"> | 
					
						
							|  |  |  |         <div class="w-1500"> | 
					
						
							| 
									
										
										
										
											2020-12-07 18:45:22 +08:00
										 |  |  |             <div class="all-title-box1 w-100"><span>{$products['category']['title'] ?? '产品中心'}</span> | 
					
						
							|  |  |  |                 <p>{$products['category']['description'] ?? 'product center'}</p></div> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |             <div class="center-block w-100"> | 
					
						
							| 
									
										
										
										
											2020-12-03 16:06:33 +08:00
										 |  |  |                 {if isset($products) && count($products['items']) > 0} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                 <ul> | 
					
						
							| 
									
										
										
										
											2020-12-03 16:06:33 +08:00
										 |  |  |                     {foreach $products['items'] as $idx => $product} | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                     <li {if $idx == 0}class="active"{/if}> | 
					
						
							|  |  |  |                         <div class="box-info" style="background-image: url({$product['src']});"> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                             <div class="box1"> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                                 <span>{$product['title']}</span> | 
					
						
							|  |  |  |                                 <p>{$product['summary']|raw}</p> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="box2"> | 
					
						
							| 
									
										
										
										
											2020-11-25 20:15:51 +08:00
										 |  |  |                                 <a href="{:url('article/detail', ['id'=>$product['id']])}">了解详情+</a> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                                 <i>{:str_pad($idx + 1, 2, '0', STR_PAD_LEFT)}</i> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  |                     </li> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                     {/foreach} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                 </ul> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                 {/if} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |     <div class="home-box2 w-100" style="background-image: url({$blocks['marketing_background']['value'] ?? ''});"> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |         <div class="w-1500"> | 
					
						
							|  |  |  |             <div class="pull-left column-between"> | 
					
						
							| 
									
										
										
										
											2020-12-07 18:45:22 +08:00
										 |  |  |                 <div class="all-title-box1 w-100"><span>{$blocks['marketing_name']['value'] ?? ''}</span> | 
					
						
							|  |  |  |                     <p>{:nl2br($blocks['marketing_describe']['value'] ?? '')}</p></div> | 
					
						
							| 
									
										
										
										
											2020-12-07 10:06:15 +08:00
										 |  |  |                 {php} | 
					
						
							|  |  |  |                     $marketingLink = url('page/index', ['category_id'=>$marketingCId]); | 
					
						
							|  |  |  |                     if(isset($blocks['marketing_background']['link']) && !empty($blocks['marketing_background']['link'])) { | 
					
						
							|  |  |  |                         $marketingLink = $blocks['marketing_background']['link']; | 
					
						
							|  |  |  |                     } | 
					
						
							|  |  |  |                 {/php} | 
					
						
							|  |  |  |                 <a href="{$marketingLink ?? 'javascript:;'}">了解详情++</a> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="home-box3 w-100"> | 
					
						
							|  |  |  |         <div class="w-1200"> | 
					
						
							| 
									
										
										
										
											2020-12-03 16:06:33 +08:00
										 |  |  |             <div class="top-box w-100"><div class="between-bottom"><span>{$newsCenter['title'] ?? '新闻动态'}</span><i>{$newsCenter['description'] ?? ''}</i></div></div> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |             <div class="lower-box w-100"> | 
					
						
							| 
									
										
										
										
											2020-12-03 16:06:33 +08:00
										 |  |  |                 {if isset($newsList) && count($newsList) > 0} | 
					
						
							|  |  |  |                 {foreach $newsList as $newsCate} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                 <ul> | 
					
						
							| 
									
										
										
										
											2020-12-03 16:06:33 +08:00
										 |  |  |                     <p>{$newsCate.title ?? ''}</p> | 
					
						
							|  |  |  |                     {if isset($newsCate['items']) && count($newsCate['items']) > 0} | 
					
						
							|  |  |  |                     {foreach $newsCate['items'] as $news} | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                         <li> | 
					
						
							| 
									
										
										
										
											2020-11-25 20:15:51 +08:00
										 |  |  |                             <a href="{:url('article/detail', ['id'=>$news['id']])}"> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                                 <span>{$news['title']|raw}</span> | 
					
						
							| 
									
										
										
										
											2020-12-07 18:45:22 +08:00
										 |  |  |                                 <i>{$news['create_time']|date='Y年m月d日'}</i> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |                             </a> | 
					
						
							|  |  |  |                         </li> | 
					
						
							|  |  |  |                     {/foreach} | 
					
						
							|  |  |  |                     {/if} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |                 </ul> | 
					
						
							| 
									
										
										
										
											2020-12-03 16:06:33 +08:00
										 |  |  |                 {/foreach} | 
					
						
							|  |  |  |                 {/if} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | <script> | 
					
						
							|  |  |  |     var swiper = new Swiper('.banner-box .swiper-container', { | 
					
						
							|  |  |  |         loop: true, | 
					
						
							|  |  |  |         speed: 1000, | 
					
						
							|  |  |  |         autoplay: { | 
					
						
							|  |  |  |             delay: 6000, | 
					
						
							|  |  |  |             disableOnInteraction: false, | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         navigation: { | 
					
						
							|  |  |  |             nextEl: '.banner-box .swiper-button-next', | 
					
						
							|  |  |  |             prevEl: '.banner-box .swiper-button-prev', | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         pagination :{ | 
					
						
							|  |  |  |             el: '.banner-box .swiper-pagination', | 
					
						
							|  |  |  |             clickable :true, | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         on:{ | 
					
						
							|  |  |  |             init: function(){ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |             transitionEnd: function(){ | 
					
						
							|  |  |  |                 $('.banner-box .swiper-container .swiper-slide .w-1500').eq(this.activeIndex).addClass('active') | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |             transitionStart: function(){ | 
					
						
							|  |  |  |                 $('.banner-box .swiper-container .swiper-slide .w-1500').removeClass('active') | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     }); | 
					
						
							| 
									
										
										
										
											2020-12-07 15:45:12 +08:00
										 |  |  | </script> |