From 526c433ed6a277f86180cf4192fa991e1b81c383 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=84=E5=B0=98?= <122383162@qq.com>
Date: Thu, 17 Mar 2022 11:20:19 +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 | 2 +-
resources/views/category/djwh.blade.php | 4 +-
resources/views/index/index.blade.php | 100 ++++++------
resources/views/layouts/header.blade.php | 200 +++++++++++------------
4 files changed, 154 insertions(+), 152 deletions(-)
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