From c5ee90762e9302ed7d08e361adad3ace51344a3f Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Wed, 7 May 2025 15:03:46 +0330 Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=D8=A7=D8=AA=20?= =?UTF-8?q?=D8=B5=D9=81=D8=AD=D9=87=20=D8=AD=D8=AF=DB=8C=D8=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../images/font-icons/haditha-title.svg | 52 ++++++++++++ components/haditha/NavigationMenu.vue | 2 +- pages/haditha/search/[id]/[slug]/index.vue | 79 ++++++++++++++++++- 3 files changed, 130 insertions(+), 3 deletions(-) create mode 100644 assets/haditha/images/font-icons/haditha-title.svg diff --git a/assets/haditha/images/font-icons/haditha-title.svg b/assets/haditha/images/font-icons/haditha-title.svg new file mode 100644 index 0000000..8e0942e --- /dev/null +++ b/assets/haditha/images/font-icons/haditha-title.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/haditha/NavigationMenu.vue b/components/haditha/NavigationMenu.vue index 97f7c75..2bfc606 100644 --- a/components/haditha/NavigationMenu.vue +++ b/components/haditha/NavigationMenu.vue @@ -12,7 +12,7 @@ import { useAuthStore } from "@stores/authStore"; const items = ref([ { label: "خانه", - icon: "haditha:home", + icon: "haditha:haditha-title", to: "/haditha", descrption: "صفحه اصلی", class: "flex flex-col lg:flex-row justify-center items-center hide-label", diff --git a/pages/haditha/search/[id]/[slug]/index.vue b/pages/haditha/search/[id]/[slug]/index.vue index 7741e25..2312c58 100644 --- a/pages/haditha/search/[id]/[slug]/index.vue +++ b/pages/haditha/search/[id]/[slug]/index.vue @@ -221,7 +221,7 @@ const NavigationMenu = defineAsyncComponent(
@@ -818,6 +844,55 @@ body.hadith-system.search-show-page { } } } +.search-button { + background: linear-gradient(to right, rgb(210, 132, 255), rgb(77, 0, 255)); + width: 109px; + height: 56px; + border-radius: 12px; + padding: 8px 24px 8px 20px; +} +.pagination { + width: 85%; + padding: 0.7em 0px; + + /* width: 672; */ + /* height: 56; */ + justify-content: space-between; + border-radius: 16px; + border-width: 0.3px; + padding-right: 32px; + padding-left: 32px; + background: #ffffff; + border: 0.3px solid #e0e0e0; + box-shadow: 0px 8px 20px 0px #0000001a; + + .prev-haditha { + font-family: var(--font); + font-weight: 300; + font-size: 12px; + line-height: 20px; + letter-spacing: 0%; + text-align: right; + color: var(--ui-color-two); + } + .next-haditha { + font-family: var(--font); + font-weight: 300; + font-size: 12px; + line-height: 20px; + letter-spacing: 0%; + text-align: right; + color: var(--ui-color-two); + } + + .prev-haditha, + .next-haditha { + &:hover { + cursor: pointer; + background-color: #eee; + } + } +} /* @media screen and (max-width: 719.99px) { */ /* .search-show-page { */ /* .body-content { */