微调
This commit is contained in:
@@ -11,20 +11,19 @@
|
||||
</nav>
|
||||
<!-- content-content -->
|
||||
<div class="mian-content">
|
||||
@include('layouts.navigation',['category'=>$category])
|
||||
<!-- 科研领域 -->
|
||||
@include('layouts.navigation',['category'=>$category])
|
||||
<!-- 科研领域 -->
|
||||
<div class="sub-title">
|
||||
<b><i class="fa fa-flag"></i>{{ getOneCategory(14,'title') }}</b>
|
||||
<a href="{{ getOneCategory(14,'link') }}">更多</a>
|
||||
</div>
|
||||
<ul class="results-news-ul">
|
||||
@foreach (getArticlesBYCate(14,5) as $article)
|
||||
<li>
|
||||
<a class="nowrap" href="{{ $article->link }}">
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
{{ $article->title }}
|
||||
<span>{{ $article->created_at->format('Y-m-d') }}</span>
|
||||
</a>
|
||||
<ul class="research-award-ul">
|
||||
@foreach (getArticlesBYCate(14,6) as $article)
|
||||
<li data-href="{{ $article->link }}">
|
||||
<span class="research-award-cover"
|
||||
style="background-image: url({{ $article->cover_path }});"></span>
|
||||
<h3 class="research-award-title nowrap"
|
||||
data-herf="{{ $article->link }}">{{ $article->title }}</h3>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
@@ -33,7 +32,7 @@
|
||||
<b><i class="fa fa-flag"></i>{{ getOneCategory(11,'title') }}</b>
|
||||
</div>
|
||||
<ul class="research-award-ul">
|
||||
@foreach (getArticlesBYCate(11,5) as $article)
|
||||
@foreach (getArticlesBYCate(11,6) as $article)
|
||||
<li data-href="{{ $article->link }}">
|
||||
<span class="research-award-cover"
|
||||
style="background-image: url({{ $article->cover_path }});"></span>
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
|
||||
<!-- 省级领军人才梯队 -->
|
||||
@if(getAllTalent(69)->isNotEmpty())
|
||||
<div class="sub-title">
|
||||
<b><i class="fa fa-line-chart"></i>{{ getOneCategory(69,'title') }}</b>
|
||||
</div>
|
||||
{{-- <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>
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
|
||||
<!-- 省级领军人才梯队 -->
|
||||
@if(getAllTalent(68)->isNotEmpty())
|
||||
<div class="sub-title">
|
||||
<b><i class="fa fa-line-chart"></i>{{ getOneCategory(68,'title') }}</b>
|
||||
</div>
|
||||
{{-- <div class="sub-title">--}}
|
||||
{{-- <b><i class="fa fa-line-chart"></i>{{ getOneCategory(68,'title') }}</b>--}}
|
||||
{{-- </div>--}}
|
||||
@foreach(getAllTalent(68) as $talent)
|
||||
<div class="rctd-boeder">
|
||||
<div class="rctd2" style="background-image: url({{ $talent->cover_path }});"></div>
|
||||
|
||||
Reference in New Issue
Block a user