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

项目案例

parent 0642318e
...@@ -2022,11 +2022,22 @@ a.news { ...@@ -2022,11 +2022,22 @@ a.news {
} }
.customer .customer-content { .customer .customer-content {
max-width: 1200px; max-width: 1400px;
min-width: 1100px;
width: 80%;
margin: 0 auto; margin: 0 auto;
text-align: center; 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 { .customer .customer-content .customer-title {
text-align: center; text-align: center;
padding-top: 50px; padding-top: 50px;
...@@ -2135,7 +2146,7 @@ opacity: 1; ...@@ -2135,7 +2146,7 @@ opacity: 1;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
margin-bottom: 50px; margin-bottom: 80px;
} }
.customer-content .more { .customer-content .more {
// text-align: center; // text-align: center;
...@@ -4115,6 +4126,7 @@ line-height: 48px; ...@@ -4115,6 +4126,7 @@ line-height: 48px;
} }
} }
} }
@import url("./phone"); @import url("./phone");
@import url("./extra"); @import url("./extra");
@import url("./product"); @import url("./product");
......
...@@ -273,16 +273,10 @@ ...@@ -273,16 +273,10 @@
<h2>项目案例</h2> <h2>项目案例</h2>
<div class="line"></div> <div class="line"></div>
</div> </div>
<div class="logo_div">
<img
v-for="(item, index) in logo"
:key="index"
:src="item.img1"
alt=""
/> <div class="img7">
<img :src="item.img1" v-for="(item,index) in logo" :key="index" alt="">
</div> </div>
<div class="center"> <div class="center">
<div class="more"> <div class="more">
<!-- <a href="/">查看更多</a>待开发 --> <!-- <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