|
|
@@ -28,7 +28,6 @@ |
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="bottom"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="swhz">
|
|
|
@@ -36,8 +35,8 @@ |
|
|
|
<div class="callme">
|
|
|
|
<a class="title">商务合作</a>
|
|
|
|
<div>
|
|
|
|
<a>联系方式: 458233656411</a>
|
|
|
|
<a>联系邮箱: 458233656411@Gmail.com</a>
|
|
|
|
<a>联系方式: <b>458233656411</b></a>
|
|
|
|
<a>联系邮箱: <b>458233656411@Gmail.com</b></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<img src="../../assets/aboutbottom.png">
|
|
|
@@ -96,9 +95,9 @@ export default { |
|
|
|
for (const iter of data.list) {
|
|
|
|
this.ldList.push({
|
|
|
|
img: iter.image,
|
|
|
|
name: iter.remark,
|
|
|
|
title: iter.title,
|
|
|
|
content: iter.subTitle
|
|
|
|
name: iter.title,
|
|
|
|
title: iter.subTitle,
|
|
|
|
content: iter.remark
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
@@ -172,6 +171,7 @@ export default { |
|
|
|
font-weight: 400;
|
|
|
|
color: #0D1114;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-right: 40px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
@@ -213,6 +213,7 @@ export default { |
|
|
|
font-weight: 400;
|
|
|
|
color: #0D1114;
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@@ -227,6 +228,7 @@ export default { |
|
|
|
}
|
|
|
|
#daliay {
|
|
|
|
background: #F2F4F8;
|
|
|
|
padding-bottom: 80px;
|
|
|
|
.top {
|
|
|
|
min-height: 470px;
|
|
|
|
margin-bottom: 40px;
|
|
|
@@ -242,6 +244,7 @@ export default { |
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 30px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@@ -275,6 +278,7 @@ export default { |
|
|
|
font-weight: 400;
|
|
|
|
color: #0D1114;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|