diff --git a/src/components/AiTabSwitch/index.vue b/src/components/AiTabSwitch/index.vue
index f370709..d292b6a 100644
--- a/src/components/AiTabSwitch/index.vue
+++ b/src/components/AiTabSwitch/index.vue
@@ -99,6 +99,7 @@ const handleSwitch = (i) => {
.tab-text {
font-size: 18px;
+ font-weight: 500;
color: rgba(255, 255, 255, 0.65);
z-index: 20;
}
diff --git a/src/components/ModuleTitle/styles/index.scss b/src/components/ModuleTitle/styles/index.scss
index 304970e..bfea704 100644
--- a/src/components/ModuleTitle/styles/index.scss
+++ b/src/components/ModuleTitle/styles/index.scss
@@ -6,6 +6,7 @@
.module-title {
font-size: 18px;
+ font-weight: bold;
color: #171717;
position: relative;
z-index: 1;
diff --git a/src/pages/Discovery/components/FindTabs/styles/index.scss b/src/pages/Discovery/components/FindTabs/styles/index.scss
index 31a33dc..22d4e61 100644
--- a/src/pages/Discovery/components/FindTabs/styles/index.scss
+++ b/src/pages/Discovery/components/FindTabs/styles/index.scss
@@ -46,7 +46,8 @@
}
.tab-text {
- font-size: 20px;
+ font-size: 16px;
+ font-weight: 500;
color: rgba(128, 140, 153, 0.9);
z-index: 5;
padding: 0 4px;
@@ -55,7 +56,7 @@
.tab-item.active .tab-text {
color: #0b0b0b;
- font-weight: 800;
+ font-weight: bold;
}
.tab-indicator {
diff --git a/src/pages/Discovery/components/QuickQuestions/index.vue b/src/pages/Discovery/components/QuickQuestions/index.vue
new file mode 100644
index 0000000..fc26b44
--- /dev/null
+++ b/src/pages/Discovery/components/QuickQuestions/index.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.subTitle }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/Discovery/components/QuickQuestions/styles/index.scss b/src/pages/Discovery/components/QuickQuestions/styles/index.scss
new file mode 100644
index 0000000..c221665
--- /dev/null
+++ b/src/pages/Discovery/components/QuickQuestions/styles/index.scss
@@ -0,0 +1,12 @@
+.container-scroll {
+ margin: 4px 0 6px;
+}
+
+.card-item {
+ width: 130px;
+}
+
+.card-img {
+ height: 40px;
+ width: 40px;
+}
diff --git a/src/pages/Discovery/index.vue b/src/pages/Discovery/index.vue
index 1ae6864..3a82b7a 100644
--- a/src/pages/Discovery/index.vue
+++ b/src/pages/Discovery/index.vue
@@ -1,6 +1,7 @@
+
@@ -10,6 +11,7 @@