Authored by htoooth

fix css

@@ -314,7 +314,7 @@ bindEvent.add(function() { @@ -314,7 +314,7 @@ bindEvent.add(function() {
314 314
315 // 是否能:量贩购买 315 // 是否能:量贩购买
316 function canBundleBuy() { 316 function canBundleBuy() {
317 - return goodsBaseNum < maxStock; 317 + return goodsBaseNum <= maxStock;
318 } 318 }
319 319
320 // 重置Num显示为最小购买数 320 // 重置Num显示为最小购买数
@@ -533,6 +533,7 @@ @@ -533,6 +533,7 @@
533 &.focus { 533 &.focus {
534 color: #fff; 534 color: #fff;
535 background: #222; 535 background: #222;
  536 + border: 1px solid #222;
536 } 537 }
537 } 538 }
538 } 539 }