diff --git a/components/AppAbout.vue b/components/AppAbout.vue index 8361108..a848e7b 100644 --- a/components/AppAbout.vue +++ b/components/AppAbout.vue @@ -8,7 +8,7 @@
@@ -94,17 +94,16 @@ onMounted(() => { const hmScroll = () => { let home = document.getElementById('aboutid'); if (home.scrollTop + home.clientHeight >= home.scrollHeight) { - setTimeout(function () { - emit('toSwpe', 3); - }, 500); + emit('toSwpe', 3); } if (home.scrollTop == 0) { - setTimeout(function () { - emit('toSwpe', 1); - }, 500); + emit('toSwpe', 1); } } const emit = defineEmits(['toSwpe']) +const toMore = (index:number) => { + emit('toSwpe', index); +} //搜索 const toSearch = () => { @@ -253,8 +252,8 @@ const getNewstypeList = async () => { } &.active { - background: linear-gradient(0deg, rgba(51, 140, 222, 0.12) 0%, rgba(61, 146, 224, 0.12) 100%); - color: #3A91DF; + background: #388FDF; + color: #ffffff; } } } diff --git a/components/AppContactUs.vue b/components/AppContactUs.vue index d33a7f3..0e8a973 100644 --- a/components/AppContactUs.vue +++ b/components/AppContactUs.vue @@ -8,7 +8,7 @@
-
+
+
-
团团留言板
+ style="position: relative;;z-index: 1;background: #ffffff;padding: 30px;border-radius: 16px;margin-top: 20px;margin-left: 100px;"> + +
姓名 + placeholder="请输入您的姓名" /> 电话 - 邮箱 - + class="contactInputs mt-[15px] md:mt-[30px] w-full md:w-[600px]" type="text" + placeholder="请输入电话" /> + 问题 +
- 描述 + 描述
@@ -52,7 +54,7 @@
精选留言
-
+
@@ -89,7 +91,9 @@
+
+