From 49da62127f224325898954cee77fc1af20a4dfd0 Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Mon, 20 Dec 2021 09:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/index/css/style.css | 6 ++- resources/views/category/ssdsjj.blade.php | 51 +++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/public/assets/index/css/style.css b/public/assets/index/css/style.css index 4ee3f16..a1d89fd 100644 --- a/public/assets/index/css/style.css +++ b/public/assets/index/css/style.css @@ -1766,6 +1766,11 @@ body { .srSpread-video-cont-title { font-size: 18px; margin-top: 20px; + cursor: pointer; +} + +.srSpread-video-cont-title:hover { + color: #449942; } .srSpread-list li { @@ -1953,7 +1958,6 @@ body { } .ranksSubject-list { - padding: 0 0 15px; box-sizing: border-box; background-color: #eef4ee; cursor: pointer; diff --git a/resources/views/category/ssdsjj.blade.php b/resources/views/category/ssdsjj.blade.php index 1667c64..9dd489a 100644 --- a/resources/views/category/ssdsjj.blade.php +++ b/resources/views/category/ssdsjj.blade.php @@ -3,6 +3,57 @@ @section('title', $parent->title) @section('content') + + @include('category.navigation') + +
+
+ + @include('category.left') + + @if ($articles->isNotEmpty()) +
+
+ +
+ @foreach ($articles as $info) +
+
+
+ + +
+
+
+ {{ $info->title }} +
+
+ {{ $info->remark }} +
+
+ {{ $info->description }} +
+
+
+
+ @endforeach +
+
+ {{ $articles->links('layouts.pagination') }} +
+ +
+
+ @else +
+
+ + 抱歉,暂无内容 +
+
+ @endif +
+
@endsection