diff --git a/public/assets/index/css/style.css b/public/assets/index/css/style.css
index 0a8122d..264dd1e 100644
--- a/public/assets/index/css/style.css
+++ b/public/assets/index/css/style.css
@@ -416,7 +416,7 @@ body {
font-size: 16px;
}
-.indexImg-pagination, .indexNews-pagination {
+.indexImg-pagination, .indexNews-pagination, .indexGg-pagination {
text-align: right !important;
padding-right: 20px!important;
bottom: 16px!important;
diff --git a/resources/views/category/djwh.blade.php b/resources/views/category/djwh.blade.php
index ccb21f0..53aadc4 100644
--- a/resources/views/category/djwh.blade.php
+++ b/resources/views/category/djwh.blade.php
@@ -34,8 +34,8 @@
@endforeach
@endif
- @if (getArticlesBYCate(79,2)->isNotEmpty())
- @foreach (getArticlesBYCate(79,2) as $info)
+ @if (getArticlesBYCate(79,3)->isNotEmpty())
+ @foreach (getArticlesBYCate(79,3) as $info)
-
diff --git a/resources/views/index/index.blade.php b/resources/views/index/index.blade.php
index 758ee4a..fd7549c 100644
--- a/resources/views/index/index.blade.php
+++ b/resources/views/index/index.blade.php
@@ -35,7 +35,7 @@
@if ($ysxw->isNotEmpty())
-
+
@foreach ($ysxw as $info)
@@ -72,24 +72,24 @@
@if (getArticlesBYCate(67,7)->isNotEmpty())
-
-
-
- @foreach (getArticlesBYCate(67,5) as $info)
-
-
-
-
- {{ $info->title }}
-
-
-
- @endforeach
-
-
-
-
-
+
+
+
+ @foreach (getArticlesBYCate(67,5) as $info)
+
+
+
+
+ {{ $info->title }}
+
+
+
+ @endforeach
+
+
+
+
+
-
@endsection
@push('script')
-
+
@endpush
diff --git a/resources/views/layouts/header.blade.php b/resources/views/layouts/header.blade.php
index 99ee381..948166d 100644
--- a/resources/views/layouts/header.blade.php
+++ b/resources/views/layouts/header.blade.php
@@ -1,100 +1,100 @@
-
-{{--
--}}
-{{--
--}}
-{{--

--}}
-{{--

--}}
-{{--
--}}
-{{--
--}}
-
-
-
-
-
- 联系我们 /
- 网站地图 /
- 电子邮箱
-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @foreach (getAdvertsByCate(34,3) as $info)
-
- @endforeach
-
-
-
-
-
-
-
-
- - 首页
- @php
- $top_ids =[];
- if (isset($parent)) {
- if (!is_array($parent)) {
- $top_ids = [$parent->id];
- }else{
- $top_ids = $parent;
- }
- }
- @endphp
- @foreach ($all_categorys as $cate)
- - id,$top_ids)) class="active" @endif data-href="{{ $cate->link }}">
- {{ $cate->title }}
-
- @endforeach
-
-
-
-
-
-
-
-@push('script')
-
-
-@endpush
+
+{{--
--}}
+{{--
--}}
+{{--

--}}
+{{--

--}}
+{{--
--}}
+{{--
--}}
+
+
+
+
+
+ 联系我们 /
+ 网站地图 /
+ 电子邮箱
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @foreach (getAdvertsByCate(34,3) as $info)
+
+ @endforeach
+
+
+
+
+
+
+
+
+ - 首页
+ @php
+ $top_ids =[];
+ if (isset($parent)) {
+ if (!is_array($parent)) {
+ $top_ids = [$parent->id];
+ }else{
+ $top_ids = $parent;
+ }
+ }
+ @endphp
+ @foreach ($all_categorys as $cate)
+ - id,$top_ids)) class="active" @endif data-href="{{ $cate->link }}">
+ {{ $cate->title }}
+
+ @endforeach
+
+
+
+
+
+
+
+@push('script')
+
+
+@endpush