|
@@ -794,7 +794,7 @@
|
|
|
|
|
|
// 企业文化
|
|
|
.corporate-culture-box{
|
|
|
- padding-bottom: 80px;
|
|
|
+ //padding-bottom: 80px;
|
|
|
li{
|
|
|
width:25%;
|
|
|
display: inline-block;
|
|
@@ -854,8 +854,7 @@
|
|
|
color: rgba(0,0,0,0.85);
|
|
|
h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
|
|
|
li{
|
|
|
- width: 50%;display: inline-block;
|
|
|
- margin-bottom: 48px;
|
|
|
+ width: 50%;display: inline-block;box-sizing: border-box;margin-bottom: 48px;
|
|
|
i{width: 30px;height: 30px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: contain;margin-right: 8px;vertical-align: middle;}
|
|
|
span{@include setFontStyle(0);color: rgba(16, 16, 16, 100);vertical-align: middle;}
|
|
|
}
|
|
@@ -863,12 +862,16 @@
|
|
|
i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
|
|
|
}
|
|
|
li:nth-child(2) {
|
|
|
+ text-align: right;
|
|
|
+ span{width: 273px;display: inline-block;text-align: left}
|
|
|
i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
|
|
|
}
|
|
|
li:nth-child(3) {
|
|
|
i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
|
|
|
}
|
|
|
li:nth-child(4) {
|
|
|
+ text-align: right;
|
|
|
+ span{width: 273px;display: inline-block;text-align: left}
|
|
|
i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
|
|
|
}
|
|
|
}
|