liting2017 6 년 전
부모
커밋
d1292022ed
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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();