调整文章详情
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
<!-- 侧边导航 -->
|
<!-- 侧边导航 -->
|
||||||
<div class="child-nav">
|
<div class="child-nav">
|
||||||
<div class="kj-bjt" style="text-align: center;">
|
<div class="kj-bjt" style="text-align: center;">
|
||||||
<b>{{ $category->title }}</b>
|
<b>{{ $parent->title }}</b>
|
||||||
<p>{{ $category->description }}</p>
|
<p>{{ $parent->description }}</p>
|
||||||
</div>
|
</div>
|
||||||
<ul class="child-nav-ul">
|
<ul class="child-nav-ul">
|
||||||
@if ($parent->childrens->isNotEmpty())
|
@if ($parent->childrens->isNotEmpty())
|
||||||
@@ -24,27 +24,24 @@
|
|||||||
<!-- content -->
|
<!-- content -->
|
||||||
<div class="child-content">
|
<div class="child-content">
|
||||||
<!-- mian -->
|
<!-- mian -->
|
||||||
<div class="container child">
|
<div class="wzxq">
|
||||||
<div class="wzxq">
|
<h3>{{ $article->title }}</h3>
|
||||||
<h3>{{ $article->title }}</h3>
|
<p>发表时间:{{ $article->created_at }}</p>
|
||||||
<p>发表时间:{{ $article->created_at }}</p>
|
|
||||||
</div>
|
|
||||||
<div class="ritText">
|
|
||||||
{{-- @if ($article->cover)--}}
|
|
||||||
{{-- <img src="{{ $article->cover_path }}">--}}
|
|
||||||
{{-- @endif--}}
|
|
||||||
<p>
|
|
||||||
{!! $article->content !!}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
@if ($next)
|
|
||||||
<div class="xyp">
|
|
||||||
<b>下一篇</b><a href="{{ $next->link }}">{{ $next->title }}</a>
|
|
||||||
</div>
|
|
||||||
@endif
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- end mian -->
|
<div class="ritText">
|
||||||
|
{{-- @if ($article->cover)--}}
|
||||||
|
{{-- <img src="{{ $article->cover_path }}">--}}
|
||||||
|
{{-- @endif--}}
|
||||||
|
<p>
|
||||||
|
{!! $article->content !!}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
@if ($next)
|
||||||
|
<div class="xyp">
|
||||||
|
<b>下一篇</b><a href="{{ $next->link }}">{{ $next->title }}</a>
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
|
<!-- end mian -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user