From 601f99ec800170d8a847cd2e32da06f6a8ea4bda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?=
=?UTF-8?q?=E7=A8=80?= <2675540038@qq.com>
Date: Wed, 28 May 2025 17:54:36 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=A7=BB=E5=8A=A8?=
=?UTF-8?q?=E7=AB=AF=E9=80=82=E9=85=8D=E5=92=8C=E6=A0=B7=E5=BC=8F=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 在多个页面添加移动端检测并重定向到对应的移动端页面
- 优化移动端布局样式,包括间距、背景和高度调整
- 为社会责任页面添加分页功能
- 统一图片资源使用CDN地址
- 修复导航链接问题
- 添加新的背景变量和样式
- 优化动画效果和滚动触发
- 调整页面元素间距和响应式布局
---
.gitignore | 2 +-
assets/css/common.scss | 1 +
assets/index.scss | 2 +-
components/AppFooter.vue | 30 ++++--
components/AppHeader.vue | 2 +-
pages/aboutUs.vue | 6 +-
pages/concatUs.vue | 15 ++-
pages/customerReviews.vue | 4 +
pages/phone_aboutUs.vue | 8 +-
pages/phone_index.vue | 194 ++++++++++++++++++++++--------------
pages/phone_proServices.vue | 33 +++---
pages/phone_societyDuty.vue | 51 +++++++++-
pages/proServices.vue | 4 +
pages/proServices_con.vue | 4 +
pages/societyDuty.vue | 76 +++++++++-----
pages/societyDutyNew.vue | 4 +
16 files changed, 295 insertions(+), 141 deletions(-)
diff --git a/.gitignore b/.gitignore
index 676f52a..ad6585e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,7 @@ dist
# Node dependencies
node_modules
-
+.history
# Logs
logs
*.log
diff --git a/assets/css/common.scss b/assets/css/common.scss
index 1aac570..534d0a7 100644
--- a/assets/css/common.scss
+++ b/assets/css/common.scss
@@ -9,6 +9,7 @@
--bg-b: url('https://cdn.web.0rui.cn/img/bg-b.png');
--bg-4: url('https://cdn.web.0rui.cn/img/bg-4.png');
--bg-5: url('https://cdn.web.0rui.cn/img/bg-5.png');
+ --bg-6: url('https://cdn.web.0rui.cn/img/bg-6.png');
--qall: url('https://cdn.web.0rui.cn/img/qall.png');
--close: url('https://cdn.web.0rui.cn/img/close.png');
--t1a: url('https://cdn.web.0rui.cn/img/about/t1a.png');
diff --git a/assets/index.scss b/assets/index.scss
index c142b23..4c5b966 100644
--- a/assets/index.scss
+++ b/assets/index.scss
@@ -110,7 +110,7 @@
height: 681px;
background: var(--bg-c) 100% no-repeat;
background-size: 100% 100%;
- gap: 150px;
+ gap: 40px;
}
@media (max-width: 1440px) {
diff --git a/components/AppFooter.vue b/components/AppFooter.vue
index 5137fbc..d3209d5 100644
--- a/components/AppFooter.vue
+++ b/components/AppFooter.vue
@@ -36,10 +36,8 @@
洛阳公司地址:洛阳市 洛龙区 世贸中心D座1816室
-
-
+
+
@@ -47,12 +45,24 @@