阶段性更新

This commit is contained in:
2021-02-03 17:24:51 +08:00
parent 77d0d9ae92
commit b408cf278b
20 changed files with 888 additions and 539 deletions

View File

@@ -38,48 +38,68 @@
@endif
</div>
</div>
{{-- <ul class="rcdw">--}}
{{-- @if (getArticlesBYCate(29,16)->isNotEmpty())--}}
{{-- @foreach (getArticlesBYCate(29,16) as $article)--}}
{{-- <li class="rcdw-xh" data-href="{{ $article->link }}">--}}
{{-- <span class="rcdw-cover" style="background-image: url({{ $article->cover_path }});"></span>--}}
{{-- <div class="rcdw-xxh">--}}
{{-- <h3>{{ $article->title }}</h3>--}}
{{-- <p>{{ $article->job }}</p>--}}
{{-- </div>--}}
{{-- </li>--}}
{{-- @endforeach--}}
{{-- @endif--}}
{{-- </ul>--}}
<!-- 省级领军人才梯队 -->
<!-- 省级领军人才梯队 -->
@if(getAllTalent()->isNotEmpty())
<div class="sub-title">
<b><i class="fa fa-line-chart"></i>{{ getCate(20,'title') }}</b>
</div>
@foreach(getAllTalent() as $talent)
<div class="rctd-boeder">
<div class="rctd2" style="background-image: url({{ $talent->cover_path }});"></div>
<p class="rctd3-p">
<span>梯队名称:</span>
<span>{{ $talent->title }}</span>
</p>
<p class="rctd3-p">
<span>带头人:</span>
<span>{{ $talent->leader }}</span>
</p>
<p class="rctd3-p">
<span>后备带头人:</span>
<span>{{ $talent->unleader }}</span>
</p>
@if(getAllTalent(69)->isNotEmpty())
<div class="sub-title">
<b><i class="fa fa-line-chart"></i>{{ getOneCategory(69,'title') }}</b>
</div>
@foreach(getAllTalent(69) as $talent)
<div class="rctd-boeder">
<div class="rctd2" style="background-image: url({{ $talent->cover_path }});"></div>
<p class="rctd3-p">
<span>梯队名称:</span>
<span>{{ $talent->title }}</span>
</p>
<p class="rctd3-p">
<span>带头人:</span>
<span>{{ $talent->leader }}</span>
</p>
<p class="rctd3-p">
<span>后备带头人:</span>
<span>{{ $talent->unleader }}</span>
</p>
<p class="rctd3-p">
<span>梯队介绍:</span>
<span>
<p class="rctd3-p">
<span>梯队介绍:</span>
<span>
{{ $talent->description }}
</span>
</p>
</p>
</div>
@endforeach
@endif
@if(getAllTalent(69)->isNotEmpty())
<div class="sub-title">
<b><i class="fa fa-line-chart"></i>{{ getOneCategory(68,'title') }}</b>
</div>
@endforeach
@foreach(getAllTalent(68) as $talent)
<div class="rctd-boeder">
<div class="rctd2" style="background-image: url({{ $talent->cover_path }});"></div>
<p class="rctd3-p">
<span>梯队名称:</span>
<span>{{ $talent->title }}</span>
</p>
<p class="rctd3-p">
<span>带头人:</span>
<span>{{ $talent->leader }}</span>
</p>
<p class="rctd3-p">
<span>后备带头人:</span>
<span>{{ $talent->unleader }}</span>
</p>
<p class="rctd3-p">
<span>梯队介绍:</span>
<span>
{{ $talent->description }}
</span>
</p>
</div>
@endforeach
@endif
@endif