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 }}
免费体验
-
+
-
+
@@ -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)
}
})