From 40cdd29ade3a89af25607de375c97996af2a229e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Jan 2023 03:27:29 +0500 Subject: [PATCH] ok --- assets/css/style.css | 12 ++++- components/homebar.vue | 8 +-- pages/homeforest.vue | 86 ++++++++++++++++++++++++++++++-- pages/homemeadow.vue | 86 ++++++++++++++++++++++++++++++-- pages/hometropics.vue | 89 ++++++++++++++++++++++++++++++++-- pages/index.vue | 86 ++++++++++++++++++++++++++++++-- pages/letsgo.vue | 105 +++++++++++++++++++++++++++++++++++++++- pages/setting.vue | 24 ++++----- pages/setting/about.vue | 2 +- pages/setting/index.vue | 4 +- 10 files changed, 460 insertions(+), 42 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 056d460..470671c 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -85,12 +85,20 @@ } .dropdown-item:focus, .dropdown-item:hover { - color: white; + color: white !important; background-color: #e9c046; border-radius: 10px; margin-top: 2px; } - +.dropdown-item.router-link-exact-active{ + color: white !important; + background-color: #e9c046; + border-radius: 10px; + margin-top: 2px; +} +.dropdown-item.router-link-exact-active, .dropdown-item.router-link-exact-active svg path{ + fill: white; +} .dropdown-item:focus, .dropdown-item:hover svg path{ fill: white; } diff --git a/components/homebar.vue b/components/homebar.vue index 0eeaad7..47f4d62 100755 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -32,15 +32,15 @@ diff --git a/pages/homeforest.vue b/pages/homeforest.vue index d63247a..9213d1e 100644 --- a/pages/homeforest.vue +++ b/pages/homeforest.vue @@ -21,7 +21,7 @@
- Adaptive soundscape : On + Adaptive soundscape : On
@@ -48,15 +48,15 @@ @@ -152,6 +152,82 @@
+ diff --git a/pages/homemeadow.vue b/pages/homemeadow.vue index e767156..d95e2b9 100644 --- a/pages/homemeadow.vue +++ b/pages/homemeadow.vue @@ -21,7 +21,7 @@
- Adaptive soundscape : On + Adaptive soundscape : On
@@ -48,15 +48,15 @@ @@ -152,6 +152,82 @@
+ diff --git a/pages/hometropics.vue b/pages/hometropics.vue index fe583e0..80ebc1a 100644 --- a/pages/hometropics.vue +++ b/pages/hometropics.vue @@ -22,7 +22,7 @@
- Adaptive soundscape : On + Adaptive soundscape : On
@@ -49,15 +49,15 @@ @@ -154,6 +154,85 @@
+ + + +