|
@@ -752,8 +752,13 @@
|
|
|
.client-aboutUs-page{
|
|
|
|
|
|
// banner
|
|
|
- .aboutUs-banner{width: 100%;height: 520px;max-width: 1920px;background-image: url("~static/images/client/aboutUs/aboutUs-banner.jpg");
|
|
|
- background-size: contain;background-position: center;background-repeat: no-repeat; margin: 0 auto;
|
|
|
+ .aboutUs-banner{
|
|
|
+ width: 100%;
|
|
|
+ height: 520px;
|
|
|
+ background-color: #fff;
|
|
|
+ background-position-x: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-image: url("~static/images/client/aboutUs/aboutUs-banner.jpg");
|
|
|
}
|
|
|
|
|
|
// 公司简介
|
|
@@ -876,9 +881,8 @@
|
|
|
@media (max-width: 768px){
|
|
|
// banner
|
|
|
.aboutUs-banner{
|
|
|
- height: 150px;
|
|
|
+ height: 150px;background-size: cover;
|
|
|
span{width: 100%;}
|
|
|
- img{width: auto;height: 150px;}
|
|
|
}
|
|
|
// 公司简介
|
|
|
.company-profile-box{
|
|
@@ -937,8 +941,11 @@
|
|
|
.client-newsInfor-page{
|
|
|
// banner
|
|
|
.newsInfor-banner{
|
|
|
- width: 100%;height: 520px;overflow: hidden;background-color: #fff;
|
|
|
- img{max-width: 100%;overflow: hidden;margin: 0 auto;display: block}
|
|
|
+ width: 100%;
|
|
|
+ height: 520px;
|
|
|
+ background-color: #fff;
|
|
|
+ background-position-x: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
// 菜单 ul
|
|
@@ -991,7 +998,7 @@
|
|
|
@media (max-width: 768px){
|
|
|
// banner
|
|
|
.newsInfor-banner{
|
|
|
- height: 150px;
|
|
|
+ height: 150px;background-size: cover;
|
|
|
img{width: auto;height: 150px;}
|
|
|
}
|
|
|
|