|
@@ -1125,6 +1125,27 @@
|
|
|
}
|
|
|
.change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
|
|
|
}
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ // 我们的系统为您改变了什么
|
|
|
+ .information-change-box{
|
|
|
+ background-color: rgb(238, 238, 238);
|
|
|
+ .industrydetails-content{
|
|
|
+ height: auto;margin-top: 20px;background-image:unset;position: relative;
|
|
|
+ li{
|
|
|
+ margin-bottom: 16px;
|
|
|
+ p{margin-left: 20px}
|
|
|
+ }
|
|
|
+ img{width:130px;display:block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
|
|
|
+ }
|
|
|
+ .change-content-left,.change-content-right{
|
|
|
+ width: 100%;box-sizing: border-box;margin-bottom: 20px;
|
|
|
+ p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
+ i{border-color: #fff;}
|
|
|
+ }
|
|
|
+ .change-content-left{background-color: rgb(14, 60, 106);padding: 20px 16px;}
|
|
|
+ .change-content-right{background-color: rgb(164, 3, 3);padding: 60px 16px 36px;}
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
|