调整科学研究
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="ce-img srCooperation-back">
|
||||
<span style="background-image: url(/assets/index/images/facade.jpg);"></span>
|
||||
<span style="background-image: url({{ getOneCategory(26,'cover_url') }});"></span>
|
||||
<img class="srCooperation-img"
|
||||
src="/assets/index/images/srIcon/srCooperation_img.png"/>
|
||||
</div>
|
||||
@@ -234,12 +234,14 @@
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<ul class="srCooperationNew-right">
|
||||
@if (getArticlesBYCate(26,7)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(26,7) as $info)
|
||||
<li data-href="" class="publicHover">
|
||||
@if (getArticlesBYCate(26,8)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(26,8) as $info)
|
||||
@if($loop->iteration>1)
|
||||
<li data-href="{{ $info->link }}" class="publicHover">
|
||||
<div class="ce-nowrap srCooperationNew-title">{{ $info->title }}</div>
|
||||
<div class="srCooperationNew-time">{{ $info->created_at->format('Y-m-d')}}</div>
|
||||
</li>
|
||||
@endif
|
||||
@endforeach
|
||||
@endif
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user