This commit is contained in:
2021-02-03 13:15:54 +08:00
parent 083def2ce7
commit 8ffea65936
5 changed files with 144 additions and 147 deletions

View File

@@ -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

View File

@@ -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>
卓越创新&nbsp;&nbsp;智慧创造
</div>
</div>
</header>