From 29eea7b0887400b8c2ef6b5e782b0d697b8e3c5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com>
Date: Fri, 29 Aug 2025 18:00:21 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/industrySolutions/index.vue | 39 +++++++-----
src/views/serviceSupport/QA.vue | 90 +++++++++++++++++++++++++++
src/views/serviceSupport/index.vue | 7 ++-
3 files changed, 121 insertions(+), 15 deletions(-)
create mode 100644 src/views/serviceSupport/QA.vue
diff --git a/src/views/industrySolutions/index.vue b/src/views/industrySolutions/index.vue
index 847dea0..9809b3e 100644
--- a/src/views/industrySolutions/index.vue
+++ b/src/views/industrySolutions/index.vue
@@ -19,7 +19,8 @@
{{ i.title }}
-
{{ i.value }}
+
+
{{ i.info }}
→
@@ -226,34 +227,34 @@ export default {
.card-img{
position: absolute;
- opacity: 0.4;
- width: 100%;
+ //opacity: 0.4;
+ width: 40%;
height: 100%;
top: 0;
left: 0;
background-repeat: no-repeat;
background-size: 100% 100%;
- /* 设置透明蒙版 */
- -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
- -webkit-mask-repeat: no-repeat;
- -webkit-mask-size: 100% 100%;
-
- mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
- mask-repeat: no-repeat;
- mask-size: 100% 100%;
+ ///* 设置透明蒙版 */
+ //-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
+ //-webkit-mask-repeat: no-repeat;
+ //-webkit-mask-size: 100% 100%;
+ //
+ //mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
+ //mask-repeat: no-repeat;
+ //mask-size: 100% 100%;
}
.card-title{
position: absolute;
- left: 20%;
+ left: 45%;
top: 40px;
font-size: 24px;
}
.card-subtitle{
position: absolute;
- left: 20%;
+ left: 45%;
top: 80px;
width: 70%;
font-size: 18px;
@@ -262,15 +263,25 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
}
+
+ .card-subtitle1 {
+ position: absolute;
+ top: 115px;
+ left: 45%;
+ width: 5%;
+ height: 3px;
+ background-color: #2e445c;
+ }
.card-desc{
width: 70%;
position: absolute;
- left: 20%;
+ left: 45%;
top: 120px;
text-align: left;
font-size: 14px;
color: #0005;
}
+
.card-arrow{
position: absolute;
right: 30px;
diff --git a/src/views/serviceSupport/QA.vue b/src/views/serviceSupport/QA.vue
new file mode 100644
index 0000000..254aee2
--- /dev/null
+++ b/src/views/serviceSupport/QA.vue
@@ -0,0 +1,90 @@
+
+
+
+ Q&A
+ 常见问题
+
+
+
+
+ {{ kk + 1 }}){{ ii }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/serviceSupport/index.vue b/src/views/serviceSupport/index.vue
index 90a9fa3..bc89725 100644
--- a/src/views/serviceSupport/index.vue
+++ b/src/views/serviceSupport/index.vue
@@ -16,7 +16,10 @@
-