浏览代码

医疗行业详情页响应式开发

tanxue 3 年之前
父节点
当前提交
a010ef1931
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      assets/scss/cus-client/cus-client-page.scss

+ 17 - 0
assets/scss/cus-client/cus-client-page.scss

@@ -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  ********/