微调
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="container mian">
|
||||
<!-- content-nav -->
|
||||
<nav class="mian-nav">
|
||||
@include('layouts.left',$parent)
|
||||
@include('category.left',$parent)
|
||||
</nav>
|
||||
<!-- content-content -->
|
||||
<div class="mian-content">
|
||||
@@ -25,8 +25,7 @@
|
||||
@if(getArticlesBYCate(20,8)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(20,8) as $article)
|
||||
@if ($loop->first)
|
||||
<a class="results-news-cover" style="background-image: url({{ $article->cover_path }});"
|
||||
href="{{ $article->link }}">
|
||||
<a class="results-news-cover" style="background-image: url({{ $article->cover_path }});" href="{{ $article->link }}">
|
||||
<span>{{ $article->title }}</span>
|
||||
</a>
|
||||
@endif
|
||||
@@ -55,8 +54,7 @@
|
||||
@if(getArticlesBYCate(21,8)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(21,8) as $article)
|
||||
@if ($loop->first)
|
||||
<a class="results-news-cover" style="background-image: url({{ $article->cover_path }});"
|
||||
href="{{ $article->link }}">
|
||||
<a class="results-news-cover" style="background-image: url({{ $article->cover_path }});" href="{{ $article->link }}">
|
||||
<span>{{ $article->title }}</span>
|
||||
</a>
|
||||
@endif
|
||||
|
||||
@@ -37,8 +37,7 @@
|
||||
<div class="container header-content">
|
||||
<img class="header-logo" src="{{ asset('assets/index/img/logo.png') }}" alt="黑龙江省科学院智能制造研究所">
|
||||
<div class="header-text">
|
||||
<p>卓越创新,智慧创造。</p>
|
||||
<p class="header-text-sign">——智能制造所办所训</p>
|
||||
卓越创新 智慧创造
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user