|
@@ -1263,7 +1263,20 @@
|
|
|
.change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
|
|
|
.change-content-right{width: 610px;float:right;padding:32px 0 32px 100px;background-image: url("~static/images/client/industrydetails/education-right-bg.png");margin-left: -55px;}
|
|
|
}
|
|
|
-
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ .education-change-box{
|
|
|
+ background-color: rgb(238, 238, 238);padding: 0 15px 30px;
|
|
|
+ img{width:100px;margin: -105px auto;margin-left: -50px;}
|
|
|
+ .mt48{margin-top: 20px;}
|
|
|
+ .change-content-left,.change-content-right{
|
|
|
+ width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
|
|
|
+ p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
+ i{border-color: #fff;opacity: 1;}
|
|
|
+ }
|
|
|
+ .change-content-left{background-color: rgb(50, 159, 132);padding: 20px 16px 52px;}
|
|
|
+ .change-content-right{background-color: rgb(249, 163, 97);padding: 60px 16px 16px;}
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
|