From a7cd20f912c5758188e9a4bb7f3b6fc55e42d600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 25 Dec 2024 15:05:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/casesAndClients/IOT/index.vue | 26 ++++++++++++++----------- src/views/contactUs/companyProfile.vue | 14 +++++++------ src/views/productCenter/index.vue | 20 +++++++++---------- 3 files changed, 33 insertions(+), 27 deletions(-) diff --git a/src/views/casesAndClients/IOT/index.vue b/src/views/casesAndClients/IOT/index.vue index a2cac8a..6a39914 100644 --- a/src/views/casesAndClients/IOT/index.vue +++ b/src/views/casesAndClients/IOT/index.vue @@ -19,6 +19,11 @@
+
+ + 查看详情 + +
{{ i.caseInfoTitle }}
@@ -31,13 +36,13 @@ :src="i.caseInfoPic" fit="contain">
-
- - 查看详情 - -
+
+ + 查看详情 + +
-
- - 查看详情 - -
@@ -197,6 +197,7 @@ export default { .left { display: inline-block; width: 55%; + vertical-align: top; .itemTitle { font-size: 1.6vw; @@ -243,12 +244,14 @@ export default { display: inline-block; width: 41%; margin-right: 4%; + height: 100%; } .right { display: inline-block; width: 55%; + vertical-align: top; .itemTitle { font-size: 1.6vw; @@ -272,7 +275,8 @@ export default { width: calc(100% - 3vw); height: 3.7vw; line-height: 3.7vw; - padding-left: 3vw; + padding-right: 3vw; + text-align: right; font-size: 1.2vw; color: #fff; background-color: #3372ff; diff --git a/src/views/contactUs/companyProfile.vue b/src/views/contactUs/companyProfile.vue index 8dba3fe..68a11f8 100644 --- a/src/views/contactUs/companyProfile.vue +++ b/src/views/contactUs/companyProfile.vue @@ -63,7 +63,7 @@ export default { .content { display: inline-block; width: 62vw; - height: 20.1vw; + //height: 20.1vw; border: 1px solid #ccc3; margin-top: 3.7vw; margin-bottom: 5.2vw; @@ -97,13 +97,12 @@ export default { .contentInfo { text-align: left; - position: absolute; - top: 34.6%; + //position: absolute; + margin-top: 16.5%; width: 78%; - left: 50%; - height: 11vw; + margin-left: 50%; + //height: 11vw; //overflow: hidden; - -webkit-transform: translateX(-50%); transform: translateX(-50%); letter-spacing: 2.5px; font-size: 0.8vw; @@ -116,6 +115,9 @@ export default { display: inline-block; width: 35%; height: 100%; + margin-top: 50%; + transform: translateY(-50%); + vertical-align: top; } } diff --git a/src/views/productCenter/index.vue b/src/views/productCenter/index.vue index 5de9260..c229a5a 100644 --- a/src/views/productCenter/index.vue +++ b/src/views/productCenter/index.vue @@ -7,7 +7,7 @@ fit="contain">
{{ bannerTitle }}
免费体验 -
+
@@ -16,7 +16,7 @@
-
+
@@ -31,15 +31,15 @@ - - - + + +
- - - - + + + +
@@ -127,7 +127,7 @@ export default { }).then(e => { this.tabsList = e.rows this.configTypeId = e.rows?.[0]?.configTypeId - if(e.rows?.[0]?.configTypeId){ + if (e.rows?.[0]?.configTypeId) { this.getContentList(e.rows?.[0]?.configTypeId) } })