Commit 1ffbebb5 authored by 陈毅's avatar 陈毅

了解更多

parent 1be4f77e
...@@ -829,11 +829,15 @@ h3 { ...@@ -829,11 +829,15 @@ h3 {
} }
} }
.service { .service {//行业解决办法
// padding-top: 65px; // padding-top: 65px;
background-color: #e9edef; background-color: #e9edef;
.main{ .main{
height: 100%; max-width: 1400px;
min-width: 1100px;
width: 80%;
// height: 100%;
height: 880px;
padding-top: 50px; padding-top: 50px;
} }
h2{ h2{
...@@ -845,7 +849,7 @@ h3 { ...@@ -845,7 +849,7 @@ h3 {
} }
.line{ .line{
margin-bottom: 75px; margin-bottom: 75px;
width: 1200px; width: 1400px;
text-align: center; text-align: center;
margin:0px auto 75px; margin:0px auto 75px;
} }
...@@ -1436,7 +1440,7 @@ a.news { ...@@ -1436,7 +1440,7 @@ a.news {
.about { .about {
width: 100%; width: 100%;
// height: 760px; // height: 760px;
height: 690px; height: 880px;
background: #EEEEEE; background: #EEEEEE;
@media screen and (max-width:1100px) { @media screen and (max-width:1100px) {
...@@ -1454,16 +1458,21 @@ a.news { ...@@ -1454,16 +1458,21 @@ a.news {
.about .about-content { .about .about-content {
width: 1200px; width: 1400px;
max-width: 1400px;
min-width: 1100px;
width: 80%;
margin: 0 auto; margin: 0 auto;
height: 100%; height: 100%;
display: flex;
justify-content: space-around;
// border: 1px solid #021d8b; // border: 1px solid #021d8b;
} }
.about .about-content .about-right { .about .about-content .about-right {
float: right; float: right;
margin-top: 156px; margin: auto;
width: 650px; flex: 1;
} }
@media (max-width:1280px) { @media (max-width:1280px) {
.about .about-content{ .about .about-content{
...@@ -1475,11 +1484,11 @@ a.news { ...@@ -1475,11 +1484,11 @@ a.news {
} }
.about .about-content .about-left { .about .about-content .about-left {
float: left; // float: left;
} }
.about .about-content .about-left ul { .about .about-content .about-left ul {
margin-top: 86px; margin-top: 170px;
} }
.about .about-content .about-left ul li { .about .about-content .about-left ul li {
...@@ -1513,7 +1522,7 @@ a.news { ...@@ -1513,7 +1522,7 @@ a.news {
} }
.about .about-content .about-left h2 { .about .about-content .about-left h2 {
margin-top: 150px; margin-top: 125px;
margin-bottom: 38px; margin-bottom: 38px;
color: #304f86; color: #304f86;
font-weight: 500; font-weight: 500;
...@@ -1555,7 +1564,7 @@ a.news { ...@@ -1555,7 +1564,7 @@ a.news {
font-size: 18px; font-size: 18px;
display: inline-block; display: inline-block;
margin-top: 78px; margin-top: 120px;
margin-left: 140px; margin-left: 140px;
// width: 141px; // width: 141px;
// height: 36px; // height: 36px;
......
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