|
@@ -575,12 +575,22 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
position: relative;
|
|
position: relative;
|
|
.industrydetails-banner-box{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
|
|
.industrydetails-banner-box{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
|
|
.free-trial-default-btn{position: absolute;top:280px;left: 50%;margin-left: -119px;}
|
|
.free-trial-default-btn{position: absolute;top:280px;left: 50%;margin-left: -119px;}
|
|
|
|
+ @media (max-width: 768px){
|
|
|
|
+ height: 150px;
|
|
|
|
+ .industrydetails-banner-box{background-size: cover;}
|
|
|
|
+ .free-trial-default-btn{top:95px;margin-left: -61px;}
|
|
|
|
+ }
|
|
}
|
|
}
|
|
// 发展现状
|
|
// 发展现状
|
|
.industrydetails-develop-box{
|
|
.industrydetails-develop-box{
|
|
.client-container{padding: 48px 0 80px;text-align: center;}
|
|
.client-container{padding: 48px 0 80px;text-align: center;}
|
|
p{width: 480px;display: inline-block;@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 30px;vertical-align: middle;margin-right: 120px;text-align: justify;}
|
|
p{width: 480px;display: inline-block;@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 30px;vertical-align: middle;margin-right: 120px;text-align: justify;}
|
|
img{display: inline-block;vertical-align: middle;}
|
|
img{display: inline-block;vertical-align: middle;}
|
|
|
|
+ @media (max-width: 768px){
|
|
|
|
+ .client-container{padding: 16px 30px 48px;display: flex;flex-direction: column-reverse;}
|
|
|
|
+ p{width: 100%;display: block;@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin-right: 0;}
|
|
|
|
+ img{max-width: 100%;display: block;vertical-align:unset;margin-bottom: 16px;}
|
|
|
|
+ }
|
|
}
|
|
}
|
|
// 产品和服务
|
|
// 产品和服务
|
|
.products-services-box{
|
|
.products-services-box{
|
|
@@ -637,6 +647,12 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
i{width: 14px;height: 14px;float:left;box-sizing: border-box;opacity: 0.8;display: block;border: 1px solid #13192D;transform: rotate(45deg);margin-right: 16px;margin-top: 4px;}
|
|
i{width: 14px;height: 14px;float:left;box-sizing: border-box;opacity: 0.8;display: block;border: 1px solid #13192D;transform: rotate(45deg);margin-right: 16px;margin-top: 4px;}
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
|
|
p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
|
|
p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ li{margin-bottom: 6px;}
|
|
|
|
+ i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;}
|
|
|
|
+ h5{@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
|
|
|
|
+ p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;text-align: justify;}
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// 通用平台-新闻资讯样式
|
|
// 通用平台-新闻资讯样式
|