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

信息动态

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