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 @@
-
![]()
+
{{ info.title }}
+ style="color: #999999;font-weight: 400;font-size: 16px;line-height: 25px;white-space: pre-line;margin-top: 30px;">
@@ -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;">
+
![]()
+
-
+
@@ -89,7 +91,9 @@
+
+