Browse Source

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

dengzhiguo 6 years ago
parent
commit
9e4635c6b0
1 changed files with 6 additions and 1 deletions
  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;
+    }
+}