Explorar o código

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

dengzhiguo %!s(int64=6) %!d(string=hai) anos
pai
achega
515276b063
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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{
 .detaiTitle>img{
     width: 800px;
     width: 800px;
     height: 400px;
     height: 400px;
-    margin-bottom: 60px;
+    margin-bottom: 20px;
     display: inline-block;
     display: inline-block;
 }
 }
 .detailWrapper P{
 .detailWrapper P{

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

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