浏览代码

Merge branch 'master' of ssh://git.jishutao.com:55555/jishutao/jitao-portal

dengzhiguo 6 年之前
父节点
当前提交
9e4635c6b0
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/css/newMenu/index.css

+ 6 - 1
src/css/newMenu/index.css

@@ -771,7 +771,12 @@
 .title{
     margin-bottom: 20px;
 }
-
+@media screen and (max-width:1200px){
+    .bannerList{
+        width: 1200px!important;
+        margin: 0 auto;
+    }
+}