From c6c977e4d0c806693f95238cbdf6b617676835b7 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: Fri, 23 May 2025 18:25:06 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BB=A5=E6=8F=90=E5=8D=87=E7=A7=BB=E5=8A=A8?=
=?UTF-8?q?=E7=AB=AF=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修改了多个页面的样式,包括字体大小、间距、对齐方式等,以优化移动端显示效果
- 调整了图片和文本的布局,确保在不同设备上的一致性
- 更新了导航链接,使其在移动端更易于点击
---
assets/index.scss | 4 +-
components/AppHeader.vue | 13 +--
pages/phone_customerReviews.vue | 6 +-
pages/phone_index.vue | 154 +++++++++++++++++---------------
pages/phone_proServices.vue | 8 +-
5 files changed, 100 insertions(+), 85 deletions(-)
diff --git a/assets/index.scss b/assets/index.scss
index 5b375e7..d730317 100644
--- a/assets/index.scss
+++ b/assets/index.scss
@@ -19,7 +19,9 @@
.image_1 {
width: 154px;
- height: 38px;
+}
+.image_c_2 {
+ width: 120px;
}
.text_1 {
diff --git a/components/AppHeader.vue b/components/AppHeader.vue
index 3af0802..6eb75df 100644
--- a/components/AppHeader.vue
+++ b/components/AppHeader.vue
@@ -6,12 +6,15 @@
:style="{ justifyContent: coMobile ? 'space-between' : 'center', backgroundColor: isMobileMenuOpen ? '#ffffff' : 'transparent', }"
:class="route.name == 'info-id' ? 'box_1 box_1_info' : 'box_1'">
+ :class="!coMobile?'image_1':'image_c_2'" referrerpolicy="no-referrer" :src="`${cdnUrl}/img/logo.png`" />
+
-
-
+
+
+
+