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 @@ + + + + + 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 @@
- +
+ + +
@@ -25,6 +28,7 @@