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