Commit 2a327d23 authored by 陈毅's avatar 陈毅

项目案例

parent 0642318e
......@@ -2022,11 +2022,22 @@ a.news {
}
.customer .customer-content {
max-width: 1200px;
max-width: 1400px;
min-width: 1100px;
width: 80%;
margin: 0 auto;
text-align: center;
}
.customer-content .img7{
display: flex;
flex-wrap: wrap;
justify-content: center;
img{
width: 25%;
padding: 10px 60px 80px;
}
}
.customer .customer-content .customer-title {
text-align: center;
padding-top: 50px;
......@@ -2135,7 +2146,7 @@ opacity: 1;
width: 100%;
display: flex;
justify-content: space-around;
margin-bottom: 50px;
margin-bottom: 80px;
}
.customer-content .more {
// text-align: center;
......@@ -4115,6 +4126,7 @@ line-height: 48px;
}
}
}
@import url("./phone");
@import url("./extra");
@import url("./product");
......
......@@ -273,16 +273,10 @@
<h2>项目案例</h2>
<div class="line"></div>
</div>
<div class="logo_div">
<img
v-for="(item, index) in logo"
:key="index"
:src="item.img1"
alt=""
/>
</div>
<div class="img7">
<img :src="item.img1" v-for="(item,index) in logo" :key="index" alt="">
</div>
<div class="center">
<div class="more">
<!-- <a href="/">查看更多</a>待开发 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment