Browse Source

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

dengzhiguo 6 years ago
parent
commit
515276b063
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/css/newMenu/special.css
  2. 1 0
      src/js/newMenu/special.js

+ 1 - 1
src/css/newMenu/special.css

@@ -511,7 +511,7 @@
 .detaiTitle>img{
     width: 800px;
     height: 400px;
-    margin-bottom: 60px;
+    margin-bottom: 20px;
     display: inline-block;
 }
 .detailWrapper P{

+ 1 - 0
src/js/newMenu/special.js

@@ -60,6 +60,7 @@ $(function(){
     function allType(){
         $('.proType li').click(function(){
             let index = $(this).attr('value');
+            if(!index) return;
             $(this).addClass('active').siblings().removeClass('active');
             dataList.types = index;
             proDate();