|
@@ -1235,6 +1235,21 @@
|
|
.change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
|
|
.change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
|
|
.change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
|
|
.change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
|
|
}
|
|
}
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ // 我们的系统为您改变了什么
|
|
|
|
+ .traffic-change-box{
|
|
|
|
+ background-color: rgb(238, 238, 238);padding: 0 15px 30px;
|
|
|
|
+ .change-content-left,.change-content-right{
|
|
|
|
+ width: 100%;height: unset;margin:0;box-sizing: border-box;
|
|
|
|
+ ul{margin: 0;}
|
|
|
|
+ h5{height: unset;line-height: unset;@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;}
|
|
|
|
+ i{width: 10px;height: 10px;border-color: #fff;opacity: 1;border-radius: 0;}
|
|
|
|
+ }
|
|
|
|
+ .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;background-image:unset;margin: 20px 0;}
|
|
|
|
+ .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;background-image:unset;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
|
|
/******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
|