This commit is contained in:
dzj 2024-06-07 13:42:49 +08:00
parent 20486bd1ec
commit ec10ebfe61
6 changed files with 20 additions and 14 deletions

View File

@ -19,8 +19,8 @@
<div class="content" style="display: flex;justify-content: space-between;text-decoration: none;">
<div class="text" >
<!-- <h3>020-89898233</h3> -->
<p style="margin-top: 0;">地址福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司(香槟国际)</p>
<p>飞阳建集团 版权所有</p>
<p style="margin-top: 0;">地址福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司</p>
<p>飞阳建集团 版权所有</p>
<a href="https://beian.miit.gov.cn/" target="_blank">闽ICP备12004115号-1</a>

View File

@ -89,8 +89,11 @@
</div>
</div>
<div class="content2-right">
<img :src="hydata.src" style="width: 100%;object-fit: contain;">
<div class="content2-right" style="cursor: pointer;">
<a :href="hydata.url" target="_blank">
<img :src="hydata.src" style="width: 100%;object-fit: contain;">
</a>
</div>
</div>
</div>
@ -231,11 +234,17 @@ export default {
hyDtai().then((res) => {
this.hydata.src = res.data[0].picture
this.hydata.content = res.data[0].content
this.hydata.url=res.data[0].url
})
//
smallPicture().then((res) => {
console.log(res.data,'res')
this.smallPicturearr = res.data
let newarr= res.data.filter((item)=>{
return item.state=='true'
})
this.smallPicturearr = newarr
this.$nextTick(() => {
new Swiper('.swiper2', {
slidesPerView: 3,
@ -263,7 +272,7 @@ export default {
})
//
getnews({ 'page': 0 }).then((res) => {
this.newsitem = res.data.content[1]
this.newsitem = res.data.content[0]
})
//
backgroundText().then((res) => {

View File

@ -177,8 +177,6 @@
<div style=" ">
<img src="@/assets/images/rongyu/yuanjing.png"
style="width: 100%;object-fit: contain;margin: auto;display: block; border-radius: 14px 14px 0 0;">
</div>
<div
style="background-color: rgb(248,248,248);padding: 36px 42px 0; border-radius: 0 0 14px 14px ;line-height: 24px;height: 230px;">
@ -192,8 +190,6 @@
<div style=" ">
<img src="@/assets/images/rongyu/shiming.png"
style="width: 100%;object-fit: contain;margin: auto;display: block; border-radius: 14px 14px 0 0;">
</div>
<div
style="background-color: rgb(248,248,248);padding: 36px 42px 0; border-radius: 0 0 14px 14px ;line-height: 24px;height: 230px;">

View File

@ -19,8 +19,8 @@
<h5>CREATING VALUE</h5>
</div>
<div class="text wow fadeInUp animated" style="animation-delay: 0.3s; visibility: visible; animation-name: fadeInUp;">
<h3>飞阳建工程有限公司</h3>
<p>地址福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司(香槟国际)
<h3>飞阳建工程有限公司</h3>
<p>地址福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司
</p>
<p>电话05943613551</p>
<p>传真05943613551</p>

View File

@ -54,6 +54,7 @@
<div style="font-size: 14px;
color: #666666;
height: 79px;
overflow: hidden;
-webkit-box-orient:vertical;
margin-top: 10px;" v-html="item.content">

View File

@ -30,7 +30,7 @@
</div>
</div>
<div v-if="!PrijectList.length" style="height: 400px;display: flex;justify-content: center;align-items: center;width: 100%;">
<div v-if="!PrijectList.length" style="height: 400px;display: flex;justify-content: center;align-items: center;width: 100%;margin-left: 100%;">
<div style="color: #999;">该工程暂无内容展示</div>
</div>
</div>