调整列表数量
This commit is contained in:
@@ -402,14 +402,6 @@
|
||||
<span class="IndexExpertNew-tips">客座教授</span>
|
||||
<div class="IndexExpertNew-title">{{ $article->title }}</div>
|
||||
</div>
|
||||
<!-- <div class="ce-img IndexExpert-img">
|
||||
<span style="background-image: url({{ $article->cover_path }});"></span>
|
||||
</div>
|
||||
<div class="IndexExpert-name">
|
||||
<div class="IndexExpert-title">
|
||||
<span>{{ $article->title }}</span>客座教授
|
||||
</div>
|
||||
</div> -->
|
||||
</a>
|
||||
</li>
|
||||
@endforeach
|
||||
@@ -424,11 +416,10 @@
|
||||
<!-- 项目推广 -->
|
||||
<div role="screen-3" class="tab-pane fade" id="screen-3">
|
||||
<ul class="indexExtend-ul">
|
||||
@if (getArticlesBYCate(18,2)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(18,2) as $article)
|
||||
@if (getArticlesBYCate(18,4)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(18,4) as $article)
|
||||
<li>
|
||||
<a href="{{ $article->link }}" title="{{ $article->title }}">
|
||||
|
||||
<div class="ce-nowrap indexExtend-ul-name">
|
||||
{{ $article->title }}
|
||||
</div>
|
||||
@@ -449,8 +440,8 @@
|
||||
<!-- 成果专利 -->
|
||||
<div role="screen-4" class="tab-pane fade" id="screen-4">
|
||||
<ul class="indexExtend-ul">
|
||||
@if (getArticlesBYCate(16,2)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(16,2) as $article)
|
||||
@if (getArticlesBYCate(16,4)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(16,4) as $article)
|
||||
<li>
|
||||
<a href="{{ $article->link }}" title="{{ $article->title }}">
|
||||
<div class="ce-nowrap indexExtend-ul-name">
|
||||
@@ -476,7 +467,7 @@
|
||||
<div class="swiper-wrapper">
|
||||
@if (getArticlesBYCate(10,8)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(10,8) as $article)
|
||||
<div class="swiper-slide indexPrize-ul">
|
||||
<div class="swiper-slide indexPrize-ul" data-href="{{ $article->link }}">
|
||||
<div class="ce-img indexPrize-img">
|
||||
<span style="background-image: url({{ $article->cover_path }});"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user