Commit 0642318e authored by 陈毅's avatar 陈毅

信息动态

parent 1015776c
...@@ -832,12 +832,13 @@ h3 { ...@@ -832,12 +832,13 @@ h3 {
.service {//行业解决办法 .service {//行业解决办法
// padding-top: 65px; // padding-top: 65px;
background-color: #e9edef; background-color: #e9edef;
padding-bottom: 80px;
.main{ .main{
max-width: 1400px; max-width: 1400px;
min-width: 1100px; min-width: 1100px;
width: 80%; width: 80%;
// height: 100%; height: 100%;
height: 880px; // height: 880px;
padding-top: 50px; padding-top: 50px;
} }
h2{ h2{
......
...@@ -582,14 +582,19 @@ ...@@ -582,14 +582,19 @@
} }
.home-news { .home-news {
display: flex; display: flex;
width: 1200px; width: 80%;
margin:50px auto; max-width: 1400px;
min-width: 1100px;
margin:80px auto;
img { img {
width: 500px; width: 500px;
height: 400px;
} }
.home-news-right { .home-news-right {
margin-left: 60px; margin-left: 60px;
width: 100%; // width: 100%;
min-width:0;
flex: 1;
h5 { h5 {
font-size: 18px; font-size: 18px;
color: #232323; color: #232323;
...@@ -601,6 +606,7 @@ ...@@ -601,6 +606,7 @@
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
opacity: 1; opacity: 1;
} }
p { p {
font-size: 16px; font-size: 16px;
line-height: 27px; line-height: 27px;
...@@ -611,6 +617,7 @@ ...@@ -611,6 +617,7 @@
opacity: 1; opacity: 1;
} }
span { span {
margin-bottom: 17px;
font-size: 14px; font-size: 14px;
line-height: 24px; line-height: 24px;
// margin-top: 7px; // margin-top: 7px;
...@@ -627,22 +634,24 @@ ...@@ -627,22 +634,24 @@
} }
.see-more { .see-more {
width: 80px; width: 80px;
margin: 60px 0 0 550px; // margin: 60px 0 0 550px;
cursor: pointer; cursor: pointer;
float: right;
margin-top: 79px;
} }
} }
} }
@media (max-width:1280px) { // @media (max-width:1280px) {
.home-news{ // .home-news{
width: 1000px; // width: 1000px;
.home-news-right{ // .home-news-right{
width: 440px; // width: 440px;
.see-more{ // .see-more{
margin: 60px 0 0 385px; // margin: 60px 0 0 385px;
} // }
} // }
} // }
} // }
.details-news{ .details-news{
width: 1200px; width: 1200px;
margin: 65px auto 100px; margin: 65px auto 100px;
......
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
</div> </div>
</section> </section>
<div class="pt50"></div> <div class="pt50"></div>
<div class="service bg"> <div class="service ">
<div class="main"> <div class="main">
<h2>行业解决方案</h2> <h2>行业解决方案</h2>
<div class="line" style="width:60px;height:6px;border-top: 6px solid #294982;"></div> <div class="line" style="width:60px;height:6px;border-top: 6px solid #294982;"></div>
...@@ -266,16 +266,7 @@ ...@@ -266,16 +266,7 @@
<nuxt-link to="/"><div class="see-more">查看更多>></div></nuxt-link> <nuxt-link to="/"><div class="see-more">查看更多>></div></nuxt-link>
</div> </div>
</div> </div>
<!-- <div class="main custom">
<h1>我们的客户</h1>
<div class="ac">
<img src="/images/home/customs.png" alt="" />
</div>
<div class="pt50 ac">
<nuxt-link to="/case">查看更多>></nuxt-link>
</div>
<div class="pt50"></div>
</div> -->
<section class="customer"> <section class="customer">
<div class="customer-content"> <div class="customer-content">
<div class="customer-title"> <div class="customer-title">
......
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