diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 42e14ad..2894690 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -7,6 +7,8 @@ // Bootstrap @import 'bootstrap/scss/bootstrap'; + + body { background-color: #88BBE5; } @@ -551,4 +553,24 @@ body { .footer-bar-inner { max-width: 956px; } +} + + +.main-area .reset-container, +.main-area .reset-container * { + all: revert; + all: revert-layer; +} +/* 可選:恢復 div 的塊級特性 */ +.main-area .reset-container { + display: block; +} + +.main-area .reset-container > * { + font-size: 1.4em; +} + +.anchor-point { + text-decoration: none; + color: unset; } \ No newline at end of file diff --git a/resources/views/faqs.blade.php b/resources/views/faqs.blade.php index 4b46863..eabe97f 100644 --- a/resources/views/faqs.blade.php +++ b/resources/views/faqs.blade.php @@ -34,11 +34,11 @@ @endphp
-

{{ $row->title }}

+

{{ $row->title }}

發佈時間
{{ $img_memo }} -

 

-
+ +
{!! $row->body !!}
diff --git a/resources/views/health_infos.blade.php b/resources/views/health_infos.blade.php index 0ca4f20..5d696f7 100644 --- a/resources/views/health_infos.blade.php +++ b/resources/views/health_infos.blade.php @@ -35,11 +35,11 @@
-

{{ $row->title }}

+

{{ $row->title }}

發佈時間
{{ $img_memo }} -

 

-
+ +
{!! $row->body !!}
diff --git a/resources/views/news.blade.php b/resources/views/news.blade.php index 61691fc..6487e12 100644 --- a/resources/views/news.blade.php +++ b/resources/views/news.blade.php @@ -35,11 +35,11 @@
#{{ $row->newsCatalog->name }}
-

{{ $row->title }}

+

{{ $row->title }}

發佈時間
{{ $img_memo }} -

 

-
+ +
{!! $row->body !!}
diff --git a/resources/views/notices.blade.php b/resources/views/notices.blade.php index 05532e2..b263de9 100644 --- a/resources/views/notices.blade.php +++ b/resources/views/notices.blade.php @@ -34,11 +34,11 @@ @endphp
-

{{ $row->title }}

+

{{ $row->title }}

發佈時間
{{ $img_memo }} -

 

-
+ +
{!! $row->body !!}