|
@@ -1341,6 +1341,23 @@
|
|
|
}
|
|
|
.change-content-left{margin-right: 180px;}
|
|
|
}
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ .medical-change-box{
|
|
|
+ background-color: rgb(238, 238, 238);padding: 0 15px 30px;
|
|
|
+ .industrydetails-content{width: 100%;height: unset;background-image:unset;}
|
|
|
+ .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;
|
|
|
+ ul{margin: 0;}
|
|
|
+ h5{height: unset;line-height: unset;color: #fff;margin-top: 0;}
|
|
|
+ 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(31, 104, 176);padding: 20px 16px;}
|
|
|
+ .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;}
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
|