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