diff --git a/public/assets/index/css/style.css b/public/assets/index/css/style.css index fcb1ced..30abfb8 100644 --- a/public/assets/index/css/style.css +++ b/public/assets/index/css/style.css @@ -1536,16 +1536,23 @@ img { margin-right: 5px; } -.rcdw-text-item span{ +.rcdw-text-item-new p { color: #555; - margin-right: 10px; + margin-right: 30px; cursor: pointer; + width: 48px; + display: inline-block; } -.rcdw-text-item span:hover{ +.rcdw-text-item-new span:hover{ color: #273981; } +.rcdw-text-item-new span{ + text-align-last: justify; + display: block; +} + /* 人才队伍 - 省领军人才梯队 */ .rctd-boeder { border-bottom: 1px solid #eee; diff --git a/public/assets/index/img/float_logo.png b/public/assets/index/img/float_logo.png new file mode 100644 index 0000000..a5bb8a1 Binary files /dev/null and b/public/assets/index/img/float_logo.png differ diff --git a/public/assets/index/img/logo.png b/public/assets/index/img/logo.png index aa4fb1c..8e3a4d3 100644 Binary files a/public/assets/index/img/logo.png and b/public/assets/index/img/logo.png differ diff --git a/public/assets/index/img/z19_ewm3.png b/public/assets/index/img/z19_ewm3.png new file mode 100644 index 0000000..d7fc8e4 Binary files /dev/null and b/public/assets/index/img/z19_ewm3.png differ diff --git a/public/assets/index/img/z19_scroll_wx.png b/public/assets/index/img/z19_scroll_wx.png new file mode 100644 index 0000000..bf4477f Binary files /dev/null and b/public/assets/index/img/z19_scroll_wx.png differ diff --git a/resources/views/category/gjzczj.blade.php b/resources/views/category/gjzczj.blade.php index d314794..bef2933 100644 --- a/resources/views/category/gjzczj.blade.php +++ b/resources/views/category/gjzczj.blade.php @@ -16,21 +16,21 @@
-
+
正高: @if (getArticlesBYCate(64,16)->isNotEmpty()) @foreach (getArticlesBYCate(64,100) as $article) - {{ $article->title }} +

{{ $article->title }}

@endforeach @endif
-
+
副高: @if (getArticlesBYCate(65,16)->isNotEmpty()) @foreach (getArticlesBYCate(65,100) as $article) - {{ $article->title }} +

{{ $article->title }}

@endforeach @endif
diff --git a/resources/views/category/rcdw.blade.php b/resources/views/category/rcdw.blade.php index 98d0c3e..6a7f597 100644 --- a/resources/views/category/rcdw.blade.php +++ b/resources/views/category/rcdw.blade.php @@ -19,21 +19,21 @@
-
+
正高: @if (getArticlesBYCate(64,16)->isNotEmpty()) @foreach (getArticlesBYCate(64,100) as $article) - {{ $article->title }} +

{{ $article->title }}

@endforeach @endif
-
+
副高: @if (getArticlesBYCate(65,16)->isNotEmpty()) @foreach (getArticlesBYCate(65,100) as $article) - {{ $article->title }} +

{{ $article->title }}

@endforeach @endif
diff --git a/resources/views/category/xhqk.blade.php b/resources/views/category/xhqk.blade.php index ce9f5a9..ce65f92 100644 --- a/resources/views/category/xhqk.blade.php +++ b/resources/views/category/xhqk.blade.php @@ -18,14 +18,13 @@ {{-- 更多--}} {{--
--}}
    - @foreach (getArtilesByCates(66,6) as $article) + @foreach (getArtilesByCates(66,3) as $article)
  • {{ $article->title }}

  • - @endforeach
diff --git a/resources/views/category/yjsgg.blade.php b/resources/views/category/yjsgg.blade.php new file mode 100644 index 0000000..6688b21 --- /dev/null +++ b/resources/views/category/yjsgg.blade.php @@ -0,0 +1,79 @@ +@extends('layouts.app') + +@section('title', $category->title) + +@section('content') + +
+ + + +
+ @include('layouts.navigation',['category'=>$category]) + + +
+ {{ getOneCategory(20,'title') }} + 更多 +
+
+ @if(getArticlesBYCate(20,8)->isNotEmpty()) + @foreach (getArticlesBYCate(20,8) as $article) + @if ($loop->first) + + {{ $article->title }} + + @endif + @endforeach + + @endif +
+ +
+ {{ getOneCategory(21,'title') }} + 更多 +
+
+ @if(getArticlesBYCate(21,8)->isNotEmpty()) + @foreach (getArticlesBYCate(21,8) as $article) + @if ($loop->first) + + {{ $article->title }} + + @endif + @endforeach + + @endif +
+
+
+ +@endsection